Home
last modified time | relevance | path

Searched defs:Iterable (Results 1 – 25 of 806) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/pytorch/torch/utils/hipify/
H A Dhipify_python.py140 def match_extensions(filename: str, extensions: Iterable) -> bool:
151 includes: Iterable = (),
152 ignores: Iterable = (),
153 extensions: Iterable = (),
196 all_files: Iterable,
197 header_include_dirs: Iterable,
808 all_files: Iterable,
809 header_include_dirs: Iterable,
1081 extensions: Iterable = (".cu", ".cuh", ".c", ".cc", ".cpp", ".h", ".in", ".hpp"),
1082 header_extensions: Iterable = (".cuh", ".h", ".hpp"),
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/kotlin/
H A DBooleanFlowOperators.kt46 fun Iterable<Flow<Boolean>>.all(): Flow<Boolean> = in <lambda>() method
75 fun Iterable<Flow<Boolean>>.any(): Flow<Boolean> = in <lambda>() method
94 fun Iterable<Flow<Boolean>>.none(): Flow<Boolean> = not(any()) in <lambda>() method
/aosp_15_r20/external/emboss/compiler/util/
H A Dir_data_fields.py82 self, value_type: CopyValuesListT, iterable: Optional[Iterable] = None
95 def extend(self, iterable: Iterable) -> None:
98 def shallow_copy(self, iterable: Iterable) -> None:
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapPutIterableTester.java53 new Iterable<V>() { in testPutAllNonEmptyIterableOnPresentKey() method
75 new Iterable<V>() { in testPutAllNonEmptyIterableOnAbsentKey() method
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DMultimapPutIterableTester.java53 new Iterable<V>() { in testPutAllNonEmptyIterableOnPresentKey() method
75 new Iterable<V>() { in testPutAllNonEmptyIterableOnAbsentKey() method
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu_embedding_for_serving.py87 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable], # pylint:disable=g-bare-ge… argument
211 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable] # pylint:disable=g-bare-gen… argument
H A Dtpu_embedding_v2.py238 …feature_config: Union[tpu_embedding_v2_utils.FeatureConfig, Iterable], # pylint:disable=g-bare-ge… argument
412 … output_shapes: Optional[Union[List[int], Iterable]] = None): # pylint:disable=g-bare-generic argument
H A Dtraining_loop.py183 body: Callable[..., Union[core_types.TensorLike, Iterable]], # pylint:disable=g-bare-generic argument
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/
H A Dxds_interop_client_test.py52 def _set_union(a: Iterable, b: Iterable) -> Set:
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/
H A DCombinators.kt146 private fun Iterable<Boolean>.allTrue() = all { it } in <lambda>() method
148 private fun Iterable<Boolean>.anyTrue() = any { it } in <lambda>() method
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/
H A Dtestmagicmethods.py336 class Iterable(object): class
360 class Iterable(object): class
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/
Dtestmagicmethods.py336 class Iterable(object): class
360 class Iterable(object): class
/aosp_15_r20/external/pytorch/torch/utils/data/
H A Ddataloader.py72 Iterable = 1 variable in _DatasetKind
237 sampler: Union[Sampler, Iterable, None] = None, argument
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DIterable.java8 public interface Iterable<T> interface
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
H A DIterable.java10 public interface Iterable<T> interface
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
H A DIterable.java10 public interface Iterable<T> interface
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DIterable.java42 public interface Iterable<T> { interface
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DIterable.java42 public interface Iterable<T> { interface
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/
DIterable.java42 public interface Iterable<T> { interface
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DIterable.annotated.java33 public interface Iterable<T> { interface
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Dserial_detokenizer.py82 databases: Iterable,
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dzip.py49 input_list: Iterable, out_filename: str, delimiter=DEFAULT_DELIMITER
/aosp_15_r20/external/tensorflow/tensorflow/python/types/
H A Ddistribute.py22 class Iterable(object): class
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/extensions/
H A DLazyGridStateExt.kt29 fun Iterable<LazyGridItemInfo>.firstItemAtOffset(offset: Offset): LazyGridItemInfo? = in <lambda>() method
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/
H A DPrinter.kt177 fun Iterable<FieldInfo>.forEachTrimmingTrailingComma(b: FieldInfo.() -> Unit) { in <lambda>() method

12345678910>>...33