/external/elfutils/tests/ |
D | run-next-lines.sh | 26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 36 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 39 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… [all …]
|
D | run-get-lines.sh | 26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… 36 8048466: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, … 39 8048468: /home/drepper/gnu/new-bu/build/ttt/f.c:3:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e… [all …]
|
/external/swiftshader/third_party/LLVM/lib/DebugInfo/ |
D | DWARFDebugLine.cpp | 133 uint32_t *offset_ptr, Prologue *prologue) { in parsePrologue() argument 136 prologue->clear(); in parsePrologue() 137 prologue->TotalLength = debug_line_data.getU32(offset_ptr); in parsePrologue() 138 prologue->Version = debug_line_data.getU16(offset_ptr); in parsePrologue() 139 if (prologue->Version != 2) in parsePrologue() 142 prologue->PrologueLength = debug_line_data.getU32(offset_ptr); in parsePrologue() 143 const uint32_t end_prologue_offset = prologue->PrologueLength + *offset_ptr; in parsePrologue() 144 prologue->MinInstLength = debug_line_data.getU8(offset_ptr); in parsePrologue() 145 prologue->DefaultIsStmt = debug_line_data.getU8(offset_ptr); in parsePrologue() 146 prologue->LineBase = debug_line_data.getU8(offset_ptr); in parsePrologue() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | remove_unreferenced_instruction_reduction_pass_test.cpp | 26 const std::string prologue = R"( in TEST() local 58 const std::string original = prologue + R"( in TEST() 66 const std::string expected = prologue + R"( in TEST() 89 const std::string prologue = R"( in TEST() local 121 const std::string original = prologue + R"( in TEST() 139 const std::string expected_reduced = prologue + R"( in TEST() 151 const std::string expected_reduced = prologue + R"( in TEST() 162 const std::string expected_reduced = prologue + R"( in TEST() 176 const std::string expected_reduced = prologue + R"( in TEST() 188 const std::string expected_reduced = prologue + R"( in TEST() [all …]
|
D | remove_opname_instruction_reduction_pass_test.cpp | 51 const std::string prologue = R"( in TEST() local 69 const std::string original = prologue + R"( in TEST() 73 const std::string expected = prologue + epilogue; in TEST() 89 const std::string prologue = R"( in TEST() local 118 const std::string original = prologue + R"( in TEST() 126 const std::string expected = prologue + epilogue; in TEST() 152 const std::string prologue = R"( in TEST() local 181 const std::string original = prologue + R"( in TEST() 190 const std::string expected = prologue + epilogue; in TEST()
|
D | operand_to_constant_reduction_pass_test.cpp | 24 std::string prologue = R"( in TEST() local 84 std::string original = prologue + R"( in TEST() 90 std::string expected = prologue + R"( in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | remove_unreferenced_instruction_reduction_pass_test.cpp | 26 const std::string prologue = R"( in TEST() local 58 const std::string original = prologue + R"( in TEST() 66 const std::string expected = prologue + R"( in TEST() 89 const std::string prologue = R"( in TEST() local 121 const std::string original = prologue + R"( in TEST() 139 const std::string expected_reduced = prologue + R"( in TEST() 151 const std::string expected_reduced = prologue + R"( in TEST() 162 const std::string expected_reduced = prologue + R"( in TEST() 176 const std::string expected_reduced = prologue + R"( in TEST() 188 const std::string expected_reduced = prologue + R"( in TEST() [all …]
|
D | remove_opname_instruction_reduction_pass_test.cpp | 51 const std::string prologue = R"( in TEST() local 69 const std::string original = prologue + R"( in TEST() 73 const std::string expected = prologue + epilogue; in TEST() 89 const std::string prologue = R"( in TEST() local 118 const std::string original = prologue + R"( in TEST() 126 const std::string expected = prologue + epilogue; in TEST() 152 const std::string prologue = R"( in TEST() local 181 const std::string original = prologue + R"( in TEST() 190 const std::string expected = prologue + epilogue; in TEST()
|
D | operand_to_constant_reduction_pass_test.cpp | 24 std::string prologue = R"( in TEST() local 84 std::string original = prologue + R"( in TEST() 90 std::string expected = prologue + R"( in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | debug_line_invalid.test | 14 # Stop looking for the specified unit, if a fatally-bad prologue is detected. 40 # FATAL-NEXT: Line table prologue 44 # For non-fatal prologue issues, the table prologue should be dumped, and any subsequent tables sho… 46 # NONFATAL-NEXT: Line table prologue 49 # NONFATAL-NEXT: Line table prologue 52 # NONFATAL-NEXT: Line table prologue 55 # NONFATAL-NEXT: Line table prologue 58 # NONFATAL-NEXT: Line table prologue 61 # Dumping prints the line table prologue and any valid operations up to the point causing the probl… 62 # NONFATAL-NEXT: Line table prologue [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestContext.java | 28 String prologue; field in TestContext.ContextCase 35 prologue = pro; in ContextCase() 76 String prologue, epilogue, src, dest; in testContext() local 87 prologue = pseudoToU16(cc.prologue); in testContext() 91 bidi.setContext(epilogue, prologue); in testContext() 92 bidi.setContext(prologue, epilogue); in testContext() 98 "\nPrologue: " + cc.prologue + in testContext()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestContext.java | 25 String prologue; field in TestContext.ContextCase 32 prologue = pro; in ContextCase() 73 String prologue, epilogue, src, dest; in testContext() local 84 prologue = pseudoToU16(cc.prologue); in testContext() 88 bidi.setContext(epilogue, prologue); in testContext() 89 bidi.setContext(prologue, epilogue); in testContext() 95 "\nPrologue: " + cc.prologue + in testContext()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | prologuedata.ll | 10 ; CHECK: f(){{.*}}prologue i32 1 11 define void @f() prologue i32 1 { 15 ; CHECK: g(){{.*}}prologue i32* @i 16 define void @g() prologue i32* @i {
|
/external/llvm/test/Feature/ |
D | prologuedata.ll | 10 ; CHECK: f(){{.*}}prologue i32 1 11 define void @f() prologue i32 1 { 15 ; CHECK: g(){{.*}}prologue i32* @i 16 define void @g() prologue i32* @i {
|
/external/llvm/test/Linker/ |
D | prologuedata.ll | 12 define void @f1() prologue i8* @p1 { 15 ; CHECK-DAG: define void @f1() prologue i8* @p1 { 17 define internal void @f2() prologue i8* @p2 { 21 ; CHECK-DAG: define internal void @f2() prologue i8* @p2 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | prologuedata.ll | 12 define void @f1() prologue i8* @p1 { 15 ; CHECK-DAG: define void @f1() prologue i8* @p1 { 17 define internal void @f2() prologue i8* @p2 { 21 ; CHECK-DAG: define internal void @f2() prologue i8* @p2 {
|
/external/python/cpython2/Demo/scripts/ |
D | pp.py | 78 prologue = ['if 0:'] variable 83 prologue = [ variable 110 prologue = ['if 1:'] variable 116 program = '\n'.join(prologue) + '\n'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | invalid-prologue-end.ll | 3 ; The prologue-end line record must be emitted after the last instruction that 19 ; The prologue-end line record is emitted with an incorrect associated address, 21 ; the prologue. 37 ; The correct location for the prologue-end line information is just before 57 ; CHECK-NEXT: .loc 1 7 8 prologue_end {{.*}}# invalid-prologue-end.cpp:7:8 78 !1 = !DIFile(filename: "invalid-prologue-end.cpp", directory: "/home/carlos/llvm-root/work")
|
D | dwarfdump-line-dwo.s | 45 # PART1: Line table prologue: 91 # PART2: Line table prologue: 95 # PART2-NOT: prologue: 99 # PART2-NOT: prologue:
|
/external/python/cpython2/Tools/faqwiz/ |
D | faqwiz.py | 399 self.prologue(T_ERROR) 402 def prologue(self, title, entry=None, **kw): member in FaqWizard 409 self.prologue(T_HOME) 413 self.prologue("FAQ Wizard Debugging") 442 self.prologue(T_SEARCH) 474 self.prologue(T_ALL) 517 self.prologue(T_INDEX) 569 self.prologue(T_RECENT) 590 self.prologue(T_ROULETTE) 595 self.prologue(T_HELP) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | patchable-prologue.ll | 6 define void @f0() "patchable-function"="prologue-short-redirect" { 16 define void @f1() "patchable-function"="prologue-short-redirect" "no-frame-pointer-elim"="true" { 25 define void @f2() "patchable-function"="prologue-short-redirect" { 36 define void @f3() "patchable-function"="prologue-short-redirect" optsize { 50 define i32 @f4(i8* %arg1, i64 %arg2, i32 %arg3) "patchable-function"="prologue-short-redirect" {
|
D | prologuedata.ll | 8 define void @f() prologue i32 1 { 15 define void @g() prologue i32* @i {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | patchable-prologue.ll | 6 define void @f0() "patchable-function"="prologue-short-redirect" { 16 define void @f1() "patchable-function"="prologue-short-redirect" "no-frame-pointer-elim"="true" { 25 define void @f2() "patchable-function"="prologue-short-redirect" { 36 define void @f3() "patchable-function"="prologue-short-redirect" optsize { 50 define i32 @f4(i8* %arg1, i64 %arg2, i32 %arg3) "patchable-function"="prologue-short-redirect" {
|
D | prologuedata.ll | 8 define void @f() prologue i32 1 { 15 define void @g() prologue i32* @i {
|
/external/libunwind/tests/ |
D | ia64-test-nat-asm.S | 62 .prologue 100 .prologue 137 .prologue 177 .prologue 214 .prologue 251 .prologue 293 .prologue 336 .prologue 380 .prologue 436 .prologue [all …]
|