/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | r600.extract-lowbits.ll | 26 ; EG-NEXT: ALU clause starting at 4: 37 ; CM-NEXT: ALU clause starting at 4: 57 ; EG-NEXT: Fetch clause starting at 6: 59 ; EG-NEXT: ALU clause starting at 8: 61 ; EG-NEXT: ALU clause starting at 9: 76 ; CM-NEXT: Fetch clause starting at 6: 78 ; CM-NEXT: ALU clause starting at 8: 80 ; CM-NEXT: ALU clause starting at 9: 101 ; EG-NEXT: ALU clause starting at 4: 112 ; CM-NEXT: ALU clause starting at 4: [all …]
|
/external/ltp/testcases/kernel/controllers/freezer/ |
D | 00_description.txt | 2 This bash script tests freezer code by starting a long sleep process. 8 This bash script tests freezer code by starting a long sleep process. 15 This bash script tests freezer code by starting a long sleep process. 20 This bash script tests freezer code by starting a long subshell process. 27 This bash script tests freezer code by starting a long sleep process. 35 This bash script tests freezer code by starting a long sleep process. 45 This bash script tests freezer code by starting a long sleep process. 51 This bash script tests freezer code by starting a long sleep process. 57 This bash script tests freezer code by starting a process with vfork(2).
|
/external/elfutils/tests/ |
D | run-readelf-z.sh | 24 There are 9 section headers, starting at offset 0x3e0: 46 There are 10 section headers, starting at offset 0x438: 69 There are 9 section headers, starting at offset 0x400: 91 There are 10 section headers, starting at offset 0x458: 114 There are 9 section headers, starting at offset 0x33c: 136 There are 10 section headers, starting at offset 0x390: 159 There are 9 section headers, starting at offset 0x338: 181 There are 10 section headers, starting at offset 0x38c:
|
D | run-strip-remove-keep.sh | 35 There are 27 section headers, starting at offset 0xaf8: 70 There are 35 section headers, starting at offset 0x463c: 121 There are 28 section headers, starting at offset 0x1010: 157 There are 35 section headers, starting at offset 0x3e64: 210 There are 27 section headers, starting at offset 0xad8: 245 There are 27 section headers, starting at offset 0x918: 289 There are 27 section headers, starting at offset 0xf90: 324 There are 27 section headers, starting at offset 0x2d8: 367 There are 28 section headers, starting at offset 0xafc: 403 There are 35 section headers, starting at offset 0x463c: [all …]
|
/external/mesa3d/src/freedreno/computerator/ |
D | README.rst | 20 * ``@const(cN.c)`` configures a const vec4 starting at specified 23 * ``@invocationid(rN.c)`` will populate a vec3 starting at the specified 25 * ``@wgid(rN.c)`` will populate a vec3 starting at the specified register 27 * ``@numwg(cN.c)`` will populate a vec3 starting at the specified const
|
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_cmds_mmc.c | 136 sg_ll_get_config(int sg_fd, int rt, int starting, void * resp, in sg_ll_get_config() argument 151 if ((starting < 0) || (starting > 0xffff)) { in sg_ll_get_config() 152 pr2ws("Bad starting field number: 0x%x\n", starting); in sg_ll_get_config() 155 sg_put_unaligned_be16((uint16_t)starting, gcCmdBlk + 2); in sg_ll_get_config() 157 pr2ws("Bad mx_resp_len: 0x%x\n", starting); in sg_ll_get_config()
|
/external/junit/src/main/java/org/junit/rules/ |
D | Stopwatch.java | 138 private void starting() { in starting() method in Stopwatch 153 @Override protected void starting(Description description) { in starting() method in Stopwatch.InternalWatcher 154 Stopwatch.this.starting(); in starting()
|
D | TestWatchman.java | 51 starting(method); in apply() 82 public void starting(FrameworkMethod method) {
|
D | TestWatcher.java | 108 starting(description); 158 protected void starting(Description description) {
|
/external/llvm/test/MC/ARM/ |
D | full_line_comment.s | 2 # this is a full line comment starting at column 1 3 # this starting at column 2
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | full_line_comment.s | 2 # this is a full line comment starting at column 1 3 # this starting at column 2
|
/external/clang/test/Parser/ |
D | cxx0x-literal-operators.cpp | 6 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}} 8 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
|
/external/llvm/test/MC/COFF/ |
D | invalid-endef.s | 3 # CHECK: ending symbol definition without starting one 4 # CHECK: ending symbol definition without starting one
|
D | invalid-def.s | 3 # CHECK: error: starting a new symbol definition without completing the previous one 4 # CHECK: error: starting a new symbol definition without completing the previous one
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | invalid-endef.s | 3 # CHECK: ending symbol definition without starting one 4 # CHECK: ending symbol definition without starting one
|
D | invalid-def.s | 3 # CHECK: error: starting a new symbol definition without completing the previous one 4 # CHECK: error: starting a new symbol definition without completing the previous one
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BoostedTreesTrainingPredict.pbtxt | 7 Rank 1 Tensor containing cached tree ids which is the starting 14 Rank 1 Tensor containing cached node id which is the starting 60 It traverses the trees starting from cached tree id and cached node id and
|
D | api_def_InitializeTableFromTextFileV2.pbtxt | 47 split line based on `delimiter` or the line number (starting from zero). 51 - A value of -1 means use the line number(starting from zero), expects `int64`. 53 - A value >= 0 means use the index (starting at zero) of the split line based
|
D | api_def_InitializeTableFromTextFile.pbtxt | 45 split line based on `delimiter` or the line number (starting from zero). 49 - A value of -1 means use the line number(starting from zero), expects `int64`. 51 - A value >= 0 means use the index (starting at zero) of the split line based
|
/external/catch2/docs/ |
D | event-listeners.md | 5 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/sonivox/jet_tools/JetCreator/ |
D | JetCreatorhlp.dat | 14 starting m/b/t = Sets the starting measure, beat, and tick for the event. 34 starting m/b/t = 55 starting m/b/t = Sets the starting measure, beat, and tick for the segment. 84 starting m/b/t =
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | CHANGES | 6 *) Reworked handling of comments starting with exclamation marks. The matcher 42 *) Added command line option for keeping comments starting with an exclamation 49 *) Added support for keeping comments starting with an exclamation mark. This
|
/external/eigen/ |
D | INSTALL | 4 Explanation before starting 23 Before starting, create another directory which we will call 'build_dir'.
|
/external/autotest/client/site_tests/platform_BootPerf/ |
D | control | 28 - how long we've been up before starting the kernel. 30 - how long we've been up after starting the kernel.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IRCE/ |
D | decrementing-loop.ll | 146 %starting.value = phi i32 [ %len.minus.two, %if.true ], [ %len.minus.one, %if.false ] 151 %idx = phi i32 [ %starting.value, %merge ] , [ %idx.next, %in.bounds ] 194 %starting.value = phi i32 [ %len.minus.two, %if.true ], [ %len.minus.one, %if.false ] 200 %idx = phi i32 [ %starting.value, %merge ] , [ %idx.next, %in.bounds ] 237 %starting.value = phi i32 [ %len.minus.two, %entry ], [ %len.minus.one, %merge ] 247 %idx = phi i32 [ %starting.value, %first.iter.check ] , [ %idx.next, %in.bounds ]
|