HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 226 - 250 of 2704) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/
compilation-dependencies.cc 133 Handle<JSReceiver> last; local
134 if (prototype.ToHandle(&last) && last.is_identical_to(current)) {
  /external/v8/src/runtime/
runtime-regexp.cc 98 int last = 0;
109 if (i > last) {
112 ReplacementPart::ReplacementSubString(last, next_index),
114 last = next_index + 1; // Continue after the second "$".
117 last = next_index;
122 if (i > last) {
123 parts->Add(ReplacementPart::ReplacementSubString(last, i), zone);
127 last = i + 1; member in class:v8::internal::CompiledReplacement
130 if (i > last) {
131 parts->Add(ReplacementPart::ReplacementSubString(last, i), zone)
135 last = i + 1; member in class:v8::internal::CompiledReplacement
143 last = i + 1; member in class:v8::internal::CompiledReplacement
    [all...]
  /external/webrtc/webrtc/libjingle/xmllite/
xmlnsstack.cc 133 size_t last = len; local
134 while (last > 0) {
135 last -= 1;
136 if (IsAsciiLetter(ns[last])) {
137 size_t first = last;
138 last += 1;
144 if (last - first > 4)
145 last = first + 3;
146 std::string candidate(AsciiLower(ns.substr(first, last - first)));
  /external/wpa_supplicant_8/src/crypto/
aes-ccm.c 66 size_t last = len % AES_BLOCK_SIZE; local
75 if (last) {
76 /* XOR zero-padded last block */
77 for (i = 0; i < last; i++)
95 size_t last = len % AES_BLOCK_SIZE; local
107 if (last) {
110 /* XOR zero-padded last block */
111 for (i = 0; i < last; i++)
  /external/wpa_supplicant_8/src/eap_peer/
eap_methods.c 318 struct eap_method *m, *last = NULL; local
333 last = m;
336 if (last)
337 last->next = method;
  /external/zlib/src/contrib/masmx64/
inffas8664.c 87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */ member in struct:inffast_ar
128 ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
175 strm->avail_in = (unsigned)(ar.in < ar.last ?
176 PAD_AVAIL_IN + (ar.last - ar.in) :
177 PAD_AVAIL_IN - (ar.in - ar.last));
  /external/zlib/src/
inffast.c 56 z_const unsigned char FAR *last; /* have enough input while in < last */ local
83 last = in + (strm->avail_in - 5);
290 } while (in < last && out < end);
301 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
  /frameworks/base/libs/common_time/
utils.cpp 88 Entry* last = NULL; local
91 last = &(mRingBuffer[(mWr + mSize - 1) % mSize]);
94 if ((NULL != last) && !last->s.compare(s)) {
95 gettimeofday(&(last->last_ts), NULL);
96 ++last->count;
142 " (repeated %d times, last was %s.%03ld)",
  /frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
GlobalSortKeyComparatorTest.java 66 NotificationRecord last = new NotificationRecord(getContext(), local
76 expected.add(last);
  /frameworks/rs/script_api/
Scanner.cpp 154 size_t last = s->find('\"', first); local
155 if (last == string::npos) {
158 *documentation = s->substr(first, last - first);
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp 175 HandlerEntry *last = NULL; local
182 last = p;
194 if (last) {
195 last->next = p;
  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 78 struct module *last; local
80 last = find_last_module(head);
81 if (last)
82 last->next = add;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 100 uint32_t last = (uint32_t)list->numHwLayers - 1; local
101 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
155 uint32_t last = (uint32_t)list->numHwLayers - 1; local
156 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
297 uint32_t last = (uint32_t)list->numHwLayers - 1; local
298 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 111 uint32_t last = (uint32_t)list->numHwLayers - 1; local
112 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
167 uint32_t last = (uint32_t)list->numHwLayers - 1; local
168 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
335 uint32_t last = (uint32_t)list->numHwLayers - 1; local
336 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_virtual.cpp 79 uint32_t last = (uint32_t)list->numHwLayers - 1; local
80 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
141 uint32_t last = (uint32_t)list->numHwLayers - 1; local
142 hwc_layer_1_t *fbLayer = &list->hwLayers[last];
  /libcore/ojluni/src/main/java/java/text/
BreakIterator.java 151 * int end = boundary.last();
172 * Print last element:
176 * int end = boundary.last();
200 * int last = wb.following(pos);
203 * for (int p = last; p < current; p++) {
205 * return last;
207 * last = current;
256 * and following(int) when either the first or last text boundary has been
269 * Returns the last boundary. The iterator's current position is set
270 * to the last text boundary
273 public abstract int last(); method in class:BreakIterator
    [all...]
IcuIteratorWrapper.java 105 * when there is overlap between the last group of characters in the expression preceding the
110 * &quot;x[xy]*x&quot; will match through to the last x (i.e., &quot;<strong>xxyxyyyxyxyxxyxyx</strong>yy&quot;,
281 public int last() { method in class:IcuIteratorWrapper
282 return wrapped.last();
309 * Advances the iterator backwards, to the last boundary preceding this one.
311 * @return The position of the last boundary position preceding this one.
340 * Sets the iterator to refer to the last boundary position before the
343 * @return The position of the last boundary before the starting position.
StringCharacterIterator.java 87 * @param end Index of the character following the last character
135 * Implements CharacterIterator.last() for String.
136 * @see CharacterIterator#last
138 public char last() method in class:StringCharacterIterator
  /packages/apps/Contacts/src/com/android/contacts/util/
StopWatch.java 74 long last = start; local
79 sb.append((current - last));
81 last = current;
  /packages/apps/Dialer/java/com/android/contacts/common/util/
StopWatch.java 65 long last = start; local
70 sb.append((current - last));
72 last = current;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_indexing.cpp 36 void db_LeanPartitionOnPivot(double pivot,double *dest,const double *source,long first,long last,long *first_equal,long *last_equal)
45 s_top=source+last;
47 d_top=dest+last;
62 long last=nr_elements-1; local
76 for(;last-first>2;)
78 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2]);
79 db_LeanPartitionOnPivot(pivot,dest,source,first,last,&first_equal,&last_equal);
81 if(first_equal>pos) last=first_equal-1;
95 pivot=db_TripleMedian(source[first],source[last],source[(first+last)/2])
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
InputSmoother.java 53 final Sample last = mRecentSamples.peekLast(); local
54 if (last != null && nowMs - last.millis > MAX_SAMPLE_INTERVAL_MS) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shelve.py 175 This adds methods first(), next(), previous(), last() and
208 def last(self): member in class:BsdDbShelf
209 (key, value) = self.dict.last()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_generators.py 21 Traceback (most recent call last):
37 Traceback (most recent call last):
42 Traceback (most recent call last):
57 Traceback (most recent call last):
61 Traceback (most recent call last):
148 Traceback (most recent call last):
189 Traceback (most recent call last):
195 Traceback (most recent call last):
402 Traceback (most recent call last):
735 Traceback (most recent call last)
1266 def last(): function in function:Knights.__init__
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
shelve.py 175 This adds methods first(), next(), previous(), last() and
208 def last(self): member in class:BsdDbShelf
209 (key, value) = self.dict.last()

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>