HomeSort by relevance Sort by last modified time
    Searched refs:CONTINUE (Results 51 - 75 of 218) sorted by null

1 23 4 5 6 7 8 9

  /external/e2fsprogs/ext2ed/
dir_com.c 91 CONTINUE - Continue searching.
152 The client function is action_count, which just tell search_dir_entries to continue.
166 Used by count_dir_entries above - This function is called by search_dir_entries, and it tells it to continue
172 return (CONTINUE); /* Just continue searching */
284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */
302 else { /* If we can't continue from here, we'll just stop */
303 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win ();
317 Returns FOUND if found, or CONTINUE if not found
    [all...]
  /libcore/luni/src/main/java/java/util/
Properties.java 86 private static final int NONE = 0, SLASH = 1, UNICODE = 2, CONTINUE = 3,
305 continue;
313 continue;
320 mode = CONTINUE; // Look for a following \n
321 continue;
324 continue;
343 continue;
360 continue;
364 if (mode == CONTINUE) { // Part of a \r\n sequence
366 continue;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 184 case CONTINUE:
242 return CONTINUE;
244 return CONTINUE;
  /external/chromium_org/chrome/browser/download/
download_target_determiner.h 113 // Continue processing. next_state_ is required to not be STATE_NONE.
114 CONTINUE,
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 30 return CONTINUE;
86 // value of "..." means it's still working and we should continue to wait,
  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.h 69 CONTINUE = 270,
  /external/eigen/lapack/
slarfg.f 168 10 CONTINUE
188 20 CONTINUE
clarfg.f 172 10 CONTINUE
195 20 CONTINUE
dlarfg.f 168 10 CONTINUE
188 20 CONTINUE
zlarfg.f 172 10 CONTINUE
195 20 CONTINUE
  /ndk/sources/host-tools/nawk-20071023/
maketab.c 99 { CONTINUE, "jump", "continue" },
147 continue;
150 continue;
awkgram.y 55 %token <i> ARG BLTIN BREAK CLOSE CONTINUE DELETE DO EXIT FOR FUNC
82 %left ARG BLTIN BREAK CALL CLOSE CONTINUE DELETE DO EXIT FOR FUNC
319 | CONTINUE st { if (!inloop) SYNTAX("continue illegal outside of loops");
320 $$ = stat1(CONTINUE, NIL); }
lex.c 53 { "continue", CONTINUE, CONTINUE },
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 47 CONTINUE = 265,
248 #define CONTINUE 265
  /external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp 148 return (++m_curIter < m_numIters) ? CONTINUE : STOP;
266 return (++m_curIter < m_numIters) ? CONTINUE : STOP;
  /external/deqp/modules/gles3/functional/
es3fPrerequisiteTests.cpp 148 return (++m_curIter < m_numIters) ? CONTINUE : STOP;
265 return (++m_curIter < m_numIters) ? CONTINUE : STOP;
es3fSyncTests.cpp 269 return (++m_iterNdx < NUM_CASE_ITERATIONS) ? CONTINUE : STOP;
  /external/eigen/blas/testing/
cblat1.f 42 20 CONTINUE
207 20 CONTINUE
234 40 CONTINUE
235 60 CONTINUE
245 80 CONTINUE
255 100 CONTINUE
263 120 CONTINUE
271 140 CONTINUE
490 20 CONTINUE
517 40 CONTINUE
    [all...]
zblat1.f 42 20 CONTINUE
207 20 CONTINUE
234 40 CONTINUE
235 60 CONTINUE
245 80 CONTINUE
255 100 CONTINUE
263 120 CONTINUE
271 140 CONTINUE
490 20 CONTINUE
517 40 CONTINUE
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
parallel_authenticator.cc 496 // Check if policy data is fine and continue in safe mode if needed.
500 // Now we can continue with the login and report mount success.
534 case CONTINUE:
687 return CONTINUE;
690 AuthState state = CONTINUE;
789 return CONTINUE;
  /external/deqp/framework/randomshaders/
rsgToken.hpp 44 CONTINUE,
  /external/chromium_org/v8/src/
optimizing-compiler-thread.cc 56 case CONTINUE:
70 static_cast<base::AtomicWord>(CONTINUE));
73 continue;
103 // The function may have already been optimized by OSR. Simply continue.
108 // The function may have already been optimized by OSR. Simply continue.
token.h 113 K(CONTINUE, "continue", 0) \
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 596 return CONTINUE;
619 return CONTINUE;
719 return CONTINUE;
  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 117 return (m_configIter != m_configs.end()) ? CONTINUE : STOP;
211 continue;

Completed in 911 milliseconds

1 23 4 5 6 7 8 9