Searched defs:stop (Results 201 - 225 of 647) sorted by relevance

1234567891011>>

/external/regex-re2/re2/
H A Dtostring.cc35 virtual int PreVisit(Regexp* re, int parent_arg, bool* stop);
61 int ToStringWalker::PreVisit(Regexp* re, int parent_arg, bool* stop) { argument
H A Dwalker-inl.h32 // If PreVisit sets *stop to true, the walk does not recurse
36 virtual T PreVisit(Regexp* re, T parent_arg, bool* stop);
100 bool* stop) {
178 bool stop = false; local
179 s->pre_arg = PreVisit(re, s->parent_arg, &stop);
180 if (stop) {
98 PreVisit(Regexp* re, T parent_arg, bool* stop) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMediaPlayer.java113 public void stop() { method in class:ShadowMediaPlayer
/external/skia/gm/
H A Darithmode.cpp101 const SkScalar* stop = k + SK_ARRAY_COUNT(K); local
104 while (k < stop) {
/external/skia/include/views/
H A DSkTouchGesture.h18 void stop() { fActive = false; } function in struct:SkFlingState
41 void stop() { fFlinger.stop(); } function in class:SkTouchGesture
/external/skia/src/core/
H A DSkPackBits.cpp196 const uint16_t* stop = src + count; local
199 count = SkToInt(stop - src);
217 if (s == stop) {
224 if (++s == stop) {
239 const uint8_t* stop = src + count; local
242 count = SkToInt(stop - src);
259 if (s == stop) {
266 if (++s == stop) {
269 // only stop if we hit 3 in a row,
285 const uint8_t* stop local
307 const uint8_t* stop = src + srcSize; local
[all...]
H A DSkTypefaceCache.cpp20 const Rec* stop = fArray.end(); local
21 while (curr < stop) {
51 const Rec* stop = fArray.end(); local
52 while (curr < stop) {
63 const Rec* stop = fArray.end(); local
64 while (curr < stop) {
H A DSkUtils.cpp199 const char* stop = utf8 + byteLength; local
201 while (utf8 < stop) {
325 const uint16_t* stop = src + numberOf16BitValues; local
327 while (src < stop) {
331 SkASSERT(src < stop);
407 const uint16_t* stop = utf16 + numberOf16BitValues;
411 while (utf16 < stop) {
416 while (utf16 < stop) {
/external/skia/src/utils/
H A DSkParsePath.cpp197 char* stop = buffer + len; local
198 stream->write(buffer, stop - buffer);
/external/skia/tests/
H A DWriter32Test.cpp154 uint32_t* stop = ptr + (dataSize>>2); local
155 while (ptr < stop) {
179 const char* stop = readPtr + SkAlign4(len); local
181 while (readPtr < stop) {
/external/skia/tools/
H A Drender_pdfs_main.cpp218 char* const* stop = argv + argc; local
220 for (++argv; argv < stop; ++argv) {
226 if (argv >= stop) {
234 if (argv >= stop) {
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5Proxy.java161 public synchronized void stop() { method in class:Socks5Proxy
/external/wpa_supplicant_8/hostapd/src/ap/
H A Daccounting.c239 struct sta_info *sta, int stop)
252 stop ? RADIUS_ACCT_STATUS_TYPE_STOP :
326 if (stop && cause &&
334 stop ? RADIUS_ACCT : RADIUS_ACCT_INTERIM,
423 /* Inform RADIUS server that accounting will start/stop so that the
238 accounting_sta_report(struct hostapd_data *hapd, struct sta_info *sta, int stop) argument
/external/wpa_supplicant_8/src/ap/
H A Daccounting.c239 struct sta_info *sta, int stop)
252 stop ? RADIUS_ACCT_STATUS_TYPE_STOP :
326 if (stop && cause &&
334 stop ? RADIUS_ACCT : RADIUS_ACCT_INTERIM,
423 /* Inform RADIUS server that accounting will start/stop so that the
238 accounting_sta_report(struct hostapd_data *hapd, struct sta_info *sta, int stop) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Daccounting.c239 struct sta_info *sta, int stop)
252 stop ? RADIUS_ACCT_STATUS_TYPE_STOP :
326 if (stop && cause &&
334 stop ? RADIUS_ACCT : RADIUS_ACCT_INTERIM,
423 /* Inform RADIUS server that accounting will start/stop so that the
238 accounting_sta_report(struct hostapd_data *hapd, struct sta_info *sta, int stop) argument
/external/aac/libAACdec/src/
H A Daacdec_tns.cpp341 int window,index,start,stop,size; local
392 stop = fixMin( fixMin(filter->StopBand, tns_max_bands),
395 stop = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo)[stop];
397 size = stop - start;
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontoken.h158 ANTLR3_MARKER stop; member in struct:ANTLR3_COMMON_TOKEN_struct
295 /** Pointer to a function that gets the stop index in the input stream for this token.
299 /** Pointer to a function that sets the stop index in the input stream for this token.
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontoken.c526 return token->stop;
529 static void setStopIndex (pANTLR3_COMMON_TOKEN token, ANTLR3_MARKER stop) argument
531 token->stop = stop;
557 * return "[@"+getTokenIndex()+","+start+":"+stop+"='"+txt+"',<"+type+">"+channelStr+","+line+":"+getCharPositionInLine()+"]";
H A Dantlr3commontreeadaptor.c366 /** Track start/stop token for subtree root created for a rule.
368 * seems like this will yield start=i and stop=i-1 in a nil node.
375 ANTLR3_MARKER stop; local
395 stop = stopToken->getTokenIndex(stopToken);
399 stop = 0;
405 ct->stopIndex = stop;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBufferedTokenStream.cs283 public virtual List<IToken> GetTokens(int start, int stop) { argument
284 return GetTokens(start, stop, default(BitSet));
287 /** Given a start and stop index, return a List of all tokens in
291 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) { argument
294 if (stop >= _tokens.Count)
295 stop = _tokens.Count - 1;
298 if (start > stop)
301 // list = tokens[start:stop]:{Token t, t.getType() in types}
303 for (int i = start; i <= stop; i++) {
315 public virtual List<IToken> GetTokens(int start, int stop, IEnumerabl argument
319 GetTokens(int start, int stop, int ttype) argument
331 ToString(int start, int stop) argument
350 ToString(IToken start, IToken stop) argument
[all...]
H A DLegacyCommonTokenStream.cs234 public virtual IList<IToken> GetTokens(int start, int stop) { argument
235 return GetTokens(start, stop, (BitSet)null);
239 * Given a start and stop index, return a List of all tokens in
244 public virtual IList<IToken> GetTokens(int start, int stop, BitSet types) { argument
248 if (stop >= tokens.Count) {
249 stop = tokens.Count - 1;
254 if (start > stop) {
258 // list = tokens[start:stop]:{Token t, t.getType() in types}
260 for (int i = start; i <= stop; i++) {
272 public virtual IList<IToken> GetTokens(int start, int stop, ILis argument
276 GetTokens(int start, int stop, int ttype) argument
428 ToString(int start, int stop) argument
446 ToString(IToken start, IToken stop) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs71 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop, argument
73 object node = adaptor.ErrorNode(input, start, stop, e);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs56 * Create tree node that holds the start and stop tokens associated
70 public virtual object ErrorNode(ITokenStream input, IToken start, IToken stop, argument
72 CommonErrorNode t = new CommonErrorNode(input, start, stop, e);
H A DITreeAdaptor.cs82 * input symbol at which the error was detected. The stop token indicates
97 object ErrorNode(ITokenStream input, IToken start, IToken stop, RecognitionException e); argument
149 * as the setting of start/stop indexes relies on a single non-nil root
155 * unless there is only one ID. For a list, the start/stop indexes
266 * That node would contain the start/stop indexes then.
274 /** <summary>Get the token stop index for this subtree; return -1 if no such index</summary> */
313 * Replace from start to stop child index of parent with t, which might
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBufferedTokenStream.cs322 public virtual List<IToken> GetTokens(int start, int stop) argument
324 return GetTokens(start, stop, default(BitSet));
327 /** Given a start and stop index, return a List of all tokens in
331 public virtual List<IToken> GetTokens(int start, int stop, BitSet types) argument
335 if (stop >= _tokens.Count)
336 stop = _tokens.Count - 1;
339 if (start > stop)
342 // list = tokens[start:stop]:{Token t, t.getType() in types}
344 for (int i = start; i <= stop; i++)
359 public virtual List<IToken> GetTokens(int start, int stop, IEnumerabl argument
364 GetTokens(int start, int stop, int ttype) argument
378 ToString(int start, int stop) argument
399 ToString(IToken start, IToken stop) argument
[all...]

Completed in 3133 milliseconds

1234567891011>>