Home
last modified time | relevance | path

Searched refs:list (Results 1676 - 1700 of 3335) sorted by relevance

1...<<61626364656667686970>>...134

/third_party/rust/crates/clap/tests/builder/
H A Dtemplate_help.rs177 .arg(arg!(-l --list "lists test values")), in get_app()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__init__.py59 decls = list(decls)
/third_party/python/Tools/c-analyzer/cpython/
H A D_parser.py30 return list(lines)
/third_party/python/Tools/peg_generator/pegen/
H A Dast_dump.py61 elif isinstance(node, list):
/third_party/python/Tools/peg_generator/scripts/
H A Dbenchmark.py41 times = list()
/third_party/python/Tools/scripts/
H A Danalyze_dxp.py37 # 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 Dfork_wait.py64 self.assertEqual(a, list(range(NUM_THREADS)))
/third_party/python/Lib/distutils/
H A Dspawn.py24 """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 DCLtypes.h22 #include <list>
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DCLKernelImpl.h21 using CreateFuncs = std::list<CreateFunc>;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A Dfunctionsglx_typedefs.h45 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 Dgenerate_gles_conformance_tests.py34 testNames = list(set(testNames))
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_utils.h18 #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 Dmem_pass.h21 #include <list>
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_utils.h18 #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 Dmem_pass.h21 #include <list>
/third_party/skia/third_party/externals/jinja2/
H A Dmeta.py62 >>> 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 Dnativetypes.py14 """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 Dsync_restricted_traces_to_cipd.py31 completed = subprocess.run([exe] + list(args), stderr=subprocess.STDOUT)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-symbols.py55 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.py45 if isinstance(cmd, (tuple, list)):
/third_party/skia/third_party/freetype2/
H A Droll-freetype.sh41 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 Droll-harfbuzz.sh79 HB_COMMIT_COUNT=$(git -C ${HB_GIT_DIR} rev-list --count ${HB_PREVIOUS_REV}..${HB_NEXT_REV}) &&
/third_party/skia/tools/
H A DBUILD_simulator.py68 return list(sorted(files))
/third_party/skia/tools/skpbench/
H A D_adb.py63 subprocess.call(self.__invocation + list(args), stdout=sys.stderr)

Completed in 8 milliseconds

1...<<61626364656667686970>>...134