/external/webkit/Source/JavaScriptCore/icu/unicode/ |
uset.h | 137 * terminated 150 * terminated 190 * @param patternLength The length of the UChar string. -1 if NUL terminated. 346 * @param strLen the length of the string or -1 if null terminated. 378 * @param strLen the length of the string or -1 if null terminated. 505 * @param strLen the length of the string or -1 if null terminated.
|
/external/webkit/Source/WebCore/icu/unicode/ |
uset.h | 137 * terminated 150 * terminated 190 * @param patternLength The length of the UChar string. -1 if NUL terminated. 346 * @param strLen the length of the string or -1 if null terminated. 378 * @param strLen the length of the string or -1 if null terminated. 505 * @param strLen the length of the string or -1 if null terminated.
|
/external/icu4c/i18n/unicode/ |
uspoof.h | 268 * input string is zero terminated. 273 * -1 if the input string is zero terminated. 536 * zero terminated. 569 * zero terminated. 654 * zero terminated. 659 * zero terminated. 688 * if the string is zero terminated. 692 * if the string is zero terminated. [all...] |
ucol.h | 335 * @param rulesLength The length of rules, or -1 if null-terminated. 472 * @param sourceLength The length of source, or -1 if null-terminated. 474 * @param targetLength The length of target, or -1 if null-terminated. 494 * @param sourceLength The length of source, or -1 if null-terminated. 496 * @param targetLength The length of target, or -1 if null-terminated. 513 * @param sourceLength The length of source, or -1 if null-terminated. 515 * @param targetLength The length of target, or -1 if null-terminated. 532 * @param sourceLength The length of source, or -1 if null-terminated. 534 * @param targetLength The length of target, or -1 if null-terminated. [all...] |
coll.h | 149 * zero-terminated byte strings. They consist of several substrings, one for 409 * is equal to -1, the string array is null-terminated. 412 * is equal to -1, the string array is null-terminated. 428 * is equal to -1, the string array is null-terminated. 431 * is equal to -1, the string array is null-terminated. 463 * from a std::string or a NUL-terminated const char * string. [all...] |
/external/icu4c/common/unicode/ |
ures.h | 354 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. 406 * Always NUL-terminated unless the string was written to dest and 587 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. 622 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. 672 * Always NUL-terminated unless the string was written to dest and 713 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. [all...] |
/external/clang/include/clang/AST/ |
RecursiveASTVisitor.h | 165 /// \returns false if the visitation was terminated early, true 172 /// \returns false if the visitation was terminated early, true 179 /// \returns false if the visitation was terminated early, true 186 /// \returns false if the visitation was terminated early, true 192 /// \returns false if the visitation was terminated early, true otherwise. 198 /// \returns false if the visitation was terminated early, true otherwise. 203 /// \returns false if the visitation was terminated early, true otherwise. 209 /// \returns false if the visitation was terminated early, true otherwise. 215 /// \returns false if the visitation was terminated early, true otherwise. 222 /// \returns false if the visitation was terminated early, true otherwise [all...] |
/external/clang/tools/libclang/ |
RecursiveASTVisitor.h | 158 /// \returns false if the visitation was terminated early, true 165 /// \returns false if the visitation was terminated early, true 172 /// \returns false if the visitation was terminated early, true 179 /// \returns false if the visitation was terminated early, true 185 /// \returns false if the visitation was terminated early, true otherwise. 191 /// \returns false if the visitation was terminated early, true otherwise. 196 /// \returns false if the visitation was terminated early, true otherwise. 202 /// \returns false if the visitation was terminated early, true otherwise. 208 /// \returns false if the visitation was terminated early, true otherwise. 215 /// \returns false if the visitation was terminated early, true otherwise [all...] |
/external/clang/test/Analysis/ |
string.c | 63 return strlen((char*)&strlen_fn); // expected-warning{{Argument to string length function is the address of the function 'strlen_fn', which is not a null-terminated string}} 68 return strlen((char*)&&label); // expected-warning{{Argument to string length function is the address of the label 'label', which is not a null-terminated string}} 200 return strnlen((char*)&strlen_fn, 3); // expected-warning{{Argument to string length function is the address of the function 'strlen_fn', which is not a null-terminated string}} 205 return strnlen((char*)&&label, 3); // expected-warning{{Argument to string length function is the address of the label 'label', which is not a null-terminated string}} 275 strcpy(x, (char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}} 279 strcpy(x, (const char*)&strcpy_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}} 369 strcat(x, (char*)&strcat_fn); // expected-warning{{Argument to string copy function is the address of the function 'strcat_fn', which is not a null-terminated string}} 471 strncpy(x, (char*)&strcpy_fn, 5); // expected-warning{{Argument to string copy function is the address of the function 'strcpy_fn', which is not a null-terminated string}} 574 strncat(x, (char*)&strncat_fn, 4); // expected-warning{{Argument to string copy function is the address of the function 'strncat_fn', which is not a null-terminated string}}
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogFilter.java | 542 * and you do not get transaction terminated events on ACK. [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_service.h | 234 // Looks up a terminated (crashed) extension by ID. GetExtensionById does 235 // not include terminated extensions. 504 // Keep track of terminated extensions. 549 // The list of installed extensions that have been terminated. 552 // Used to quickly check if an extension was terminated.
|
/external/llvm/lib/Object/ |
COFFObjectFile.cpp | 480 // Check that the string table is null terminated if has any in it. 619 // Null terminated, let ::strlen figure out the length. 622 // Not null terminated, use all 8 bytes. 653 // Null terminated, let ::strlen figure out the length. 656 // Not null terminated, use all 8 bytes.
|
/bionic/libc/unistd/ |
fnmatch.c | 181 /* Patterns must be terminated with ']', not EOS */ 186 /* Patterns must be terminated with ']' not '/' */ 207 /* NOT a properly balanced [expr] pattern, EOS terminated
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 65 * and 304 responses and any response to a HEAD request) is always terminated by the first 72 * coding (section 3.6), unless the message is terminated by closing the connection. 140 * include "chunked", unless the message is terminated by closing the connection. When the
|
/external/bluetooth/bluedroid/bta/include/ |
bta_hl_api.h | 304 const char *p_srv_name; /* service name to be used in the SDP; null terminated*/ 305 const char *p_srv_desp; /* service description to be used in the SDP; null terminated */ 306 const char *p_provider_name; /* provide name to be used in the SDP; null terminated */
|
/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-string.h | 94 // Clones a 0-terminated C string, allocating memory using new. The 194 // Constructs a String by cloning a 0-terminated C string. 272 // Gets the 0-terminated C string this String object represents.
|
/external/gtest/include/gtest/internal/ |
gtest-string.h | 94 // Clones a 0-terminated C string, allocating memory using new. The 194 // Constructs a String by cloning a 0-terminated C string. 272 // Gets the 0-terminated C string this String object represents.
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 78 // First check: is we have constant array terminated with zero 84 return false; // Not null terminated. 165 // If initializer is a null-terminated string, put it in a "cstring"
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 94 // Clones a 0-terminated C string, allocating memory using new. The 194 // Constructs a String by cloning a 0-terminated C string. 272 // Gets the 0-terminated C string this String object represents.
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-string.h | 92 // Clones a 0-terminated C string, allocating memory using new. The 192 // Constructs a String by cloning a 0-terminated C string. 272 // Gets the 0-terminated C string this String object represents.
|
/external/skia/src/ports/ |
SkFontHost_simple.cpp | 376 const char* const* fNames; // null-terminated list 397 null for the list. The names list must be NULL-terminated 610 in our list. Note: list is zero-terminated, and returning zero means
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ExecutorService.java | 166 * @return <tt>true</tt> if this executor terminated and 231 * terminated either normally or by throwing an exception. 257 * terminated either normally or by throwing an exception.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
def.h | 48 PA_CONTEXT_TERMINATED /**< The connection was terminated cleanly */ 57 PA_STREAM_TERMINATED /**< The stream has been terminated cleanly */ 236 PA_ERR_CONNECTIONTERMINATED, /**< Connection terminated */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
def.h | 48 PA_CONTEXT_TERMINATED /**< The connection was terminated cleanly */ 57 PA_STREAM_TERMINATED /**< The stream has been terminated cleanly */ 236 PA_ERR_CONNECTIONTERMINATED, /**< Connection terminated */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
def.h | 48 PA_CONTEXT_TERMINATED /**< The connection was terminated cleanly */ 57 PA_STREAM_TERMINATED /**< The stream has been terminated cleanly */ 236 PA_ERR_CONNECTIONTERMINATED, /**< Connection terminated */
|