/external/jsilver/src/com/google/streamhtmlparser/util/ |
D | EntityResolver.java | 231 private String convertEntity(char terminator) { in convertEntity() argument 239 return uncovertedInput(terminator); in convertEntity() 250 return uncovertedInput(terminator); in convertEntity() 261 return uncovertedInput(terminator); in convertEntity() 264 private String uncovertedInput(char terminator) { in uncovertedInput() argument 265 return String.format("%s%c", sb.toString(), terminator); in uncovertedInput()
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
D | uparse.c | 296 const char **terminator, in u_parseCodePointRangeAnyTerminator() argument 321 *terminator=end; in u_parseCodePointRangeAnyTerminator() 340 *terminator=end; in u_parseCodePointRangeAnyTerminator() 348 const char *terminator; in u_parseCodePointRange() local 350 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange() 352 terminator=u_skipWhitespace(terminator); in u_parseCodePointRange() 353 if(*terminator!=';' && *terminator!=0) { in u_parseCodePointRange()
|
D | uparse.h | 143 const char **terminator,
|
/external/icu4c/tools/toolutil/ |
D | uparse.c | 298 const char **terminator, in u_parseCodePointRangeAnyTerminator() argument 323 *terminator=end; in u_parseCodePointRangeAnyTerminator() 342 *terminator=end; in u_parseCodePointRangeAnyTerminator() 350 const char *terminator; in u_parseCodePointRange() local 352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange() 354 terminator=u_skipWhitespace(terminator); in u_parseCodePointRange() 355 if(*terminator!=';' && *terminator!=0) { in u_parseCodePointRange()
|
D | uparse.h | 143 const char **terminator,
|
/external/llvm/test/Other/ |
D | 2002-03-11-ConstPropCrash.ll | 1 ; When constant propogating terminator instructions, the basic block iterator 2 ; was not updated to refer to the final position of the new terminator. This 3 ; can be bad, f.e. because constproping a terminator can lead to the
|
/external/chromium_org/third_party/simplejson/ |
D | decoder.py | 117 content, terminator = chunk.groups() 125 if terminator == '"': 127 elif terminator != '\\': 129 msg = "Invalid control character %r at" % (terminator,) 133 _append(terminator)
|
/external/llvm/docs/ |
D | BranchWeightMetadata.rst | 14 string "branch_weights". Number of operators depends on the terminator type. 69 Other terminator instructions are not allowed to contain Branch Weight Metadata. 114 Branch Weight Metatada is not proof against CFG changes. If terminator operands'
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11gl.c | 68 const char *where, *terminator; in glXExtensionSupported() local 92 terminator = where + strlen(extension); in glXExtensionSupported() 94 if (*terminator == ' ' || *terminator == '\0') return 1; in glXExtensionSupported() 96 start = terminator; in glXExtensionSupported()
|
/external/chromium_org/third_party/angle/extensions/ |
D | ANGLE_translated_shader_source.txt | 76 source string, including a null terminator, is returned. If no source has 91 terminator, is returned in <length>. If <length> is NULL, no length is 93 <source>, including the null terminator, is specified by <bufSize>. The
|
/external/llvm/lib/Analysis/ |
D | PathNumbering.cpp | 387 TerminatorInst* terminator = currentNode->getBlock()->getTerminator(); in buildNode() local 388 if(isa<ReturnInst>(terminator) || isa<UnreachableInst>(terminator) || in buildNode() 389 isa<ResumeInst>(terminator)) in buildNode()
|
/external/open-vcdiff/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 256 #define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 265 terminator; \
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 256 #define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 265 terminator; \
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_wingl.c | 83 const char *where, *terminator; in ExtensionSupported() local 104 terminator = where + SDL_strlen(extension); in ExtensionSupported() 106 if (*terminator == ' ' || *terminator == '\0') return 1; in ExtensionSupported() 108 start = terminator; in ExtensionSupported()
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 310 terminator; \
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 299 terminator; \
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 288 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 297 terminator; \
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 299 terminator; \
|
/external/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 299 terminator; \
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument 299 terminator; \
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | branch-fold-test.ll | 2 ; terminator instructions.
|
/external/llvm/test/CodeGen/Mips/ |
D | machineverifier.ll | 3 ; is not the terminator instruction after delay slot filler pass is run.
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PathProfiling.cpp | 491 TerminatorInst* terminator = source->getTerminator(); in getSuccessorNumber() local 494 for(i=0; i < terminator->getNumSuccessors(); i++) { in getSuccessorNumber() 495 if(terminator->getSuccessor(i) == target) in getSuccessorNumber() 1416 TerminatorInst* terminator = sourceBlock->getTerminator(); in splitCritical() local 1418 if( SplitCriticalEdge(terminator, succNum, this, false)) { in splitCritical() 1419 BasicBlock* newBlock = terminator->getSuccessor(succNum); in splitCritical()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
D | xml.js | 137 function inBlock(style, terminator) { argument 140 if (stream.match(terminator)) {
|
/external/llvm/test/Bindings/Ocaml/ |
D | analysis.ml | 38 A basic block can contain only one terminator instruction. *)
|