/external/valgrind/coregrind/ |
D | m_aspacehl.c | 45 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/ |
D | MultiStartMultivariateRealOptimizer.java | 59 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()
|
D | MultiStartDifferentiableMultivariateRealOptimizer.java | 62 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()
|
D | MultiStartDifferentiableMultivariateVectorialOptimizer.java | 65 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()
|
D | MultiStartUnivariateRealOptimizer.java | 60 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/ |
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 | 164 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/ |
D | paths.lua | 47 function string.starts(String,Start) function 68 if (string.starts(t.verb, "draw")) then 72 if (string.starts(t.verb, "clip")) then
|
D | count_reduced_clipstacks.lua | 16 function string.starts(String,Start) function 40 if (string.starts(t.verb, "draw")) then
|
/external/libxml2/test/XPath/expr/ |
D | strings | 10 starts-with("tititoto","titi") 11 starts-with("tititoto","to")
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | FakeWindowsFileSystem.groovy | 27 * <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/ |
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/icu/icu4c/source/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/owasp/sanitizer/lib/htmlparser-1.3/doc/ |
D | tree-construction.txt | 224 + 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/ |
D | strings | 39 Expression: starts-with("tititoto","titi") 43 Expression: starts-with("tititoto","to")
|
/external/llvm/test/CodeGen/X86/ |
D | load-slice.ll | 16 ; 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/ |
D | CanonicalIterator.java | 295 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/ |
D | lua.md | 22 The build process starts the same way as described in the quick starts, but
|
/external/markdown/tests/misc/ |
D | funky-list.txt | 1 1. this starts a list *with* numbers
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/main/ |
D | atgroup_01.css | 11 + Any page whose URL starts with "https:" */
|
D | atgroup_02.css | 12 + Any page whose URL starts with "https:" */
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-inline-asm.ll | 7 ; Make sure that the inline asm starts right after the call to bar.
|
/external/valgrind/include/ |
D | pub_tool_aspacemgr.h | 133 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/ |
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()
|