HomeSort by relevance Sort by last modified time
    Searched refs:terminator (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/jsilver/src/com/google/streamhtmlparser/util/
EntityResolver.java 227 * @param terminator the last character read, unused on successful
231 private String convertEntity(char terminator) {
239 return uncovertedInput(terminator);
250 return uncovertedInput(terminator);
261 return uncovertedInput(terminator);
264 private String uncovertedInput(char terminator) {
265 return String.format("%s%c", sb.toString(), terminator);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asynchat.py 35 'terminator' (usually '\r\n' for single-line responses, '\r\n.\r\n'
41 of the connection, you'll have self.terminator set to '\r\n', in
45 method) up to the terminator, and then control will be returned to
65 # for string terminator matching
97 self.terminator = term
100 return self.terminator
104 # check for the terminator,
117 # Continue to search for self.terminator in self.ac_in_buffer,
119 # is necessary because we might read several data+terminator
124 terminator = self.get_terminator(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 35 'terminator' (usually '\r\n' for single-line responses, '\r\n.\r\n'
41 of the connection, you'll have self.terminator set to '\r\n', in
45 method) up to the terminator, and then control will be returned to
65 # for string terminator matching
97 self.terminator = term
100 return self.terminator
104 # check for the terminator,
117 # Continue to search for self.terminator in self.ac_in_buffer,
119 # is necessary because we might read several data+terminator
124 terminator = self.get_terminator(
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
uparse.c 298 const char **terminator,
323 *terminator=end;
342 *terminator=end;
350 const char *terminator; local
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
354 terminator=u_skipWhitespace(terminator);
355 if(*terminator!=';' && *terminator!=0) {
uparse.h 138 * the *terminator output parameter.
143 const char **terminator,
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 298 const char **terminator,
323 *terminator=end;
342 *terminator=end;
350 const char *terminator; local
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
354 terminator=u_skipWhitespace(terminator);
355 if(*terminator!=';' && *terminator!=0) {
uparse.h 138 * the *terminator output parameter.
143 const char **terminator,
  /external/chromium_org/v8/test/mjsunit/regress/
regress-892742.js 33 // line terminator making g() return undefined.
35 return/* Counts as line-terminator whitespace.
40 return// Comment doesn't include line-terminator at end.
  /external/chromium_org/third_party/simplejson/
decoder.py 117 content, terminator = chunk.groups()
123 # Terminator is the end of string, a literal control character,
125 if terminator == '"':
127 elif terminator != '\\':
129 msg = "Invalid control character %r at" % (terminator,)
130 #msg = "Invalid control character {0!r} at".format(terminator)
133 _append(terminator)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 86 content, terminator = chunk.groups()
92 # Terminator is the end of string, a literal control character,
94 if terminator == '"':
96 elif terminator != '\\':
98 #msg = "Invalid control character %r at" % (terminator,)
99 msg = "Invalid control character {0!r} at".format(terminator)
102 _append(terminator)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 86 content, terminator = chunk.groups()
92 # Terminator is the end of string, a literal control character,
94 if terminator == '"':
96 elif terminator != '\\':
98 #msg = "Invalid control character %r at" % (terminator,)
99 msg = "Invalid control character {0!r} at".format(terminator)
102 _append(terminator)
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 288 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
296 // never executed. The unreachable code macro protects the terminator
301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
310 terminator; \
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 277 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
285 // never executed. The unreachable code macro protects the terminator
290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
299 terminator; \
  /external/gtest/include/gtest/internal/
gtest-death-test-internal.h 288 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
296 // never executed. The unreachable code macro protects the terminator
301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
310 terminator; \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 275 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
283 // never executed. The unreachable code macro protects the terminator
288 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
297 terminator; \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 277 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
285 // never executed. The unreachable code macro protects the terminator
290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
299 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; \
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonEvent.java 215 char terminator = quoted ? '\"' : ' '; local
217 while (wordEnd < length && rawEvent.charAt(wordEnd) != terminator) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 288 // terminator - Must be an empty statement for EXPECT_DEATH_IF_SUPPORTED
296 // never executed. The unreachable code macro protects the terminator
301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \
310 terminator; \
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
arrays_csharp.i 115 terminator=" }")
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/x11/
SDL_x11gl.c 68 const char *where, *terminator; local
92 terminator = where + strlen(extension);
94 if (*terminator == ' ' || *terminator == '\0') return 1;
96 start = terminator;
  /external/llvm/test/Bindings/Ocaml/
analysis.ml 41 A basic block can contain only one terminator instruction. *)
  /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);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 717 terminator = '\r\n\r\n'
719 while pos < len(terminator):
721 if received == terminator[pos]:
723 elif received == terminator[0]:
    [all...]

Completed in 3807 milliseconds

1 2 3 4 5