/aosp12/art/tools/runtime_memusage/ |
H A D | symbol_trace_info.py | 33 for ind, substr in enumerate(list_substrings): 49 for ind, elem in enumerate(data_lists["plot_list"]): 101 for cat_num, cat_name in enumerate(categories[1:]): 235 data_lists["plot_list"] = [[elem[1] for elem in enumerate(line.split()) 269 for file_ext, cat_name in enumerate(categories):
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/ |
H A D | spec_visualizer.py | 147 for ind, op in enumerate(example.model.operations): 167 for ind, op in enumerate(example.model.operands): 192 for index, op in enumerate(example.model.operands): 212 } for index,op in enumerate(example.model.operations)]
|
/aosp12/art/tools/jfuzz/ |
H A D | run_jfuzz_test_nightly.py | 53 for i, output_file in enumerate(output_files): 67 for i, output_file in enumerate(output_files):
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.1/ |
H A D | IBiometricsFingerprint.hal | 79 @callflow(next={"authenticate", "setActiveGroup", "enumerate", "remove"}) 101 @callflow(next={"authenticate", "enroll", "enumerate", "remove", 117 enumerate() generates (RequestStatus debugErrno); 135 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId", 149 @callflow(next={"authenticate", "preEnroll", "enumerate", "remove"})
|
/aosp12/hardware/interfaces/biometrics/face/1.0/ |
H A D | IBiometricsFace.hal | 66 @callflow(next={"authenticate", "generateChallenge", "enumerate", "remove"}) 139 @callflow(next={"authenticate", "setActiveUser", "enumerate", "remove"}) 198 * Cancels the current enroll, authenticate, remove, or enumerate operation. 202 @callflow(next={"authenticate", "enroll", "enumerate", "remove", 215 enumerate() generates (Status status); 227 @callflow(next={"enumerate", "authenticate", "cancel", "getAuthenticatorId",
|
/aosp12/system/extras/perf2cfg/perf2cfg/ |
H A D | events.py | 39 EVENT_SORT_MAP = {name: i for i, name in enumerate(EVENT_SORT_ORDER)}
|
/aosp12/system/media/camera/docs/ |
H A D | camera_metadata_tag_info.mako | 81 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))): 121 % for idx,entry in enumerate(remove_synthetic(find_unique_entries(sec))):
|
/aosp12/packages/modules/NeuralNetworks/runtime/packageinfo/ |
H A D | Android.bp | 36 // enumerate stable entry points, for apex use
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/ |
H A D | FaceInternalEnumerateClient.java | 51 getFreshDaemon().enumerate(); in startHalOperation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/ |
H A D | FingerprintInternalEnumerateClient.java | 52 getFreshDaemon().enumerate(); in startHalOperation()
|
/aosp12/build/make/tools/warn/ |
H A D | warn_common.py | 119 for idx, pattern in enumerate(project_patterns): 128 for idx, pattern in enumerate(warn_patterns): 491 for i, group in enumerate(warning_groups):
|
/aosp12/frameworks/compile/mclinker/include/mcld/Config/ |
H A D | Linkers.def.cmake | 13 // generated); including this file will then enumerate all of the targets with
|
H A D | Linkers.def.in | 13 // generated); including this file will then enumerate all of the targets with
|
H A D | Targets.def.cmake | 14 |* enumerate all of the targets. *|
|
H A D | Targets.def.in | 14 |* enumerate all of the targets. *|
|
H A D | Targets.def | 14 |* enumerate all of the targets. *|
|
H A D | Linkers.def | 13 // generated); including this file will then enumerate all of the targets with
|
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/ |
H A D | BiometricsFingerprint.h | 56 Return<RequestStatus> enumerate() override;
|
H A D | BiometricsFingerprint.cpp | 83 Return<RequestStatus> BiometricsFingerprint::enumerate() { in enumerate() function in android::hardware::biometrics::fingerprint::V2_2::implementation::BiometricsFingerprint
|
/aosp12/system/security/keystore2/src/ |
H A D | entropy.rs | 67 for (i, km_dev) in km_devs.iter().enumerate() { in feed_devices()
|
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/tools/ |
H A D | buildPolicyCriterionTypes.py | 215 for line_number, line in enumerate(androidaudiobaseheaderFile): 276 for line_number, line in enumerate(androidaudiocommonbaseheaderFile):
|
/aosp12/frameworks/av/media/libmediametrics/ |
H A D | Android.bp | 49 // enumerate stable entry points, for apex use
|
/aosp12/art/test/701-easy-div-rem/ |
H A D | genMain.py | 54 for i, value in enumerate(values):
|
/aosp12/art/test/129-ThreadGetId/src/ |
H A D | Main.java | 47 systemThreadGroup.enumerate(array); in getHeapTaskDaemon()
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | fingerprint.h | 223 int (*enumerate)(struct fingerprint_device *dev); member
|