Home
last modified time | relevance | path

Searched refs:list (Results 2676 - 2700 of 6184) sorted by relevance

1...<<101102103104105106107108109110>>...248

/third_party/icu/tools/unicode/c/genuca/
H A Dcollationbasedatabuilder.cpp61 binarySearch(const UVector64 &list, int64_t ce) { in binarySearch() argument
62 if (list.size() == 0) { return ~0; } in binarySearch()
64 int32_t limit = list.size(); in binarySearch()
67 int32_t cmp = compareInt64AsUnsigned(ce, list.elementAti(i)); in binarySearch()
546 // or if we are at the end of the list. in writeRootElementsRange()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h159 lws_dll2_t list; /* must be first */ member
160 struct lws_dsh *dsh; /* invalid when on free list */
161 size_t size; /* invalid when on free list */
167 lws_dll2_t list; member
190 lws_dll2_owner_t owner; /* active count / list */
202 lws_dll2_t list; /* group list membership */ member
360 lws_dll2_t list; member
574 /**< list of ifaces with dhcpc */
H A Dlogs.c122 lws_dll2_add_tail(&lc->list, &grp->owner); in __lws_lc_tag()
174 if (!lc->list.owner) { /* we already untagged this object... */ in __lws_lc_untag()
180 //grp = lws_container_of(lc->list.owner, lws_lifecycle_group_t, owner); in __lws_lc_untag()
188 (int)lc->list.owner->count - 1, buf); in __lws_lc_untag()
191 lws_dll2_remove(&lc->list); in __lws_lc_untag()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dheap.c110 * appearance on the meta results list, we must kill in lws_cache_heap_item_destroy()
278 * It musn't already be on the list from an earlier in lws_cache_heap_lookup()
285 lws_cache_match_t, list); in lws_cache_heap_lookup()
308 memset(&m->list, 0, sizeof(m->list)); in lws_cache_heap_lookup()
312 lws_dll2_add_tail(&m->list, results_owner); in lws_cache_heap_lookup()
418 /* always add outselves to head of lru list */ in lws_cache_heap_write()
/third_party/mesa3d/.gitlab-ci/lava/
H A Dlava_job_submitter.py272 def _load_log_from_data(self, data) -> list[str]:
280 def get_logs(self) -> list[str]:
294 self, lava_lines: list[dict[str, str]]
295 ) -> list[dict[str, str]]:
297 not. Returns the list of log lines until the result line."""
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c313 VkDrmFormatModifierPropertiesListEXT *list = in tu_GetPhysicalDeviceFormatProperties2() local
315 if (list) { in tu_GetPhysicalDeviceFormatProperties2()
317 list->pDrmFormatModifierProperties, in tu_GetPhysicalDeviceFormatProperties2()
318 &list->drmFormatModifierCount); in tu_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddiff_state.py49 elif isinstance(node, list):
164 if not isinstance(b, list):
202 names = list(names)
217 if not isinstance(b, list):
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_cfg.cpp40 pop_stack(exec_list *list) in pop_stack() argument
42 bblock_link *link = (bblock_link *)list->get_tail(); in pop_stack()
57 push_stack(exec_list *list, void *mem_ctx, bblock_t *block) in push_stack() argument
62 list->push_tail(link(mem_ctx, block, bblock_link_logical)); in push_stack()
/third_party/node/deps/v8/tools/
H A Dlocs.py81 '--list-groups',
249 print_cat_max_width = MaxWidth(list(report_groups.keys()) + ["Category"])
289 for unit in sorted(list(self.units.values()), key=key, reverse=reverse)[:count]:
417 expanded, expanded_bytes, loc, in_bytes = list(map(int, output.split()))
425 list(executor.map(count_lines_of_unit, enumerate(compile_commands)))
/third_party/node/deps/cares/src/lib/
H A Dares_sysconfig_files.c221 ares__llist_t *list = NULL; in ares__parse_sortlist() local
244 ARES_BUF_SPLIT_NONE, &list); in ares__parse_sortlist()
249 for (node = ares__llist_node_first(list); node != NULL; in ares__parse_sortlist()
274 ares__llist_destroy(list); in ares__parse_sortlist()
/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_size.py41 # value of the enum. The list is the list of names for that
49 # is a list of index to "enums" that have that number of
205 list = {}
207 list[ enum_obj.priority() ] = enum_obj.name
209 keys = sorted(list.keys())
211 j = list[k]
486 # list", and prototypes are generated for them, there
618 # it to the list of function aliases.
/third_party/libinput/src/
H A Devdev-tablet-pad-leds.c37 struct list led_list;
38 struct list toggle_button_list;
42 struct list link;
47 struct list link;
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.cc19 #include <list>
140 for (list<const NumberFormat*>::const_iterator it = possible_formats_.begin(); in MaybeCreateNewTemplate()
206 for (list<const NumberFormat*>::iterator it = possible_formats_.begin(); in NarrowDownPossibleFormats()
470 for (list<const NumberFormat*>::const_iterator it = possible_formats_.begin(); in AttemptToFormatAccruedDigits()
H A Dphonenumberutil.h21 #include <list>
52 // upper-case. The list of the codes can be found here:
493 // Populates a list with the region codes that match the specific country
495 // 001 is returned. Also, in the case of no region code being found, the list
499 std::list<string>* region_codes) const;
767 typedef std::pair<int, std::list<string>*> IntRegionsPair;
920 const std::list<string>& region_codes,
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h29 #include "util/list.h"
155 struct list_head list; member
219 struct list_head list; member
350 struct list_head list; member
378 struct list_head list; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_variable.c355 * Generate a list of variables used by the shader program. Each instruction
357 * data structure includes a list of readers and is essentially a
463 * @return A list of readers for a variable and its friends. Readers
465 * this list.
469 struct rc_list * list = NULL; in rc_variable_readers_union() local
476 for (temp = list; temp; temp = temp->Next) { in rc_variable_readers_union()
498 rc_list_add(&list, rc_list(&var->C->Pool, a)); in rc_variable_readers_union()
502 return list; in rc_variable_readers_union()
557 * other variables in the list will write this source. in rc_variable_list_get_writers()
/third_party/python/Lib/
H A Dcsv.py83 self._fieldnames = fieldnames # list of keys for the dict
133 self.fieldnames = fieldnames # list of keys for the dict
299 data = list(filter(None, data.split('\n')))
322 items = list(charFrequency[char].items())
336 # build a list of possible delimiters
352 delim = list(delims.keys())[0]
364 # if there's more than one, fall back to a 'preferred' list
411 for col in list(columnTypes.keys()):
/third_party/python/Lib/test/
H A Dmultibytecodec_support.py175 for sizehint in [None] + list(range(1, 33)) + \
195 for sizehint in [None, -1] + list(range(1, 33)) + \
233 for sizehint in [None, -1] + list(range(1, 33)) + \
253 for sizehint in [None] + list(range(1, 33)) + \
H A Dtest_dbm_dumb.py39 self.assertEqual(list(f.keys()), [])
200 self.assertEqual(list(db.keys()), [b"dumbdbm context manager"])
274 self.assertEqual(list(f.keys()), [])
295 self.assertEqual(list(db.keys()), [b'key'])
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp40 Iter(const SkTDArray<SkCanvas*>& list) : fList(list) { in Iter() argument
288 void SkNWayCanvas::onDrawGlyphRunList(const SkGlyphRunList& list, const SkPaint &paint) { in onDrawGlyphRunList() argument
291 iter->onDrawGlyphRunList(list, paint); in onDrawGlyphRunList()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_factory.py116 self.con.row_factory = lambda cur, row: list(row)
118 self.assertIsInstance(row, list)
161 # A sqlite.Row can be sliced like a list.
246 self.assertEqual(list(reversed(row)), list(reversed(as_tuple)))
/third_party/python/Lib/test/libregrtest/
H A Druntest.py25 xml_data: list[str] | None = None,
45 xml_data: list[str] | None = None,
46 errors: list[tuple[str, str]] | None = None,
47 failures: list[tuple[str, str]] | None = None,
157 """Return a list of all applicable test modules."""
256 If ns.xmlpath is not None, xml_data is a list containing each
/third_party/toybox/kconfig/
H A Dmconf.c476 for (child = menu->list; child; child = child->next) { in build_conf()
509 if (def_menu->list) { in build_conf()
578 for (child = menu->list; child; child = child->next) in build_conf()
729 for (child = menu->list; child; child = child->next) { in conf_choice()
/third_party/toybox/toys/pending/
H A Dlsof.c1 /* lsof.c - list open files.
16 -l list uids numerically
231 void* list = TT.all_sockets; in find_socket() local
233 while (list) { in find_socket()
234 struct file_info *s = (struct file_info*) llist_pop(&list); in find_socket()
241 if (list == TT.all_sockets) break; in find_socket()
/third_party/toybox/toys/posix/
H A Dgrep.c369 struct arg_list *al, *new, *list = NULL; in parse_regex() local
372 // Add all -f lines to -e list. (Yes, this is leaking allocation context for in parse_regex()
379 // Split lines at \n, add individual lines to new list. in parse_regex()
385 new->next = list; in parse_regex()
387 list = new; in parse_regex()
398 TT.e = list; in parse_regex()
401 // Convert regex list in parse_regex()

Completed in 25 milliseconds

1...<<101102103104105106107108109110>>...248