Home
last modified time | relevance | path

Searched refs:list (Results 2826 - 2850 of 3973) sorted by relevance

1...<<111112113114115116117118119120>>...159

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py35 executed directly, or dispatched from an argument list."""
422 elif isinstance(value, list):
673 data: object, can be either string, list or dictionary
685 if isinstance(data, list):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmetadata.py94 list or dict depending on which is appropriate for the field. Any fields
95 which hold multiple values in a single field are stored as a list.
189 """Split a string of comma-separate keyboards into a list of keywords."""
194 """Parse a list of label/URL string pairings separated by a comma."""
213 # to our list of unparsed fields.
320 # values for a key (a list), the key will appear multiple times in the
321 # list of keys, but we're avoiding that by using get_all().
380 # We've processed all of our values to get them into a list of str,
391 # to be a list or not.
394 # as a list, eve
[all...]
/third_party/libfuse/lib/modules/
H A Dsubdir.c482 static int subdir_listxattr(const char *path, char *list, size_t size) in subdir_listxattr() argument
488 err = fuse_fs_listxattr(d->next, newpath, list, size); in subdir_listxattr()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.h143 #define DLLIST_FOR_EACH(list, it) \
144 for (DLList::Iterator it = (list)->iterator(); !(it).end(); (it).next())
202 // move item to another list, no consistency with its iterators though
663 uint8_t **allocArray; // array (list) of MALLOC allocations
665 void *released; // list of released objects
/third_party/python/Tools/ccbench/
H A Dccbench.py75 return list(_islice(pi_digits(), n))
90 """list sorting (C)"""
95 return list_sort, (list(range(1000)), )
386 #print(list(map(int, lats)))
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs11 // notice, this list of conditions and the following disclaimer.
13 // copyright notice, this list of conditions and the following disclaimer
252 var list = (IList) fields[RepeatedWellKnownTypes.Int32FieldFieldNumber].Accessor.GetValue(message); in Reflection_RepeatedFields()
253 CollectionAssert.AreEqual(new[] { 1, 2 }, list); in Reflection_RepeatedFields()
/third_party/python/Lib/idlelib/
H A Drpc.py301 if isinstance(obj, list):
302 return list(map(self._proxify, obj))
582 # Helper to get a list of methods from an object
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfntdump/
H A DSfntDump.java161 System.out.println("glyph dump option requires a glyph range or list"); in main()
183 System.out.println("character dump option requires a glyph range or list"); in main()
226 + "st] [-c|-char range|list] [-?|-h|-help] fontfile | directory"); in printUsage()
269 private static final BitSet parseList(String list) { in parseList() argument
271 String[] items = list.split(","); in parseList()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp20 #include <list>
463 std::list<BasicBlock*> order; in FixBlockOrder()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp20 #include <list>
463 std::list<BasicBlock*> order; in FixBlockOrder()
/third_party/skia/third_party/externals/jinja2/
H A Dnodes.py158 of a field is a list all the nodes in that list are returned.
161 if isinstance(item, list):
250 if isinstance(value, list):
302 :class:`Name` or :class:`Tuple`), `iter` the iterable. `body` is a list
303 of nodes that are used as loop-body, and `else_` a list of nodes for the
304 `else` block. If no else node exists it has to be an empty list.
319 """A macro definition. `name` is the name of the macro, `args` a list of
320 arguments and `defaults` a list of defaults if there are any. `body` is
321 a list o
[all...]
/third_party/python/Lib/
H A Dweakref.py115 # A list of keys to be removed
302 """Return a list of weak references to the values.
313 return list(self.data.values())
380 # A list of dead weakrefs (keys to be removed)
484 """Return a list of weak references to the keys.
493 return list(self.data)
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py90 items = list(_threads_wakeups.items())
310 # A list of the ctx.Process instances used as workers.
411 worker_sentinels = [p.sentinel for p in list(self.processes.values())]
599 Each item in *iterable* should be a list. This function is
802 If set to one, the items in the list will be sent one at a time.
/third_party/python/Lib/distutils/command/
H A Dbuild_ext.py22 # An extension name is just a dot-separated list of Python NAMEs (ie.
49 # - that data structure (in this case, a list of 2-tuples)
68 "list of directories to search for header files" + sep_by),
92 "list of SWIG command line options"),
103 "list available compilers", show_compilers),
243 # it has to be a list of 2-tuples. All the preprocessor symbols
252 # option parsing, but has to be a list. Multiple symbols can also
281 # 'self.extensions', as supplied by setup.py, is a list of
286 # also allow the 'extensions' list to be a list o
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp87 #include <list>
236 std::list<Candidate> Candidates;
350 // In the above cases, we still add I to the candidate list so that I can be in allocateCandidatesAndFindBasis()
368 // candidate list so that it can be the basis of other candidates. in allocateCandidatesAndFindBasis()
/third_party/skia/third_party/externals/icu/source/common/
H A Dicuplug.cpp74 * @param list the full list
75 * @param listSize the number of entries in the list
80 static int32_t uplug_removeEntryAt(void *list, int32_t listSize, int32_t memberSize, int32_t itemToRemove) { in uplug_removeEntryAt() argument
81 uint8_t *bytePtr = (uint8_t *)list; in uplug_removeEntryAt()
217 DBG((stderr, "uplug_closeLibrary(%p,%s) list %p\n", lib, u_errorName(*status), (void*)libraryList)); in uplug_closeLibrary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h24 #include <list>
31 /// list of SparseBitVectorElements. We maintain a pointer to the last
32 /// SparseBitVectorElement accessed (in the form of a list iterator), in order
38 /// etc) do not perform as well in practice as a linked list with this iterator
256 using ElementList = std::list<SparseBitVectorElement<ElementSize>>;
/third_party/vixl/src/aarch64/
H A Ddecoder-aarch64.h8 // this list of conditions and the following disclaimer.
10 // this list of conditions and the following disclaimer in the documentation
31 #include <list>
374 // `registered_visiter` in the list.
384 // directly access and modify the list of visitors via the `visitors()'
391 // Remove all instances of a previously registered visitor class from the list
418 std::list<DecoderVisitor*>* visitors() { return &visitors_; } in visitors()
436 // Visitors are registered in a list.
/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py10 # notice, this list of conditions and the following disclaimer.
12 # copyright notice, this list of conditions and the following disclaimer
102 return list(self)
239 """Simple, type-checked, list-like container for holding repeated scalars."""
257 """Appends an item to the list. Similar to list.append()."""
263 """Inserts the item at the specified position. Similar to list.insert()."""
269 """Extends by appending the given iterable. Similar to list.extend()."""
295 """Removes an item from the list. Similar to list
[all...]
/third_party/protobuf/python/
H A Dmox.py153 # A list of types that should be stubbed out with MockObjects (as
339 # If the list of expected calls is not empty, raise an exception
352 # Maintain a list of method calls we are expecting
376 # Get a list of all the public and special methods we should mock.
529 call_queue: list or deque
940 """Checks whether an item (or key) is in a list (or dict) parameter.
950 # key is any thing that could be in a list or a key in a dict
1035 # Fall back to slower list-compare if any of the objects are unhashable.
1036 expected = list(self._expected_seq)
1037 actual = list(actual_se
[all...]
/third_party/python/Lib/test/
H A Dtest_dictviews.py145 self.assertFalse(d1.keys().isdisjoint(list(d2.keys())))
202 self.assertFalse(d1.items().isdisjoint(list(d2.items())))
H A Dtest_glob.py104 l1 = list(l1)
105 l2 = list(l2)
H A Dtest_poplib.py146 self.push('+OK Capability list follows')
296 self.assertEqual(self.client.list()[1:],
299 self.assertTrue(self.client.list('1').endswith(b"OK 1 1"))
/third_party/python/Modules/
H A D_bz2module.c178 _BlocksOutputBuffer buffer = {.list = NULL}; in compress()
442 _BlocksOutputBuffer buffer = {.list = NULL}; in decompress_buf()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_teap_common.c229 static int tls_cipher_suite_match(const u16 *list, size_t count, u16 cs) in tls_cipher_suite_match() argument
234 if (list[i] == cs) in tls_cipher_suite_match()

Completed in 27 milliseconds

1...<<111112113114115116117118119120>>...159