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

1 2

  /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);
  /external/icu4c/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/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/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/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/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/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/webkit/Source/WebCore/bindings/js/
WorkerScriptController.cpp 132 if (completionType == Terminated || m_workerContextWrapper->globalData().terminator.shouldTerminate()) {
159 m_globalData->terminator.terminateSoon();
JSEventListener.cpp 137 if (terminatorCausedException || globalData.terminator.shouldTerminate())
  /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;
  /external/llvm/lib/Analysis/
PathNumbering.cpp 388 TerminatorInst* terminator = currentNode->getBlock()->getTerminator(); local
389 if(isa<ReturnInst>(terminator) || isa<UnreachableInst>(terminator) ||
390 isa<ResumeInst>(terminator))
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 80 content, terminator = chunk.groups()
85 if terminator == '"':
  /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/chrome/browser/resources/net_internals/
loggrouper.js 75 // Consider this as the terminator for all open BEGINs up until
  /external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp 492 TerminatorInst* terminator = source->getTerminator();
495 for(i=0; i < terminator->getNumSuccessors(); i++) {
496 if(terminator->getSuccessor(i) == target)
1417 TerminatorInst* terminator = sourceBlock->getTerminator(); local
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalData.h 41 #include "Terminator.h"
220 Terminator terminator; member in class:JSC::JSGlobalData
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ApiLookup.java 242 * followed by the byte 0 as a terminator, followed by the API version as a byte.
245 * signature terminator, followed by the API level as a byte.
437 // followed by the byte 0 as a terminator, followed by the API version as a byte.
457 // signature terminator, followed by the API level as a byte.
548 private static int compare(byte[] data, int offset, byte terminator, String s, int max) {
563 return data[i] - terminator;
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 174 char terminator = *string; local
176 const char *end = uprv_strchr(string+1, terminator);
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp     [all...]
  /external/dbus/test/
decode-gcov.c 143 long terminator,
157 if (n == terminator)
    [all...]
  /external/mksh/src/
lex.c 1023 /* unget terminator */
1065 * ungetsc'd terminator from above
    [all...]

Completed in 605 milliseconds

1 2