HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 151 - 175 of 2545) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/main/java/libcore/net/http/
UnknownLengthHttpInputStream.java 25 * An HTTP payload terminated by the end of the socket stream.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.tcc 137 // strcoll assumes zero-terminated strings so we make a copy
148 // the strings into zero-terminated substrings and pass those
177 // strxfrm assumes zero-terminated strings so we make a copy
190 // the string into zero-terminated substrings and pass those
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ar.h 38 char ar_name[16]; /* Member file name, sometimes / terminated. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.tcc 139 // strcoll assumes zero-terminated strings so we make a copy
150 // the strings into zero-terminated substrings and pass those
179 // strxfrm assumes zero-terminated strings so we make a copy
192 // the string into zero-terminated substrings and pass those
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 38 char ar_name[16]; /* Member file name, sometimes / terminated. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ar.h 38 char ar_name[16]; /* Member file name, sometimes / terminated. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.tcc 139 // strcoll assumes zero-terminated strings so we make a copy
150 // the strings into zero-terminated substrings and pass those
179 // strxfrm assumes zero-terminated strings so we make a copy
192 // the string into zero-terminated substrings and pass those
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 137 // strcoll assumes zero-terminated strings so we make a copy
148 // the strings into zero-terminated substrings and pass those
177 // strxfrm assumes zero-terminated strings so we make a copy
190 // the string into zero-terminated substrings and pass those
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 137 // strcoll assumes zero-terminated strings so we make a copy
148 // the strings into zero-terminated substrings and pass those
177 // strxfrm assumes zero-terminated strings so we make a copy
190 // the string into zero-terminated substrings and pass those
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 137 // strcoll assumes zero-terminated strings so we make a copy
148 // the strings into zero-terminated substrings and pass those
177 // strxfrm assumes zero-terminated strings so we make a copy
190 // the string into zero-terminated substrings and pass those
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 137 // strcoll assumes zero-terminated strings so we make a copy
148 // the strings into zero-terminated substrings and pass those
177 // strxfrm assumes zero-terminated strings so we make a copy
190 // the string into zero-terminated substrings and pass those
  /system/core/include/cutils/
properties.h 35 ** greater than PROPERTY_VALUE_MAX - 1 and will always be zero terminated.
sched_policy.h 52 * Return value: non-NULL NUL-terminated name of unspecified length;
  /external/bluetooth/bluedroid/btif/include/
btif_hl.h 279 char srv_name[BTA_SERVICE_NAME_LEN +1]; /* service name to be used in the SDP; null terminated*/
280 char srv_desp[BTA_SERVICE_DESP_LEN +1]; /* service description to be used in the SDP; null terminated */
281 char provider_name[BTA_PROVIDER_NAME_LEN +1]; /* provide name to be used in the SDP; null terminated */
  /external/chromium/base/debug/
trace_event_win.h 98 // Note: |name| and |extra| must be NULL, or a zero-terminated string of
141 // The "name" string as a zero-terminated ASCII string.
143 // The "extra" string as a zero-terminated ASCII string.
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.h 90 // the SyncerThread has terminated and doesn't need us anymore. Since the
109 // SyncerThread has terminated, so no more work will be scheduled. Read by
124 // SyncerThread has terminated. We only care about (1) when we are in Stop(),
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
_stream_base.py 49 """This exception will be raised when a connection is terminated
66 server-terminated connection or receive_message() is called on
67 client-terminated connection.
  /external/e2fsprogs/e2fsck/
profile_helpers.c 31 * internal functions used to build up a null-terminated char ** list
125 * This function frees a null-terminated list as returned by
276 /* the array is NULL terminated */
  /external/freetype/include/freetype/
ftsnames.h 85 /* zero-terminated. Please refer to the TrueType */
105 FT_Byte* string; /* this string is *not* null-terminated! */
150 /* null-terminated. The application should deallocate it if it is no */
  /external/icu4c/i18n/
numsys.cpp 110 buffer[count] = '\0'; // Make sure it is null terminated.
128 buffer[count] = '\0'; // Make sure it is null terminated.
218 name[NUMSYS_NAME_CAPACITY] = (char)0; // Make sure it is null terminated.
  /external/qemu/android/
async-utils.h 187 /* Return a pointer to the NON-ZERO-TERMINATED line characters, if any.
195 * NOTE: The data is *not* zero terminated, but its last character
200 /* Return a pointer to the ZERO-TERMINATED line, with final '\n' or '\r\n'
  /external/svox/pico/lib/
picobase.h 44 typedef picoos_uint8 picobase_utf8char[PICOBASE_UTF8_MAXLEN+1]; /* always zero terminated */
107 * @param utf8char : zero terminated UTF8 character containing 1 to 4 bytes (output)
131 * @param utf8char : zero terminated UTF8 character containing 1 to 4 bytes (output)
  /frameworks/av/libvideoeditor/vss/common/inc/
M4Common_types.h 63 M4COMMON_kEncFormatASCII = 1, /**< ISO-8859-1. Terminated with $00 */
64 M4COMMON_kEncFormatUTF8 = 2, /**< UTF-8 encoded Unicode . Terminated with $00 */
65 M4COMMON_kEncFormatUTF16 = 3 /**< UTF-16 encoded Unicode. Terminated with $00 00 */
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcinq.h 80 ERR_INVALID_EXIT_CODE = -1, /**< task terminated, but exit code is invalid */
81 ERR_SESSION_CLOSE = -2, /**< task terminated due to session end, no exit code available */
82 ERR_INVALID_OPERATION = -3, /**< task terminated due to invalid operation */
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 65 uint8_t* pConfBuffer; /* Configuration buffer, zero-terminated */
91 /* Allocate enough room for the zero-terminated string */
129 /* Set the zero-terminated string */

Completed in 3106 milliseconds

1 2 3 4 5 67 8 91011>>