HomeSort by relevance Sort by last modified time
    Searched full:terminated (Results 301 - 325 of 2496) sorted by null

<<11121314151617181920>>

  /external/svox/pico/lib/
picotrns.h 142 /* transduce 'inSeq' into 'outSeq' 'inSeq' has to be terminated with the id for symbol '#'. 'outSeq' is terminated in the same way. */
  /external/v8/src/
conversions.h 122 // This version expects a zero-terminated character array.
135 // Convert an int to a null-terminated string. The returned string is
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-210682.js 38 * SUMMARY: testing line ending with |continue| and only terminated by a CR
47 var summary = 'testing line ending with |continue| and only terminated by CR';
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
queueengine.py 122 self._stopping("User terminated queue.")
128 self._stopping("Delegate terminated queue.")
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface.h 25 * @buf: Received command buffer (nul terminated string)
43 * @buf: Received command buffer (nul terminated string)
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.h 19 * @buf: Received command buffer (nul terminated string)
37 * @buf: Received command buffer (nul terminated string)
  /frameworks/base/data/sounds/
OriginalAudio.mk 62 $(LOCAL_PATH)/newwavelabs/Terminated.ogg:system/media/audio/ringtones/Terminated.ogg \
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardApplication.java 103 // null terminated string, e.g., from 0xA0, 0x00 -> 0x41, 0x30, 0x30, 0x30 */
105 // null terminated string
  /gdk/samples/quake/jni/
protocol.h 91 #define svc_print 8 // [string] null terminated string
93 // the string should be \n terminated
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 67 assertTrue("Collation key not 0 terminated", arr[arr.length - 1] == 0);
73 assertTrue("Collation key not 0 terminated", arr[arr.length - 1] == 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper 
  /system/core/libsysutils/src/
NetlinkEvent.cpp 173 /* Ensure the buffer is zero-terminated, the code below depends on this */
180 /* buffer is 0-terminated, no need to check p < end */
SocketClient.cpp 74 /* Send the zero-terminated message */
103 // Sends the code (c-string null-terminated).
  /external/chromium/net/http/
http_response_headers.h 42 // includes the http status response line, each line is \0-terminated, and
43 // it's terminated by an empty line (ie, 2 \0s in a row).
84 // meaning, each line is \n-terminated, and there is no extra whitespace
328 // The raw_headers_ consists of the normalized status line (terminated with a
329 // null byte) and then followed by the raw null-terminated headers from the
  /external/llvm/lib/Support/
MemoryBuffer.cpp 46 /// memory, memory that we know is already null terminated.
50 "Buffer is not null terminated!");
95 /// that InputData must be a null terminated if RequiresNullTerminator is true!
207 // Ensure the path is null terminated.
312 // the buffer will be null-terminated here, so do a copy that adds a
  /external/qemu/android/
