/external/valgrind/main/coregrind/ |
D | m_aspacehl.c | 43 Addr* starts; in VG_() local 48 starts = VG_(malloc)( "main.gss.1", n_starts * sizeof(Addr) ); in VG_() 49 if (starts == NULL) in VG_() 51 r = VG_(am_get_segment_starts)( starts, n_starts ); in VG_() 54 VG_(free)(starts); in VG_() 58 if (starts == NULL) { in VG_() 64 return starts; in VG_()
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-whitespace-expected.txt | 6 Set href that starts with a space 8 Set href that starts with a newline 10 Set href that starts with a tab 12 Set href that starts with a carriage return 14 Set href that starts with a combination of newlines, spaces and tabs 26 Set href that starts and ends with a combination of newlines, spaces and tabs
|
D | set-href-attribute-pathname-expected.txt | 6 Set pathname that starts with slash 10 Set pathname that starts with double slash and contains '#'
|
D | set-href-attribute-search-expected.txt | 8 Set search that starts with '?' and contains spaces
|
D | set-href-attribute-protocol-expected.txt | 14 Set a protocol that starts with ':'
|
D | set-href-attribute-hash-expected.txt | 8 Hash value starts with '#'
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | BlockAddresses.java | 33 private final CodeAddress[] starts; field in BlockAddresses 53 this.starts = new CodeAddress[maxLabel]; in BlockAddresses() 67 return starts[block.getLabel()]; in getStart() 77 return starts[label]; in getStart() 135 starts[label] = new CodeAddress(insn.getPosition()); in setupArrays()
|
/external/harfbuzz_ng/src/ |
D | gen-indic-table.py | 151 starts = [] variable 167 offset += ends[-1] - starts[-1] 171 starts.append (start) 176 offset += ends[-1] - starts[-1] 187 for (start,end) in zip (starts, ends):
|
/external/junit/src/org/junit/experimental/max/ |
D | MaxHistory.java | 103 private Map<Description, Long> starts= new HashMap<Description, Long>(); field in MaxHistory.RememberingListener 107 starts.put(description, System.nanoTime()); // Get most accurate in testStarted() 114 long start= starts.get(description); in testFinished()
|
/external/icu4c/data/brkitr/ |
D | title.txt | 17 # If the iterator starts on a cased item, advance through all adjacent cased items plus 29 # If the iterator starts on a cased item, advance through all adjacent cased items plus
|
/external/icu4c/common/ |
D | stringtriebuilder.cpp | 150 int32_t starts[kMaxBranchLinearSubNodeLength]; in writeBranchSubNode() local 154 int32_t i=starts[unitNumber]=start; in writeBranchSubNode() 161 starts[unitNumber]=start; in writeBranchSubNode() 171 … jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1); in writeBranchSubNode() 181 start=starts[unitNumber]; in writeBranchSubNode()
|
D | caniter.cpp | 442 UnicodeSet starts; in getEquivalents2() local 449 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2() 453 UnicodeSetIterator iter(starts); in getEquivalents2()
|
/external/markdown/tests/misc/ |
D | funky-list.txt | 1 1. this starts a list *with* numbers
|
/external/webkit/LayoutTests/fast/xpath/py-dom-xpath/ |
D | functions-expected.txt | 26 PASS starts-with("foo-bar", "foo") 27 PASS starts-with("foo-bar", "bar")
|
/external/webkit/LayoutTests/fast/xpath/ |
D | xpath-functional-test-expected.txt | 59 [ok].//*[starts-with(.,"s")] 65 [ok].//*[starts-with(.,"s")]
|
/external/openssl/crypto/conf/ |
D | README | 5 starts up: that is before it starts any threads.
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
D | callback-to-remote-context2-expected.txt | 1 …ation request is made from a remote frame, and the JavaScript call chain starts from that remote f…
|
/external/valgrind/main/include/ |
D | pub_tool_aspacemgr.h | 133 extern Int VG_(am_get_segment_starts)( Addr* starts, Int nStarts );
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
D | SQL_Results.java | 175 …if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+… in queryScenarioTimestampDataPoints() 193 …if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+… in queryScenarioBuildDataPoints()
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | single-inst-bundling.s | 20 # of nop padding are inserted instead and it starts at 0x10
|
/external/iptables/extensions/ |
D | libxt_string.man | 7 Set the offset from which it starts looking for any matching. If not passed, default is 0.
|
/external/icu4c/test/testdata/ |
D | testnorm.txt | 69 E112>1102 62 # mapping starts with Jamo L
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
D | test_core_functions-expected.txt | 17 PASS DOM.evaluate("starts-with(//CHILD1, '3.14')", CHILD1, null, XPathResult.ANY_TYPE, null).boolea… 18 PASS DOM.evaluate("starts-with(//CHILD1, //CHILD1)", CHILD1, null, XPathResult.ANY_TYPE, null).bool… 19 PASS DOM.evaluate("starts-with(//CHILD1, '')", CHILD1, null, XPathResult.ANY_TYPE, null).booleanVal…
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | animatable_view_unittest.mm | 35 // Make sure the view's height starts out at 100.
|
/external/llvm/test/Feature/ |
D | memorymarkers.ll | 17 ;; Constructor starts here (this isn't needed since it is immediately
|