HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 551 - 575 of 2498) sorted by null

<<21222324252627282930>>

  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 203 bit pointer to a zero terminated string. The pointer is word aligned and
210 type is a 32 bit pointer to a zero terminated string. The pointer is word
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 203 bit pointer to a zero terminated string. The pointer is word aligned and
210 type is a 32 bit pointer to a zero terminated string. The pointer is word
  /libcore/luni/src/main/java/java/lang/
Thread.java 113 * The thread has been terminated.
115 TERMINATED
560 * has been terminated.
616 return hasBeenStarted ? Thread.State.TERMINATED : Thread.State.NEW;
626 if (getState() == Thread.State.TERMINATED) {
635 * then the ThreadGroup's handler is returned. If the thread is terminated,
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 220 * Calculates a hash code for a null-terminated string. This is *not* equivalent
224 * @param s null-terminated string to hash
241 * @param bytes null-terminated string to intern
334 * @param s null-terminated string to find
350 * @param s null-terminated string to intern
669 * @param comment 0-terminated
679 * @param prefix null-terminated namespace prefix used in the XML
711 * @param prefix null-terminated namespace prefix used in the XML;
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java 343 // TERMINATED upon return
370 assertEquals(Thread.State.TERMINATED, th.getState());
  /packages/apps/Email/src/org/apache/commons/io/
FileCleaningTracker.java 165 * web application. If the web application is terminated, but the servlet
169 * This method allows the thread to be terminated. Simply call this method
  /packages/apps/Mms/src/com/android/mms/transaction/
NotificationPlayer.java 137 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
191 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/
lto-wrapper 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
thread-mainloop.h 54 * When the PulseAudio connection has been terminated, the thread must be
250 * still running, it is terminated using pa_threaded_mainloop_stop()
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 54 * When the PulseAudio connection has been terminated, the thread must be
250 * still running, it is terminated using pa_threaded_mainloop_stop()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
thread-mainloop.h 54 * When the PulseAudio connection has been terminated, the thread must be
250 * still running, it is terminated using pa_threaded_mainloop_stop()
  /sdk/emulator/opengl/tests/event_injector/
sockets.h 274 * returns a NULL-terminated array of SockAddress pointers on success,
297 * returns a NULL-terminated array of SockAddress pointers on success,
  /external/icu4c/i18n/unicode/
uregex.h 120 * NUL terminated.
177 * NUL terminated.
260 * the pattern is known in advance to be a NUL terminated
319 * is NUL terminated.
364 * the text is known in advance to be a NUL terminated
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 34 "-uselen Use API with string lengths. Default is null-terminated strings\n"
273 // or null terminated.
818 // argument null-terminated string used
828 printf("non-null terminated data -----------\n");
831 printf("null terminated data -----------\n");
    [all...]
  /bionic/libc/tzcode/
tzfile.h 71 ** tzh_charcnt (char)s '\0'-terminated zone abbreviations
  /bionic/linker/
README.TXT 74 terminated.
linker_environ.c 35 * - It is smaller than MAX_ENV_LEN (to detect non-zero terminated strings)
  /dalvik/libdex/
DexUtf.h 65 /* Compare two '\0'-terminated modified UTF-8 strings, using Unicode
ZipArchive.h 46 * (which aren't null-terminated). The other fields are at a fixed offset
  /dalvik/vm/
PointerSet.cpp 148 * terminated "above" or "below" the value.
  /development/tools/emulator/system/camera/
EmulatedQemuCameraDevice.cpp 240 ALOGV("%s: Worker thread has been terminated.", __FUNCTION__);
  /external/bison/lib/
subpipe.c 100 NULL-terminated argument vector for the subprocess. Store read and
  /external/bluetooth/bluez/doc/
device-api.txt 70 is terminated.
  /external/bluetooth/bluez/lib/bluetooth/
mgmt.h 55 * are always guaranteed to be nul-terminated */
  /external/bluetooth/glib/docs/reference/glib/tmpl/
patterns.sgml 47 @pattern: a zero-terminated UTF-8 encoded string

Completed in 973 milliseconds

<<21222324252627282930>>