Searched refs:starts (Results 1 - 25 of 68) sorted by relevance

123

/external/valgrind/main/coregrind/
H A Dm_aspacehl.c43 Addr* starts; local
48 starts = VG_(malloc)( "main.gss.1", n_starts * sizeof(Addr) );
49 if (starts == NULL)
51 r = VG_(am_get_segment_starts)( starts, n_starts );
54 VG_(free)(starts);
58 if (starts == NULL) {
64 return starts;
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java33 private final CodeAddress[] starts; field in class:BlockAddresses
53 this.starts = new CodeAddress[maxLabel];
67 return starts[block.getLabel()];
77 return starts[label];
135 starts[label] = new CodeAddress(insn.getPosition());
/external/chromium_org/content/browser/resources/media/
H A Ddisjoint_range_set.js115 var starts = [];
117 starts.push(parseInt(start));
118 starts.sort(function(a, b) {
123 var results = starts.map(function(s) {
/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.cpp116 // Gather pointers to the starts and ends of the tiles to merge.
117 SkAutoSTArray<kStackAllocationTileCount, const Entry*> starts(tilesHit), ends(tilesHit);
121 starts[i] = fTiles[y * fXTiles + x].begin();
133 for (int i = 0; i < starts.count(); i++) {
134 if (starts[i] < ends[i]) {
135 if (NULL == earliest || starts[i]->order < earliest->order) {
136 earliest = starts[i];
148 for (int i = 0; i < starts.count(); i++) {
149 if (starts[i] < ends[i] && starts[
[all...]
/external/valgrind/main/include/
H A Dpub_tool_aspacemgr.h124 buffer *starts.
127 buffer *starts will be needed. If this number <= nStarts,
128 they are placed in starts[0..], and the number is returned.
130 starts[0..], and the negation of the size is returned.
134 extern Int VG_(am_get_segment_starts)( Addr* starts, Int nStarts );
/external/harfbuzz_ng/src/
H A 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/junit/src/org/junit/experimental/max/
H A DMaxHistory.java103 private Map<Description, Long> starts= new HashMap<Description, Long>(); field in class:MaxHistory.RememberingListener
107 starts.put(description, System.nanoTime()); // Get most accurate
114 long start= starts.get(description);
/external/chromium_org/third_party/skia/tools/lua/
H A Dpaths.lua47 function string.starts(String,Start)
68 if (string.starts(t.verb, "draw")) then
72 if (string.starts(t.verb, "clip")) then
H A Dcount_reduced_clipstacks.lua16 function string.starts(String,Start)
40 if (string.starts(t.verb, "draw")) then
/external/llvm/test/MC/ARM/
H A Deh-directive-fnstart-diagnostics.s24 @ CHECK: error: .fnstart starts before the end of previous one
/external/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s20 # of nop padding are inserted instead and it starts at 0x10
/external/skia/tools/lua/
H A Dcount_reduced_clipstacks.lua16 function string.starts(String,Start)
40 if (string.starts(t.verb, "draw")) then
/external/chromium_org/third_party/icu/source/common/
H A Dstringtriebuilder.cpp150 int32_t starts[kMaxBranchLinearSubNodeLength]; local
154 int32_t i=starts[unitNumber]=start;
161 starts[unitNumber]=start;
171 jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1);
181 start=starts[unitNumber];
H A Dcaniter.cpp442 UnicodeSet starts; local
449 if (!nfcImpl.getCanonStartSet(cp, starts)) {
453 UnicodeSetIterator iter(starts);
/external/icu/icu4c/source/common/
H A Dstringtriebuilder.cpp150 int32_t starts[kMaxBranchLinearSubNodeLength]; local
154 int32_t i=starts[unitNumber]=start;
161 starts[unitNumber]=start;
171 jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1);
181 start=starts[unitNumber];
H A Dcaniter.cpp442 UnicodeSet starts; local
449 if (!nfcImpl.getCanonStartSet(cp, starts)) {
453 UnicodeSetIterator iter(starts);
/external/chromium_org/third_party/icu/source/samples/ufortune/resources/
H A Dfortune_resources.mak48 # all - nmake starts here by default
/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/
H A DSQL_Results.java175 if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+scenarioID+", build name="+lastBuildName); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
193 if (DB_Results.LOG) DB_Results.LOG_WRITER.starts(" + SQL query (config="+config+", scenario ID="+scenarioID+", build name="+buildName); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
H A DDB_Results.java290 long[] starts = new long[10]; field in class:DB_Results.LogWriter
297 void starts(String log) { method in class:DB_Results.LogWriter
305 this.starts[this.depth] = System.currentTimeMillis();
310 throw new RuntimeException("Invalid call to ends (missing corresponding starts call)!"); //$NON-NLS-1$
313 this.times[this.depth] += System.currentTimeMillis() - this.starts[this.depth];
324 this.starts = new long[10];
1110 if (build_id >= 0) { // build id may be negative (i.e. not stored in the array) if new run starts while we're getting results
/external/icu/icu4c/source/samples/ufortune/resources/
H A Dfortune_resources.mak48 # all - nmake starts here by default
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/
H A Darm64_download18 The script then starts a emulated Arm64 Linux system in the
/external/skia/platform_tools/barelinux/bin/
H A Darm64_download18 The script then starts a emulated Arm64 Linux system in the
/external/libhevc/common/arm/
H A Dihevc_itrans_recon_4x4.s151 @ first stage computation starts
180 @ second stage starts
H A Dihevc_itrans_recon_4x4_ttype1.s142 @ first stage computation starts
175 @ second stage computation starts : copy pasting 1st stage
/external/libunwind/doc/
H A Dunw_init_local.tex23 starts. The machine-state must remain valid for the duration for

Completed in 4442 milliseconds

123