HomeSort by relevance Sort by last modified time
    Searched refs:starts (Results 1 - 25 of 65) sorted by null

1 2 3

  /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());
RopTranslator.java 246 RegisterSpecSet starts = locals.getStarts(block); local
248 starts));
  /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());
  /prebuilt/linux-x86/toolchain/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...]
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 38 Map<String,Integer> starts = new HashMap<String,Integer>(); field in class:ZoneCompactor
104 starts.put(s, new Integer(start));
124 starts.put(from, starts.get(to));
134 l.addAll(starts.keySet());
149 writeInt(idx, starts.get(zname).intValue());
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-whitespace.js 5 debug("Set href that starts with a space");
9 debug("Set href that starts with a newline");
13 debug("Set href that starts with a tab");
17 debug("Set href that starts with a carriage return");
21 debug("Set href that starts with a combination of newlines, spaces and tabs");
45 debug("Set href that starts and ends with a combination of newlines, spaces and tabs");
set-href-attribute-pathname.js 5 debug("Set pathname that starts with slash");
22 debug("Set pathname that starts with double slash and contains '#'");
set-href-attribute-search.js 11 debug("Set search that starts with '?' and contains spaces");
set-href-attribute-protocol.js 39 debug("Set a protocol that starts with ':'");
set-href-attribute-hash.js 10 debug("Hash value starts with '#'");
  /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 );
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context2.js 1 description("Tests that when a Geolocation request is made from a remote frame, and the JavaScript call chain starts from that remote frame, callbacks are made as usual.");
  /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/icu4c/samples/ufortune/resources/
fortune_resources.mak 48 # all - nmake starts here by default
  /system/bluetooth/data/
auto_pairing.conf 18 // Blacklisting by Partial Name (if name starts with)
  /external/icu4c/common/
caniter.cpp 441 UnicodeSet starts; local
448 if (!nfcImpl.getCanonStartSet(cp, starts)) {
452 UnicodeSetIterator iter(starts);
  /external/v8/test/mjsunit/regress/
regress-1132.js 33 // If the test starts to fail in Genesis, consider increasing this constant.
  /frameworks/base/core/java/android/os/
BatteryStats.java 1400 int starts = ps.getStarts(which); local
1424 int starts = ss.getStarts(which); local
1857 int starts; local
1923 int starts = ss.getStarts(which); local
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLTableSectionElement31.js 79 starts from 0 and is relative only to the rows contained inside
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLTableSectionElement31.js 79 starts from 0 and is relative only to the rows contained inside
  /external/llvm/utils/
codegen-diff 103 (Use C<lli -debug> to find out where the function starts and ends in memory.)

Completed in 790 milliseconds

1 2 3