/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_context.c | 39 #include "util/list.h" 64 list_del(&llvmpipe->list); in llvmpipe_destroy() 207 list_inithead(&llvmpipe->fs_variants_list.list); in llvmpipe_create_context() 209 list_inithead(&llvmpipe->setup_variants_list.list); in llvmpipe_create_context() 211 list_inithead(&llvmpipe->cs_variants_list.list); in llvmpipe_create_context() 320 list_addtail(&llvmpipe->list, &lp_screen->ctx_list); in llvmpipe_create_context()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | c2xml.c | 100 static inline void examine_members(struct symbol_list *list, xmlNodePtr node) in examine_members() argument 104 FOR_EACH_PTR(list, sym) { in examine_members() 288 static inline void examine_symbol_list(const char *file, struct symbol_list *list) in examine_symbol_list() argument 293 if (!list) in examine_symbol_list() 295 FOR_EACH_PTR(list, sym) { in examine_symbol_list()
|
H A D | lib.c | 383 struct symbol_list *list; in sparse_initialize() local 418 list = NULL; in sparse_initialize() 428 list = sparse_initial(); in sparse_initialize() 437 * Evaluate the complete symbol list in sparse_initialize() 449 evaluate_symbol_list(list); in sparse_initialize() 450 return list; in sparse_initialize() 457 /* Clear previous symbol list */ in sparse_keep_tokens() 487 /* Evaluate the complete symbol list */ in sparse()
|
/third_party/openssl/test/testutil/ |
H A D | driver.c | 411 char *glue_strings(const char *list[], size_t *out_len) in glue_strings() argument 417 for (i = 0; list[i] != NULL; i++) in glue_strings() 418 len += strlen(list[i]); in glue_strings() 426 for (i = 0; list[i] != NULL; i++) in glue_strings() 427 p += strlen(strcpy(p, list[i])); in glue_strings()
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | conv.py | 135 n, m, k = list(map(int, mo.groups())) 141 i, j = list(map(int, mo.groups())) 149 s, t = list(map(int, mo.groups())) 156 k, n, m = list(map(int, mo.groups())) 177 number, x, y, z = list(map(int, mo.group(1, 3, 4, 5)))
|
/third_party/python/Lib/test/ |
H A D | test_graphlib.py | 18 self.assertEqual(list(static_order_with_groups(ts)), list(expected)) 100 self.assertEqual(list(ts.static_order()), [1, 3, 5, 7, 9, 0]) 223 self.assertEqual(list(get_groups(ts)), list(get_groups(ts2))) 234 print(list(ts.static_order()))
|
H A D | test_userdict.py | 146 self.assertEqual(list(collections.UserDict(**{kw: 42}).items()), 148 self.assertEqual(list(collections.UserDict({}, dict=42).items()), 150 self.assertEqual(list(collections.UserDict({}, dict=None).items()), 152 self.assertEqual(list(collections.UserDict(dict={'a': 42}).items()), 162 self.assertEqual(list(d.items()), [(kw, 42)])
|
H A D | test_functools.py | 57 return list(self) + list(other) 71 self.assertEqual(list(p([1,2,3,4])), [10, 20, 30, 40]) 174 data = list(map(str, range(10))) 1387 self.assertEqual(list(map(square, [10, 20, 10])), 1529 self.assertEqual([eq(n) for n in range(150)], list(range(150))) 1626 return list(kwargs.items()) 2096 g.register(list, lambda obj: "list") 2098 self.assertEqual(g(l), "list") [all...] |
/third_party/python/Lib/ |
H A D | poplib.py | 61 LIST [msg] list(msg = None) 165 list = []; octets = 0 172 list.append(line) 174 return resp, list, octets 234 def list(self, which=None): member in POP3 349 """Return message digest (unique id) list. 353 the list ['response', ['mesgnum uid', ...], octets] 475 a.list()
|
/third_party/selinux/libselinux/src/ |
H A D | get_context_list.c | 350 char *** list) in get_ordered_context_list_with_level() 358 return get_ordered_context_list(user, fromcon, list); in get_ordered_context_list_with_level() 379 rc = get_ordered_context_list(user, newfromcon, list); in get_ordered_context_list_with_level() 409 char *** list) in get_ordered_context_list() 467 *list = reachable; in get_ordered_context_list() 478 /* Unable to determine a reachable context list, try to fall back to in get_ordered_context_list() 494 nreachable = 1; /* one context in the list */ in get_ordered_context_list() 347 get_ordered_context_list_with_level(const char *user, const char *level, const char *fromcon, char *** list) get_ordered_context_list_with_level() argument 407 get_ordered_context_list(const char *user, const char *fromcon, char *** list) get_ordered_context_list() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | unisetspan.cpp | 33 * Store offsets rather than indexes to simplify the code and use the same list 41 * each indicating whether the corresponding offset is in the list. 42 * This avoids inserting into a sorted list of offsets (or absolute indexes) and 43 * physically moving part of the list. 52 * the list could be stored as bit flags in a single integer. 53 * Rather than handling a circular buffer with a start list index, 59 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} in OffsetList() 62 if(list!=staticList) { in ~OffsetList() 63 uprv_free(list); in ~OffsetList() 67 // Call exactly once if the list i 158 UBool *list; global() member in OffsetList [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | unisetspan.cpp | 33 * Store offsets rather than indexes to simplify the code and use the same list 41 * each indicating whether the corresponding offset is in the list. 42 * This avoids inserting into a sorted list of offsets (or absolute indexes) and 43 * physically moving part of the list. 52 * the list could be stored as bit flags in a single integer. 53 * Rather than handling a circular buffer with a start list index, 59 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} in OffsetList() 62 if(list!=staticList) { in ~OffsetList() 63 uprv_free(list); in ~OffsetList() 67 // Call exactly once if the list i 158 UBool *list; global() member in OffsetList [all...] |
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 152 /* list management */ 193 /* list of io units available for io */ 214 /* list of operations still in progress, and of those finished */ 296 static void oper_list_add(struct io_oper *oper, struct io_oper **list) in oper_list_add() argument 298 if (!*list) { in oper_list_add() 299 *list = oper; in oper_list_add() 304 oper->prev = (*list)->prev; in oper_list_add() 305 oper->next = *list; in oper_list_add() 307 (*list)->prev->next = oper; in oper_list_add() 308 (*list) in oper_list_add() 311 oper_list_del(struct io_oper *oper, struct io_oper **list) oper_list_del() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unisetspan.cpp | 33 * Store offsets rather than indexes to simplify the code and use the same list 41 * each indicating whether the corresponding offset is in the list. 42 * This avoids inserting into a sorted list of offsets (or absolute indexes) and 43 * physically moving part of the list. 52 * the list could be stored as bit flags in a single integer. 53 * Rather than handling a circular buffer with a start list index, 59 OffsetList() : list(staticList), capacity(0), length(0), start(0) {} in OffsetList() 62 if(list!=staticList) { in ~OffsetList() 63 uprv_free(list); in ~OffsetList() 67 // Call exactly once if the list i 158 UBool *list; global() member in OffsetList [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_er.c | 63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) { in wps_er_sta_get() 94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list) in wps_er_sta_remove_all() 104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_get() 119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_get_id() 185 dl_list_del(&ap->list); in wps_er_ap_unsubscribed() 282 dl_list_for_each(s, &er->ap_settings, struct wps_er_ap_settings, list) in wps_er_ap_get_settings() 304 dl_list_add(&er->ap_settings, &settings->list); in wps_er_ap_cache_settings() 348 dl_list_del(&ap->list); in wps_er_ap_remove_entry() 350 dl_list_add(&er->ap_unsubscribing, &ap->list); in wps_er_ap_remove_entry() 661 dl_list_add(&er->ap, &ap->list); in wps_er_ap_add() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.c | 63 dl_list_for_each(sta, &ap->sta, struct wps_er_sta, list) { in wps_er_sta_get() 94 dl_list_for_each_safe(sta, prev, &ap->sta, struct wps_er_sta, list) in wps_er_sta_remove_all() 104 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_get() 119 dl_list_for_each(ap, &er->ap, struct wps_er_ap, list) { in wps_er_ap_get_id() 185 dl_list_del(&ap->list); in wps_er_ap_unsubscribed() 282 dl_list_for_each(s, &er->ap_settings, struct wps_er_ap_settings, list) in wps_er_ap_get_settings() 304 dl_list_add(&er->ap_settings, &settings->list); in wps_er_ap_cache_settings() 348 dl_list_del(&ap->list); in wps_er_ap_remove_entry() 350 dl_list_add(&er->ap_unsubscribing, &ap->list); in wps_er_ap_remove_entry() 661 dl_list_add(&er->ap, &ap->list); in wps_er_ap_add() [all...] |
/third_party/glslang/StandAlone/ |
H A D | Worklist.h | 11 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following 39 #include <list> 90 std::list<TWorkItem*> worklist;
|
/third_party/mbedtls/docs/architecture/psa-migration/ |
H A D | syms.sh | 9 # usually done to list Crypto dependencies or to check modules' 25 # list mbedtls_ symbols of a given type in a static library 45 list() { function 72 list $ITEM
|
/third_party/node/test/parallel/ |
H A D | test-code-cache.js | 29 function extractModules(list) { 30 return list.filter((m) => m.startsWith('NativeModule')) 49 // TODO(joyeecheung): create a list of modules whose cache can be shared
|
/third_party/ltp/testcases/realtime/func/pi-tests/ |
H A D | parse-testpi2.py | 46 list=prev_line.split(" ") 47 if int(list[4])<= 9900:
|
H A D | parse-testpi1.py | 43 list=prev_line.split(" ") 44 if int(list[4])< 9900:
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_screen.h | 33 #include "util/list.h" 68 list_add(&scr->name, &obj->list); \ 76 list_del(&obj->list); \
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_texture.h | 53 struct tr_list list; member 73 struct tr_list list; member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericTypeArgumentInference1.js | 4 (value: T, index: any, list: any): U; 7 all<T>(list: T[], iterator?: Iterator<T, boolean>, context?: any): T;
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 268 std::list<Instruction *> constrList; 290 std::list<ValueDef *>& entry(Value *val) { in entry() 294 std::list<ValueDef *> &res = defs[val]; in entry() 302 std::unordered_map<Value *, std::list<ValueDef *> > defs; 305 std::list<ValueDef *>& operator()(Value *val) { in operator ()() 309 void add(Value *val, const std::list<ValueDef *> &vals) { in add() 311 std::list<ValueDef *> &valdefs = entry(val); in add() 335 bool run(const std::list<ValuePair>&); 348 std::list<Value *> residents; // needed to recalculate occup 353 std::list<SpillSlo 1252 insertOrderedTail(std::list<RIG_Node *>& list, RIG_Node *node) insertOrderedTail() argument [all...] |