/aosp_15_r20/external/pytorch/torch/utils/hipify/ |
H A D | hipify_python.py | 140 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 D | BooleanFlowOperators.kt | 46 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 D | ir_data_fields.py | 82 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 D | MultimapPutIterableTester.java | 53 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 D | MultimapPutIterableTester.java | 53 new Iterable<V>() { in testPutAllNonEmptyIterableOnPresentKey() method 75 new Iterable<V>() { in testPutAllNonEmptyIterableOnAbsentKey() method
|
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/ |
H A D | tpu_embedding_for_serving.py | 87 …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 D | tpu_embedding_v2.py | 238 …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 D | training_loop.py | 183 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 D | xds_interop_client_test.py | 52 def _set_union(a: Iterable, b: Iterable) -> Set:
|
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/ |
H A D | Combinators.kt | 146 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 D | testmagicmethods.py | 336 class Iterable(object): class 360 class Iterable(object): class
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 336 class Iterable(object): class 360 class Iterable(object): class
|
/aosp_15_r20/external/pytorch/torch/utils/data/ |
H A D | dataloader.py | 72 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 D | Iterable.java | 8 public interface Iterable<T> interface
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/ |
H A D | Iterable.java | 10 public interface Iterable<T> interface
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/ |
H A D | Iterable.java | 10 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/ |
D | Iterable.java | 42 public interface Iterable<T> { interface
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | Iterable.java | 42 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/ |
D | Iterable.java | 42 public interface Iterable<T> { interface
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
H A D | Iterable.annotated.java | 33 public interface Iterable<T> { interface
|
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
H A D | serial_detokenizer.py | 82 databases: Iterable,
|
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | zip.py | 49 input_list: Iterable, out_filename: str, delimiter=DEFAULT_DELIMITER
|
/aosp_15_r20/external/tensorflow/tensorflow/python/types/ |
H A D | distribute.py | 22 class Iterable(object): class
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/extensions/ |
H A D | LazyGridStateExt.kt | 29 fun Iterable<LazyGridItemInfo>.firstItemAtOffset(offset: Offset): LazyGridItemInfo? = in <lambda>() method
|
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/ |
H A D | Printer.kt | 177 fun Iterable<FieldInfo>.forEachTrimmingTrailingComma(b: FieldInfo.() -> Unit) { in <lambda>() method
|