/external/qemu/telephony/ |
gsm.h | 148 /* convert a bcd-coded GSM dial number into an ASCII string (not zero-terminated) 163 byte_t alpha [ SIM_ADN_MAX_ALPHA*3+1 ]; /* alpha tag in zero-terminated utf-8 */ 164 char number[ SIM_ADN_MAX_NUMBER+1 ]; /* dialing number in zero-terminated ASCII */
|
/external/webkit/Source/WebCore/workers/ |
WorkerThread.cpp | 127 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/webkit/Tools/Scripts/webkitpy/tool/bot/ |
queueengine_unittest.py | 137 self.assertEquals(delegate.stop_message, "Delegate terminated queue.") 161 termination_message = "Delegate terminated queue." 179 self._test_terminating_queue(KeyboardInterrupt(), "User terminated queue.")
|
/cts/suite/pts/hostTests/ptshostutil/src/com/android/pts/ptsutil/ |
LogcatMonitor.java | 74 * @throws IOException for EOS (logcat terminated for whatever reason)
|
/dalvik/vm/hprof/ |
HprofString.cpp | 98 * [u1]*: UTF8 characters for string (NOT NULL terminated)
|
/development/ndk/platforms/android-3/include/sys/ |
_sigdefs.h | 47 __BIONIC_SIGDEF(SIGTERM,15,"Terminated")
|
/development/ndk/platforms/android-9/include/sys/ |
_sigdefs.h | 52 __BIONIC_SIGDEF(TERM,15,"Terminated")
|
/development/tools/emulator/opengl/shared/OpenglOsUtils/ |
osProcessWin.cpp | 140 // Wait for it to be terminated
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarAnalysisAbortedMessage.java | 33 /** Reports the condition that ANTLR's LL(*) analysis engine terminated
|
/external/bluetooth/bluedroid/ |
IMPORTANT_LICENSE | 41 BE IMMEDIATELY RESCINDED AND TERMINATED.
|
/external/chromium/base/debug/ |
debugger_win.cc | 33 // Make sure the buffer is NULL terminated.
|
/external/chromium/chrome/browser/autofill/ |
form_structure_browsertest.cc | 80 // The field list is NULL-terminated. Exit loop when at the end.
|
/external/chromium/chrome/common/ |
logging_chrome.h | 66 // the program writing the log has terminated.
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
gtest-string.h | 101 // Clones a 0-terminated C string, allocating memory using new. The 160 // Constructs a String by cloning a 0-terminated C string. 215 // Gets the 0-terminated C string this String object represents. 220 // Sets the 0-terminated C string this String object represents.
|
/external/dropbear/libtomcrypt/src/hashes/helper/ |
hash_memory_multi.c | 25 @param ... tuples of (data,len) pairs to hash, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
f9_memory_multi.c | 30 @param ... tuples of (data,len) pairs to f9, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/hmac/ |
hmac_memory_multi.c | 30 @param ... tuples of (data,len) pairs to HMAC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
omac_memory_multi.c | 30 @param ... tuples of (data,len) pairs to OMAC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_memory_multi.c | 30 @param ... tuples of (data,len) pairs to PMAC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
xcbc_memory_multi.c | 30 @param ... tuples of (data,len) pairs to XCBC, terminated with a (NULL,x) (x=don't care)
|
/external/dropbear/libtomcrypt/src/misc/base64/ |
base64_encode.c | 25 base64 Encode a buffer (NUL terminated)
|
/external/dropbear/libtommath/ |
bn_mp_toradix_n.c | 77 /* append a NULL so the string is properly terminated */
|
/external/icu4c/common/ |
uhash.h | 563 * Generate a hash code for a null-terminated UChar* string. If the 564 * string is not null-terminated do not use this function. Use 573 * Generate a hash code for a null-terminated char* string. If the 574 * string is not null-terminated do not use this function. Use 590 * Generate a case-insensitive hash code for a null-terminated char* 591 * string. If the string is not null-terminated do not use this 600 * Comparator for null-terminated UChar* strings. Use together with 610 * Comparator for null-terminated char* strings. Use together with 620 * Case-insensitive comparator for null-terminated char* strings. Use
|
/external/icu4c/samples/ustring/ |
ustring.cpp | 45 * to mean that the string is NUL-terminated. 57 /* s is not NUL-terminated */ 63 /* s is NUL-terminated */ 156 buffer[0]=0; /* empty, NUL-terminated string */ 218 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ 229 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ 240 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ 251 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */ 262 U16_NEXT(input, i, INT32_MAX, c); /* without length because NUL-terminated */
|
/external/icu4c/test/cintltst/ |
cintltst.h | 50 * @param unichars UChars (null terminated) to be converted
|