Searched refs:list (Results 3201 - 3225 of 3819) sorted by relevance
1...<<121122123124125126127128129130>>...153
/third_party/python/Lib/ |
H A D | compileall.py | 34 print("Can't list {!r}".format(dir)) 64 optimize: int or list of optimization levels or -1 for level of 140 optimize: int or list of optimization levels or -1 for level of 169 ddir_parts = list(fullname_parts) 353 'FILE to the list considered for compilation; ' 415 print("Error reading file list {}".format(args.flist))
|
H A D | socketserver.py | 639 class _Threads(list): 641 Joinable list of all non-daemon threads.
|
H A D | sysconfig.py | 358 variables = list(notdone.keys()) 636 With arguments, return a list of values that result from looking up
|
H A D | pkgutil.py | 57 'path' should be either None or a list of paths to look for 75 # list all modules python can access 78 # list all submodules of ctypes 114 'path' should be either None or a list of paths to look for 123 raise ValueError("path must be None or list of paths to look for " 527 If the input path is not a list (as is the case for frozen 539 if not isinstance(path, list): 711 # parts is the list of parts in the object hierarchy to be traversed, or 712 # an empty list if just the module is wanted.
|
H A D | warnings.py | 132 """Insert an entry into the list of warnings filters (at the front). 140 'append' -- if true, append to the list of filters 166 """Insert a simple entry into the list of warnings filters (at the front). 173 'append' -- if true, append to the list of filters 196 """Clear the list of warning filters, so that no filters are active.""" 426 custom implementation of warnings.showwarning() and be appended to a list 428 manager. The objects appended to the list are arguments whose attributes 529 msg_lines += traceback.format_list(list(extract()))
|
/third_party/python/Lib/multiprocessing/ |
H A D | shared_memory.py | 250 """Pattern for a mutable list-like object shareable via a shared 251 memory block. It differs from the built-in list type in that these 288 the list as well as when storing them.""" 312 # The offsets of each list element into the shared memory's 363 self._allocated_offsets = list( 372 "Gets the packing format for a single value stored in the list." 404 single value in the list at the specified position.""" 481 return f'{self.__class__.__name__}({list(self)}, name={self.shm.name!r})' 507 # - 8 bytes for the list length
|
H A D | synchronize.py | 39 RECURSIVE_MUTEX, SEMAPHORE = list(range(2))
|
/third_party/python/Lib/test/ |
H A D | audit-tests.py | 450 if isinstance(o, list):
|
H A D | test_telnetlib.py | 96 self.reads = list(reads) # Intentionally make a copy.
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | utils.py | 554 threads = list(watcher._threads.values())
|
/third_party/python/Lib/idlelib/ |
H A D | multicall.py | 46 # define the list of modifiers, to be used in complex event types. 116 # a list of the states which are a subset of it. This list is ordered by the 125 '''For each item of states return a list containing all combinations of 137 substates = list({state & x for x in states}) 155 # self.handlerids is the list of seqs and ids of binded handler functions. 157 # a detail (or None) and a state into a list of functions. 182 # Call all functions in doafterhandler and remove them from list 199 # change to happen from the next event. So we have a list of functions 202 # ishandlerrunning is a list [all...] |
H A D | debugger_r.py | 168 return list(dict.keys())
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | expect.py | 323 """Mixin class for checking that a list of object files with the given 359 list( 446 """Mixin class for checking that a list of assembly files with the given 686 """Mixin class for checking that a list of passes where executed.
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Nucleus.hpp | 136 void apply(const std::vector<std::pair<ListEdit, T>> &edits, std::vector<T> &list) const;
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | cfg.cpp | 76 std::list<BasicBlock*>* order) { in ComputeStructuredOrder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | cfg.cpp | 76 std::list<BasicBlock*>* order) { in ComputeStructuredOrder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect.py | 323 """Mixin class for checking that a list of object files with the given 359 list( 446 """Mixin class for checking that a list of assembly files with the given 686 """Mixin class for checking that a list of passes where executed.
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-use-table.py | 112 combined[u] = list (defaults) 395 # TODO: These are not in USE's override list that we have, nor are they in Unicode 13.0.0
|
/third_party/python/Lib/concurrent/futures/ |
H A D | _base.py | 179 Iterate on the list *fs*, yielding finished futures one by one in 228 finished = list(finished)
|
/third_party/python/Lib/email/ |
H A D | headerregistry.py | 110 list of addresses (see Address) terminated by a semi-colon. The Group 111 is created by specifying a display_name and a possibly empty list of 118 the addresses list. 164 contain one key, 'defects', initialized to an empty list. After the call 174 list instead. The standard header parsers register defects for RFC 350 defects = list(address_list.all_defects) 571 header class's __bases__ list. default_class is the class that will be
|
H A D | header.py | 66 Returns a list of (string, charset) pairs containing each of the decoded 113 # base64 or quopri transformation. decoded_words is now a list of the 546 class _Accumulator(list):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | RTDyldObjectLinkingLayer.h | 29 #include <list>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 91 static cl::list<std::string> RewriteMapFiles("rewrite-map-file",
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/ |
H A D | bloat.py | 416 syms = list(parse_nm(nmfile)) 417 # a list of (sym, type, size, path); sort by size.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGLexer.cpp | 32 // A list of supported preprocessing directives with their 341 .Case("list", tgtok::List) in LexIdentifier()
|
Completed in 22 milliseconds
1...<<121122123124125126127128129130>>...153