Searched
full:terminated (Results
426 -
450 of
2496) sorted by null
<<11121314151617181920>>
/system/core/libcutils/ |
socket_local_client.c | 63 * '\0'-terminated. ("man 7 unix" for the gory details.)
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 29 * zero-terminated buffer of PROPERTY_KEY_MAX characters.
|
/system/core/sh/ |
jobs.h | 57 * latter case, pidlist will be non-NULL, and will point to a -1 terminated
|
mystring.c | 74 * if necessary. "To" is always nul terminated, even if
|
/bionic/linker/ |
debugger.c | 91 * '\0'-terminated. ("man 7 unix" for the gory details.) 142 // short names are null terminated by prctl, but the manpage
|
/development/ndk/platforms/android-9/include/android/ |
configuration.h | 144 * be filled with an array of two characters. They are not 0-terminated. If 157 * be filled with an array of two characters. They are not 0-terminated. If
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3lexer.h | 142 * stream. Note that strings muse be passed as terminated arrays of ANTLR3_UCHAR. Strings are terminated
|
/external/chromium/base/threading/ |
thread.h | 20 // the thread. When this object is destroyed the thread is terminated. All 22 // before the thread is terminated.
|
/external/chromium/base/win/ |
pe_image.h | 131 // Pre: 'f' is either a zero terminated string or ordinal 139 // Pre: 'f' is either a zero terminated string or ordinal.
|
/external/chromium/chrome/browser/ui/webui/options/ |
extension_settings_handler.cc | 354 true, false)); // enabled, terminated 366 false, false)); // enabled, terminated 378 empty_pages, // Terminated process has no active pages. 379 false, true)); // enabled, terminated 575 // There will be no EXTENSION_UNLOADED notification for terminated 772 const std::vector<ExtensionPage>& pages, bool enabled, bool terminated) { 780 extension_data->SetBoolean("terminated", terminated); [all...] |
/external/clang/include/clang/Tooling/ |
Tooling.h | 115 /// \param Content A null terminated buffer of the file's content. 156 /// \param Content A null terminated buffer of the file's content.
|
/external/expat/lib/ |
expat.h | 249 /* atts is array of name/value pairs, terminated by 0; 250 names and values are 0 terminated. 260 /* s is not 0 terminated. */ 265 /* target and data are 0 terminated */ 271 /* data is 0 terminated */ 317 The value string is NOT nul-terminated; the length is provided in [all...] |
/external/icu4c/common/unicode/ |
appendable.h | 72 * @param length string length, or -1 if NUL-terminated 177 * @param length string length, or -1 if NUL-terminated
|
/external/icu4c/i18n/unicode/ |
udat.h | 525 * @param tzIDLength The length of tzID, or -1 if null-terminated. 527 * @param patternLength The number of characters in the pattern, or -1 if null-terminated. 615 * @param textLength The length of text, or -1 if null-terminated. 636 * @param textLength The length of text, or -1 if null-terminated. 803 * @param patternLength The length of pattern, or -1 if null-terminated. 912 * @param valueLength The length of value, or -1 if null-terminated [all...] |
/external/icu4c/samples/numfmt/ |
main.cpp | 99 * @param currency The 3-letter ISO 4217 currency code, NUL-terminated. 188 * @param currency The 3-letter ISO 4217 currency code, NUL-terminated.
|
/external/iproute2/ip/ |
ipaddrlabel.c | 124 fprintf(stderr, "Dump terminated\n"); 246 fprintf(stderr, "Flush terminated\n");
|
/external/libnl-headers/netlink/ |
attr.h | 43 NLA_STRING, /**< NUL terminated character string */ 203 * @arg value NUL terminated character string.
|
/external/llvm/include/llvm/Support/ |
MemoryBuffer.h | 84 /// that InputData must be null terminated if RequiresNullTerminator is true. 91 /// have to be null terminated.
|
/external/mtpd/ |
mtpd.c | 223 log_print(INFO, "Pppd is terminated (status = %d)", status); 233 log_print(INFO, "Mtpd is terminated (status = %d)", status);
|
/external/qemu/android/ |
sync-utils.h | 189 * Synchronously reads a line terminated with '\n' from the socket. 206 * Synchronously reads a line terminated with '\n' from the socket.
|
/external/qemu/docs/ |
ANDROID-QEMU-PIPE.TXT | 15 2/ Write a zero-terminated string describing which service you want to 179 (channel,mask) pairs, terminated by a single 0 value for the channel.
|
ANDROID-QEMUD-SERVICES.TXT | 21 regular AT command channel (i.e. terminated by \r\n most of the time). 173 Note that <property-value> is not zero-terminated.
|
/external/quake/quake/src/WinQuake/ |
server.h | 53 char *model_precache[MAX_MODELS]; // NULL terminated 55 char *sound_precache[MAX_SOUNDS]; // NULL terminated
|
/external/srec/portable/src/ |
LCHAR.c | 318 if (size >= *len) /* + null-terminated character */ 343 if (size >= *len) /* + null-terminated character */
|
/external/tinyxml/ |
tinystr.h | 126 // Convert a TiXmlString into a null-terminated char * 129 // Convert a TiXmlString into a char * (need not be null terminated).
|
Completed in 1874 milliseconds
<<11121314151617181920>>