Searched
full:terminated (Results
351 -
375 of
2545) sorted by null
<<11121314151617181920>>
/external/icu4c/common/unicode/ |
uset.h | 270 * terminated 283 * terminated 398 * @param patternLength The length of the UChar string. -1 if NUL terminated. 561 * @param strLen the length of the string or -1 if null terminated. 573 * @param strLen the length of the string or -1 if null terminated. 608 * @param strLen the length of the string or -1 if null terminated. 781 * @param strLen the length of the string or -1 if null terminated. 877 * @param strLen the length of the string or -1 if null terminated. 918 * @param length of the string; can be -1 for NUL-terminated [all...] |
/external/icu4c/i18n/ |
utrans.cpp | 183 int32_t rulesLength, /* -1 if null-terminated */ 230 // Transliterator keeps its ID NUL-terminated 334 // Transliterator keeps its ID NUL-terminated
|
/external/icu4c/test/cintltst/ |
idnatest.c | 93 /* test null-terminated source and return value of number of UChars required */ 103 log_err("Did not get the expected result for null terminated source.\n" ); 106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); 111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status)); 125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName); 129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); 134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status)); 192 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName); 196 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName); 201 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorNam (…) [all...] |
/external/libvorbis/doc/ |
05-comment.tex | 36 contents themselves are not null terminated. In addition to the vector 217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated) 226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
|
v-comment.html | 102 contents themselves are not null terminated. In addition to the vector 265 to end of string, not null terminated)</li> 270 string to end of string, not null terminated)</li>
|
/external/qemu/ |
cutils.c | 322 * value must be terminated by whitespace, ',' or '\0'. Return -1 on 384 * If not terminated by whitespace, ',', or \0, increment endptr 385 * to point to next character, then check that we are terminated
|
/hardware/ril/mock-ril/src/proto/ |
ril.proto | 92 optional string aid = 4; /* null terminated string, e.g., from 0xA0, 0x00 -> 0x41, 94 optional string app_label = 5; /* null terminated string */ 159 optional bool is_mt = 5; /* true if call is mobile terminated */
|
/system/extras/latencytop/ |
latencytop.c | 212 fprintf(stderr, "Perhaps the process has terminated?\n"); 243 fprintf(stderr, "Perhaps the process or thread has terminated?\n"); 257 fprintf(stderr, "Perhaps the process or thread has terminated?\n");
|
/external/openssh/ |
sftp.c | 960 * Returns NULL on error or a NULL-terminated array of arguments. 965 * If "terminated" is not NULL, *terminated will be set to 1 when the 966 * last argument's quote has been properly terminated or 0 otherwise. 973 u_int *terminated) 987 if (terminated != NULL) 988 *terminated = 1; 1074 if (terminated != NULL) 1075 *terminated = 0; 1802 u_int argc, carg, cursor, len, terminated, ret = CC_ERROR; local [all...] |
/bionic/libc/bionic/ |
libc_init_static.c | 54 // First element is -1, list is null-terminated
|
/bionic/libc/include/sys/ |
_sigdefs.h | 64 __BIONIC_SIGDEF(TERM,15,"Terminated")
|
system_properties.h | 71 ** be \0 terminated.
|
/bionic/linker/ |
README.TXT | 36 terminated.
|
/development/ndk/platforms/android-3/include/sys/ |
system_properties.h | 67 ** be \0 terminated.
|
/development/ndk/platforms/android-9/arch-mips/include/sys/ |
_sigdefs.h | 64 __BIONIC_SIGDEF(TERM,15,"Terminated")
|
/development/tools/emulator/opengl/shared/OpenglOsUtils/ |
osProcessUnix.cpp | 34 // buildArgList converts a command line into null terminated argument list.
|
/external/antlr/antlr-3.4/gunit/ |
CHANGES.txt | 72 * fixed bug: FileNotFoundException terminated gUnit tests due to any non-existent input test file.
|
/external/astl/include/ |
string | 90 // @param str The source string, must be '\0' terminated. 116 // @return A pointer to null-terminated contents. 219 // Assign a non-nul terminated array of chars. 220 // @param array Of chars non-nul terminated.
|
/external/bison/lib/ |
argmatch.h | 38 /* Return the index of the element of ARGLIST (NULL terminated) that
|
/external/bluetooth/bluedroid/bta/include/ |
utl.h | 95 ** string is NULL-terminated. The length of the string is
|
/external/chromium/base/threading/ |
platform_thread_win.cc | 139 // Wait for the thread to exit. It should already have terminated but make
|
/external/chromium/chrome/browser/hang_monitor/ |
hung_plugin_action.cc | 42 NOTREACHED() << "Terminated a hung plugin process.";
|
hung_window_detector.cc | 13 // How long do we wait for the terminated thread or process to die (in ms)
|
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_delegate_win.cc | 28 // buffer may not be explicitly 0-terminated. Allocate a
|
/external/chromium/crypto/ |
openssl_util.cc | 79 // NULL-terminated string of length |len| containing diagnostic information
|
Completed in 3663 milliseconds
<<11121314151617181920>>