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

1 2 3 4 5 6 7 8 91011>>

  /external/hyphenation/
substrings.pl 110 my $last = '.';
114 if ($last =~ /[\D]/ && $c =~ /[\D]/) {
118 $last = $c;
120 if ($last =~ /[\D]/) {
substrings.c 127 char last = '.'; local
131 if ( (last<'0' || last>'9')
137 last = c;
139 if (last<'0' || last>'9') expr[el++] = '0';
156 // to the last substring-length bytes of expr except for the (single byte)
  /external/oprofile/libpp/
profile.cpp 172 ordered_samples_t::const_iterator last = local
176 const_iterator(last, start_offset));
183 ordered_samples_t::const_iterator last = ordered_samples.end(); local
186 const_iterator(last, start_offset));
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
79 int last; /* true if processing last block */ member in struct:inflate_state
  /external/regex-re2/util/
benchmark.cc 96 int n, last; local
106 last = n;
112 n = max(last+1, min(n+n/2, 100*last));
  /external/smack/src/com/kenai/jbosh/
ComposableBody.java 209 * first @{code body} element and the last element's closing tag. It is
229 int last = raw.lastIndexOf("</"); local
230 if (last < first) {
231 last = first;
233 payload = raw.substring(first, last);
  /external/v8/test/cctest/
test-ast.cc 48 CHECK_EQ(node, list->last());
  /external/webkit/Source/WebCore/editing/
SpellChecker.cpp 126 int last = length - iterator.offsetInLeafNode(); local
127 if (remaining < last) {
132 remaining -= last;
133 iterator.setOffsetInLeafNode(iterator.offsetInLeafNode() + last);
  /external/zlib/src/
inflate.h 32 TYPE, /* i: waiting for type bits, including last-flag bit */
83 int last; /* true if processing last block */ member in struct:inflate_state
120 int back; /* bits back of last unprocessed length/lit */
  /hardware/invensense/mlsdk/mllite/
compass.h 59 float last; member in struct:yas_thresh_filter
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryForgettingCurveUtils.java 57 public ForgettingCurveParams(int fc, long now, long last) {
61 this(fc, now, last, fcToLevel((byte)fc) > 0);
64 private ForgettingCurveParams(int fc, long now, long last, boolean isValid) {
67 mLastTouchedTime = last;
  /system/extras/fatblock/
fs.h 46 struct extent *fs_find_extent(struct fs *fs, offset_t start, offset_t len, struct extent *last,
  /external/chromium/chrome/browser/autofill/
contact_info.h 35 // Returns the full name, which can include up to the first, middle, and last
45 const string16& last() const { return last_; } function in class:NameInfo
53 // Returns true if |text| is the last name.
59 // Returns true if |text| is the last name.
79 // Sets |last_| to |last| and |last_tokens_| to the set of tokens in |last|,
81 void SetLast(const string16& last);
  /external/doclava/res/assets/templates/components/
api_filter.cs 14 if:!last(since) ?>, <?cs /if ?><?cs
  /external/icu4c/common/
listformatter.cpp 228 const char* last = extStart; local
231 while (last > localeString && *(last - 1) != '_') {
232 --last;
236 while (last > localeString) {
237 if (*(last-1) != '_') {
240 --last;
243 size_t localePortionLen = last - localeString;
  /external/stlport/test/eh/
test_construct.h 92 const typename T::value_type* last )
93 : fItems( first ), fEnd( last ) {
  /external/webkit/Source/JavaScriptCore/runtime/
LiteralParser.cpp 312 lastValue = objectStack.last();
321 asArray(objectStack.last())->push(m_exec, lastValue);
330 lastValue = objectStack.last();
354 lastValue = objectStack.last();
376 asObject(objectStack.last())->putDirect(m_exec->globalData(), identifierStack.last(), lastValue);
383 lastValue = objectStack.last();
456 state = stateStack.last();
  /external/wpa_supplicant_8/src/crypto/
aes-gcm.c 124 /* Add zero padded last block */
125 size_t last = x + xlen - xpos; local
126 os_memcpy(tmp, xpos, last);
127 os_memset(tmp + last, 0, sizeof(tmp) - last);
145 size_t i, n, last; local
165 last = x + xlen - xpos;
166 if (last) {
167 /* Last, partial block */
169 for (i = 0; i < last; i++
    [all...]
  /libcore/luni/src/main/java/java/text/
RuleBasedBreakIterator.java 62 @Override public int last() { method in class:RuleBasedBreakIterator
63 return wrapped.last();
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 61 for (String last : new String[] {UTF8_1_BYTE, UTF8_2_BYTES, UTF8_3_BYTES, UTF8_4_BYTES}) {
63 String input = stringOfLength(i) + last;
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
SimpleIcsWriterTests.java 61 for (String last : new String[] {UTF8_1_BYTE, UTF8_2_BYTES, UTF8_3_BYTES, UTF8_4_BYTES}) {
63 String input = stringOfLength(i) + last;
  /packages/apps/Music/src/com/android/music/
RepeatingImageButton.java 121 private void doRepeat(boolean last) {
124 mListener.onRepeat(this, now - mStartTime, last ? -1 : mRepeatCount++);
136 * If this is going to be the last call in this sequence (i.e. the user
  /system/core/sh/
histedit.c 227 int first, last, direction; local
334 * determine [first] and [last]
357 last = str_to_event(laststr, 1);
360 i = last;
361 last = first;
369 direction = first < last ? H_PREV : H_NEXT;
422 * At end? (if we were to lose last, we'd sure be
425 if (he.num == last)
480 str_to_event(const char *str, int last)
507 * the notion of first and last i
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 52 int last = 0; local
55 if (b != last) {
57 last = b;
75 int last = 0; local
78 if (chosen != last) {
80 last = chosen;
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
SortUtil.java 53 last := 0
56 if (last != 0)
57 pos := last
58 last := 0
64 if (last == 0)
65 last := pos
78 int last = 0; local
83 if (last != 0){
84 pos = last;
85 last = 0
    [all...]

Completed in 2093 milliseconds

1 2 3 4 5 6 7 8 91011>>