Home
last modified time | relevance | path

Searched refs:starts (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/external/valgrind/main/coregrind/
Dm_aspacehl.c43 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/
Dset-href-attribute-whitespace-expected.txt6 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
Dset-href-attribute-pathname-expected.txt6 Set pathname that starts with slash
10 Set pathname that starts with double slash and contains '#'
Dset-href-attribute-search-expected.txt8 Set search that starts with '?' and contains spaces
Dset-href-attribute-protocol-expected.txt14 Set a protocol that starts with ':'
Dset-href-attribute-hash-expected.txt8 Hash value starts with '#'
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DBlockAddresses.java33 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/
Dgen-indic-table.py151 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/
DMaxHistory.java103 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/
Dtitle.txt17 # 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/
Dstringtriebuilder.cpp150 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()
Dcaniter.cpp442 UnicodeSet starts; in getEquivalents2() local
449 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2()
453 UnicodeSetIterator iter(starts); in getEquivalents2()
/external/markdown/tests/misc/
Dfunky-list.txt1 1. this starts a list *with* numbers
/external/webkit/LayoutTests/fast/xpath/py-dom-xpath/
Dfunctions-expected.txt26 PASS starts-with("foo-bar", "foo")
27 PASS starts-with("foo-bar", "bar")
/external/webkit/LayoutTests/fast/xpath/
Dxpath-functional-test-expected.txt59 [ok].//*[starts-with(.,"s")]
65 [ok].//*[starts-with(.,"s")]
/external/openssl/crypto/conf/
DREADME5 starts up: that is before it starts any threads.
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dcallback-to-remote-context2-expected.txt1 …ation request is made from a remote frame, and the JavaScript call chain starts from that remote f…
/external/valgrind/main/include/
Dpub_tool_aspacemgr.h133 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/
DSQL_Results.java175 …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/
Dsingle-inst-bundling.s20 # of nop padding are inserted instead and it starts at 0x10
/external/iptables/extensions/
Dlibxt_string.man7 Set the offset from which it starts looking for any matching. If not passed, default is 0.
/external/icu4c/test/testdata/
Dtestnorm.txt69 E112>1102 62 # mapping starts with Jamo L
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/
Dtest_core_functions-expected.txt17 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/
Danimatable_view_unittest.mm35 // Make sure the view's height starts out at 100.
/external/llvm/test/Feature/
Dmemorymarkers.ll17 ;; Constructor starts here (this isn't needed since it is immediately

12345678910>>...12