/third_party/json/tests/src/ |
H A D | unit-readme.cpp | 19 #include <list> 57 // add an array that is stored as std::vector (using an initializer list) 58 j["list"] = { 1, 0, 2 }; 60 // add another object (using an initializer list of pairs) 75 {"list", {1, 0, 2}}, 189 std::list<bool> c_list {true, true, false, true};
|
/third_party/ltp/ |
H A D | ltpmenu | 42 # April 17 2003 - Added menu selection to list contents of selected 186 community by posting it to the LTP results mailing list?" \ 288 -f /tmp/runltp.test.list.$$ 354 >> /tmp/runltp.test.list.$$ ; 441 # Description: This function displays a list of scenario files located 442 # in /runtest. Users can list the contents of each file. 446 # Output: 1) Menu selection containing each file as an option to list.
|
/third_party/node/deps/v8/tools/release/ |
H A D | list_deprecated.py | 55 logging.info(f"blame list for {self.path}") 60 blame_list = list() 94 deprecated = list()
|
/third_party/notofonts/scripts/ |
H A D | issue-stats.py | 34 for repo_name in progress(list(sources.keys())): 137 labels, values = list(zip(*top_10))
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.h | 38 #include "util/list.h" 40 #include "util/list.h" 100 * Node for a linked list of dead sampler views. 110 * Node for a linked list of dead shaders. 380 struct st_zombie_sampler_view_node list; member 385 struct st_zombie_shader_node list; member
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | filterrb.cpp | 55 const std::list<std::string>& ResKeyPath::pieces() const { in pieces() 163 std::list<std::string>::const_iterator it, in applyRule()
|
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | 18 // - get list of bundled deps 119 // we'll need bundle list later, so get that now in parallel 237 .then(list => list.sort().forEach(p => console.log(relative(cwd, p))))
|
/third_party/mesa3d/src/util/ |
H A D | u_debug.h | 103 #define _util_printf_format(fmt, list) PRINTFLIKE(fmt, list)
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | filterrb.cpp | 55 const std::list<std::string>& ResKeyPath::pieces() const { in pieces() 163 std::list<std::string>::const_iterator it, in applyRule()
|
/third_party/libdrm/tests/amdgpu/ |
H A D | amdgpu_test.h | 478 amdgpu_bo_handle bo2, amdgpu_bo_list_handle *list) in amdgpu_get_bo_list() 482 return amdgpu_bo_list_create(dev, bo2 ? 2 : 1, resources, NULL, list); in amdgpu_get_bo_list() 477 amdgpu_get_bo_list(amdgpu_device_handle dev, amdgpu_bo_handle bo1, amdgpu_bo_handle bo2, amdgpu_bo_list_handle *list) amdgpu_get_bo_list() argument
|
/third_party/libwebsockets/lib/system/ntpclient/ |
H A D | ntpclient.c | 76 if (v->wsi_udp || !lws_dll2_is_detached(&v->sul_conn.list)) in lws_ntpc_retry_conn() 258 if (lws_dll2_is_detached(&v->sul_write.list) && in callback_ntpc()
|
/third_party/ltp/tools/sparse/ |
H A D | sparse-ltp.c | 261 static void process_symbols(struct symbol_list *list) in process_symbols() argument 265 FOR_EACH_PTR(list, sym) { in process_symbols()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-intl-gen.cc | 12 #include "src/objects/js-list-format-inl.h" 13 #include "src/objects/js-list-format.h" 164 TNode<Object> list = args.GetOptionalArgumentValue(0); in ListFormatCommon() local 166 // 4. Let stringList be ? StringListFromIterable(list). in ListFormatCommon() 168 CallBuiltin(Builtin::kStringListFromIterable, context, list); in ListFormatCommon()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | free-list.cc | 5 #include "src/heap/cppgc/free-list.h" 187 for (Entry* list : free_list_heads_) { in ContainsForTesting() 188 for (Entry* entry = list; entry; entry = entry->Next()) { in ContainsForTesting()
|
/third_party/node/deps/v8/src/torque/ |
H A D | declarations.h | 26 std::vector<T*> FilterDeclarables(const std::vector<Declarable*> list) { in FilterDeclarables() argument 28 for (Declarable* declarable : list) { in FilterDeclarables()
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_config.cc | 33 --ids=<n> Comma separated list of numbers. 45 // Show list of available counters 55 std::vector<std::string_view> split(const std::string &list, const std::string &separator) in split() argument 58 std::string_view list_view = list; in split()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | refleak.py | 70 rep_range = list(range(repcount)) 195 list(range(-5, 257))
|
/third_party/python/Lib/ |
H A D | sndhdr.py | 23 what() for all files mentioned on the argument list. For directory 249 def testall(list, recursive, toplevel): 252 for filename in list:
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 60 BitsSet(std::initializer_list<value_type> list) : base(list) {} in BitsSet()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTestsUtils.hpp | 60 BitsSet(std::initializer_list<value_type> list) : base(list) {} in BitsSet()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/ |
H A D | mru_cache.h | 23 #include <list> 56 // The payload of the list. This maintains a copy of the key so we can 57 // efficiently delete things given an element of the list. 61 typedef std::list<value_type> PayloadList; 90 // inserted item will be returned (this will always be the front of the list). 118 // recency list. 194 // (as a linked list) it can be O(n). in size() 199 // Allows iteration over the list. Forward iteration starts with the most 202 // Note that since these iterators are actually iterators over a list, you 229 // value types (as opposed to pointers) in the list [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | validity.py | 69 '-'.join(['VUID', self.entity_name] + list(anchor)))) 88 lines = list(lines)
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | LocaTable.java | 236 * Internal method to get the loca list if already generated and if not to 239 * @return the loca list 284 * If there is no current data for the loca table builder or the loca list 287 * @return the list of glyph builders 295 * Set the list of locas to be used for building this table. If any existing 296 * list was already retrieved with the {@link #locaList()} method then the 297 * connection of that previous list to this builder will be broken. 299 * @param list 302 public void setLocaList(List<Integer> list) { in setLocaList() argument 303 this.loca = list; in setLocaList() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | filterrb.cpp | 55 const std::list<std::string>& ResKeyPath::pieces() const { in pieces() 163 std::list<std::string>::const_iterator it, in applyRule()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-indic-table.py | 80 combined[u] = list (defaults) 242 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])
|