Home
last modified time | relevance | path

Searched refs:starting (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DDebugLocalsChange.java16 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/
D00_description.txt2 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/
Dsuite_scheduler.conf5 start on (starting network-interface
6 or starting network-manager
7 or starting networking)
/external/elfutils/tests/
Drun-readelf-z.sh24 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/
DTestFragmentTransaction.java14 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/
DStopwatch.java138 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()
DTestWatchman.java51 starting(method); in apply()
82 public void starting(FrameworkMethod method) {
DTestWatcher.java108 starting(description);
158 protected void starting(Description description) {
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dfull_line_comment.s2 # this is a full line comment starting at column 1
3 # this starting at column 2
/external/llvm/test/MC/ARM/
Dfull_line_comment.s2 # this is a full line comment starting at column 1
3 # this starting at column 2
/external/clang/test/Parser/
Dcxx0x-literal-operators.cpp6 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/
Dinvalid-endef.s3 # CHECK: ending symbol definition without starting one
4 # CHECK: ending symbol definition without starting one
Dinvalid-def.s3 # 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/
DDexDebugEventBuilder.java269 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/
DJetCreatorhlp.dat14 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/
DINSTALL4 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/
DObjectArraysTest.java84 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/
Ddistrib.txt15 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/
Dcontrol28 - 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/
DObjectArraysTest.java155 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/
Dmetadata-function-blocks.ll37 ; Look at metadata local to @foo, starting with strings.
57 ; Look at metadata local to @bar, starting with strings.
/external/valgrind/memcheck/tests/
Dwrap7.stdout.exp1 starting
Dwrap1.stdout.exp1 starting
/external/valgrind/helgrind/tests/
Dtls_threads.stderr.exp1 starting join in main
/external/valgrind/drd/tests/
Dtls_threads.stderr.exp1 starting join in main

12345678910>>...32