Home
last modified time | relevance | path

Searched refs:enumerate (Results 1 – 25 of 118) sorted by relevance

12345

/aosp12/art/tools/runtime_memusage/
H A Dsymbol_trace_info.py33 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 Dspec_visualizer.py147 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 Drun_jfuzz_test_nightly.py53 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 DIBiometricsFingerprint.hal79 @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 DIBiometricsFace.hal66 @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 Devents.py39 EVENT_SORT_MAP = {name: i for i, name in enumerate(EVENT_SORT_ORDER)}
/aosp12/system/media/camera/docs/
H A Dcamera_metadata_tag_info.mako81 % 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 DAndroid.bp36 // enumerate stable entry points, for apex use
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
H A DFaceInternalEnumerateClient.java51 getFreshDaemon().enumerate(); in startHalOperation()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
H A DFingerprintInternalEnumerateClient.java52 getFreshDaemon().enumerate(); in startHalOperation()
/aosp12/build/make/tools/warn/
H A Dwarn_common.py119 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 DLinkers.def.cmake13 // generated); including this file will then enumerate all of the targets with
H A DLinkers.def.in13 // generated); including this file will then enumerate all of the targets with
H A DTargets.def.cmake14 |* enumerate all of the targets. *|
H A DTargets.def.in14 |* enumerate all of the targets. *|
H A DTargets.def14 |* enumerate all of the targets. *|
H A DLinkers.def13 // generated); including this file will then enumerate all of the targets with
/aosp12/hardware/interfaces/biometrics/fingerprint/2.2/default/
H A DBiometricsFingerprint.h56 Return<RequestStatus> enumerate() override;
H A DBiometricsFingerprint.cpp83 Return<RequestStatus> BiometricsFingerprint::enumerate() { in enumerate() function in android::hardware::biometrics::fingerprint::V2_2::implementation::BiometricsFingerprint
/aosp12/system/security/keystore2/src/
H A Dentropy.rs67 for (i, km_dev) in km_devs.iter().enumerate() { in feed_devices()
/aosp12/frameworks/av/services/audiopolicy/engineconfigurable/tools/
H A DbuildPolicyCriterionTypes.py215 for line_number, line in enumerate(androidaudiobaseheaderFile):
276 for line_number, line in enumerate(androidaudiocommonbaseheaderFile):
/aosp12/frameworks/av/media/libmediametrics/
H A DAndroid.bp49 // enumerate stable entry points, for apex use
/aosp12/art/test/701-easy-div-rem/
H A DgenMain.py54 for i, value in enumerate(values):
/aosp12/art/test/129-ThreadGetId/src/
H A DMain.java47 systemThreadGroup.enumerate(array); in getHeapTaskDaemon()
/aosp12/hardware/libhardware/include/hardware/
H A Dfingerprint.h223 int (*enumerate)(struct fingerprint_device *dev); member

12345