| /external/opencv3/modules/python/test/ |
| tickets.py | 27 for i,(x,y) in enumerate(xys): 77 for i,img in enumerate(L):
|
| /cts/apps/CameraITS/tests/scene1/ |
| test_burst_sameness_manual.py | 59 for i,cap in enumerate(caps):
|
| test_locked_burst.py | 58 for i,cap in enumerate(caps):
|
| test_param_exposure_time.py | 41 for i,e_mult in enumerate([0.8, 0.9, 1.0, 1.1, 1.2]):
|
| /external/autotest/cli/ |
| query_keyvals | 43 for i, iteration in enumerate(view["iterations"]):
|
| /external/autotest/client/bin/ |
| kernel_versions.py | 75 enumerate(candidates + [ version ]) ]
|
| /external/autotest/client/common_lib/cros/graphite/ |
| es_test_utils.py | 73 for value, key in enumerate(keys):
|
| /external/autotest/client/common_lib/ |
| kernel_versions.py | 75 enumerate(candidates + [ version ]) ]
|
| /external/autotest/client/virt/tests/ |
| ping.py | 34 for i, nic in enumerate(nics):
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
| script_injector.py | 79 for i, chunk in enumerate(text_chunks):
|
| /external/clang/bindings/python/examples/cindex/ |
| cindex-dump.py | 33 for i,c in enumerate(cursor_list):
|
| /external/deqp/scripts/khr_util/ |
| format.py | 62 for columnNdx, col in enumerate(line[:-1]):
|
| /frameworks/base/services/core/java/com/android/server/fingerprint/ |
| EnumerateClient.java | 43 final int result = daemon.enumerate(); 45 Slog.w(TAG, "start enumerate for user " + getTargetUserId() 74 // We don't actually stop enumerate, but inform the client that the cancel operation
|
| /hardware/libhardware/include/hardware/ |
| fingerprint.h | 207 * Enumerate all the fingerprint templates found in the directory set by 215 * Function return: 0 if enumerate request is accepted 218 int (*enumerate)(struct fingerprint_device *dev); member in struct:fingerprint_device
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| genericpath.py | 73 for i, c in enumerate(s1):
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| genericpath.py | 73 for i, c in enumerate(s1):
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| genericpath.py | 73 for i, c in enumerate(s1):
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| genericpath.py | 73 for i, c in enumerate(s1):
|
| /system/core/fingerprintd/ |
| IFingerprintDaemon.h | 47 ENUMERATE = IBinder::FIRST_CALL_TRANSACTION + 12, 64 virtual int32_t enumerate() = 0;
|
| /external/autotest/frontend/tko/ |
| tko_rpc_utils.py | 150 for i, group in enumerate(self._header_groups): 163 for i, group in enumerate(self._header_groups): 185 index_map = dict((value, i) for i, value in enumerate(value_list))
|
| /external/chromium-trace/catapult/dashboard/dashboard/ |
| find_change_points_test.py | 17 series = list(enumerate(data)) 131 series = list(enumerate(y_values)) 161 series = list(enumerate([4, 4, 4, 8, 8, 8, 8]))
|
| /external/harfbuzz_ng/src/ |
| gen-indic-table.py | 17 for i, f in enumerate (files): 43 for i,v in enumerate (defaults): 46 for i,d in enumerate (data):
|
| /external/v8/test/mjsunit/es6/ |
| proxies-for.js | 55 ownKeys() { return this.enumerate() }, 56 enumerate() { return ["null", "a"] }, 90 ownKeys: function() { return this.enumerate() }, 91 enumerate: function() { return ["null", "a"] }, 116 ownKeys: function() { return this.enumerate() }, 117 enumerate: function() { throw "myexn" }
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
| fix_metaclass.py | 55 for i, node in enumerate(cls_node.children): 76 for semi_ind, node in enumerate(stmt_node.children): 109 for i, simple_node in list(enumerate(node.children)):
|
| /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
| fix_metaclass.py | 55 for i, node in enumerate(cls_node.children): 76 for semi_ind, node in enumerate(stmt_node.children): 109 for i, simple_node in list(enumerate(node.children)):
|