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

12

/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());
H A DRopTranslator.java253 RegisterSpecSet starts = locals.getStarts(block);
255 starts));
/external/valgrind/main/include/
H A Dpub_tool_aspacemgr.h123 buffer *starts.
126 buffer *starts will be needed. If this number <= nStarts,
127 they are placed in starts[0..], and the number is returned.
129 starts[0..], and the negation of the size is returned.
133 extern Int VG_(am_get_segment_starts)( Addr* starts, Int nStarts );
/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/icu4c/common/
H A Dstringtriebuilder.cpp149 int32_t starts[kMaxBranchLinearSubNodeLength]; local
153 int32_t i=starts[unitNumber]=start;
160 starts[unitNumber]=start;
170 jumpTargets[unitNumber]=writeNode(starts[unitNumber], starts[unitNumber+1], unitIndex+1);
180 start=starts[unitNumber];
H A Dcaniter.cpp441 UnicodeSet starts; local
448 if (!nfcImpl.getCanonStartSet(cp, starts)) {
452 UnicodeSetIterator iter(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/
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/icu4c/samples/ufortune/resources/
H A Dfortune_resources.mak48 # all - nmake starts here by default
/external/llvm/lib/Support/Windows/
H A DSignals.inc484 // warnings back on. If MinGW starts to support diagnostic stacks, we can
/external/llvm/utils/
H A Dcodegen-diff103 (Use C<lli -debug> to find out where the function starts and ends in memory.)
/external/freetype/src/sfnt/
H A Dttcmap.c813 FT_Byte *ends, *starts, *offsets, *deltas, *glyph_ids; local
872 starts = table + 16 + num_segs * 2;
873 deltas = starts + num_segs * 2;
889 FT_Byte* p_start = starts;
1025 q = cmap->data + 16 + num_segs2; /* starts table */
/external/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_partitions_armv5.asm69 ; mb_rows starts at i
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bison/doc/
H A Drefcard.tex213 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
/external/iproute2/doc/
H A Dip-tunnels.tex398 sent to multicast group 224.66.66.66. By default such tunnel starts
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c624 buffer *starts.
627 buffer *starts will be needed. If this number <= nStarts,
628 they are placed in starts[0..], and the number is returned.
630 starts[0..], and the negation of the size is returned.
635 Int VG_(am_get_segment_starts)( Addr* starts, Int nStarts ) argument
662 starts[j] = nsegments[i].start;
1721 because the advisor does first-fit and starts searches for
/external/v8/src/
H A Dmark-compact.cc1973 static inline int MarkWordToObjectStarts(uint32_t mark_bits, int* starts);
3453 // the line describes the number of live object starts for the line and the
3455 // starts.
3638 static inline int MarkWordToObjectStarts(uint32_t mark_bits, int* starts) { argument
3657 starts[objects++] = offset + table[1 + i];
/external/libxml2/
H A Drelaxng.c141 XML_RELAXNG_START /* Used to keep track of starts on grammars */
5846 xmlRelaxNGDefinePtr starts; local
5852 starts = grammar->start;
5853 if ((starts == NULL) || (starts->next == NULL))
5855 cur = starts;
5909 cur = xmlRelaxNGNewDefine(ctxt, starts->node);
6605 * Apply 4.17 mergingd rules to defines and starts
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl582 when it starts in an interactive mode:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/icu4c/data/
H A Dmakedata.mak475 # This target builds all the data files. The world starts here.
/external/grub/docs/
H A Dtexinfo.tex104 % starts a new line in the output.
2599 % Each new table line starts with @item, each subsequent new column
2600 % starts with @tab. Empty columns may be produced by supplying @tab's
2689 % @headitem starts a heading row, which we typeset in bold.
2708 % @item within a multitable starts a normal row.
4235 %%% Define plain chapter starts, and page on/off switching for it
5816 % isn't prepared for an index sort entry that starts with \.

Completed in 732 milliseconds

12