Searched refs:terminated (Results 1 - 25 of 27) sorted by relevance

12

/external/srec/srec/ca/
H A Drec_basi.c208 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/
H A DBasicHeaderValueParser.java326 boolean terminated = false;
340 terminated = true;
347 terminated = true;
354 if (terminated) {
371 terminated = true;
399 if (terminated) {
/external/webkit/Source/WebCore/workers/
H A DWorkerRunLoop.h59 bool terminated() { return m_messageQueue.killed(); } function in class:WebCore::WorkerRunLoop
H A DWorkerThread.cpp127 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/
H A DMethodRoadie.java69 boolean terminated= service.awaitTermination(timeout,
71 if (!terminated)
/external/ipsec-tools/
H A Dmain.c141 static void terminated() function
182 atexit(terminated);
/external/chromium/chrome/browser/extensions/
H A Dextensions_ui.h82 bool terminated);
H A Dextensions_ui.cc258 true, false)); // enabled, terminated
269 false, false)); // enabled, terminated
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);
680 CreateExtensionDetailValue( ExtensionService* service, const Extension* extension, const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) argument
/external/chromium/chrome/browser/ui/webui/options/
H A Dextension_settings_handler.h119 bool terminated);
H A Dextension_settings_handler.cc354 true, false)); // enabled, terminated
366 false, false)); // enabled, terminated
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);
770 CreateExtensionDetailValue( ExtensionService* service, const Extension* extension, const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) argument
/external/llvm/lib/Support/Windows/
H A DProgram.inc211 // An environment block consists of a null-terminated block of
212 // null-terminated strings. Convert the array of environment variables to
H A DPathV2.inc63 // Make utf16 null terminated.
93 // Make utf8 null terminated.
592 // Make random_path_utf16 null terminated.
/external/libvorbis/doc/
H A D05-comment.tex36 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/openssh/
H A Dsftp.c960 * 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;
1603 int terminated)
972 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, u_int *terminated) argument
1602 complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote, int terminated) argument
1691 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, char *file, int remote, int lastarg, char quote, int terminated) argument
1802 u_int argc, carg, cursor, len, terminated, ret = CC_ERROR; local
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *)
60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/test/intltest/
H A Dwbnf.cpp132 // 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(ERRO
[all...]
/external/e2fsprogs/lib/et/
H A Dtexinfo.tex88 %automatically terminated. However, parties who have received computer
90 %their licenses terminated so long as such parties remain in full compliance.
1523 % is terminated by end of line.
1537 % is terminated by end of line.
/external/elfutils/libcpu/
H A Di386_parse.c1592 "terminated due to previous error");
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl445 this License will not have their licenses terminated so long as such
/external/dropbear/libtommath/
H A Dbn.tex452 It accepts a \textbf{NULL} terminated list of pointers to mp\_int structures. It will attempt to initialize them all
1728 This will read the base-``radix'' NUL terminated string from ``str'' into $a$. It will stop reading when it reads a
/external/iproute2/doc/
H A Dip-cref.tex219 dump terminated
1173 in this table is terminated pretending that no route was found.
1948 and the RPDB lookup is terminated. Otherwise, the RPDB program
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli744 null-terminated (but see {!const_stringz}). This value can in turn be used

Completed in 1000 milliseconds

12