android-device.h 98 * terminated strings.
149 * msg - Event message (a zero-terminated string) received from the device.
236 * query - Zero-terminated query string.
252 * send_data, or may have a format that differs from the usual (a zero-terminated
258 * query - Zero-terminated query string.
  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 283 disp.state = egl_display_t::TERMINATED;
289 // Mark all objects remaining in the list as terminated, unless
299 // this marks all object handles are "terminated"
318 // by construction, these are either 0 or valid (possibly terminated)
344 // by construction, these are either 0 or valid (possibly terminated)
  /system/core/adb/
transport_local.c 58 D("remote local: read terminated (message)\n");
69 D("bad header: terminated (data)\n");
74 D("remote local: terminated (data)\n");
79 D("bad data: terminated (data)\n");
97 D("remote local: write terminated\n");
  /external/icu4c/io/unicode/
ustdio.h 140 When width is specified for scanf, this acts like a non-NULL-terminated char * string.<br>
142 <tr><td>%S</td><td>UChar *</td><td>UChar *</td><td>Null terminated UTF-16 string</td></tr>
144 When width is specified for scanf, this acts like a non-NULL-terminated UChar * string<br>
146 <tr><td>%[]</td><td>&nbsp;</td><td>UChar *</td><td>Null terminated UTF-16 string which contains the filtered set of characters specified by the UnicodeSet</td></tr>
158 <tr><td>%h</td><td>S</td><td>char *</td><td><b>(Unimplemented)</b> Null terminated UTF-8 string</td></tr>
164 <tr><td>%l</td><td>S</td><td>UChar32 *</td><td><b>(Unimplemented)</b> Null terminated UTF-32 string</td></tr>
505 * Write a Unicode to a UFILE. The null (U+0000) terminated UChar*
617 * null terminated
674 * subsequent conversion to Unicode. The data will not be NULL terminated.
736 * <TT>count</TT>, the string is not null terminated and <TT>count</TT> i
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 132 // Return a null-terminated c-string. The buffer is owned by callee.
381 // str [in] null-terminated c-string
515 Buffer_char str; //null-terminated c-string
713 Buffer_char str; //null-terminated c-string
775 Buffer_char str; // null-terminated c-string
794 void terminated(TokenType t){ function in class:Scanner
823 terminated(ERROR);
860 } else {terminated(ERROR);}
867 terminated(NUMBER);
875 terminated(ERROR)
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucol.h 278 * @param rulesLength The length of rules, or -1 if null-terminated.
381 * @param sourceLength The length of source, or -1 if null-terminated.
383 * @param targetLength The length of target, or -1 if null-terminated.
403 * @param sourceLength The length of source, or -1 if null-terminated.
405 * @param targetLength The length of target, or -1 if null-terminated.
422 * @param sourceLength The length of source, or -1 if null-terminated.
424 * @param targetLength The length of target, or -1 if null-terminated.
441 * @param sourceLength The length of source, or -1 if null-terminated.
443 * @param targetLength The length of target, or -1 if null-terminated.
686 * @param sourceLength The length of source, or -1 if null-terminated
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
ucol.h 278 * @param rulesLength The length of rules, or -1 if null-terminated.
381 * @param sourceLength The length of source, or -1 if null-terminated.
383 * @param targetLength The length of target, or -1 if null-terminated.
403 * @param sourceLength The length of source, or -1 if null-terminated.
405 * @param targetLength The length of target, or -1 if null-terminated.
422 * @param sourceLength The length of source, or -1 if null-terminated.
424 * @param targetLength The length of target, or -1 if null-terminated.
441 * @param sourceLength The length of source, or -1 if null-terminated.
443 * @param targetLength The length of target, or -1 if null-terminated.
686 * @param sourceLength The length of source, or -1 if null-terminated
    [all...]
  /external/icu4c/i18n/unicode/
umsg.h 221 * @param sourceLength The length of source, or -1 if null-terminated.
246 * @param sourceLength The length of source, or -1 if null-terminated.
330 * @param sourceLength The length of source, or -1 if null-terminated.
358 * @param sourceLength The length of source, or -1 if null-terminated.
552 * @param sourceLength The length of source, or -1 if null-terminated.
574 * @param sourceLength The length of source, or -1 if null-terminated.
605 * @param patternLength the length of pattern, or -1 if unknown and pattern is null-terminated
  /external/apache-http/src/org/apache/http/impl/entity/
StrictContentLengthStrategy.java 61 * and 304 responses and any response to a HEAD request) is always terminated by the first
68 * coding (section 3.6), unless the message is terminated by closing the connection.
136 * include "chunked", unless the message is terminated by closing the connection. When the
  /external/icu4c/common/unicode/
strenum.h 40 * return all types. Returned strings are each terminated with a NUL.
100 * <p>Returns the next element as a NUL-terminated char*. If there
131 * <p>Returns the next element as a NUL-terminated UChar*. If there

Completed in 368 milliseconds

<<11121314151617181920>>