/third_party/littlefs/scripts/ |
H A D | stack.py | 341 names = list(table.keys() | diff_table.keys())
|
/third_party/mksh/ |
H A D | check.pl | 68 # env-setup M Value is a list of NAME=VALUE elements 129 # category m Specify a comma separated list of 189 -C c Specify the comma separated list of categories the program
|
/third_party/musl/ |
H A D | configure | 613 # --dynamic-list rather than -Bsymbolic-functions for greater 615 tryldflag LDFLAGS_AUTO -Wl,--dynamic-list="$srcdir/dynamic.list"
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe.h | 35 #include "util/list.h" 290 struct list_head list; member 586 /* The list of all texture buffer objects in this context. 587 * This list is walked when a buffer is invalidated/reallocated and
|
/third_party/python/Tools/demo/ |
H A D | sortvisu.py | 524 sizes = [1, 2, 3, 4] + list(range(5, 55, 5))
|
/third_party/openssl/test/ |
H A D | testutil.h | 142 { "list", OPT_TEST_LIST, '-', "Display the list of tests available" }, \ 278 * { OPT_HELP_STR, 1, '-', "<list of non-optional commandline params>\n"}, 604 char *glue_strings(const char *list[], size_t *out_len);
|
/third_party/python/Lib/ |
H A D | dis.py | 43 _all_opname = list(opname) 124 # list of CO_* constants. It is also used by pretty_flags to 125 # turn the co_flags field into a human readable list. 385 list is defined. 621 Return the list of offsets.
|
/third_party/pulseaudio/src/modules/ |
H A D | stream-interaction.c | 29 #include <pulsecore/hook-list.h>
|
H A D | module-filter-apply.c | 33 #include <pulsecore/hook-list.h>
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 873 for fut, ov, obj, callback in list(self._cache.values()):
|
/third_party/python/Lib/re/ |
H A D | _compiler.py | 654 mapping = list(b''.join(x.to_bytes(_sre.CODESIZE, sys.byteorder) 739 # internal: convert pattern list to internal format
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | generator.py | 180 - mergeApiNames - If not None, a comma separated list of API names 207 InterfaceGenerator relies on the list of interfaces in the <feature> 209 - sortProcedure - takes a list of FeatureInfo objects and sorts 241 "comma separated list of API names to merge into the API specified by 'apiname'" 288 """takes a list of FeatureInfo objects and sorts 415 Returns a list: 506 - enums - list of `<enum>` Elements 508 returns the list with duplicates stripped""" 537 # Do not add the duplicate to the returned list 541 # still add this enum to the list [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 499 std::list<BasicBlock*> order; in ComputeLoopStructuredOrder() 557 // Add the loop to the list of all the loops in the function. in PopulateList() 563 // they are by construction at the tail of the loop list. in PopulateList() 848 // Returns the list of induction variables within the loop.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_descriptor.cpp | 499 std::list<BasicBlock*> order; in ComputeLoopStructuredOrder() 557 // Add the loop to the list of all the loops in the function. in PopulateList() 563 // they are by construction at the tail of the loop list. in PopulateList() 848 // Returns the list of induction variables within the loop.
|
/third_party/python/Lib/test/ |
H A D | test_textwrap.py | 20 if isinstance(textin, list): 69 # Check that wrapping the empty string returns an empty list.
|
H A D | test_binascii.py | 434 return array.array('B', list(s))
|
H A D | test_launcher.py | 121 for key in list(keys): 315 ("--list", "True", "False"), 316 ("--list-paths", "False", "True"), 320 self.assertEqual(v1, data["SearchInfo.list"]) 324 data = self.run_py(["--list"]) 349 data = self.run_py(["--list-paths"])
|
H A D | test_tokenize.py | 18 # Converts a source string into a list of textual representation 58 tokens = list(tokenize(f.readline)) 1048 tokens = list(_tokenize(readline, encoding='utf-8'))[1:-2] 1065 tokens = list(_tokenize(readline, encoding=None))[:-2] 1092 self.assertEqual(consumed_lines, list(lines[:2])) 1359 self.assertEqual(list(results), 1375 toks = list(tokenize(BytesIO(buf.encode('utf-8')).readline)) 1380 tokens = list(tokenize(BytesIO(opstr.encode('utf-8')).readline)) 1467 tokens = list(tokenize(BytesIO(source.encode('utf-8')).readline)) 1535 tokens5 = list(tokeniz [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 50 #include <list>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNRegBankReassign.cpp | 107 class CandidateList : public std::list<Candidate> { 201 // Add cadidate instruction to the work list. 214 // candidates are collected and added to work list.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 222 static cl::list<std::string> 224 cl::desc("The list of function names in which Emscripten-style " 518 // This is an exhaustive list from Emscripten's <emscripten/em_asm.h>. in isEmAsmCall() 1088 // Increment the iterator before removing the use from the list. in runSjLjOnFunction()
|
/third_party/python/Objects/ |
H A D | bytearrayobject.c | 1434 Return a list of the sections in the bytearray, using sep as the delimiter. 1444 PyObject *list; in bytearray_split_impl() local 1458 list = stringlib_split( in bytearray_split_impl() 1462 return list; in bytearray_split_impl() 1543 Return a list of the sections in the bytearray, using sep as the delimiter. 1555 PyObject *list; in bytearray_rsplit_impl() local 1569 list = stringlib_rsplit( in bytearray_rsplit_impl() 1573 return list; in bytearray_rsplit_impl() 2019 Return a list of the lines in the bytearray, breaking at line boundaries. 2021 Line breaks are not included in the resulting list unles [all...] |
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTest.cpp | 52 "list": [ in DEF_TEST()
|
/third_party/skia/gn/ |
H A D | gn_to_cmake.py | 38 ';' otherwise the string becomes a list 70 """Sets a CMake variable to a list.""" 75 out.write('list(APPEND "') 609 external_libraries = list(itertools.chain(*combined_library_lists)) 712 out.write('list(APPEND other_deps "')
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_descriptor.cpp | 492 std::list<BasicBlock*> order; in ComputeLoopStructuredOrder() 551 // Add the loop to the list of all the loops in the function. in PopulateList() 557 // they are by construction at the tail of the loop list. in PopulateList() 846 // Returns the list of induction variables within the loop.
|