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 D | Internalize.cpp | 44 // 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 D | sheet.py | 70 self.fullconfigs = list() # use list to preserve the order.
|
/third_party/toybox/kconfig/ |
H A D | expr.h | 137 struct menu *list; member
|
/third_party/vixl/tools/ |
H A D | lint.py | 10 # 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 D | test_rlcompleter.py | 25 class B(list):
|
H A D | test_code_module.py | 54 for call in list(self.stdout.method_calls):
|
H A D | test_getpass.py | 122 tcgetattr.return_value = list(fake_attrs)
|
H A D | test_urllibnet.py | 82 self.assertIsInstance(open_url.readlines(), list, 83 "readlines did not return a list")
|
H A D | test_pkg.py | 51 self.syspath = list(sys.path)
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 24 rem Confusing: if you want to pass a comma-separated list, like
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | _parameterized.py | 12 # 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 D | protocol-native.h | 36 #include <pulsecore/hook-list.h>
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_metaclass.py | 109 for i, simple_node in list(enumerate(node.children)):
|
/third_party/python/Lib/unittest/ |
H A D | result.py | 180 msgLines = list(tb_e.format())
|
/third_party/rust/crates/clap/clap_bench/benches/ |
H A D | 04_new_help.rs | 26 .arg(arg!(-l --list "lists test values")), in app_example1()
|
/third_party/skia/infra/bots/recipes/ |
H A D | skpbench.py | 33 return api.run(api.step, title, cmd=list(cmd), **kwargs)
|
/third_party/skia/modules/skottie/tests/ |
H A D | Expression.cpp | 334 "list":[ in DEF_TEST()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | checkdeps_test.py | 196 self.assertEqual(type(filenames), list)
|
/third_party/spirv-tools/source/opt/ |
H A D | function.cpp | 273 std::list<BasicBlock*> order; in ReorderBasicBlocksInStructuredOrder()
|
H A D | inline_pass.h | 21 #include <list>
|
H A D | instrument_pass.h | 20 #include <list>
|
H A D | struct_cfg_analysis.cpp | 41 std::list<BasicBlock*> order; in AddBlocksInFunction()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_ext_deps.py | 123 allExtDepsDict = defaultdict(list)
|
H A D | ohos_gen_ext_deps.py | 124 allExtDepsDict = defaultdict(list)
|
/third_party/vulkan-headers/registry/spec_tools/ |
H A D | conventions.py | 64 """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