HomeSort by relevance Sort by last modified time
    Searched full:terminator (Results 51 - 75 of 409) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebKitTools/pywebsocket/example/
echo_client.py 140 terminator = '\r\n\r\n'
142 while pos < len(terminator):
144 if received == terminator[pos]:
146 elif received == terminator[0]:
  /packages/apps/QuickSearchBox/benchmarks/src/com/android/quicksearchbox/benchmarks/
WebLatency.java 40 "weather london uk", "terminator showtimes", "obama news",
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/SourceText/
6-2.js 46 interpreted as a line terminator (Unicode character 000A is line feed) and
49 program, it is likewise interpreted as a line terminator, which is not
56 the literal and is never interpreted as a line terminator or as a quote mark
  /bionic/libc/arch-x86/string/
strcat.S 29 xorl %eax,%eax /* set search for null terminator */
  /development/host/windows/usb/legacy/driver/
android_usb_inl.h 36 zero terminator. Must be called at low IRQL.
  /external/chromium/base/i18n/
word_iterator.cc 49 // terminator.
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 243 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
251 // never executed. The unreachable code macro protects the terminator
256 #define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
265 terminator; \
  /external/skia/src/animator/
SkDraw3D.cpp 80 (SkFunctionParamType) 0 // terminator for parameter list (there may be multiple parameter lists)
  /frameworks/base/include/utils/
BackupHelpers.h 32 int keyLen; // length of the key name, not including the null terminator
  /external/icu4c/tools/toolutil/
uparse.h 132 * the *terminator output parameter.
137 const char **terminator,
  /external/tcpdump/
print-slow.c 71 { (SLOW_PROTO_LACP << 8) + LACP_TLV_TERMINATOR, "Terminator"},
76 { (SLOW_PROTO_MARKER << 8) + MARKER_TLV_TERMINATOR, "Terminator"},
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 83 const char *where, *terminator; local
104 terminator = where + SDL_strlen(extension);
106 if (*terminator == ' ' || *terminator == '\0') return 1;
108 start = terminator;
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 61 const char *where, *terminator; local
80 terminator = where + strlen(extension);
82 if (*terminator == ' ' || *terminator == '\0') return 1;
84 start = terminator;
  /libcore/luni/src/main/java/java/util/
Scanner.java 71 // Pattern used to recognize line terminator.
77 // Pattern used to recognize a line with a line terminator.
81 String terminator = "\n|\r\n|\r|\u0085|\u2028|\u2029"; typedefs
83 LINE_TERMINATOR = Pattern.compile(terminator);
90 .append(terminator).append(")+").toString());
93 .append(terminator).append(")|.+(")
94 .append(terminator).append(")?").toString());
329 * pattern is found before line terminator, the matched string will be
333 * input may be cached if no line terminator exists in the buffer.
338 * before the next line terminator
    [all...]
  /external/webkit/WebCore/platform/sql/
SQLiteFileSystem.cpp 51 // SQLite expects a null terminator on its UTF-16 strings.
  /packages/experimental/procstatlog/
procstatlog.c 100 // terminator: if non-NULL, processing stops after this string
104 char delimiter, const char *terminator, int skip_words,
119 if (terminator != NULL) {
120 char *end = strstr(buf, terminator);
  /packages/inputmethods/PinyinIME/jni/include/
spellingtable.h 95 // Because each spelling uses a '\0' as terminator, the returned item_size is
  /external/chromium/base/
stats_table.h 122 // null terminator, as stored in the shared memory.
126 // null terminator, as stored in the shared memory.
  /external/webkit/JavaScriptCore/icu/unicode/
ustring.h 77 * @return The number of UChars in <code>chars</code>, minus the terminator.
122 * including the null terminator, to <code>dst</code>. The initial copied
123 * character from <code>src</code> overwrites the null terminator in <code>dst</code>.
204 * A NUL character is found at the string terminator.
224 * A NUL character is found at the string terminator.
291 * A NUL character is found at the string terminator.
311 * A NUL character is found at the string terminator.
647 * Copy a ustring. Adds a null terminator.
678 * Adds a null terminator.
707 * Adds a null terminator
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
ustring.h 77 * @return The number of UChars in <code>chars</code>, minus the terminator.
122 * including the null terminator, to <code>dst</code>. The initial copied
123 * character from <code>src</code> overwrites the null terminator in <code>dst</code>.
204 * A NUL character is found at the string terminator.
224 * A NUL character is found at the string terminator.
291 * A NUL character is found at the string terminator.
311 * A NUL character is found at the string terminator.
647 * Copy a ustring. Adds a null terminator.
678 * Adds a null terminator.
707 * Adds a null terminator
    [all...]
  /external/webkit/WebCore/icu/unicode/
ustring.h 77 * @return The number of UChars in <code>chars</code>, minus the terminator.
122 * including the null terminator, to <code>dst</code>. The initial copied
123 * character from <code>src</code> overwrites the null terminator in <code>dst</code>.
204 * A NUL character is found at the string terminator.
224 * A NUL character is found at the string terminator.
291 * A NUL character is found at the string terminator.
311 * A NUL character is found at the string terminator.
647 * Copy a ustring. Adds a null terminator.
678 * Adds a null terminator.
707 * Adds a null terminator
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
ustring.h 77 * @return The number of UChars in <code>chars</code>, minus the terminator.
122 * including the null terminator, to <code>dst</code>. The initial copied
123 * character from <code>src</code> overwrites the null terminator in <code>dst</code>.
204 * A NUL character is found at the string terminator.
224 * A NUL character is found at the string terminator.
291 * A NUL character is found at the string terminator.
311 * A NUL character is found at the string terminator.
647 * Copy a ustring. Adds a null terminator.
678 * Adds a null terminator.
707 * Adds a null terminator
    [all...]
  /external/dnsmasq/src/
log.c 346 len += vsnprintf(p, MAX_MESSAGE - len, format, ap) + 1; /* include zero-terminator */
352 /* replace terminator with \n */
  /external/libnfc-nxp/src/
phFriNfc_MifareULMap.h 54 #define PH_FRINFC_NDEFMAP_MFUL_STATE_TERM_TLV 5 /*!< to write the terminator TLV */
111 #define PH_FRINFC_NDEFMAP_MFUL_TERMTLV 0xFE /*!< Terminator TLV value = 0xFE */
  /external/webkit/WebKitTools/simplejson/
decoder.py 80 content, terminator = chunk.groups()
85 if terminator == '"':

Completed in 524 milliseconds

1 23 4 5 6 7 8 91011>>