HomeSort by relevance Sort by last modified time
    Searched refs:enumerate (Results 201 - 225 of 1400) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 205 return [t for t in threading.enumerate() if isinstance(t, cls)]
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/userInteraction/
UserInteractor.py 69 for numMenu, (sentenceMenu, fonc) in enumerate(options):
  /external/protobuf/python/google/protobuf/
proto_builder.py 124 for f_number, (f_name, f_type) in enumerate(field_items, 1):
  /external/python/cpython2/Demo/scripts/
lpwatch.py 23 for i, name in enumerate(printers):
  /external/python/cpython2/Lib/test/
test_coercion.py 261 for ia, a in enumerate(candidates):
262 for ib, b in enumerate(candidates):
288 for ia, a in enumerate(candidates):
289 for ib, b in enumerate(candidates):
  /external/python/cpython3/Lib/
genericpath.py 80 for i, c in enumerate(s1):
  /external/scapy/scapy/
pton_ntop.py 39 for i, part in enumerate(parts):
  /external/skia/tools/fonts/
generate_fir_coeff.py 114 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
  /external/skqp/tools/
generate_fir_coeff.py 102 coeff_pkg = [IndexTracker(i, diff) for i, diff in enumerate(coeff_diff)]
  /external/tensorflow/tensorflow/compiler/tests/
depthwise_conv_op_test.py 198 padding) in enumerate(ConfigsToTest()):
209 padding) in enumerate(ConfigsToTest()):
346 padding) in enumerate(ConfigsToTest()):
380 padding) in enumerate(ConfigsToTest()):
  /external/tensorflow/tensorflow/contrib/eager/python/
checkpointable_utils.py 165 for original_variable_node_id, original_variable in enumerate(
211 for checkpoint_id, checkpointable in enumerate(checkpointable_objects):
265 in enumerate(checkpointable_objects)}
339 for node_id, node in enumerate(self._checkpoint.object_graph_proto.nodes):
  /external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
gc.py 91 for idx, path in enumerate(paths):
  /external/tensorflow/tensorflow/contrib/lite/testing/
generate_examples_report.py 107 for idx, (params, vals) in enumerate(reports):
  /external/tensorflow/tensorflow/contrib/session_bundle/
gc.py 92 for idx, path in enumerate(paths):
  /external/tensorflow/tensorflow/python/estimator/
gc.py 91 for idx, path in enumerate(paths):
  /external/tensorflow/tensorflow/tools/docs/
py_guide_parser.py 52 for i, line in enumerate(self._lines):
  /external/toolchain-utils/automation/clients/
crosstool.py 88 for pair in enumerate(CrosstoolNightlyClient.VALID_TARGETS, start=1):
  /external/toolchain-utils/automation/clients/report/dejagnu/
report.py 71 for test_run_id, test_run in enumerate(test_runs):
  /external/toolchain-utils/crosperf/
machine_image_manager_unittest.py 63 for i, r in enumerate(pattern):
65 for j, v in enumerate(r.split()):
74 for i, s in enumerate(pattern):
75 for j, v in enumerate(s.split()):
  /external/trappy/trappy/
utils.py 117 col_idxs = { name: idx for idx, name in enumerate(['Time'] + df.columns.tolist()) }
  /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()
79 // We don't actually stop enumerate, but inform the client that the cancel operation
103 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for enumerate!");
104 return true; // Invalid for Enumerate.
109 if (DEBUG) Slog.w(TAG, "onEnrollResult() called for enumerate!");
110 return true; // Invalid for Enumerate.
115 if (DEBUG) Slog.w(TAG, "onRemoved() called for enumerate!");
116 return true; // Invalid for Enumerate.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_coercion.py 261 for ia, a in enumerate(candidates):
262 for ib, b in enumerate(candidates):
288 for ia, a in enumerate(candidates):
289 for ib, b in enumerate(candidates):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_coercion.py 261 for ia, a in enumerate(candidates):
262 for ib, b in enumerate(candidates):
288 for ia, a in enumerate(candidates):
289 for ib, b in enumerate(candidates):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coercion.py 261 for ia, a in enumerate(candidates):
262 for ib, b in enumerate(candidates):
288 for ia, a in enumerate(candidates):
289 for ib, b in enumerate(candidates):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_coercion.py 261 for ia, a in enumerate(candidates):
262 for ib, b in enumerate(candidates):
288 for ia, a in enumerate(candidates):
289 for ib, b in enumerate(candidates):

Completed in 2301 milliseconds

1 2 3 4 5 6 7 891011>>