Home
last modified time | relevance | path

Searched refs:terminator (Results 1 – 25 of 101) sorted by relevance

12345

/external/jsilver/src/com/google/streamhtmlparser/util/
DEntityResolver.java231 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/icu/icu4c/source/tools/toolutil/
Duparse.c298 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()
Duparse.h143 const char **terminator,
/external/llvm/test/Other/
D2002-03-11-ConstPropCrash.ll1 ; 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/llvm/docs/
DBranchWeightMetadata.rst15 operators depends on the terminator type.
70 Other terminator instructions are not allowed to contain Branch Weight Metadata.
115 Branch Weight Metatada is not proof against CFG changes. If terminator operands'
/external/protobuf/gtest/include/gtest/internal/
Dgtest-death-test-internal.h257 #define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument
266 terminator; \
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-death-test-internal.h290 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument
299 terminator; \
/external/gtest/include/gtest/internal/
Dgtest-death-test-internal.h301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument
310 terminator; \
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-death-test-internal.h301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument
310 terminator; \
/external/llvm/test/DebugInfo/X86/
Dmultiple-aranges.ll14 ; CHECK-NEXT: .quad 0 # ARange terminator
26 ; CHECK-NEXT: .quad 0 # ARange terminator
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-death-test-internal.h288 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument
297 terminator; \
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-death-test-internal.h301 # define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator) \ argument
310 terminator; \
/external/drm_hwcomposer/
Dglworker.cpp135 const char *start, *where, *terminator; in HasExtension() local
141 terminator = where + strlen(extension); in HasExtension()
143 if (*terminator == ' ' || *terminator == '\0') in HasExtension()
145 start = terminator; in HasExtension()
/external/llvm/test/Transforms/SimplifyCFG/
Dbranch-fold-test.ll2 ; terminator instructions.
/external/llvm/test/CodeGen/Mips/
Dmachineverifier.ll3 ; is not the terminator instruction after delay slot filler pass is run.
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dcheck-disabled-mcpus.ll22 ; CHECK: FastISel missed terminator: ret i32 0
/external/llvm/test/Bitcode/
DterminatorInstructions.3.2.ll4 ; The test checks that LLVM does not misread terminator instructions from
/external/llvm/test/Bindings/OCaml/
Danalysis.ml41 A basic block can contain only one terminator instruction. *)
/external/pcre/dist/
Dpcre_compile.c3935 pcre_uchar terminator; /* Don't combine these lines; the Solaris cc */ in check_posix_syntax() local
3936 terminator = *(++ptr); /* compiler warns about "non-constant" initializer. */ in check_posix_syntax()
3943 else if ((*ptr == CHAR_LEFT_SQUARE_BRACKET && ptr[1] == terminator) || in check_posix_syntax()
3945 else if (*ptr == terminator && ptr[1] == CHAR_RIGHT_SQUARE_BRACKET) in check_posix_syntax()
4563 int terminator; in compile_branch() local
6769 terminator = -1; in compile_branch()
6780 terminator = CHAR_GREATER_THAN_SIGN; in compile_branch()
6785 terminator = CHAR_APOSTROPHE; in compile_branch()
6790 terminator = CHAR_NULL; in compile_branch()
6840 if ((terminator > 0 && *ptr++ != (pcre_uchar)terminator) || in compile_branch()
[all …]
/external/v8/test/webkit/
Dmultiline-comment-newline-expected.txt24 This test checks that a multiline comment containing a newline is converted to a line terminator to…
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target.h158 unsigned int terminator : 1; member
/external/llvm/test/CodeGen/ARM/
Difcvt-iter-indbr.ll8 ; (predicated) indirectbr terminator.
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
Dcodegen-cond.ll53 ; before terminator
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dcodegen-cond.ll54 ; before terminator
/external/llvm/test/Object/
Dinvalid.test7 NON-NULL: String table must end with a null terminator

12345