Home
last modified time | relevance | path

Searched refs:ahead (Results 1 – 25 of 7816) sorted by relevance

12345678910>>...313

/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/syn-1.0.5/src/
H A Dstmt.rs150 let ahead = input.fork(); in parse_stmt() localVariable
154 let ahead = ahead.fork(); in parse_stmt() localVariable
159 && (ahead.peek(token::Brace) || ahead.peek(Ident)) in parse_stmt()
165 || ahead.peek(Token![crate]) && !ahead.peek2(Token![::]) in parse_stmt()
166 || ahead.peek(Token![extern]) && !ahead.peek2(Token![::]) in parse_stmt()
168 || ahead.peek(Token![static]) && (ahead.peek2(Token![mut]) || ahead.peek2(Ident)) in parse_stmt()
170 || ahead.peek(Token![unsafe]) && !ahead.peek2(token::Brace) in parse_stmt()
178 || ahead.peek(item::parsing::existential) && ahead.peek2(Token![type]) in parse_stmt()
181 || ahead.peek(Token![union]) && ahead.peek2(Ident) in parse_stmt()
182 || ahead.peek(Token![auto]) && ahead.peek2(Token![trait]) in parse_stmt()
[all …]
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/syn-1.0.5/src/
H A Dstmt.rs150 let ahead = input.fork(); in parse_stmt() localVariable
154 let ahead = ahead.fork(); in parse_stmt() localVariable
159 && (ahead.peek(token::Brace) || ahead.peek(Ident)) in parse_stmt()
165 || ahead.peek(Token![crate]) && !ahead.peek2(Token![::]) in parse_stmt()
166 || ahead.peek(Token![extern]) && !ahead.peek2(Token![::]) in parse_stmt()
168 || ahead.peek(Token![static]) && (ahead.peek2(Token![mut]) || ahead.peek2(Ident)) in parse_stmt()
170 || ahead.peek(Token![unsafe]) && !ahead.peek2(token::Brace) in parse_stmt()
178 || ahead.peek(item::parsing::existential) && ahead.peek2(Token![type]) in parse_stmt()
181 || ahead.peek(Token![union]) && ahead.peek2(Ident) in parse_stmt()
182 || ahead.peek(Token![auto]) && ahead.peek2(Token![trait]) in parse_stmt()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/syn-1.0.3/src/
H A Dstmt.rs150 let ahead = input.fork(); in parse_stmt() localVariable
154 let ahead = ahead.fork(); in parse_stmt() localVariable
159 && (ahead.peek(token::Brace) || ahead.peek(Ident)) in parse_stmt()
165 || ahead.peek(Token![crate]) && !ahead.peek2(Token![::]) in parse_stmt()
166 || ahead.peek(Token![extern]) && !ahead.peek2(Token![::]) in parse_stmt()
168 || ahead.peek(Token![static]) && (ahead.peek2(Token![mut]) || ahead.peek2(Ident)) in parse_stmt()
170 || ahead.peek(Token![unsafe]) && !ahead.peek2(token::Brace) in parse_stmt()
178 || ahead.peek(item::parsing::existential) && ahead.peek2(Token![type]) in parse_stmt()
181 || ahead.peek(Token![union]) && ahead.peek2(Ident) in parse_stmt()
182 || ahead.peek(Token![auto]) && ahead.peek2(Token![trait]) in parse_stmt()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java124 char ahead = iter.next(); in next() local
131 && ! isLowSurrogate (ahead) in next()
132 && ! isLVT (ahead)) in next()
134 if (! isLVT (c) && isLVT (ahead)) in next()
136 if (isL (c) && ! isLVT (ahead) in next()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
142 if (isT (c) && ! isT (ahead) in next()
175 char ahead = iter.previous(); in previous() local
194 && isL (ahead)) in previous()
197 && isV (ahead)) in previous()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java124 char ahead = iter.next(); in next() local
131 && ! isLowSurrogate (ahead) in next()
132 && ! isLVT (ahead)) in next()
134 if (! isLVT (c) && isLVT (ahead)) in next()
136 if (isL (c) && ! isLVT (ahead) in next()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
142 if (isT (c) && ! isT (ahead) in next()
175 char ahead = iter.previous(); in previous() local
194 && isL (ahead)) in previous()
197 && isV (ahead)) in previous()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/text/
H A DCharacterBreakIterator.java126 char ahead = iter.next(); in next() local
133 && ! isLowSurrogate (ahead) in next()
134 && ! isLVT (ahead)) in next()
136 if (! isLVT (c) && isLVT (ahead)) in next()
138 if (isL (c) && ! isLVT (ahead) in next()
141 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
144 if (isT (c) && ! isT (ahead) in next()
178 char ahead = iter.previous(); in previous() local
197 && isL (ahead)) in previous()
200 && isV (ahead)) in previous()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java124 char ahead = iter.next(); in next() local
131 && ! isLowSurrogate (ahead) in next()
132 && ! isLVT (ahead)) in next()
134 if (! isLVT (c) && isLVT (ahead)) in next()
136 if (isL (c) && ! isLVT (ahead) in next()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
142 if (isT (c) && ! isT (ahead) in next()
175 char ahead = iter.previous(); in previous() local
194 && isL (ahead)) in previous()
197 && isV (ahead)) in previous()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java124 char ahead = iter.next(); in next() local
131 && ! isLowSurrogate (ahead) in next()
132 && ! isLVT (ahead)) in next()
134 if (! isLVT (c) && isLVT (ahead)) in next()
136 if (isL (c) && ! isLVT (ahead) in next()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
142 if (isT (c) && ! isT (ahead) in next()
175 char ahead = iter.previous(); in previous() local
194 && isL (ahead)) in previous()
197 && isV (ahead)) in previous()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/gnu/java/text/
H A DCharacterBreakIterator.java126 char ahead = iter.next(); in next() local
133 && ! isLowSurrogate (ahead) in next()
134 && ! isLVT (ahead)) in next()
136 if (! isLVT (c) && isLVT (ahead)) in next()
138 if (isL (c) && ! isLVT (ahead) in next()
141 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
144 if (isT (c) && ! isT (ahead) in next()
178 char ahead = iter.previous(); in previous() local
197 && isL (ahead)) in previous()
200 && isV (ahead)) in previous()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/text/
H A DCharacterBreakIterator.java124 char ahead = iter.next(); in next() local
131 && ! isLowSurrogate (ahead) in next()
132 && ! isLVT (ahead)) in next()
134 if (! isLVT (c) && isLVT (ahead)) in next()
136 if (isL (c) && ! isLVT (ahead) in next()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
142 if (isT (c) && ! isT (ahead) in next()
175 char ahead = iter.previous(); in previous() local
194 && isL (ahead)) in previous()
197 && isV (ahead)) in previous()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/java/text/
H A DCharacterBreakIterator.java124 char ahead = iter.next(); in next() local
131 && ! isLowSurrogate (ahead) in next()
132 && ! isLVT (ahead)) in next()
134 if (! isLVT (c) && isLVT (ahead)) in next()
136 if (isL (c) && ! isLVT (ahead) in next()
139 if (isV (c) && ! isV (ahead) && !isT (ahead) in next()
142 if (isT (c) && ! isT (ahead) in next()
175 char ahead = iter.previous(); in previous() local
194 && isL (ahead)) in previous()
197 && isV (ahead)) in previous()
[all …]
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/
H A Dcsvserializer.cpp11 if (isCsvSeparator(ahead, theChar, sep)) in isCsvSeparator()
36 ahead.removeFirst(); in isCsvSeparator()
74 ahead << singleValue; in readAhead()
87 QList<C> ahead; in typedDeserializeInternal() local
89 while (!data.atEnd() || !ahead.isEmpty()) in typedDeserializeInternal()
91 if (!ahead.isEmpty()) in typedDeserializeInternal()
92 theChar = ahead.takeFirst(); in typedDeserializeInternal()
105 readAhead(data, ahead, 1); in typedDeserializeInternal()
106 if (ahead.isEmpty()) in typedDeserializeInternal()
113 ahead.removeFirst(); in typedDeserializeInternal()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/lib/
H A Dtest_atomlist.c69 static struct alist_head ahead; variable
133 if (alist_pop(&ahead))
144 dr = alist_pop(&ahead);
162 dr = alist_pop(&ahead);
180 dr = alist_pop(&ahead);
198 dr = alist_pop(&ahead);
216 dr = alist_pop(&ahead);
271 memset(&ahead, 0, sizeof(ahead)); in clear_list()
320 frr_each(alist, &ahead, item) { in run_tr()
349 memset(&ahead, 0, sizeof(ahead)); in basic_tests()
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/lib/
H A Dtest_atomlist.c69 static struct alist_head ahead; variable
133 if (alist_pop(&ahead))
144 dr = alist_pop(&ahead);
162 dr = alist_pop(&ahead);
180 dr = alist_pop(&ahead);
198 dr = alist_pop(&ahead);
216 dr = alist_pop(&ahead);
271 memset(&ahead, 0, sizeof(ahead)); in clear_list()
320 frr_each(alist, &ahead, item) { in run_tr()
349 memset(&ahead, 0, sizeof(ahead)); in basic_tests()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/graph/
H A Dahead_behind.c5 static size_t ahead; variable
35 cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, &oid, &oid2)); in test_graph_ahead_behind__returns_correct_result()
36 cl_assert_equal_sz(2, ahead); in test_graph_ahead_behind__returns_correct_result()
39 …cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, git_commit_id(commit), git_commit_id(co… in test_graph_ahead_behind__returns_correct_result()
40 cl_assert_equal_sz(ahead, behind); in test_graph_ahead_behind__returns_correct_result()
43 …cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, git_commit_id(commit), git_commit_id(ot… in test_graph_ahead_behind__returns_correct_result()
44 cl_assert_equal_sz(ahead, behind + 2); in test_graph_ahead_behind__returns_correct_result()
45 …cl_git_pass(git_graph_ahead_behind(&ahead, &behind, _repo, git_commit_id(other), git_commit_id(com… in test_graph_ahead_behind__returns_correct_result()
46 cl_assert_equal_sz(ahead + 2, behind); in test_graph_ahead_behind__returns_correct_result()
53 cl_assert_equal_sz(ahead, behind + 4); in test_graph_ahead_behind__returns_correct_result()
[all …]
/dports/print/typetools/lcdf-typetools-2.108/libefont/
H A Dt1cs.cc156 int ahead; in process() local
160 ahead = 1; in process()
184 ahead = 2; in process()
191 ahead = 2; in process()
198 ahead = 5; in process()
204 data += ahead; in process()
205 left -= ahead; in process()
267 int ahead; in process() local
271 ahead = 1; in process()
299 ahead = 2; in process()
[all …]
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dt1cs.cc156 int ahead; in process() local
160 ahead = 1; in process()
167 ahead = 2; in process()
173 ahead = 3; in process()
176 ahead = 1; in process()
184 ahead = 2; in process()
191 ahead = 2; in process()
267 int ahead; in process() local
278 ahead = 2; in process()
284 ahead = 3; in process()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dt1cs.cc156 int ahead; in process() local
160 ahead = 1; in process()
167 ahead = 2; in process()
173 ahead = 3; in process()
176 ahead = 1; in process()
184 ahead = 2; in process()
191 ahead = 2; in process()
267 int ahead; in process() local
278 ahead = 2; in process()
284 ahead = 3; in process()
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dcodec_bmp.c191 AHEAD *ahead; in create_ahead() local
205 return ahead; in create_ahead()
213 free(ahead); in destroy_ahead()
221 if ( ahead-> inx >= ahead-> cnt ) { in read_ahead()
224 ahead-> cnt = req_read( ahead->fi->req, BUFSIZE, ahead->buf); in read_ahead()
233 if ( !ahead-> fi-> noIncomplete && ahead-> cnt >= 0) in read_ahead()
238 ahead-> read += ahead-> cnt; in read_ahead()
239 ahead-> lasty = ahead-> y; in read_ahead()
240 ahead-> y = ahead-> read / ahead-> ls; in read_ahead()
242 EVENT_SCANLINES_READY(ahead-> fi, ahead-> y - ahead-> lasty, SCANLINES_DIR_BOTTOM_TO_TOP); in read_ahead()
[all …]
/dports/devel/libgit2/libgit2-1.3.0/tests/revwalk/
H A Dmergebase.c26 size_t ahead, behind; in test_revwalk_mergebase__single1() local
36 cl_assert_equal_sz(ahead, 1); in test_revwalk_mergebase__single1()
40 cl_assert_equal_sz(ahead, 2); in test_revwalk_mergebase__single1()
47 size_t ahead, behind; in test_revwalk_mergebase__single2() local
57 cl_assert_equal_sz(ahead, 1); in test_revwalk_mergebase__single2()
61 cl_assert_equal_sz(ahead, 4); in test_revwalk_mergebase__single2()
68 size_t ahead, behind; in test_revwalk_mergebase__merged_branch() local
81 cl_assert_equal_sz(ahead, 3); in test_revwalk_mergebase__merged_branch()
92 size_t ahead, behind; in test_revwalk_mergebase__two_way_merge() local
110 size_t ahead, behind; in test_revwalk_mergebase__no_common_ancestor_returns_ENOTFOUND() local
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp140 unsigned int ahead = 0; in SeqEndRunOut() local
146 ++ahead; in SeqEndRunOut()
147 next_au = Lookahead(ahead); in SeqEndRunOut()
158 && Lookahead(ahead+1) != 0; in SeqEndRunOut()
170 unsigned int ahead = 0; in NextIFrame() local
173 && ahead < MAX_GOP_LENGTH ) in NextIFrame()
175 ++ahead; in NextIFrame()
176 au_ahead = Lookahead(ahead); in NextIFrame()
191 unsigned int ahead = 0; in ExcludeNextIFramePayload() local
195 au_ahead = Lookahead(ahead); in ExcludeNextIFramePayload()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp140 unsigned int ahead = 0; in SeqEndRunOut() local
146 ++ahead; in SeqEndRunOut()
147 next_au = Lookahead(ahead); in SeqEndRunOut()
158 && Lookahead(ahead+1) != 0; in SeqEndRunOut()
170 unsigned int ahead = 0; in NextIFrame() local
173 && ahead < MAX_GOP_LENGTH ) in NextIFrame()
175 ++ahead; in NextIFrame()
176 au_ahead = Lookahead(ahead); in NextIFrame()
191 unsigned int ahead = 0; in ExcludeNextIFramePayload() local
195 au_ahead = Lookahead(ahead); in ExcludeNextIFramePayload()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp140 unsigned int ahead = 0; in SeqEndRunOut() local
146 ++ahead; in SeqEndRunOut()
147 next_au = Lookahead(ahead); in SeqEndRunOut()
158 && Lookahead(ahead+1) != 0; in SeqEndRunOut()
170 unsigned int ahead = 0; in NextIFrame() local
173 && ahead < MAX_GOP_LENGTH ) in NextIFrame()
175 ++ahead; in NextIFrame()
176 au_ahead = Lookahead(ahead); in NextIFrame()
191 unsigned int ahead = 0; in ExcludeNextIFramePayload() local
195 au_ahead = Lookahead(ahead); in ExcludeNextIFramePayload()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp140 unsigned int ahead = 0; in SeqEndRunOut() local
146 ++ahead; in SeqEndRunOut()
147 next_au = Lookahead(ahead); in SeqEndRunOut()
158 && Lookahead(ahead+1) != 0; in SeqEndRunOut()
170 unsigned int ahead = 0; in NextIFrame() local
173 && ahead < MAX_GOP_LENGTH ) in NextIFrame()
175 ++ahead; in NextIFrame()
176 au_ahead = Lookahead(ahead); in NextIFrame()
191 unsigned int ahead = 0; in ExcludeNextIFramePayload() local
195 au_ahead = Lookahead(ahead); in ExcludeNextIFramePayload()
[all …]
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mplex/
H A Dvideostrm_out.cpp140 unsigned int ahead = 0; in SeqEndRunOut() local
148 ++ahead; in SeqEndRunOut()
149 next_au = Lookahead(ahead); in SeqEndRunOut()
160 && Lookahead(ahead+1) != 0; in SeqEndRunOut()
172 unsigned int ahead = 0; in NextIFrame() local
175 && ahead < MAX_GOP_LENGTH ) in NextIFrame()
177 ++ahead; in NextIFrame()
178 au_ahead = Lookahead(ahead); in NextIFrame()
193 unsigned int ahead = 0; in ExcludeNextIFramePayload() local
197 au_ahead = Lookahead(ahead); in ExcludeNextIFramePayload()
[all …]

12345678910>>...313