HomeSort by relevance Sort by last modified time
    Searched refs:terminated (Results 1 - 25 of 37) sorted by null

1 2

  /external/srec/srec/ca/
rec_basi.c 208 int terminated; local
220 terminated = 1;
223 if (terminated && hUtterance->data.gen_utt.do_channorm)
230 if (terminated) hPattern->recog_terminated = True;
232 return (terminated);
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 326 boolean terminated = false;
340 terminated = true;
347 terminated = true;
354 if (terminated) {
371 terminated = true;
399 if (terminated) {
  /external/webkit/Source/WebCore/workers/
WorkerRunLoop.h 59 bool terminated() { return m_messageQueue.killed(); } function in class:WebCore::WorkerRunLoop
WorkerThread.cpp 127 if (m_runLoop.terminated()) {
128 // The worker was terminated before the thread had a chance to run. Since the context didn't exist yet,
162 // Does not return until terminated.
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 69 boolean terminated= service.awaitTermination(timeout,
71 if (!terminated)
  /external/chromium/chrome/browser/extensions/
extensions_ui.h 82 bool terminated);
extensions_ui.cc 258 true, false)); // enabled, terminated
269 false, false)); // enabled, terminated
280 empty_pages, // Terminated process has no active pages.
281 false, true)); // enabled, terminated
482 // There will be no EXTENSION_UNLOADED notification for terminated
682 const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) {
701 extension_data->SetBoolean("terminated", terminated);
    [all...]
  /external/ipsec-tools/
main.c 140 static void terminated() function
181 atexit(terminated);
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.h 119 bool terminated);
extension_settings_handler.cc 354 true, false)); // enabled, terminated
366 false, false)); // enabled, terminated
378 empty_pages, // Terminated process has no active pages.
379 false, true)); // enabled, terminated
575 // There will be no EXTENSION_UNLOADED notification for terminated
772 const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) {
780 extension_data->SetBoolean("terminated", terminated);
    [all...]
  /external/openssh/
sftp.c 960 * Returns NULL on error or a NULL-terminated array of arguments.
965 * If "terminated" is not NULL, *terminated will be set to 1 when the
966 * last argument's quote has been properly terminated or 0 otherwise.
973 u_int *terminated)
987 if (terminated != NULL)
988 *terminated = 1;
1074 if (terminated != NULL)
1075 *terminated = 0;
1802 u_int argc, carg, cursor, len, terminated, ret = CC_ERROR; local
    [all...]
  /external/zlib/contrib/pascal/
zlibpas.pas 58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 83 * excess threads will be terminated if they have been idle for more
206 * entries. Additionally, method {@link #terminated} can be overridden
208 * Executor has fully terminated.
309 * TIDYING: All tasks have terminated, workerCount is zero,
311 * will run the terminated() hook method
312 * TERMINATED: terminated() has completed
326 * TIDYING -> TERMINATED
327 * When the terminated() hook method has completed
330 * state reaches TERMINATED
648 terminated(); method
1919 protected void terminated() { } method in class:ThreadPoolExecutor
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 165 fixed bug that permitted non-terminated RE, as in "awk /x".
413 parsed again because token buffer wasn't terminated right.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/icu4c/test/intltest/
wbnf.cpp 132 // Return a null-terminated c-string. The buffer is owned by callee.
381 // str [in] null-terminated c-string
515 Buffer_char str; //null-terminated c-string
713 Buffer_char str; //null-terminated c-string
775 Buffer_char str; // null-terminated c-string
794 void terminated(TokenType t){ function in class:Scanner
823 terminated(ERROR);
860 } else {terminated(ERROR);}
867 terminated(NUMBER);
875 terminated(ERROR)
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 88 %automatically terminated. However, parties who have received computer
90 %their licenses terminated so long as such parties remain in full compliance.
    [all...]
  /external/elfutils/libcpu/
i386_parse.c     [all...]
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/dropbear/libtommath/
bn.tex 452 It accepts a \textbf{NULL} terminated list of pointers to mp\_int structures. It will attempt to initialize them all
    [all...]
  /external/iproute2/doc/
ip-cref.tex 219 dump terminated
    [all...]
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 744 null-terminated (but see {!const_stringz}). This value can in turn be used
    [all...]

Completed in 1766 milliseconds

1 2