/external/r8/src/main/java/com/android/tools/r8/ir/code/ |
D | DebugLocalsChange.java | 16 private final Int2ReferenceMap<DebugLocalInfo> starting; field in DebugLocalsChange 19 Int2ReferenceMap<DebugLocalInfo> ending, Int2ReferenceMap<DebugLocalInfo> starting) { in DebugLocalsChange() argument 22 this.starting = starting; in DebugLocalsChange() 30 return starting; in getStarting() 81 StringUtils.append(builder, starting.int2ReferenceEntrySet()); in toString()
|
/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/autotest/site_utils/admin/ |
D | suite_scheduler.conf | 5 start on (starting network-interface 6 or starting network-manager 7 or starting networking)
|
/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:
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
D | TestFragmentTransaction.java | 14 private boolean starting; field in TestFragmentTransaction 45 this.starting = true; in add() 60 this.starting = true; in replace() 195 return starting; in isStarting()
|
/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/swiftshader/third_party/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/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/r8/src/main/java/com/android/tools/r8/graph/ |
D | DexDebugEventBuilder.java | 269 Int2ReferenceSortedMap<DebugLocalInfo> starting = new Int2ReferenceAVLTreeMap<>(); in emitLocalChangeEvents() local 281 starting.put(register, local); in emitLocalChangeEvents() 284 assert !ending.isEmpty() || !starting.isEmpty(); in emitLocalChangeEvents() 287 if (!starting.containsKey(register)) { in emitLocalChangeEvents() 292 for (Entry<DebugLocalInfo> start : starting.int2ReferenceEntrySet()) { in emitLocalChangeEvents()
|
/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/eigen/ |
D | INSTALL | 4 Explanation before starting 23 Before starting, create another directory which we will call 'build_dir'.
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ObjectArraysTest.java | 84 Integer[] starting = ObjectArrays.arraysCopyOf(array1, array1.length); in doTestToArrayImpl2() local 94 Object[] expectedArray1 = expectModify ? reference : starting; in doTestToArrayImpl2() 95 Object[] expectedArray2 = expectModify ? target : starting; in doTestToArrayImpl2()
|
/external/syslinux/doc/ |
D | distrib.txt | 15 Syslinux distribution, starting with version 1.42. 17 To rebuild the installer programs *only*, starting from a freshly
|
/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/guava/guava-tests/test/com/google/common/collect/ |
D | ObjectArraysTest.java | 155 Integer[] starting = ObjectArrays.arraysCopyOf(array1, array1.length); in doTestToArrayImpl2() local 165 Object[] expectedArray1 = expectModify ? reference : starting; in doTestToArrayImpl2() 166 Object[] expectedArray2 = expectModify ? target : starting; in doTestToArrayImpl2()
|
/external/llvm/test/Bitcode/ |
D | metadata-function-blocks.ll | 37 ; Look at metadata local to @foo, starting with strings. 57 ; Look at metadata local to @bar, starting with strings.
|
/external/valgrind/memcheck/tests/ |
D | wrap7.stdout.exp | 1 starting
|
D | wrap1.stdout.exp | 1 starting
|
/external/valgrind/helgrind/tests/ |
D | tls_threads.stderr.exp | 1 starting join in main
|
/external/valgrind/drd/tests/ |
D | tls_threads.stderr.exp | 1 starting join in main
|