Home
last modified time | relevance | path

Searched defs:type_idx (Results 1 – 15 of 15) sorted by relevance

/external/cronet/stable/build/android/
Dlist_class_verification_failures_test.py19 def _CreateOdexLine(java_class_name, type_idx, verification_status): argument
/external/angle/build/android/
Dlist_class_verification_failures_test.py19 def _CreateOdexLine(java_class_name, type_idx, verification_status): argument
/external/cronet/tot/build/android/
Dlist_class_verification_failures_test.py19 def _CreateOdexLine(java_class_name, type_idx, verification_status): argument
/external/tensorflow/tensorflow/core/kernels/
Dscan_ops.cc198 #define REGISTER_CUMLOGSUMEXP_KERNEL(device, device_type, type, type_idx) \ argument
/external/mesa3d/src/amd/vpelib/src/core/
Dresource.c154 uint32_t pipe_idx, type_idx; in create_input_config_vector() local
185 uint32_t pipe_idx, type_idx; in destroy_input_config_vector() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DLoadedArsc.java463 int type_idx = type_spec.type_spec.id - 1; in CollectConfigurations() local
515 int type_idx = type_string_pool_.indexOfString(type_name); in FindEntryByName() local
DCppAssetManager2.java648 final int type_idx = (byte) (get_type_id(resid) - 1); in FindEntry() local
1494 int type_idx = get_type_id(attr_resid); in ApplyStyle() local
1578 int type_idx = get_type_id(resid); in GetAttribute() local
/external/zucchini/aosp/include/components/zucchini/
Dtype_dex.h171 uint16_t type_idx; member
277 uint16_t type_idx; member
/external/zucchini/
Dtype_dex.h171 uint16_t type_idx; member
277 uint16_t type_idx; member
/external/strace/tests-mx32/
Dperf_event_open.c742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main() local
/external/strace/tests-m32/
Dperf_event_open.c742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main() local
/external/strace/tests/
Dperf_event_open.c742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc215 for (int type_idx = 0; type_idx < num_types; ++type_idx) { in ArgDefIndexes() local
/external/mesa3d/src/compiler/glsl/
Dast_to_hir.cpp2536 const unsigned type_idx = in get_type_name_for_precision_qualifier() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc396 DataType type_idx; member
2069 auto type_idx = Choose<DataType>({DT_INT32, DT_INT64}); in TEST_F() local