HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 101 - 125 of 2496) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractIdleServiceTest.java 61 assertEquals(Service.State.TERMINATED, service.state());
72 assertEquals("NullService [" + Service.State.TERMINATED + "]", service.toString());
  /external/icu4c/common/unicode/
unorm2.h 200 * @param length length of the source string, or -1 if NUL-terminated
222 * @param firstLength length of the first string, or -1 if NUL-terminated
225 * @param secondLength length of the source string, or -1 if NUL-terminated
245 * @param firstLength length of the first string, or -1 if NUL-terminated
248 * @param secondLength length of the source string, or -1 if NUL-terminated
291 * @param length length of the string, or -1 if NUL-terminated
313 * @param length length of the string, or -1 if NUL-terminated
342 * @param length length of the string, or -1 if NUL-terminated
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 69 boolean terminated= service.awaitTermination(timeout,
71 if (!terminated)
  /external/openssh/
sftp-client.h 61 /* Read contents of 'path' to NULL-terminated array 'dir' */
64 /* Frees a NULL-terminated array of SFTP_DIRENTs (eg. from do_readdir) */
  /external/qemu/android/utils/
bufprint.h 43 ** as a convenience, the appended string is zero-terminated if there is no overflow.
44 ** (this means that even if p >= end, the content of "buffer" is zero-terminated)
  /external/srec/seti/setiUtils/src/
platform_utils.c 36 Returns the position in NULL terminated input_str where seps are found,
38 Seps contains a NULL terminated string of separators
  /external/svox/pico/lib/
picoextapi.h 55 /* An UTF-8 string must point to a byte array, terminated by a null character
57 (in native byte ordering), terminated by a 0. */
  /external/webkit/Source/JavaScriptCore/runtime/
ExceptionHelpers.cpp 68 virtual ComplType exceptionType() const { return Terminated; }
70 virtual UString toString(ExecState*) const { return "JavaScript execution terminated."; }
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ResultCode.java 66 /** Proactive UICC session terminated by the user */
78 /** USSD or SS transaction terminated by the user */
  /libcore/luni/src/main/java/java/lang/
Process.java 69 * It is available only when the native process has terminated.
73 * if this process has not terminated.
  /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...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
SerializerTests.java 68 Wbxml.STR_I, // 0-terminated string
74 Wbxml.STR_I, // 0-terminated string
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
SerializerTests.java 68 Wbxml.STR_I, // 0-terminated string
74 Wbxml.STR_I, // 0-terminated string
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 53 /* header_size = SIZEOF(XWDheader) + length of null-terminated
95 /* Null-terminated window name follows the above structure. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
utmp.h 50 /* The structure describing the status of a terminated process. This
111 #define DEAD_PROCESS 8 /* Terminated process. */
utmpx.h 41 /* The structure describing the status of a terminated process. This
99 #define DEAD_PROCESS 8 /* Terminated process. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 53 /* header_size = SIZEOF(XWDheader) + length of null-terminated
95 /* Null-terminated window name follows the above structure. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmp.h 50 /* The structure describing the status of a terminated process. This
111 #define DEAD_PROCESS 8 /* Terminated process. */
utmpx.h 41 /* The structure describing the status of a terminated process. This
99 #define DEAD_PROCESS 8 /* Terminated process. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 53 /* header_size = SIZEOF(XWDheader) + length of null-terminated
95 /* Null-terminated window name follows the above structure. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
utmp.h 50 /* The structure describing the status of a terminated process. This
111 #define DEAD_PROCESS 8 /* Terminated process. */
utmpx.h 41 /* The structure describing the status of a terminated process. This
99 #define DEAD_PROCESS 8 /* Terminated process. */
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
EmulatorListener.java 59 * @return Zero-terminated reply string. If not an empty string is returned,
70 * @return Zero-terminated reply string. If not an empty string is returned,
  /external/chromium/base/
safe_strerror_posix.h 24 // result is always null-terminated. The value of errno is never changed.
  /external/chromium/sdch/open-vcdiff/src/
codetablewriter_interface.h 42 // string. The output string is not null-terminated and may contain embedded

Completed in 1406 milliseconds

1 2 3 45 6 7 8 91011>>