Home
last modified time | relevance | path

Searched refs:ending (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-debug-loc-error-cases.s35 .quad 1 # ending offset
39 .quad 1 # ending offset
44 .quad 1 # ending offset
50 .quad 1 # ending offset
55 .quad 1 # ending offset
62 .quad 0 # ending offset
Ddwarfdump-debug-loclists-error-cases.s45 .uleb128 0x10 # ending offset
50 .uleb128 0x10 # ending offset
56 .uleb128 0x10 # ending offset
63 .uleb128 0x10 # ending offset
Ddwarfdump-debug-loclists-dwarf64.s39 .uleb128 2 # ending offset
49 .uleb128 7 # ending offset
Dending-run.ll35 !6 = !DIFile(filename: "ending-run.c", directory: "/Users/echristo/tmp")
46 !19 = !DIFile(filename: "ending-run.c", directory: "/Users/echristo/tmp")
Drange_reloc_base.ll16 ; DWARF5-NEXT: .uleb128 .Ltmp1-.Lfunc_begin0 # ending offset
19 ; DWARF5-NEXT: .uleb128 .Ltmp3-.Lfunc_begin0 # ending offset
/external/libxml2/result/HTML/
Dwired.html.err193 ./test/HTML/wired.html:346: HTML parser error : Opening and ending tag mismatch: td and font
199 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font
202 ./test/HTML/wired.html:374: HTML parser error : Opening and ending tag mismatch: td and font
205 ./test/HTML/wired.html:402: HTML parser error : Opening and ending tag mismatch: a and font
217 ./test/HTML/wired.html:408: HTML parser error : Opening and ending tag mismatch: a and font
223 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
226 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
229 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
232 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
235 ./test/HTML/wired.html:414: HTML parser error : Opening and ending tag mismatch: td and font
[all …]
/external/llvm-project/llvm/test/MC/COFF/
Dinvalid-endef.s3 # CHECK: ending symbol definition without starting one
4 # CHECK: ending symbol definition without starting one
/external/llvm/test/MC/COFF/
Dinvalid-endef.s3 # CHECK: ending symbol definition without starting one
4 # CHECK: ending symbol definition without starting one
/external/replicaisland/src/com/replica/replicaisland/
DGameOverActivity.java138 mEndingView = (TextView)findViewById(R.id.ending); in onCreate()
142 final int ending = prefs.getInt(PreferenceConstants.PREFERENCE_LAST_ENDING, -1); in onCreate() local
159 if (ending == AnimationPlayerActivity.KABOCHA_ENDING) { in onCreate()
161 } else if (ending == AnimationPlayerActivity.ROKUDOU_ENDING) { in onCreate()
DEventRecorder.java45 synchronized void setLastEnding(int ending) { in setLastEnding() argument
46 mLastEnding = ending; in setLastEnding()
/external/catch2/docs/
Devent-listeners.md5 such as a test case starting or ending, as they happen during a test run.
50 // The whole test run, starting and ending
54 // Test cases starting and ending
58 // Sections starting and ending
/external/libxml2/result/errors/
D759398.xml.ent4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: №№№№№№№№№№№№№№№№№№№№№…
7 ./test/errors/759398.xml:314: parser error : Opening and ending tag mismatch: spec line 50 and p
D759398.xml.err4 ./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: №№№№№№№№№№№№№№№№№№№№№…
7 ./test/errors/759398.xml:314: parser error : Opening and ending tag mismatch: spec line 50 and p
/external/kotlinx.atomicfu/atomicfu-maven-plugin/
Dmvnw.cmd29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
48 @REM check for pre script, once with legacy .bat ending and once with .cmd ending
135 @REM check for post script, once with legacy .bat ending and once with .cmd ending
/external/apache-commons-compress/
Dmvnw.cmd29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
46 @REM check for pre script, once with legacy .bat ending and once with .cmd ending
133 @REM check for post script, once with legacy .bat ending and once with .cmd ending
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
Ddebug_loclists_multiple.s22 .uleb128 2 # ending offset
38 .uleb128 7 # ending offset
Ddebug_loclists.s112 .uleb128 .Lf3-.Lf0 # ending offset
122 .quad .Lf5 # ending offset
137 .uleb128 .Lf7-.Lf6 # ending offset
146 .uleb128 .Lf8-.Lf7 # ending offset
/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddebug_rnglists.s131 .uleb128 .Lblock1_end-rnglists # ending offset
134 .uleb128 .Lblock2_end-rnglists # ending offset
149 .uleb128 .Lblock3_end-rnglists2 # ending offset
/external/snakeyaml/
Dmvnw.bat29 @REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
46 @REM check for pre script, once with legacy .bat ending and once with .cmd ending
167 @REM check for post script, once with legacy .bat ending and once with .cmd ending
/external/llvm-project/llvm/test/CodeGen/ARM/
Dthumb1-varalloc.ll47 ; Simple variable ending up *at* sp.
61 ; Simple variable ending up at aligned offset from sp.
82 ; Simple variable ending up at aligned offset from sp.
/external/llvm/test/CodeGen/ARM/
Dthumb1-varalloc.ll46 ; Simple variable ending up *at* sp.
60 ; Simple variable ending up at aligned offset from sp.
81 ; Simple variable ending up at aligned offset from sp.
/external/pigweed/pw_build/py/pw_build/
Dpython_runner.py328 def __init__(self, match: re.Match, ending: int):
330 self._ending = ending
409 ending = string.find(_ENDING, match.end())
410 if ending == -1:
414 expression = _Expression(match, ending)
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dbugprone-not-null-terminated-result.rst56 be the older copy function (ending with ``cpy``), because it is more
62 the safe version (ending with ``cpy_s``).
79 then the new function should be the older copy function (ending with ``cpy``),
80 as it is more efficient than the safe version (ending with ``cpy_s``).
/external/llvm/test/DebugInfo/X86/
Dending-run.ll35 !6 = !DIFile(filename: "ending-run.c", directory: "/Users/echristo/tmp")
46 !19 = !DIFile(filename: "ending-run.c", directory: "/Users/echristo/tmp")
/external/yapf/
D.editorconfig6 # Unix-style newlines with a newline ending every file

12345678910>>...17