Home
last modified time | relevance | path

Searched refs:terminated (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
Dcv8.txt13 0-terminated filename strings, 1 for each source file
41 basically slightly updated versions of CV5 symbol info with 0-terminated
46 0-terminated object filename
53 0-terminated string containing creator name
54 pairs of 0-terminated strings - keys/values
62 pairs list terminated with two empty strings
67 0-terminated string containing symbol name
72 0-terminated string containing symbol name
77 0-terminated string containing symbol name
89 0-terminated string containing procedure name
/external/srec/srec/ca/
Drec_basi.c208 int terminated; in CA_EndRecognition() local
220 terminated = 1; in CA_EndRecognition()
223 if (terminated && hUtterance->data.gen_utt.do_channorm) in CA_EndRecognition()
230 if (terminated) hPattern->recog_terminated = True; in CA_EndRecognition()
232 return (terminated); in CA_EndRecognition()
/external/apache-http/src/org/apache/http/message/
DBasicHeaderValueParser.java331 boolean terminated = false; in parseNameValuePair()
345 terminated = true; in parseNameValuePair()
352 terminated = true; in parseNameValuePair()
359 if (terminated) { in parseNameValuePair()
376 terminated = true; in parseNameValuePair()
404 if (terminated) { in parseNameValuePair()
/external/chromium_org/v8/tools/testrunner/local/
Dpool.py57 self.terminated = False
122 if self.terminated:
124 self.terminated = True
/external/chromium_org/content/gpu/
Dgpu_watchdog_thread.cc230 static bool terminated = false; in DeliberatelyTerminateToRecoverFromHang() local
231 if (terminated) in DeliberatelyTerminateToRecoverFromHang()
259 terminated = true; in DeliberatelyTerminateToRecoverFromHang()
/external/chromium_org/content/browser/
Dsecurity_exploit_browsertest.cc109 content::RenderProcessHostWatcher terminated( in IN_PROC_BROWSER_TEST_F() local
114 terminated.Wait(); in IN_PROC_BROWSER_TEST_F()
/external/e2fsprogs/tests/f_baddotdir/
Dexpect.120 '.' directory entry in directory inode 17 is not NULL terminated
23 '..' directory entry in directory inode 17 is not NULL terminated
/external/chromium_org/ppapi/api/
Dpp_stdint.idl46 /** Pointer to null terminated string (char *). */
49 /** Pointer to constant null terminated string (const char *). */
Dppb_var.idl47 * encoded in valid UTF-8 and is NOT NULL-terminated, the length must be
75 * encoded in valid UTF-8 and is NOT NULL-terminated, the length must be
102 * string is NOT NULL-terminated. The length will be placed in
/external/valgrind/main/gdbserver_tests/
Dnlgone_abrt.stdoutB.exp5 Program terminated with signal SIGABRT, Aborted.
/external/junit/src/org/junit/internal/runners/
DMethodRoadie.java69 boolean terminated= service.awaitTermination(timeout, in runWithTimeout()
71 if (!terminated) in runWithTimeout()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleTextEditor.cpp77 …bool terminated = m_styleText[curPos] == ';' || (m_styleText[curPos] == '/' && m_styleText[curPos … in insertProperty() local
78 if (!terminated) { in insertProperty()
/external/ipsec-tools/
Dmain.c141 static void terminated() in terminated() function
182 atexit(terminated); in main()
/external/chromium_org/ui/events/
Dlatency_info.cc144 : input_coordinates_size(0), trace_id(-1), terminated(false) { in LatencyInfo()
276 CHECK(!terminated); in AddLatencyNumberWithTimestamp()
277 terminated = true; in AddLatencyNumberWithTimestamp()
Dlatency_info.h174 bool terminated; member
/external/chromium_org/ui/events/ipc/
Dlatency_info_param_traits.h32 IPC_STRUCT_TRAITS_MEMBER(terminated)
/external/chromium_org/cc/base/
Dlatency_info_swap_promise.cc36 DCHECK(!latency_.terminated); in DidSwap()
/external/chromium_org/third_party/WebKit/Source/web/
DWebWorkerRunLoop.cpp65 return !m_workerThread->terminated(); in postTask()
/external/chromium_org/ppapi/generators/test_thunk/
Dbasic_test_types.idl43 /** Pointer to null terminated string (char *). */
/external/chromium_org/ppapi/generators/test_cgen/
Dstdint.idl45 /** Pointer to null terminated string (char *). */
/external/chromium_org/third_party/icu/source/test/intltest/
Dwbnf.cpp794 void terminated(TokenType t){ in terminated() function in Scanner
823 terminated(ERROR); in getNextToken()
860 } else {terminated(ERROR);} in getNextToken()
867 terminated(NUMBER); in getNextToken()
875 terminated(ERROR); in getNextToken()
882 terminated(VAR); in getNextToken()
899 terminated(STRING); in getNextToken()
/external/chromium_org/third_party/pexpect/
Dpexpect.py406 self.terminated = True
601 self.terminated = False
1155 self.terminated = True
1160 self.terminated = True
1176 if self.terminated:
1233 self.terminated = True
1238 self.terminated = True
/external/lldb/test/pexpect-2.4/
Dpexpect.py391 self.terminated = True
565 self.terminated = False
1107 self.terminated = True
1112 self.terminated = True
1125 if self.terminated:
1170 self.terminated = True
1175 self.terminated = True
/external/chromium_org/third_party/sqlite/src/test/
Dmisc6.test14 # always returns a null-terminated string.
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThread.h91 bool terminated() const { return m_terminated; } in terminated() function

12345678910>>...12