Home
last modified time | relevance | path

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

12

/frameworks/ml/nn/tools/test_generator/
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)]
Dtest_generator.py529 return [i for i,op in enumerate(self.operands) if isinstance(op, Input)]
532 return [o for o,op in enumerate(self.operands) if isinstance(op, Output)]
556 for ind, i in enumerate(self.GetInputs()):
558 for ind, o in enumerate(self.GetOutputs()):
560 for ind, op in enumerate(self.operands):
/frameworks/av/media/libmediametrics/
DAndroid.bp33 // enumerate stable entry points, for apex use
/frameworks/ml/nn/runtime/packageinfo/
DAndroid.bp25 // enumerate stable entry points, for apex use
/frameworks/compile/mclinker/include/mcld/Config/
DTargets.def.in14 |* enumerate all of the targets. *|
DTargets.def.cmake14 |* enumerate all of the targets. *|
DLinkers.def.in13 // generated); including this file will then enumerate all of the targets with
DLinkers.def.cmake13 // generated); including this file will then enumerate all of the targets with
DLinkers.def13 // generated); including this file will then enumerate all of the targets with
DTargets.def14 |* enumerate all of the targets. *|
/frameworks/base/core/java/android/hardware/face/
DIFaceService.aidl100 void enumerate(IBinder token, int userId, IFaceServiceReceiver receiver); in enumerate() method
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintService.aidl104 void enumerate(IBinder token, int userId, IFingerprintServiceReceiver receiver); in enumerate() method
DFingerprintManager.java576 public void enumerate(int userId, @NonNull EnumerateCallback callback) { in enumerate() method in FingerprintManager
579 mService.enumerate(mToken, userId, mServiceReceiver); in enumerate()
/frameworks/rs/tests/lldb/tests/testcases/
Dtest_call_api_funs.py43 for count, line in enumerate(RS_funs.FUNC_LIST):
/frameworks/base/services/core/java/com/android/server/biometrics/
DEnumerateClient.java54 final int result = getDaemonWrapper().enumerate(); in start()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
DREADME.md4 Functionality of master is to enumerate all the Codec2 components available in C2 media service.
/frameworks/av/services/audiopolicy/engineconfigurable/tools/
DbuildCommonTypesStructureFile.py127 for line_number, line in enumerate(androidaudiobaseheaderFile):
DbuildPolicyCriterionTypes.py205 for line_number, line in enumerate(androidaudiobaseheaderFile):
/frameworks/base/tools/localedata/
Dextract_icu_data.py122 for index, script in enumerate(all_scripts):
/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java307 public void enumerate(final IBinder token, final int userId, in enumerate() method in FingerprintService.FingerprintServiceWrapper
687 public int enumerate() throws RemoteException {
693 return daemon.enumerate();
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java491 public void enumerate(final IBinder token, final int userId, in enumerate() method in FaceService.FaceServiceWrapper
1009 public int enumerate() throws RemoteException {
1015 return daemon.enumerate();
/frameworks/base/tools/velocityplot/
Dvelocityplot.py240 for i, timeindex in enumerate(timeseries[0]):
/frameworks/base/tools/orientationplot/
Dorientationplot.py388 for i, timeindex in enumerate(timeseries[0]):
/frameworks/minikin/tools/
Dmk_hyb_file.py288 for i, l in enumerate(f):
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md6 If layering is enabled, the loader will search for and enumerate a specified layer list. The layer…

12