HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 1 - 25 of 521) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/wchar/
wcsrchr.c 35 const wchar_t *last; local
37 last = NULL;
40 last = s;
46 return ((wchar_t *)last);
  /development/tools/idegen/src/
Stopwatch.java 22 long last = System.currentTimeMillis(); field in class:Stopwatch
26 Log.info(label + ": " + (now - last) + "ms");
27 last = now;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_intra.c 80 OMX_U8 last = 0; local
120 &last,
136 if (last == 0)
omxVCM4P2_DecodeVLCZigzag_Inter.c 79 OMX_U8 last,start = 0; local
96 &last,
112 if (last == 0)
  /system/core/libpixelflinger/
t32cb16blend.S 152 last: label
202 b last
  /bionic/libc/string/
strtok.c 35 static char *last; local
37 return strtok_r(s, delim, &last);
41 strtok_r(char *s, const char *delim, char **last)
48 if (s == NULL && (s = *last) == NULL)
62 *last = NULL;
80 *last = s;
  /development/tools/yuv420sp2rgb/
debug.c 9 int i, last; local
13 for (i = last = 0; i < len; i++) {
22 while (last < i) {
23 if (isprint(pchr[last]))
24 fputc(pchr[last], s);
29 last++;
  /external/mesa3d/src/glsl/
ir_function_can_inline.cpp 30 * other than as the last instruction. We could potentially work
68 /* If the function is empty (no last instruction) or does not end with a
71 ir_instruction *last = (ir_instruction *)callee->body.get_tail(); local
72 if (last == NULL || !last->as_return())
opt_redundant_jumps.cpp 48 /* If the last instruction in both branches is a 'break' or a 'continue',
89 /* If the last instruction of a loop body is a 'continue', remove it.
91 ir_instruction *const last = local
94 if (last && (last->ir_type == ir_type_loop_jump)
95 && (((ir_loop_jump *) last)->mode == ir_loop_jump::jump_continue)) {
96 last->remove();
ir_basic_block.cpp 79 ir_instruction *last,
84 ir_instruction *last = NULL; local
135 * the last instruction of the basic block. If doing so,
144 last = ir;
147 callback(leader, last, data);
  /frameworks/base/core/java/android/content/
ContentUris.java 73 * Converts the last path segment to a long.
76 * stored in the last segment.
79 * @throws NumberFormatException if the last segment isn't a number
81 * @return the long conversion of the last segment or -1 if the path is
85 String last = contentUri.getLastPathSegment(); local
86 return last == null ? -1 : Long.parseLong(last);
  /external/oprofile/libregex/tests/
regex_test.cpp 36 string test, expect, last; local
38 while (getline(fin, last)) {
39 last = trim(last);
40 if (last.length() == 0 || last[0] == '#')
44 test = last;
47 expect = last;
  /external/webkit/Source/WebCore/platform/text/
TextBoundaries.cpp 54 int last = i; local
58 return last;
  /external/wpa_supplicant/tests/
test_x509v3.c 28 struct x509_certificate *certs = NULL, *last = NULL, *cert; local
57 last->next = cert;
58 last = cert;
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_x509v3.c 28 struct x509_certificate *certs = NULL, *last = NULL, *cert; local
57 last->next = cert;
58 last = cert;
62 if (x509_certificate_chain_validate(last, certs, &reason) < 0) {
  /libcore/luni/src/main/java/java/util/
SortedSet.java 69 * Returns the last element in this {@code SortedSet}. The last element is
72 * @return the last element.
76 public E last(); method in interface:SortedSet
  /bionic/libc/unistd/
popen.c 138 struct pid *cur, *last; local
143 for (last = NULL, cur = pidlist; cur; last = cur, cur = cur->next)
157 if (last == NULL)
160 last->next = cur->next;
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Queue.h 45 SEC_QElem *last; member in struct:_SEC_QUEUE
  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 168 char last, current; local
169 last = '*';
174 if (current == last) {
180 last = current;
  /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/chromium/net/websockets/
websocket_net_log_params.cc 18 size_t last = 0; local
25 std::string entry = headers_.substr(last, pos - last);
27 last = pos;
  /external/guava/src/com/google/common/collect/
ForwardingSortedSet.java 52 public E last() { method in class:ForwardingSortedSet
53 return delegate().last();
  /external/icu4c/i18n/
nfrlist.h 76 NFRule* last() const { return (fCount > 0 && fStuff != NULL) ? fStuff[fCount-1] : NULL; } function in class:NFRuleList
  /external/icu4c/tools/genprops/misc/
ucdmerge.c 75 long first, last, c; local
78 first=last=-1;
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
98 if(first==last) {
107 first, last, /* code point range */
112 first, last, /* code point range */
118 first, last, /* code point range */
123 first=last=-1;
135 if(last<0)
    [all...]
  /external/icu4c/tools/genprops/
ucdmerge.c 75 long first, last, c; local
78 first=last=-1;
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
98 if(first==last) {
107 first, last, /* code point range */
112 first, last, /* code point range */
118 first, last, /* code point range */
123 first=last=-1;
135 if(last<0)
    [all...]

Completed in 662 milliseconds

1 2 3 4 5 6 7 8 91011>>