Home
last modified time | relevance | path

Searched refs:list (Results 2201 - 2225 of 4027) sorted by relevance

1...<<81828384858687888990>>...162

/third_party/mesa3d/src/glx/
H A Dxfont.c301 int list = listbase + i; in DRI_glXUseXFont() local
341 glNewList(list, GL_COMPILE); in DRI_glXUseXFont()
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py37 be executed directly, or dispatched from an argument list."""
83 # Drop last 2 NULs, one for list terminator, one for trailing vs. separator.
125 args = list(args) # *args is a tuple by default, which is read-only.
279 + list(flags)
/third_party/node/tools/inspector_protocol/jinja2/
H A Dloaders.py143 locations are wanted a list of them which is then looked up in the
163 self.searchpath = list(searchpath)
445 path = list(path)
/third_party/ninja/misc/
H A Dninja_syntax.py53 if isinstance(value, list):
207 if isinstance(input, list):
/third_party/mesa3d/src/mesa/main/
H A Dshared.c55 * Initializes the display list, texture objects and vertex programs hash
150 * Callback for deleting a display list. Called by _mesa_HashDeleteAll().
155 struct gl_display_list *list = (struct gl_display_list *) data; in delete_displaylist_cb() local
157 _mesa_delete_list(ctx, list); in delete_displaylist_cb()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py37 be executed directly, or dispatched from an argument list."""
83 # Drop last 2 NULs, one for list terminator, one for trailing vs. separator.
125 args = list(args) # *args is a tuple by default, which is read-only.
278 + list(flags)
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js104 .then(list => list.filter((f) => f.match(/\.js$/)))
/third_party/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.c225 struct list badlist[] = {
237 struct list mnem[] = {
H A Dnftw64.c225 struct list badlist[] = {
237 struct list mnem[] = {
/third_party/libinput/src/
H A Dpath-seat.c35 struct list path_list;
39 struct list link;
/third_party/ltp/tools/sparse/sparse-src/
H A Dsparse.c298 static void check_symbols(struct symbol_list *list) in check_symbols() argument
302 FOR_EACH_PTR(list, sym) { in check_symbols()
/third_party/node/deps/v8/src/execution/
H A Dv8threads.cc105 // had prepared back in the free list, since we didn't need it after all. in RestoreThread()
191 void ThreadState::LinkInto(List list) { in LinkInto() argument
192 ThreadState* flying_anchor = list == FREE_LIST in LinkInto()
211 // Gets the first in the list of archived threads.
241 // The list starts and ends with the anchor. in DeleteThreadStateList()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.h8 #include <list>
270 std::list<std::shared_ptr<AsyncStackTrace>> m_allAsyncStacks;
/third_party/node/deps/v8/src/torque/
H A Dcfg.h8 #include <list>
140 std::list<Block> blocks_;
/third_party/python/Tools/unicode/
H A Dgencodec.py79 unmapped = list(range(256))
84 for i in list(range(32)) + [127]:
/third_party/protobuf/editors/
H A Dproto.vim10 " notice, this list of conditions and the following disclaimer.
12 " copyright notice, this list of conditions and the following disclaimer
/third_party/python/Lib/distutils/
H A Dcmd.py31 # defines 'sub_commands' as a class attribute; it's a list of
199 # force it into conformance (eg. if we expect a list but have a string,
205 # a list of strings.
224 r"""Ensure that 'option' is a list of strings. If 'option' is
235 if isinstance(val, list):
241 "'%s' must be a list of strings (got %r)"
285 # Option_pairs: list of (src_option, dst_option) tuples
318 'sub_commands' class attribute: each tuple in that list may include
320 run for the current distribution. Return a list of command names.
389 elif not isinstance(infiles, (list, tupl
[all...]
/third_party/python/Lib/ctypes/test/
H A Dtest_arrays.py18 init = list(range(15, 25))
38 new_values = list(range(42, 42+alen))
/third_party/python/Lib/
H A Dglob.py15 """Return a list of paths matching a pathname pattern.
28 return list(iglob(pathname, root_dir=root_dir, dir_fd=dir_fd, recursive=recursive,
102 # They return a list of basenames. _glob1 accepts a pattern while _glob0
177 return list(it)
/third_party/skia/third_party/externals/angle2/scripts/
H A Dexport_targets.py87 def dag_traverse(root_keys: Sequence[str], pre_recurse_func: Callable[[str], list]):
152 if type(v) in (list, tuple, set):
155 # the value of "public" can be a string instead of a list.
177 # included, but not part of the source list.
/third_party/skia/src/gpu/d3d/
H A DGrD3DResourceProvider.cpp38 std::unique_ptr<GrD3DDirectCommandList> list = in findOrCreateDirectCommandList() local
41 return list; in findOrCreateDirectCommandList()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dmodule.cpp88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst()
/third_party/skia/src/utils/
H A DSkPaintFilterCanvas.cpp199 void SkPaintFilterCanvas::onDrawGlyphRunList(const SkGlyphRunList& list, const SkPaint& paint) { in onDrawGlyphRunList() argument
202 this->SkNWayCanvas::onDrawGlyphRunList(list, apf.paint()); in onDrawGlyphRunList()
/third_party/skia/src/xml/
H A DSkDOM.cpp258 int SkDOM::findList(const Node* node, const char name[], const char list[]) const { in findList()
260 return vstr ? SkParse::FindList(vstr, list) : -1; in findList()

Completed in 17 milliseconds

1...<<81828384858687888990>>...162