/external/flac/include/FLAC/ |
format.h | 164 * This is a NUL-terminated ASCII string; when inserted into the 772 * 0x20-0x7e, NUL terminated. For best compatibility with players, 782 /**< Picture's description in UTF-8, NUL terminated. In file storage, [all...] |
/external/openssh/ |
serverloop.c | 113 * will exit after that, as soon as forwarded connections have terminated. 116 static volatile sig_atomic_t child_terminated = 0; /* The child has terminated. */ 346 * If child has terminated and there is enough buffer space to read 786 /* Check if the program terminated due to a signal. */ 788 packet_disconnect("Command terminated on signal %d.", [all...] |
/external/icu4c/test/cintltst/ |
custrtrn.c | 183 /* now NUL-terminated */ 363 /* now NUL-terminated */ [all...] |
/external/icu4c/common/unicode/ |
ucnv.h | 303 * @param name1 a converter name or alias, zero-terminated 304 * @param name2 a converter name or alias, zero-terminated 380 * @param name Name of the UConverter table in a zero terminated 647 * @param length The number of UChars in s, or -1 for a NUL-terminated string. 839 * Gets the internal, canonical name of the converter (zero-terminated). [all...] |
unistr.h | [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readpdb.c | 537 /* The other kind of "char name[1]" is a "C++ string" terminated by '\0'. 541 * a "C string" [terminated by '\0'] anyway. 579 char name[1]; /* terminated by '\0' */ 607 char name[1]; /* terminated by '\0' */ 658 char name[1]; /* terminated by '\0' */ 678 char name[1]; /* terminated by '\0' */ 705 char name[1]; /* terminated by '\0' */ 715 char name[1]; /* terminated by '\0' */ 744 char name[1]; /* terminated by '\0' */ 769 char name[1]; /* terminated by '\0' * [all...] |
/external/bluetooth/glib/glib/ |
gfileutils.c | 811 * stored in @contents will be nul-terminated, so for text files you can pass 1020 * @length: length of @contents, or -1 if @contents is a nul-terminated string [all...] |
/external/icu4c/common/ |
ustring.c | 67 /* both strings are NUL-terminated */ 123 /* s is NUL-terminated */ 297 * There is no special search code for NUL-terminated strings. 695 /* strcmp style, both NUL-terminated */ 1055 /* s is NUL-terminated */ [all...] |
ustrtrns.c | 70 /* simple loop for conversion of a NUL-terminated BMP string */ 185 /* simple loop for conversion of a NUL-terminated BMP string */ 442 * Transform a NUL-terminated string. 756 /* Transform a NUL-terminated string. */ [all...] |
/external/icu4c/i18n/unicode/ |
tblcoll.h | 358 * is equal to -1, the string array is null-terminated. 361 * is equal to -1, the string array is null-terminated. 377 * is equal to -1, the string array is null-terminated. 380 * is equal to -1, the string array is null-terminated. 566 * @param len length of variable top string. If -1 it is considered to be zero terminated. 638 * is 0 terminated and length will be decided by the function. [all...] |
/external/libxml2/ |
triostr.c | 177 @post @p target will be zero terminated. 206 @post @p target will be zero terminated. 265 @post @p target will be zero terminated. 294 @post @p target will be zero terminated. 343 @post @p target will be zero terminated. 362 @post @p target will be zero terminated. [all...] |
/external/strace/ |
util.c | 444 * If `len' < 0, treat `instr' as a NUL-terminated string 461 /* Check for NUL-terminated string. */ 482 /* Check for NUL-terminated string. */ 496 /* Check for NUL-terminated string. */ 594 * If `len' < 0, treat the string as a NUL-terminated string. 621 * Treat as a NUL-terminated string: fetch one byte more [all...] |
/frameworks/base/voip/java/com/android/server/sip/ |
SipSessionGroup.java | 825 onError(new SipException("dialog terminated")); 828 + ", terminated=" + event.getDialog()); 845 Log.d(TAG, "transaction terminated: " + toString(current)); 868 Log.d(TAG, "Transaction terminated; do nothing"); 871 Log.d(TAG, "Transaction terminated early: " + this); 873 "transaction terminated"); [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | 255 * @param name1 a converter name or alias, zero-terminated 256 * @param name2 a converter name or alias, zero-terminated 316 * @param name : name of the uconv table in a zero terminated 696 * Gets the internal, canonical name of the converter (zero-terminated). [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | 255 * @param name1 a converter name or alias, zero-terminated 256 * @param name2 a converter name or alias, zero-terminated 316 * @param name : name of the uconv table in a zero terminated 696 * Gets the internal, canonical name of the converter (zero-terminated). [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | 255 * @param name1 a converter name or alias, zero-terminated 256 * @param name2 a converter name or alias, zero-terminated 316 * @param name : name of the uconv table in a zero terminated 696 * Gets the internal, canonical name of the converter (zero-terminated). [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
regex | 759 * @param p A pointer to the start of a C-style null-terminated string 861 * a C-style null-terminated string. 863 * @param A pointer to the start of a null-terminated C-style string 897 * C-style null-terminated string containing a regular expression 900 * @param p A pointer to a C-style null-terminated string containing [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
regex.h | 394 * @param p A pointer to the start of a C-style null-terminated string 520 * a C-style null-terminated string. 522 * @param A pointer to the start of a null-terminated C-style string 569 * C-style null-terminated string containing a regular expression 572 * @param p A pointer to a C-style null-terminated string containing 849 /** @brief Standard regex submatch over a C-style null-terminated string. */ 854 /** @brief Regex submatch over a C-style null-terminated wide string. */ [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
regex | 778 * @param p A pointer to the start of a C-style null-terminated string 880 * a C-style null-terminated string. 882 * @param A pointer to the start of a null-terminated C-style string 916 * C-style null-terminated string containing a regular expression 919 * @param p A pointer to a C-style null-terminated string containing [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
regex.h | 394 * @param p A pointer to the start of a C-style null-terminated string 520 * a C-style null-terminated string. 522 * @param A pointer to the start of a null-terminated C-style string 569 * C-style null-terminated string containing a regular expression 572 * @param p A pointer to a C-style null-terminated string containing 849 /** @brief Standard regex submatch over a C-style null-terminated string. */ 854 /** @brief Regex submatch over a C-style null-terminated wide string. */ [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
regex | 778 * @param p A pointer to the start of a C-style null-terminated string 880 * a C-style null-terminated string. 882 * @param A pointer to the start of a null-terminated C-style string 916 * C-style null-terminated string containing a regular expression 919 * @param p A pointer to a C-style null-terminated string containing [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 759 * @param p A pointer to the start of a C-style null-terminated string 861 * a C-style null-terminated string. 863 * @param A pointer to the start of a null-terminated C-style string 897 * C-style null-terminated string containing a regular expression 900 * @param p A pointer to a C-style null-terminated string containing [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 759 * @param p A pointer to the start of a C-style null-terminated string 861 * a C-style null-terminated string. 863 * @param A pointer to the start of a null-terminated C-style string 897 * C-style null-terminated string containing a regular expression 900 * @param p A pointer to a C-style null-terminated string containing [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
regex | 759 * @param p A pointer to the start of a C-style null-terminated string 861 * a C-style null-terminated string. 863 * @param A pointer to the start of a null-terminated C-style string 897 * C-style null-terminated string containing a regular expression 900 * @param p A pointer to a C-style null-terminated string containing [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
testing.sgml | 406 is logged and the application is terminated. 419 If it is reached, an error message is logged and the application is terminated.
|