Home
last modified time | relevance | path

Searched refs:list (Results 1501 - 1525 of 3488) sorted by relevance

1...<<61626364656667686970>>...140

/third_party/mbedtls/tests/scripts/
H A Dgenerate_pkcs7_tests.py162 return list(zip(reasons, mutations))
174 HEX_DATA = list(map(''.join, [[DATA_STR[i], DATA_STR[i+1]] for i in range(0, len(DATA_STR), \
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py170 (NETWORK_EXCEPTION, *list(mock_logs(result="pass"))),
327 def load_lines() -> list:
/third_party/json/tests/src/
H A Dunit-readme.cpp19 #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 Dltpmenu42 # 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 Dlist_deprecated.py55 logging.info(f"blame list for {self.path}")
60 blame_list = list()
94 deprecated = list()
/third_party/notofonts/scripts/
H A Dissue-stats.py34 for repo_name in progress(list(sources.keys())):
137 labels, values = list(zip(*top_10))
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.h38 #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 Dfilterrb.cpp55 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 Dindex.js18 // - 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 Du_debug.h103 #define _util_printf_format(fmt, list) PRINTFLIKE(fmt, list)
/third_party/icu/icu4c/source/tools/genrb/
H A Dfilterrb.cpp55 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 Damdgpu_test.h478 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 Dntpclient.c76 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 Dsparse-ltp.c261 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 Dbuiltins-intl-gen.cc12 #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 Dfree-list.cc5 #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 Ddeclarations.h26 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 Dpps_config.cc33 --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 Drefleak.py70 rep_range = list(range(repcount))
195 list(range(-5, 257))
/third_party/python/Lib/
H A Dsndhdr.py23 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 DvktApiBufferMemoryRequirementsTestsUtils.hpp60 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 DvktApiBufferMemoryRequirementsTestsUtils.hpp60 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 Dmru_cache.h23 #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 Dvalidity.py69 '-'.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 DLocaTable.java236 * 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...]

Completed in 14 milliseconds

1...<<61626364656667686970>>...140