Home
last modified time | relevance | path

Searched refs:list (Results 4001 - 4025 of 5646) sorted by relevance

1...<<161162163164165166167168169170>>...226

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DInternalize.cpp44 // APIFile - A file which contains a list of symbols that should not be marked
48 cl::desc("A file containing list of symbol names to preserve"));
50 // APIList - A list of symbols that should not be marked internal.
51 static cl::list<std::string>
52 APIList("internalize-public-api-list", cl::value_desc("list"),
53 cl::desc("A list of symbol names to preserve"), cl::CommaSeparated);
56 // Helper to load an API list to preserve from file and expose it as a functor
/third_party/skia/tools/skpbench/
H A Dsheet.py70 self.fullconfigs = list() # use list to preserve the order.
/third_party/toybox/kconfig/
H A Dexpr.h137 struct menu *list; member
/third_party/vixl/tools/
H A Dlint.py10 # this list of conditions and the following disclaimer.
12 # this list of conditions and the following disclaimer in the documentation
145 files = list(filter(os.path.isfile, files))
/third_party/python/Lib/test/
H A Dtest_rlcompleter.py25 class B(list):
H A Dtest_code_module.py54 for call in list(self.stdout.method_calls):
H A Dtest_getpass.py122 tcgetattr.return_value = list(fake_attrs)
H A Dtest_urllibnet.py82 self.assertIsInstance(open_url.readlines(), list,
83 "readlines did not return a list")
H A Dtest_pkg.py51 self.syspath = list(sys.path)
/third_party/python/PCbuild/
H A Drt.bat24 rem Confusing: if you want to pass a comma-separated list, like
/third_party/protobuf/python/google/protobuf/internal/
H A D_parameterized.py12 # notice, this list of conditions and the following disclaimer.
14 # copyright notice, this list of conditions and the following disclaimer
201 """Returns concrete test functions for a test and a list of parameters.
210 testcases: (list of tuple/dict) A list of parameter
300 list(testcases) if not isinstance(testcases, collections_abc.Sequence)
321 iterable, or a list of tuples/dicts/objects (for tests
339 iterable, or a list of tuples.
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.h36 #include <pulsecore/hook-list.h>
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_metaclass.py109 for i, simple_node in list(enumerate(node.children)):
/third_party/python/Lib/unittest/
H A Dresult.py180 msgLines = list(tb_e.format())
/third_party/rust/crates/clap/clap_bench/benches/
H A D04_new_help.rs26 .arg(arg!(-l --list "lists test values")), in app_example1()
/third_party/skia/infra/bots/recipes/
H A Dskpbench.py33 return api.run(api.step, title, cmd=list(cmd), **kwargs)
/third_party/skia/modules/skottie/tests/
H A DExpression.cpp334 "list":[ in DEF_TEST()
/third_party/skia/buildtools/checkdeps/
H A Dcheckdeps_test.py196 self.assertEqual(type(filenames), list)
/third_party/spirv-tools/source/opt/
H A Dfunction.cpp273 std::list<BasicBlock*> order; in ReorderBasicBlocksInStructuredOrder()
H A Dinline_pass.h21 #include <list>
H A Dinstrument_pass.h20 #include <list>
H A Dstruct_cfg_analysis.cpp41 std::list<BasicBlock*> order; in AddBlocksInFunction()
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_ext_deps.py123 allExtDepsDict = defaultdict(list)
H A Dohos_gen_ext_deps.py124 allExtDepsDict = defaultdict(list)
/third_party/vulkan-headers/registry/spec_tools/
H A Dconventions.py64 """Return the desired quantifier for a list of a given length."""
123 """Make a (comma-separated) list for use in prose.
130 Optionally adds a quantifier (like 'any') before a list of 2 or more,
202 """Internal-use implementation to make a (comma-separated) list for use in prose.
211 Optionally adds a quantifier (like 'any') before a list of 2 or more,
220 my_elts = list(elements)
305 """Return whether contact list should be written to extension appendices"""
375 """Return a list of required error codes for validation.
377 Defaults to an empty list.

Completed in 13 milliseconds

1...<<161162163164165166167168169170>>...226