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

1 2 3

  /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 296 const char **terminator,
321 *terminator=end;
340 *terminator=end;
348 const char *terminator; local
350 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
352 terminator=u_skipWhitespace(terminator);
353 if(*terminator!=';' && *terminator!=0) {
uparse.h 138 * the *terminator output parameter.
143 const char **terminator,
  /external/icu4c/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/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/testing/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/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 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/libvpx/libvpx/third_party/googletest/src/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/llvm/test/Bindings/Ocaml/
analysis.ml 38 A basic block can contain only one terminator instruction. *)
  /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/open-vcdiff/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/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; \
  /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; \
  /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;

Completed in 1070 milliseconds

1 2 3