/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | tokenizer_test.cc | 28 auto next = t.NextToken(); in TEST_F() local 29 ASSERT_TRUE(next != nullptr); in TEST_F() 30 EXPECT_TRUE(next->IsEOS()); in TEST_F() 35 auto next = t.NextToken(); in TEST_F() local 36 ASSERT_TRUE(next != nullptr); in TEST_F() 37 EXPECT_TRUE(next->IsIdentifier()); in TEST_F() 38 EXPECT_EQ("TestIdentifier", next->AsString()); in TEST_F() 40 next = t.NextToken(); in TEST_F() 41 ASSERT_TRUE(next != nullptr); in TEST_F() 42 EXPECT_TRUE(next in TEST_F() 47 auto next = t.NextToken(); TEST_F() local 59 auto next = t.NextToken(); TEST_F() local 71 auto next = t.NextToken(); TEST_F() local 85 auto next = t.NextToken(); TestNaN() local 110 auto next = t.NextToken(); TEST_F() local 122 auto next = t.NextToken(); TEST_F() local 134 auto next = t.NextToken(); TEST_F() local 146 auto next = t.NextToken(); TEST_F() local 163 auto next = t.NextToken(); TEST_F() local 216 auto next = t.NextToken(); TEST_F() local 266 auto next = t.NextToken(); TEST_F() local 278 auto next = t.NextToken(); TEST_F() local 290 auto next = t.NextToken(); TEST_F() local 303 auto next = t.NextToken(); TEST_F() local 315 auto next = t.NextToken(); TEST_F() local 327 auto next = t.NextToken(); TEST_F() local 353 auto next = t.NextToken(); TEST_F() local 391 auto next = t.NextToken(); TEST_F() local 402 auto next = t.NextToken(); TEST_F() local 413 auto next = t.NextToken(); TEST_F() local 421 auto next = t.NextToken(); TEST_F() local 429 auto next = t.NextToken(); TEST_F() local 437 auto next = t.NextToken(); TEST_F() local 448 auto next = t.NextToken(); TEST_F() local 460 auto next = t.NextToken(); TEST_F() local 472 auto next = t.NextToken(); TEST_F() local 483 auto next = t.NextToken(); TEST_F() local 494 auto next = t.NextToken(); TEST_F() local 505 auto next = t.NextToken(); TEST_F() local 517 auto next = t.NextToken(); TEST_F() local 536 auto next = t.NextToken(); TEST_F() local 553 auto next = t.NextToken(); TEST_F() local 570 auto next = t.NextToken(); TEST_F() local 593 auto next = t.NextToken(); TEST_F() local 612 auto next = t.NextToken(); TEST_F() local 629 auto next = t.NextToken(); TEST_F() local [all...] |
/third_party/libcoap/include/coap3/ |
H A D | coap_utlist_internal.h | 38 * To use singly-linked lists, your structure must have a "next" pointer. 39 * To use doubly-linked lists, your structure must "prev" and "next" pointers. 45 * struct item *prev, *next; 82 * to dereference its prev/next pointers, and save/restore the real head.*/ 87 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) 88 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*)(to); } 96 #define UTLIST_NEXT(elt,list,next) ((elt)->next) [all...] |
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_resolve_ast.c | 145 int rc = cil_resolve_roleallow(test_db->ast->root->cl_head->next->next, args); in test_cil_resolve_roleallow() 165 int rc = cil_resolve_roleallow(test_db->ast->root->cl_head->next, args); in test_cil_resolve_roleallow_srcdecl_neg() 184 int rc = cil_resolve_roleallow(test_db->ast->root->cl_head->next, args); in test_cil_resolve_roleallow_tgtdecl_neg() 204 int rc = cil_resolve_classmapping(test_db->ast->root->cl_head->next->next, args); in test_cil_resolve_classmapping_anon() 228 int rc2 = cil_resolve_call1(test_db->ast->root->cl_head->next->next->next, args); in test_cil_resolve_classmapping_anon_inmacro() 232 int rc3 = cil_resolve_call2(test_db->ast->root->cl_head->next in test_cil_resolve_classmapping_anon_inmacro() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | options.c | 279 static char **handle_onoff_switch(char *arg, char **next, const struct flag flags[]) in handle_onoff_switch() argument 296 return next; in handle_onoff_switch() 349 static char **handle_switch_a(char *arg, char **next) in handle_switch_a() argument 354 return next; in handle_switch_a() 357 static char **handle_switch_D(char *arg, char **next) in handle_switch_D() argument 363 arg = *++next; in handle_switch_D() 381 return next; in handle_switch_D() 384 static char **handle_switch_d(char *arg, char **next) in handle_switch_d() argument 412 return next; in handle_switch_d() 415 static char **handle_switch_E(char *arg, char **next) in handle_switch_E() argument 539 handle_switch_f(char *arg, char **next) handle_switch_f() argument 547 handle_switch_G(char *arg, char **next) handle_switch_G() argument 555 handle_base_dir(char *arg, char **next) handle_base_dir() argument 563 handle_switch_g(char *arg, char **next) handle_switch_g() argument 571 handle_switch_I(char *arg, char **next) handle_switch_I() argument 598 handle_switch_i(char *arg, char **next) handle_switch_i() argument 618 handle_switch_M(char *arg, char **next) handle_switch_M() argument 660 handle_multiarch_dir(char *arg, char **next) handle_multiarch_dir() argument 686 handle_switch_m(char *arg, char **next) handle_switch_m() argument 697 handle_nostdinc(char *arg, char **next) handle_nostdinc() argument 703 handle_switch_n(char *arg, char **next) handle_switch_n() argument 711 handle_switch_O(char *arg, char **next) handle_switch_O() argument 721 handle_switch_o(char *arg, char **next) handle_switch_o() argument 738 handle_switch_p(char *arg, char **next) handle_switch_p() argument 744 handle_switch_s(const char *arg, char **next) handle_switch_s() argument 790 handle_switch_U(char *arg, char **next) handle_switch_U() argument 813 handle_switch_v(char *arg, char **next) handle_switch_v() argument 889 handle_switch_W(char *arg, char **next) handle_switch_W() argument 925 handle_switch_x(char *arg, char **next) handle_switch_x() argument 933 handle_arch(char *arg, char **next) handle_arch() argument 947 handle_param(char *arg, char **next) handle_param() argument 964 handle_os(char *arg, char **next) handle_os() argument 974 handle_version(char *arg, char **next) handle_version() argument 986 handle_long_options(char *arg, char **next) handle_long_options() argument 1006 handle_switch(char *arg, char **next) handle_switch() argument [all...] |
H A D | pre-process.c | 241 token = token->next; in scan_next() 249 struct token *next; in expand_list() local 250 while (!eof_token(next = scan_next(list))) { in expand_list() 251 if (token_type(next) != TOKEN_IDENT || expand_one_symbol(list)) in expand_list() 252 list = &next->next; in expand_list() 261 struct token **p = &prev->next; in collect_arg() 262 struct token *next; in collect_arg() local 265 while (!eof_token(next = scan_next(p))) { in collect_arg() 266 if (next in collect_arg() 323 struct token *next = NULL; collect_arguments() local 811 int stream, next; already_tokenized() local 948 struct token *next; handle_include_path() local 1088 struct token *arg = list->next, *next = list; parse_arguments() local 1229 struct token *next = token->next; handle_hash() local 1569 struct token *next = token->next; handle_ifdef() local 1584 struct token *next = token->next; handle_ifndef() local 1812 const char *next; add_path_entry() local 1948 struct token *next = *line; handle_pragma() local 2067 struct token **next; create_arglist() local 2215 struct token *start = *line, *next; preprocessor_line() local 2231 struct token *next; do_preprocess() local 2324 struct token *next = token->next; dump_macro() local [all...] |
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | list.h | 53 struct list_head *next; member 64 list->next = list->prev = list; in INIT_LIST_HEAD() 71 return (head->next == head); in list_empty() 77 struct list_head *next = head->next; in list_empty_careful() local 79 return ((next == head) && (next == head->prev)); in list_empty_careful() 83 __list_del(struct list_head *prev, struct list_head *next) in __list_del() argument 85 next->prev = prev; in __list_del() 86 WRITE_ONCE(prev->next, nex in __list_del() 120 linux_list_add(struct list_head *new, struct list_head *prev, struct list_head *next) linux_list_add() argument 255 linux_list_splice(const struct list_head *list, struct list_head *prev, struct list_head *next) linux_list_splice() argument 306 struct hlist_node *next, **pprev; global() member 362 hlist_add_before(struct hlist_node *n, struct hlist_node *next) hlist_add_before() argument [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | map-iterators.js | 51 m[method].next.call(5); 60 m[method].next.call({}); 74 var next = element.next(); 75 assert(next.done === false); 76 assert(next.value[0] === '' + i); 77 assert(next.value[1] === i); 80 var next = keyIterator.next(); 81 assert(next 95 var next = keyIterator.next(); global() variable [all...] |
H A D | set-iterators.js | 43 s[method].next.call(5); 52 s[method].next.call({}); 68 var next = element.next(); 69 assert(next.done === false); 70 assert(next.value === i); 73 var next = entryIterator.next(); 74 assert(next.done === false); 75 assert(next 85 var next = entryIterator.next(); global() variable [all...] |
H A D | generator.js | 46 check_result(g.next(20), 10, false) 47 check_result(g.next(21), 11, false) 48 check_result(g.next(22), 3.25, true) 49 check_result(g.next(23), undefined, true) 56 check_result(g.next(20), 10, false) 72 check_result(f.next(0), "sx", false) 73 check_result(f.next(1), "sy", false) 74 check_result(f.next(2), "sz", false) 75 check_result(f.next(3), undefined, true) 76 check_result(f.next( [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassWithStaticFactory.js | 5 public next: List<T>; 17 this.prev.next = entry; 18 entry.next = this; 28 entry = this.next; 30 entry = entry.next; 37 return (this.next == this); 43 return this.next.data; 52 entry.next = this.next; 54 this.next [all...] |
/third_party/rust/crates/clap/clap_lex/tests/ |
H A D | parsed.rs | 8 let next = raw.next(&mut cursor).unwrap(); in to_long_stdio() 10 assert!(!next.is_long()); in to_long_stdio() 12 assert_eq!(next.to_long(), None); in to_long_stdio() 20 let next = raw.next(&mut cursor).unwrap(); in to_long_no_escape() 22 assert!(!next.is_long()); in to_long_no_escape() 24 assert_eq!(next.to_long(), None); in to_long_no_escape() 32 let next = raw.next( in to_long_no_value() [all...] |
/third_party/libdrm/ |
H A D | libdrm_lists.h | 23 * next paragraph) shall be included in all copies or substantial portions 37 struct _drmMMListHead *next; member 43 (__item)->next = (__item); \ 49 (__item)->next = (__list)->next; \ 50 (__list)->next->prev = (__item); \ 51 (__list)->next = (__item); \ 56 (__item)->next = (__list); \ 58 (__list)->prev->next = (__item); \ 64 (__item)->prev->next [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | list.h | 11 * The above copyright notice and this permission notice (including the next 31 * \c next pointer being \c NULL. 33 * A list is empty if either the head sentinel's \c next pointer points to the 54 struct exec_node *next; member 60 exec_node() : next(NULL), prev(NULL) in exec_node() 120 n->next = NULL; in exec_node_init() 127 return n->next; in exec_node_get_next_const() 133 return n->next; in exec_node_get_next() 151 n->next->prev = n->prev; in exec_node_remove() 152 n->prev->next in exec_node_remove() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_validate.c | 15 * next paragraph) shall be included in all copies or substantial portions 146 struct draw_stage *next = draw->pipeline.rasterize; in validate_pipeline() local 152 /* Set the validate's next stage to the rasterize stage, so that it in validate_pipeline() 155 stage->next = next; in validate_pipeline() 182 draw->pipeline.aaline->next = next; in validate_pipeline() 183 next = draw->pipeline.aaline; in validate_pipeline() 188 draw->pipeline.aapoint->next = next; in validate_pipeline() [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.h | 11 * The above copyright notice and this permission notice (including the next 40 struct nine_range *ranges; /* single MALLOC, but next-pointers valid */ 126 struct nine_shader_variant *next; member 139 while (list->key != key && list->next) in nine_shader_variant_get() 140 list = list->next; in nine_shader_variant_get() 155 while (list->next) { in nine_shader_variant_add() 157 list = list->next; in nine_shader_variant_add() 159 list->next = MALLOC_STRUCT(nine_shader_variant); in nine_shader_variant_add() 160 if (!list->next) in nine_shader_variant_add() 162 list->next in nine_shader_variant_add() 182 struct nine_shader_variant_so *next; global() member 243 struct nine_shader_constant_combination *next; global() member [all...] |
/third_party/ltp/testcases/realtime/include/ |
H A D | list.h | 55 * sometimes we already know the next/prev entries and we can 61 struct list_head *next, *prev; member 71 list->next = list; in INIT_LIST_HEAD() 79 * the prev/next entries already! 83 struct list_head *next) in __list_add() 85 next->prev = new; in __list_add() 86 new->next = next; in __list_add() 88 prev->next = new; in __list_add() 101 __list_add(new, head, head->next); in list_add() 81 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add() argument 124 __list_del(struct list_head * prev, struct list_head * next) __list_del() argument 199 struct list_head *next = head->next; list_empty_careful() local [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | list.h | 36 * sometimes we already know the next/prev entries and we can 42 struct list_head *next, *prev; member 51 (ptr)->next = (ptr); (ptr)->prev = (ptr); \ 58 * the prev/next entries already! 62 struct list_head *next) in __list_add() 64 next->prev = new; in __list_add() 65 new->next = next; in __list_add() 67 prev->next = new; in __list_add() 80 __list_add(new, head, head->next); in list_add() 60 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add() argument 103 __list_del(struct list_head * prev, struct list_head * next) __list_del() argument [all...] |
/third_party/exfatprogs/include/ |
H A D | list.h | 28 * sometimes we already know the next/prev entries and we can 33 struct list_head *next, *prev; member 42 (ptr)->next = (ptr); (ptr)->prev = (ptr); \ 49 * the prev/next entries already! 53 struct list_head *next) in __list_add() 55 next->prev = new; in __list_add() 56 new->next = next; in __list_add() 58 prev->next = new; in __list_add() 71 __list_add(new, head, head->next); in list_add() 51 __list_add(struct list_head *new, struct list_head *prev, struct list_head *next) __list_add() argument 94 __list_del(struct list_head *prev, struct list_head *next) __list_del() argument [all...] |
/third_party/libuv/src/ |
H A D | queue.h | 25 for ((q) = (h)->next; (q) != (h); (q) = (q)->next) 28 q->next = q; in uv__queue_init() 33 return q == q->next || q != q->next->prev; in uv__queue_empty() 37 return q->next; in uv__queue_head() 41 return q->next; in uv__queue_next() 45 h->prev->next = n->next; in uv__queue_add() 46 n->next in uv__queue_add() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | pqueue.c | 29 item->next = NULL; in pitem_new() 55 pitem *curr, *next; in pqueue_insert() local 62 for (curr = NULL, next = pq->items; in pqueue_insert() 63 next != NULL; curr = next, next = next->next) { in pqueue_insert() 67 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert() 68 if (cmp > 0) { /* next > ite in pqueue_insert() 106 pitem *next; pqueue_find() local [all...] |
/third_party/openssl/ssl/ |
H A D | pqueue.c | 29 item->next = NULL; in pitem_new() 55 pitem *curr, *next; in pqueue_insert() local 62 for (curr = NULL, next = pq->items; in pqueue_insert() 63 next != NULL; curr = next, next = next->next) { in pqueue_insert() 67 int cmp = memcmp(next->priority, item->priority, 8); in pqueue_insert() 68 if (cmp > 0) { /* next > ite in pqueue_insert() 106 pitem *next; pqueue_find() local [all...] |
/third_party/mesa3d/src/util/ |
H A D | list.h | 23 * next paragraph) shall be included in all copies or substantial portions 50 struct list_head *next; member 56 item->next = item; in list_inithead() 68 item->next = list->next; in list_add() 69 list->next->prev = item; in list_add() 70 list->next = item; in list_add() 81 item->next = list; in list_addtail() 83 list->prev->next = item; in list_addtail() 95 to->next in list_replace() [all...] |
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | tokenize.js | 24 var next = start; 27 code = css.charCodeAt(next); 29 return next - 1; 31 next = consumeEscape(css, next) + 1; 34 next++; 36 } while (next < css.length); 37 return next - 1; 46 var next = start; 47 var code = css.charCodeAt(next [all...] |
/third_party/skia/third_party/externals/oboe/tests/ |
H A D | testStreamStates.cpp | 72 StreamState next = StreamState::Unknown; in checkStreamStateIsStartedAfterStartingTwice() local 75 r = mStream->waitForStateChange(StreamState::Starting, &next, kTimeoutInNanos); in checkStreamStateIsStartedAfterStartingTwice() 77 EXPECT_EQ(next, StreamState::Started); in checkStreamStateIsStartedAfterStartingTwice() 79 next = StreamState::Unknown; in checkStreamStateIsStartedAfterStartingTwice() 83 r = mStream->waitForStateChange(StreamState::Starting, &next, kTimeoutInNanos); in checkStreamStateIsStartedAfterStartingTwice() 85 ASSERT_EQ(next, StreamState::Started); in checkStreamStateIsStartedAfterStartingTwice() 93 StreamState next = StreamState::Unknown; in checkStreamStateIsStoppedAfterStoppingTwice() local 99 r = mStream->waitForStateChange(StreamState::Stopping, &next, kTimeoutInNanos); in checkStreamStateIsStoppedAfterStoppingTwice() 101 EXPECT_EQ(next, StreamState::Stopped); in checkStreamStateIsStoppedAfterStoppingTwice() 105 next in checkStreamStateIsStoppedAfterStoppingTwice() 142 StreamState next = StreamState::Unknown; TEST_F() local 153 StreamState next = StreamState::Unknown; TEST_F() local 168 StreamState next = StreamState::Unknown; TEST_F() local 187 StreamState next = StreamState::Unknown; TEST_F() local 202 StreamState next = StreamState::Unknown; TEST_F() local 213 StreamState next = StreamState::Unknown; TEST_F() local 244 StreamState next = StreamState::Unknown; TEST_F() local 299 StreamState next = StreamState::Unknown; TEST_F() local [all...] |
/third_party/skia/src/pathops/ |
H A D | SkOpContour.h | 66 } while ((segment = segment->next())); in calcAngles() 121 } while ((segment = segment->next())); in debugShowActiveSpans() 141 } while ((segment = segment->next())); in debugValidate() 206 SkOpSegment* next; in joinSegments() local 208 next = segment->next(); in joinSegments() 209 segment->joinEnds(next ? next : &fHead); in joinSegments() 210 } while ((segment = next)); in joinSegments() 217 } while ((segment = segment->next())); in markAllDone() 256 SkOpContour* next() { next() function in SkOpContour 260 const SkOpContour* next() const { next() function in SkOpContour 289 SkOpContour* next = this; resetReverse() local 396 SkOpContour* next; appendContour() local 405 SkOpContour* next = this; joinAllSegments() local 421 SkOpContour* next; remove() local [all...] |