/external/valgrind/main/coregrind/ |
m_aspacehl.c | 43 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;
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
BlockAddresses.java | 33 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());
|
/dalvik/dx/src/com/android/dx/dex/code/ |
BlockAddresses.java | 33 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/dexmaker/src/dx/java/com/android/dx/dex/code/ |
BlockAddresses.java | 33 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());
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiway_mergesort.h | 75 difference_type* starts; member in struct:__gnu_parallel::PMWMSSortingData 109 equally_split(sd->starts[iam + 1] - sd->starts[iam], 114 value_type(sd->source[sd->starts[iam] + es[i + 1]]); 148 + (sd->starts[s + 1] - sd->starts[s])); 155 sd->starts[iam + 1], offsets.begin(), comp); 165 sd->starts[seq + 1] - sd->starts[seq]; 219 + (sd->starts[s + 1] - sd->starts[s]) 419 difference_type* starts; local [all...] |
list_partition.h | 85 * @param starts Start iterators for the resulting parts, dimension 86 * @c num_parts+1. For convenience, @c starts @c [num_parts] 101 InputIterator* starts, size_t* lengths, const int num_parts, 149 starts[0] = os_starts[0]; 158 starts[i] = os_starts[index]; 166 starts[i] = os_starts[index];
|
random_shuffle.h | 70 difference_type* starts; member in struct:__gnu_parallel::DRandomShufflingGlobalData 134 difference_type length = sd->starts[iam + 1] - sd->starts[iam]; 201 difference_type start = sd->starts[iam]; 326 difference_type* starts; local 346 starts = sd.starts = new difference_type[num_threads + 1]; 357 starts[i] = start; 371 starts[num_threads] = start; 377 delete[] starts; [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-fnstart-diagnostics.s | 24 @ CHECK: error: .fnstart starts before the end of previous one 27 @ CHECK: error: previous .fnstart starts here
|
/external/valgrind/main/include/ |
pub_tool_aspacemgr.h | 123 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 );
|
/bionic/libc/tools/zoneinfo/ |
ZoneCompactor.java | 78 private Map<String,Integer> starts = new HashMap<String,Integer>(); field in class:ZoneCompactor 128 starts.put(s, start); 149 starts.put(from, starts.get(to)); 181 sortedOlsonIds.addAll(starts.keySet()); 191 f.writeInt(starts.get(zoneName));
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 151 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/ |
MaxHistory.java | 103 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/llvm/test/MC/X86/AlignedBundling/ |
single-inst-bundling.s | 20 # of nop padding are inserted instead and it starts at 0x10
|
/frameworks/base/core/java/android/text/method/ |
PasswordTransformationMethod.java | 194 int[] starts = null, ends = null; local 204 starts = new int[nvisible]; 209 starts[i] = sp.getSpanStart(visible[i]); 220 if (i >= starts[a] && i < ends[a]) {
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
SafeSaxTest.java | 55 int starts = 0; field in class:SafeSaxTest.ElementCounter 59 starts++; 68 int starts = 0; field in class:SafeSaxTest.TextElementCounter 72 starts++; 105 assertEquals(1, rootCounter.starts); 107 assertEquals(2, entryCounter.starts); 109 assertEquals(2, idCounter.starts);
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
main.js | 23 // Initializes UI and starts the File Manager dialog.
|
/external/chromium_org/chrome/test/functional/ispy/common/ |
ispy_utils.py | 279 """Gets urls to all files in GS whose path starts with a given prefix.
|
/external/icu4c/common/ |
stringtriebuilder.cpp | 150 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];
|
caniter.cpp | 442 UnicodeSet starts; local 449 if (!nfcImpl.getCanonStartSet(cp, starts)) { 453 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/ |
SQL_Results.java | 175 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$
|
/external/icu4c/samples/ufortune/resources/ |
fortune_resources.mak | 48 # all - nmake starts here by default
|
/ndk/tests/build/topological-sort/jni/ |
Android.mk | 26 # find an object file that contains foo2(), because the search starts
|
/external/chromium_org/third_party/icu/source/common/ |
caniter.cpp | 441 UnicodeSet starts; local 448 if (!nfcImpl.getCanonStartSet(cp, starts)) { 452 UnicodeSetIterator iter(starts);
|
/external/chromium_org/third_party/WebKit/public/web/ |
WebAXObject.h | 204 BLINK_EXPORT void wordBoundaries(WebVector<int>& starts, WebVector<int>& ends) const;
|
/external/chromium_org/chrome/browser/resources/feedback/js/ |
event_handler.js | 72 * Callback which starts up the feedback UI.
|