/third_party/mesa3d/src/glx/ |
H A D | xfont.c | 301 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 D | win_tool.py | 37 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 D | loaders.py | 143 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 D | ninja_syntax.py | 53 if isinstance(value, list): 207 if isinstance(input, list):
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shared.c | 55 * 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 D | win_tool.py | 37 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 D | default-input.js | 104 .then(list => list.filter((f) => f.match(/\.js$/)))
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | nftw.c | 225 struct list badlist[] = { 237 struct list mnem[] = {
|
H A D | nftw64.c | 225 struct list badlist[] = { 237 struct list mnem[] = {
|
/third_party/libinput/src/ |
H A D | path-seat.c | 35 struct list path_list; 39 struct list link;
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | sparse.c | 298 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 D | v8threads.cc | 105 // 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 D | v8-debugger.h | 8 #include <list> 270 std::list<std::shared_ptr<AsyncStackTrace>> m_allAsyncStacks;
|
/third_party/node/deps/v8/src/torque/ |
H A D | cfg.h | 8 #include <list> 140 std::list<Block> blocks_;
|
/third_party/python/Tools/unicode/ |
H A D | gencodec.py | 79 unmapped = list(range(256)) 84 for i in list(range(32)) + [127]:
|
/third_party/protobuf/editors/ |
H A D | proto.vim | 10 " 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 D | cmd.py | 31 # 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 D | test_arrays.py | 18 init = list(range(15, 25)) 38 new_values = list(range(42, 42+alen))
|
/third_party/python/Lib/ |
H A D | glob.py | 15 """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 D | export_targets.py | 87 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 D | GrD3DResourceProvider.cpp | 38 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 D | module.cpp | 88 #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 D | module.cpp | 88 #define DELEGATE(list) list.ForEachInst(f, run_on_debug_line_insts) in ForEachInst()
|
/third_party/skia/src/utils/ |
H A D | SkPaintFilterCanvas.cpp | 199 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 D | SkDOM.cpp | 258 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()
|