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

1 2 3

  /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/chromium_org/extensions/browser/
extension_registry_unittest.cc 169 scoped_refptr<Extension> terminated = local
170 test_util::CreateEmptyExtension("terminated");
177 registry.AddTerminated(terminated);
188 registry.GetExtensionById("enabled", ExtensionRegistry::TERMINATED));
200 registry.GetExtensionById("disabled", ExtensionRegistry::TERMINATED));
204 // Terminated is part of everything and the terminated list.
206 registry.GetExtensionById("terminated", ExtensionRegistry::EVERYTHING));
208 registry.GetExtensionById("terminated", ExtensionRegistry::ENABLED));
210 registry.GetExtensionById("terminated", ExtensionRegistry::DISABLED))
    [all...]
  /external/ipsec-tools/
main.c 141 static void terminated() function
182 atexit(terminated);
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 230 static bool terminated = false; local
231 if (terminated)
259 terminated = true;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp 77 bool terminated = m_styleText[curPos] == ';' || (m_styleText[curPos] == '/' && m_styleText[curPos - 1] == '*'); local
78 if (!terminated) {
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h 91 bool terminated() const { return m_terminated; } function in class:blink::WorkerThread
  /external/chromium_org/ui/events/
latency_info.h 81 // damage in plugin and thus terminated.
174 bool terminated; member in struct:ui::LatencyInfo
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadPoolExecutor.java 90 * excess threads will be terminated if they have been idle for more
214 * Additionally, method {@link #terminated} can be overridden to perform
216 * fully terminated.
317 * TIDYING: All tasks have terminated, workerCount is zero,
319 * will run the terminated() hook method
320 * TERMINATED: terminated() has completed
334 * TIDYING -> TERMINATED
335 * When the terminated() hook method has completed
338 * state reaches TERMINATED
676 terminated(); method
1963 protected void terminated() { } method in class:ThreadPoolExecutor
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ThreadPoolExecutorSubclassTest.java 173 protected void terminated() { method in class:ThreadPoolExecutorSubclassTest.CustomTPE
532 * isTerminating is not true when running or when terminated
    [all...]
ThreadPoolExecutorTest.java 33 protected void terminated() { method in class:ThreadPoolExecutorTest.ExtendedTPE
459 * isTerminating is not true when running or when terminated
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.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/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 383 milliseconds

1 2 3