/external/quake/quake/src/WinQuake/data/ |
RLICNSE.TXT | 31 when the right to use the Software is terminated. You agree that
185 YOUR LICENSE IS AUTOMATICALLY TERMINATED.
|
/external/srec/portable/include/ |
phashtable.h | 42 * the key is a 0-terminated LSTRING. 48 * assumes the key are 0-terminated LSTRING and uses LSTRCMP.
|
/external/srec/srec/clib/ |
voc_read.c | 156 /* the label is terminated with 0 and the entry terminated with ' ' */
|
/external/webkit/Source/JavaScriptCore/runtime/ |
UString.cpp | 65 // Construct a string with UTF-16 data, from a null-terminated source. 84 // Construct a string with latin1 data, from a null-terminated source.
|
/external/webkit/Source/WebCore/icu/unicode/ |
ucoleitr.h | 105 * @param textLength The number of characters in text, or -1 if null-terminated 199 * @param textLength The length of text, or -1 if null-terminated.
|
/external/webkit/Source/WebCore/workers/ |
WorkerMessagingProxy.cpp | 129 // We don't bother checking the askedToTerminate() flag here, because exceptions should *always* be reported even if the thread is terminated. 130 // This is intentionally different than the behavior in MessageWorkerTask, because terminated workers no longer deliver messages (section 4.6 of the WebWorker spec), but they do report exceptions.
|
/external/wpa_supplicant_6/wpa_supplicant/ |
config_ssid.h | 97 * terminated string. ssid_len defines how many characters are valid 98 * and the ssid field is not guaranteed to be nul terminated.
|
/external/wpa_supplicant_8/src/utils/ |
eloop.h | 279 * to request the program to be terminated cleanly. 292 * eloop_terminated - Check whether event loop has been terminated
|
/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 *)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
NotificationPlayer.java | 132 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { 185 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/ |
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/omap3/dspbridge/inc/ |
sync.h | 305 * SYNC_E_FAIL: Wait failed, possibly because the process terminated. 332 * SYNC_E_FAIL: Wait failed, possibly because the process terminated.
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
sync.h | 305 * SYNC_E_FAIL: Wait failed, possibly because the process terminated. 332 * SYNC_E_FAIL: Wait failed, possibly because the process terminated.
|
/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 | 136 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) { 190 && (mLooper.getThread().getState() != Thread.State.TERMINATED)) {
|
/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...] |