Home
last modified time | relevance | path

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

12345678910>>...14

/external/valgrind/coregrind/
Dm_aspacehl.c45 Addr* starts; in VG_() local
50 starts = VG_(malloc)( "main.gss.1", n_starts * sizeof(Addr) ); in VG_()
51 r = VG_(am_get_segment_starts)( kind_mask, starts, n_starts ); in VG_()
54 VG_(free)(starts); in VG_()
59 return starts; in VG_()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DMultiStartMultivariateRealOptimizer.java59 private int starts; field in MultiStartMultivariateRealOptimizer
76 final int starts, in MultiStartMultivariateRealOptimizer() argument
81 this.starts = starts; in MultiStartMultivariateRealOptimizer()
167 optima = new RealPointValuePair[starts]; in optimize()
172 for (int i = 0; i < starts; ++i) { in optimize()
208 starts); in optimize()
DMultiStartDifferentiableMultivariateRealOptimizer.java62 private int starts; field in MultiStartDifferentiableMultivariateRealOptimizer
79 final int starts, in MultiStartDifferentiableMultivariateRealOptimizer() argument
85 this.starts = starts; in MultiStartDifferentiableMultivariateRealOptimizer()
177 optima = new RealPointValuePair[starts]; in optimize()
183 for (int i = 0; i < starts; ++i) { in optimize()
220 starts); in optimize()
DMultiStartDifferentiableMultivariateVectorialOptimizer.java65 private int starts; field in MultiStartDifferentiableMultivariateVectorialOptimizer
83 final int starts, in MultiStartDifferentiableMultivariateVectorialOptimizer() argument
89 this.starts = starts; in MultiStartDifferentiableMultivariateVectorialOptimizer()
181 optima = new VectorialPointValuePair[starts]; in optimize()
187 for (int i = 0; i < starts; ++i) { in optimize()
230 starts); in optimize()
DMultiStartUnivariateRealOptimizer.java60 private int starts; field in MultiStartUnivariateRealOptimizer
80 final int starts, in MultiStartUnivariateRealOptimizer() argument
84 this.starts = starts; in MultiStartUnivariateRealOptimizer()
231 optima = new double[starts]; in optimize()
232 optimaValues = new double[starts]; in optimize()
237 for (int i = 0; i < starts; ++i) { in optimize()
304 starts); in optimize()
/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.py164 starts = [] variable
185 offset += ends[-1] - starts[-1]
189 starts.append (start)
194 offset += ends[-1] - starts[-1]
206 pages = set([u>>page_bits for u in starts+ends+singles.keys()])
209 for (start,end) in zip (starts, ends):
/external/skia/tools/lua/
Dpaths.lua47 function string.starts(String,Start) function
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
Dcount_reduced_clipstacks.lua16 function string.starts(String,Start) function
40 if (string.starts(t.verb, "draw")) then
/external/libxml2/test/XPath/expr/
Dstrings10 starts-with("tititoto","titi")
11 starts-with("tititoto","to")
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
DFakeWindowsFileSystem.groovy27 * <li>An absolute path starts with a drive specifier (e.g. 'a:' or 'c:') followed
28 * by '\' or '/', or else if it starts with "\\"</li>
107 * paths, a path is absolute if it starts with a drive specifier followed by
108 * '\' or '/', or if it starts with "\\".
/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/icu/icu4c/source/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/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt224 + The public identifier starts with: "+//Silmaril//dtd html Pro
226 + The public identifier starts with: "-//AdvaSoft Ltd//DTD HTML
228 + The public identifier starts with: "-//AS//DTD HTML 3.0
230 + The public identifier starts with: "-//IETF//DTD HTML 2.0
232 + The public identifier starts with: "-//IETF//DTD HTML 2.0
234 + The public identifier starts with: "-//IETF//DTD HTML 2.0
236 + The public identifier starts with: "-//IETF//DTD HTML 2.0
238 + The public identifier starts with: "-//IETF//DTD HTML 2.0
240 + The public identifier starts with: "-//IETF//DTD HTML 2.0//"
241 + The public identifier starts with: "-//IETF//DTD HTML 2.1E//"
[all …]
/external/libxml2/result/XPath/expr/
Dstrings39 Expression: starts-with("tititoto","titi")
43 Expression: starts-with("tititoto","to")
/external/llvm/test/CodeGen/X86/
Dload-slice.ll16 ; Low slice starts at 0 (base) and is 8-bytes aligned.
17 ; High slice starts at 4 (base + 4-bytes) and is 4-bytes aligned.
90 ; Low slice starts at 0 (base) and is 8-bytes aligned.
91 ; High slice starts at 6 (base + 6-bytes) and is 2-bytes aligned.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCanonicalIterator.java295 UnicodeSet starts = new UnicodeSet(); in getEquivalents2() local
303 if (!nfcImpl.getCanonStartSet(cp, starts)) { in getEquivalents2()
307 for(UnicodeSetIterator iter = new UnicodeSetIterator(starts); iter.next();) { in getEquivalents2()
/external/skia/site/user/special/
Dlua.md22 The build process starts the same way as described in the quick starts, but
/external/markdown/tests/misc/
Dfunky-list.txt1 1. this starts a list *with* numbers
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/
Datgroup_01.css11 + Any page whose URL starts with "https:" */
Datgroup_02.css12 + Any page whose URL starts with "https:" */
/external/llvm/test/CodeGen/ARM/
Dfast-isel-inline-asm.ll7 ; Make sure that the inline asm starts right after the call to bar.
/external/valgrind/include/
Dpub_tool_aspacemgr.h133 extern Int VG_(am_get_segment_starts)( UInt kind_mask, Addr* starts,
/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()

12345678910>>...14