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

1 2 3 4

  /external/valgrind/main/gdbserver_tests/
nlgone_abrt.stdoutB.exp 5 Program terminated with signal SIGABRT, Aborted.
  /external/chromium_org/ui/events/ipc/
latency_info_param_traits.h 32 IPC_STRUCT_TRAITS_MEMBER(terminated)
  /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/cc/base/
latency_info_swap_promise.cc 36 DCHECK(!latency_.terminated);
45 // DCHECK(latency_.terminated);
  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerRunLoop.cpp 65 return !m_workerThread->terminated();
  /external/apache-http/src/org/apache/http/message/
BasicHeaderValueParser.java 331 boolean terminated = false;
345 terminated = true;
352 terminated = true;
359 if (terminated) {
376 terminated = true;
404 if (terminated) {
  /external/chromium_org/v8/tools/testrunner/local/
pool.py 57 self.terminated = False
122 if self.terminated:
124 self.terminated = True
  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 109 content::RenderProcessHostWatcher terminated(
114 terminated.Wait();
  /external/chromium_org/ui/events/
latency_info.h 81 // damage in plugin and thus terminated.
174 bool terminated; member in struct:ui::LatencyInfo
latency_info.cc 144 : input_coordinates_size(0), trace_id(-1), terminated(false) {
276 CHECK(!terminated);
277 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/junit/src/org/junit/internal/runners/
MethodRoadie.java 69 boolean terminated= service.awaitTermination(timeout,
71 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/content/gpu/
gpu_watchdog_thread.cc 230 static bool terminated = false; local
231 if (terminated)
259 terminated = true;
  /external/ipsec-tools/
main.c 141 static void terminated() function
182 atexit(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/chromium_org/third_party/pexpect/
pexpect.py 159 Note that lines are terminated by CR/LF (\\r\\n) combination even on
387 be None. If the child was terminated abnormally with a signal then
406 self.terminated = True
601 self.terminated = False
700 the child is terminated (SIGKILL is sent if the child ignores SIGHUP
    [all...]
  /external/lldb/test/pexpect-2.4/
pexpect.py 152 Note that lines are terminated by CR/LF (\\r\\n) combination even on
372 be None. If the child was terminated abnormally with a signal then
391 self.terminated = True
565 self.terminated = False
662 the child is terminated (SIGKILL is sent if the child ignores SIGHUP
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bytes.pxd 57 # %s char* A null-terminated C character array.
78 # Return a NUL-terminated representation of the contents of
93 # Return a NULL-terminated representation of the contents of the
string.pxd 57 # %s char* A null-terminated C character array.
78 # Return a NUL-terminated representation of the contents of
93 # Return a NULL-terminated representation of the contents of the
  /external/libvorbis/doc/
05-comment.tex 36 contents themselves are not null terminated. In addition to the vector
217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js 87 * Hides progress bar when progression is terminated.
  /external/chromium_org/chrome/browser/resources/extensions/
extensions.css 260 .terminated-reload-link.link-button,
285 .terminated-reload-link,
  /external/zlib/src/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 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...]

Completed in 669 milliseconds

1 2 3 4