/external/webkit/Source/WebCore/platform/ |
KURL.cpp | 262 // in |toFind|. |toFind| should be a null-terminated string, all characters up [all...] |
/frameworks/base/docs/html/tools/testing/ |
activity_test.jd | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
rope | 702 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */ 717 // already eos terminated. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
rope | 704 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */ 719 // already eos terminated. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
rope | 704 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */ 719 // already eos terminated. [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 702 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */ 717 // already eos terminated. [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 702 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */ 717 // already eos terminated. [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
rope | 702 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */ 717 // already eos terminated. [all...] |
/external/hyphenation/ |
csutil.c | 60 /* convert null terminated string to all caps using encoding */ 72 /* convert null terminated string to all little using encoding */ 84 /* convert null terminated string to have intial capital using encoding */ 93 /* convert null terminated string to all caps */ 103 /* convert null terminated string to all little */ 113 /* convert null terminated string to have intial capital */ [all...] |
/external/bluetooth/glib/glib/ |
goption.c | 440 * @entries: a %NULL-terminated array of #GOptionEntry<!-- -->s [all...] |
/external/chromium/chrome/browser/chromeos/cros/ |
input_method_library.cc | 540 // or 2) connection to ibus-daemon is terminated. 743 VLOG(1) << "ibus-daemon (PID=" << pid << ") is terminated"; [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers.h | 26 // file is null-terminated. 227 // result, many string pieces are -not- terminated by '\0', and are not [all...] |
/external/clang/include/clang/Serialization/ |
ASTBitCodes.h | 258 /// NULL-terminated string that corresponds to that identifier. 264 /// NULL-terminated strings for all of the identifiers [all...] |
/external/icu4c/common/ |
ucnv_io.c | 480 * @param name1 a converter name or alias, zero-terminated 481 * @param name2 a converter name or alias, zero-terminated [all...] |
utrie2.h | 407 * @param limit (const UChar *, in) the limit pointer for the text, or NULL if NUL-terminated 419 * @param limit (const UChar *, in) the limit pointer for the text, or NULL if NUL-terminated [all...] |
/external/icu4c/tools/dumpce/ |
dumpce.cpp | 119 * Writes the hexadecimal of a null-terminated array of codepoints into a 137 * Writes the hexadecimal of a non-null-terminated array of codepoints into a [all...] |
/external/iproute2/ip/ |
iproute.c | [all...] |
/external/llvm/utils/TableGen/ |
RegisterInfoEmitter.cpp | 170 << "/// Returns a -1 terminated array of pressure set IDs\n" 808 // Emit NULL terminated super-class lists. [all...] |
/external/openssl/crypto/bn/ |
bn_gf2m.c | 1057 * to the bits with non-zero coefficient. Array is terminated with -1. 1095 * bit-string. The array must be terminated by -1.
|
/external/openssl/crypto/engine/ |
engine.h | 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries 272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set [all...] |
/external/openssl/include/openssl/ |
engine.h | 268 * behalf, it should supply a null-terminated array of ENGINE_CMD_DEFN entries 272 * "null-terminated" means that the last ENGINE_CMD_DEFN element has cmd_num set [all...] |
/external/qemu/android/ |
android-device.c | 302 /* Synchronously reads zero-terminated string from the socket. 317 /* Synchronously reads zero-terminated query response from the socket. [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 534 end-of-file condition is encountered. The string is then terminated 689 Writes the given null-terminated string to the compressed file, excluding
|
/external/quake/ |
NOTICE | 196 this License will not have their licenses terminated so long as such 541 this License will not have their licenses terminated so long as such [all...] |
/external/skia/src/pdf/ |
SkPDFFont.cpp | 81 * This function assumes that src is NUL terminated, but the NUL 155 // if the data was NUL terminated so that we can use strstr() to search it. [all...] |