Searched refs:list (Results 1676 - 1700 of 3335) sorted by relevance
1...<<61626364656667686970>>...134
/third_party/rust/crates/clap/tests/builder/ |
H A D | template_help.rs | 177 .arg(arg!(-l --list "lists test values")), in get_app()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | __init__.py | 59 decls = list(decls)
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _parser.py | 30 return list(lines)
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | ast_dump.py | 61 elif isinstance(node, list):
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | benchmark.py | 41 times = list()
|
/third_party/python/Tools/scripts/ |
H A D | analyze_dxp.py | 37 # If Python was built with -DDXPAIRS, sys.getdxp() returns a list of 38 # lists of ints. Otherwise it returns just a list of ints. 43 return len(profile) > 0 and isinstance(profile[0], list) 81 The result is a list of tuples of the form 99 The result is a list of tuples of the form
|
/third_party/python/Lib/test/ |
H A D | fork_wait.py | 64 self.assertEqual(a, list(range(NUM_THREADS)))
|
/third_party/python/Lib/distutils/ |
H A D | spawn.py | 24 """Run another program, specified as a command list 'cmd', in a new process. 26 'cmd' is just the argument list for the new process, ie. 39 # cmd is documented as a list, but just in case some code passes a tuple 41 cmd = list(cmd)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLtypes.h | 22 #include <list>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLKernelImpl.h | 21 using CreateFuncs = std::list<CreateFunc>;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | functionsglx_typedefs.h | 45 typedef void (*PFNGLXUSEXFONT)(Font font, int first, int count, int list);
|
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/ |
H A D | generate_gles_conformance_tests.py | 34 testNames = list(set(testNames))
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_utils.h | 18 #include <list> 108 // will be added to the |cloning_result.cloned_bb_| list, correctly ordered to 112 // the list they will also be cloned. If not, the resulting loop will share
|
H A D | mem_pass.h | 21 #include <list>
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_utils.h | 18 #include <list> 108 // will be added to the |cloning_result.cloned_bb_| list, correctly ordered to 112 // the list they will also be cloned. If not, the resulting loop will share
|
H A D | mem_pass.h | 21 #include <list>
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | meta.py | 62 >>> list(meta.find_referenced_templates(ast)) 90 # a tuple or list (latter *should* not happen) made of consts, 94 node.template.value, (tuple, list)
|
H A D | nativetypes.py | 14 """Return a native Python type from the list of compiled nodes. If 22 head = list(islice(nodes, 2))
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | sync_restricted_traces_to_cipd.py | 31 completed = subprocess.run([exe] + list(args), stderr=subprocess.STDOUT)
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-symbols.py | 55 print ('Checking that %s has the same symbol list as %s' % (so, def_path)) 57 diff_result = list (difflib.context_diff (
|
/third_party/python/Lib/ |
H A D | _bootsubprocess.py | 45 if isinstance(cmd, (tuple, list)):
|
/third_party/skia/third_party/freetype2/ |
H A D | roll-freetype.sh | 41 FT_COMMIT_COUNT=$(git -C ${FT_GIT_DIR} rev-list --count ${FT_PREVIOUS_REV}..${FT_NEXT_REV}) &&
|
/third_party/skia/third_party/harfbuzz/ |
H A D | roll-harfbuzz.sh | 79 HB_COMMIT_COUNT=$(git -C ${HB_GIT_DIR} rev-list --count ${HB_PREVIOUS_REV}..${HB_NEXT_REV}) &&
|
/third_party/skia/tools/ |
H A D | BUILD_simulator.py | 68 return list(sorted(files))
|
/third_party/skia/tools/skpbench/ |
H A D | _adb.py | 63 subprocess.call(self.__invocation + list(args), stdout=sys.stderr)
|
Completed in 8 milliseconds
1...<<61626364656667686970>>...134