Home
last modified time | relevance | path

Searched defs:next (Results 1 – 25 of 2768) sorted by relevance

12345678910>>...111

/third_party/rust/crates/clap/clap_lex/tests/
Dparsed.rs8 let next = raw.next(&mut cursor).unwrap(); in to_long_stdio() localVariable
20 let next = raw.next(&mut cursor).unwrap(); in to_long_no_escape() localVariable
32 let next = raw.next(&mut cursor).unwrap(); in to_long_no_value() localVariable
46 let next = raw.next(&mut cursor).unwrap(); in to_long_with_empty_value() localVariable
60 let next = raw.next(&mut cursor).unwrap(); in to_long_with_value() localVariable
74 let next = raw.next(&mut cursor).unwrap(); in to_short_stdio() localVariable
86 let next = raw.next(&mut cursor).unwrap(); in to_short_escape() localVariable
98 let next = raw.next(&mut cursor).unwrap(); in to_short_long() localVariable
110 let next = raw.next(&mut cursor).unwrap(); in to_short() localVariable
124 let next = raw.next(&mut cursor).unwrap(); in is_negative_number() localVariable
[all …]
Dshorts.rs6 let next = raw.next(&mut cursor).unwrap(); in iter() localVariable
18 let next = raw.next(&mut cursor).unwrap(); in next_flag() localVariable
37 let next = raw.next(&mut cursor).unwrap(); in next_value_os() localVariable
50 let next = raw.next(&mut cursor).unwrap(); in next_flag_with_value() localVariable
64 let next = raw.next(&mut cursor).unwrap(); in next_flag_with_no_value() localVariable
81 let next = raw.next(&mut cursor).unwrap(); in advance_by_nothing() localVariable
95 let next = raw.next(&mut cursor).unwrap(); in advance_by_something() localVariable
109 let next = raw.next(&mut cursor).unwrap(); in advance_by_out_of_bounds() localVariable
123 let next = raw.next(&mut cursor).unwrap(); in is_not_empty() localVariable
134 let next = raw.next(&mut cursor).unwrap(); in is_partial_not_empty() localVariable
[all …]
/third_party/vk-gl-cts/external/amber/src/src/
Dtokenizer_test.cc28 auto next = t.NextToken(); in TEST_F() local
35 auto next = t.NextToken(); in TEST_F() local
47 auto next = t.NextToken(); in TEST_F() local
59 auto next = t.NextToken(); in TEST_F() local
71 auto next = t.NextToken(); in TEST_F() local
85 auto next = t.NextToken(); in TestNaN() local
110 auto next = t.NextToken(); in TEST_F() local
122 auto next = t.NextToken(); in TEST_F() local
134 auto next = t.NextToken(); in TEST_F() local
146 auto next = t.NextToken(); in TEST_F() local
[all …]
/third_party/libcoap/include/coap3/
Dcoap_utlist_internal.h87 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument
88 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument
96 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument
97 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
111 #define LL_SORT2(list, cmp, next) \ argument
175 #define DL_SORT2(list, cmp, prev, next) \ argument
238 #define CDL_SORT2(list, cmp, prev, next) \ argument
317 #define LL_PREPEND2(head,add,next) \ argument
326 #define LL_CONCAT2(head1,head2,next) \ argument
341 #define LL_APPEND2(head,add,next) \ argument
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/recursive_types/
Drecursive_types.ts27 next: iA; property
30 next: iC; property
33 next: iD; property
36 next: iB; property
/third_party/typescript/tests/baselines/reference/
DiteratorSpreadInArray2.js3 next() { method in SymbolIterator
16 next() { method in NumberIterator
33 next() { method in SymbolIterator
44 next() { method in NumberIterator
DiteratorSpreadInCall5.js4 next() { method in SymbolIterator
17 next() { method in _StringIterator
34 next() { method in SymbolIterator
45 next() { method in _StringIterator
DiteratorSpreadInCall6.js4 next() { method in SymbolIterator
17 next() { method in _StringIterator
34 next() { method in SymbolIterator
45 next() { method in _StringIterator
DiteratorSpreadInCall9.js7 next() { method in SymbolIterator
20 next() { method in _StringIterator
40 next() { method in SymbolIterator
51 next() { method in _StringIterator
DiteratorSpreadInCall12.js7 next() { method in SymbolIterator
20 next() { method in _StringIterator
39 next() { method in SymbolIterator
50 next() { method in _StringIterator
DiteratorSpreadInCall8.js7 next() { method in SymbolIterator
20 next() { method in _StringIterator
39 next() { method in SymbolIterator
50 next() { method in _StringIterator
DiterableArrayPattern16.js7 next() { method in FooIterator
20 next() { method in FooIteratorIterator
40 next() { method in FooIterator
51 next() { method in FooIteratorIterator
DiteratorSpreadInArray8.js3 next() { method in SymbolIterator
15 next() { method in SymbolIterator
Dfor-of31.js3 next() { method in StringIterator
19 next() { method in StringIterator
DiterableArrayPattern2.js3 next() { method in SymbolIterator
19 next() { method in SymbolIterator
Dfor-of14.js3 next() { method in StringIterator
13 next() { method in StringIterator
Dfor-of34.js3 next() { method in StringIterator
16 next() { method in StringIterator
Dfor-of35.js3 next() { method in StringIterator
19 next() { method in StringIterator
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamStates.cpp72 StreamState next = StreamState::Unknown; in checkStreamStateIsStartedAfterStartingTwice() local
93 StreamState next = StreamState::Unknown; in checkStreamStateIsStoppedAfterStoppingTwice() local
142 StreamState next = StreamState::Unknown; in TEST_F() local
153 StreamState next = StreamState::Unknown; in TEST_F() local
168 StreamState next = StreamState::Unknown; in TEST_F() local
187 StreamState next = StreamState::Unknown; in TEST_F() local
202 StreamState next = StreamState::Unknown; in TEST_F() local
213 StreamState next = StreamState::Unknown; in TEST_F() local
244 StreamState next = StreamState::Unknown; in TEST_F() local
299 StreamState next = StreamState::Unknown; in TEST_F() local
/third_party/node/deps/v8/src/wasm/
Dwasm-linkage.h166 int next = fp_allocator_.NextSlot(2) / 2; in CanAllocateFP() local
171 int next = fp_allocator_.NextSlot(2) / 2; in CanAllocateFP() local
175 int next = fp_allocator_.NextSlot(4) / 2; in CanAllocateFP() local
205 int next = fp_allocator_.Allocate(2) / 2; in NextFpReg() local
209 int next = fp_allocator_.Allocate(4) / 2; in NextFpReg() local
/third_party/ffmpeg/libswresample/x86/
Drematrix.asm49 .next: label
89 .next: label
128 .next: label
186 .next: label
/third_party/typescript/tests/cases/conformance/es6/spread/
DiteratorSpreadInCall6.ts4 next() { method in SymbolIterator
17 next() { method in _StringIterator
DiteratorSpreadInCall7.ts4 next() { method in SymbolIterator
17 next() { method in _StringIterator
DiteratorSpreadInArray2.ts3 next() { method in SymbolIterator
16 next() { method in NumberIterator
DiteratorSpreadInCall5.ts4 next() { method in SymbolIterator
17 next() { method in _StringIterator

12345678910>>...111