| /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/ |
| kernel_versions.py | 75 enumerate(candidates + [ version ]) ]
|
| /external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/ |
| video_ChromeRTCHWDecodeUsed.py | 42 for i, to_match in enumerate(black_entry):
|
| /external/autotest/server/site_tests/firmware_Cr50DeviceState/ |
| firmware_Cr50DeviceState.py | 167 for i, count in enumerate(ds_counts): 204 for i, cr50_time in enumerate(cr50_times): 215 for step, count in enumerate(irq_counts): 251 for i, step_error in enumerate(step_errors):
|
| /external/clang/bindings/python/examples/cindex/ |
| cindex-dump.py | 33 for i,c in enumerate(cursor_list):
|
| /external/deqp/scripts/src_util/ |
| check_invalid_types.py | 54 for lineNum, line in enumerate(f):
|
| /external/lisa/experiments/power/eas/ |
| run_cpu_frequency.py | 94 for i, cluster in enumerate(CLUSTERS): 144 for i, cluster in enumerate(CLUSTERS): 167 for i, cpu in enumerate(on_cpus): 254 for i, governor in enumerate(governors):
|
| /external/ply/ply/ply/ |
| ygen.py | 14 srclines = enumerate(lines)
|
| /external/python/cpython2/Lib/ |
| genericpath.py | 81 for i, c in enumerate(s1):
|
| /external/tensorflow/tensorflow/examples/get_started/regression/ |
| linear_regression.py | 92 for i, prediction in enumerate(predict_results):
|
| /external/trappy/trappy/plotter/ |
| BarPlot.py | 100 for i, (constraint, pivot) in enumerate(series_list):
|
| LinePlot.py | 158 for i, (constraint, pivot) in enumerate(series_list):
|
| /frameworks/rs/tests/lldb/tests/testcases/ |
| test_call_api_funs.py | 43 for count, line in enumerate(RS_funs.FUNC_LIST):
|
| /hardware/interfaces/biometrics/fingerprint/2.1/default/ |
| BiometricsFingerprint.h | 59 Return<RequestStatus> enumerate() override;
|
| /hardware/libhardware/include/hardware/ |
| fingerprint.h | 211 * Enumerate all the fingerprint templates found in the directory set by 220 * Function return: 0 if enumerate request is accepted 223 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):
|
| /test/vts/testcases/template/param_test/ |
| param_test.py | 98 for idx, (test_name, test_func) in enumerate(tests):
|
| /test/vts/utils/python/mirror/ |
| shell_mirror.py | 70 for index, val in enumerate(result_val):
|
| /test/vts-testcase/vndk/golden/ |
| vndk_data.py | 141 for tag_index, tag in enumerate(tags):
|
| /tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
| bt_coc_test_utils.py | 76 for _, client_conn_id in enumerate(list_client_conn_id): 89 for _, client_conn_id in enumerate(list_client_conn_id): 96 for _, server_ad in enumerate(list_server_ad): 105 for _, server_ad in enumerate(list_server_ad):
|
| /cts/apps/CameraITS/tests/scene3/ |
| test_lens_position.py | 73 for i, fd in enumerate(fds_fb): 91 for i, fd in enumerate(fds_f): 95 for i, cap in enumerate(caps):
|