HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 501 - 525 of 1933) sorted by null

<<21222324252627282930>>

  /hardware/ti/omap4-aah/
heaptracker.c 91 static struct hdr *last; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last)
165 hdr->next = *last;
166 if (*last)
167 (*last)->prev = hdr;
170 *last = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last)
178 *last = hdr->next;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
    [all...]
  /hardware/ti/omap4xxx/
heaptracker.c 91 static struct hdr *last; variable in typeref:struct:hdr
162 static inline void __add(struct hdr *hdr, struct hdr **first, struct hdr **last)
165 hdr->next = *last;
166 if (*last)
167 (*last)->prev = hdr;
170 *last = hdr;
173 static inline int __del(struct hdr *hdr, struct hdr **first, struct hdr **last)
178 *last = hdr->next;
194 __add(hdr, &first, &last);
204 __del(hdr, &first, &last);
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
BreakIteratorTest.java 119 assertEquals(0, iterator.last());
121 assertEquals(TEXT.length(), iterator.last());
161 iterator.last();
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 274 public char last() { method in class:OldAttributedStringTest.testAttributedCharacterIterator
  /libcore/ojluni/src/main/java/java/io/
UnixFileSystem.java 202 int last = path.length() - 1; local
203 int idx = last;
219 idx >= last - 1 ||
  /libcore/ojluni/src/main/java/java/util/
Properties.java 655 int last = 0; local
662 if (last != current)
663 bw.write(comments.substring(last, current));
682 last = current + 1;
686 if (last != current)
687 bw.write(comments.substring(last, current));
    [all...]
  /libcore/ojluni/src/main/java/sun/security/provider/
X509Factory.java 500 int last = (c=='-') ? -1: c; // the char before hyphen local
504 // We accept useless data after the last block,
512 last = next;
514 if (hyphen == 5 && (last==-1 || last=='\r' || last=='\n')) {
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 407 char *last = from + numberOfBytesRead - 1; local
408 for (; from <= last && *from != _STLP_CTRLZ; ++from) {
412 if (from < last) { // not at buffer end
416 else { // last char is CR, peek for LF
439 * get a <LF>. Doing so would make all files with a <CR> last an invalid file
451 if (from <= last) { // terminated due to CTRLZ
452 SetFilePointer(_M_file_id, -(LONG)((last + 1) - from), 0, FILE_CURRENT);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 317 int last = mListView.getLastVisiblePosition(); local
319 for (int position = 0; position <= last - first; position++) {
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
pointer.h 688 const Token* last = tokens_ + (tokenCount_ - 1); local
689 for (const Token *t = tokens_; t != last; ++t) {
711 return v->EraseMember(GenericStringRef<Ch>(last->name, last->length));
713 if (last->index == kPointerInvalidIndex || last->index >= v->Size())
715 v->Erase(v->Begin() + last->index);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewModel.java 253 // If all are read, get the last sender.
256 int last = conversation.conversationInfo.participantInfos != null ? local
258 if (last != -1) {
259 lastParticipant = conversation.conversationInfo.participantInfos.get(last).name;
278 // Just take the last sender
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentsView.java 365 int last = 0; local
367 last = mTileGrid.getChildCount() - 1;
368 if (last > 0) {
369 lastView = mTileGrid.getChildAt(last);
372 last = mAttachmentLayout.getChildCount() - 1;
373 if (last > 0) {
374 lastView = mAttachmentLayout.getChildAt(last);
  /packages/services/Car/tests/carservice_test/src/com/android/car/test/
CarPowerManagementTest.java 145 int[] last = setEvents.getLast(); local
146 assertEquals(expectedResponseState, last[0]);
147 assertEquals(expectedResponseParam, last[1]);
  /system/core/debuggerd/
tombstone.cpp 276 size_t first = 0, last; local
283 last = i;
297 for (size_t i = first; i <= last; i++) {
303 if (i == last) {
483 // If "tail" is non-zero, log the last "tail" number of lines.
  /system/tpm/attestation/server/
attestation_service.cc 820 int last = database_pb->device_keys_size() - 1; local
821 if (i < last) {
822 database_pb->mutable_device_keys()->SwapElements(i, last);
  /toolchain/binutils/binutils-2.25/bfd/
merge.c 66 /* Last entity in the SEC_MERGE sections of this type. */
67 struct sec_merge_hash_entry *last; member in struct:sec_merge_hash
251 table->last = NULL;
278 tab->last->next = entry;
279 tab->last = entry;
  /toolchain/binutils/binutils-2.25/binutils/
rescoff.c 354 /* The last structure we have added to the list. */
355 bindata *last;
364 /* The last structure we have added to the list. */
365 coff_res_data *last;
487 cwi.dirs.last = NULL;
490 cwi.dirstrs.last = NULL;
493 cwi.dataents.last = NULL;
496 cwi.resources.last = NULL;
612 bb->last->next = d;
613 bb->last = d
353 bindata *last; member in struct:bindata_build
363 coff_res_data *last; member in struct:coff_res_data_build
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
plugin.h 152 Plugin* last = this->plugins_.back(); local
153 last->add_option(opt);
  /toolchain/binutils/binutils-2.25/gprof/
cg_print.c 573 int column_width = (output_width - 1) / 3; /* Don't write in last col! */
1242 char *last; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 640 size_t last = strlen (str); local
642 if (last == 0)
647 last--;
648 if (ISSPACE (str [last]))
649 str[last] = '\0';
653 while (last != 0);
660 next_field (char *str, char sep, char **next, char *last)
672 if (p >= last)
763 char *str, *next, *last; local
780 last = flag + strlen (flag)
846 char *str, *next, *last; local
897 char *str, *next, *last; local
1047 char *str, *p, *last, *name; local
1181 char *str, *p, *last; local
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentSkipListSetTest.java 551 assertEquals(three, sm.last());
572 assertEquals(three, sm.last());
583 assertEquals(two, sm.last());
656 assertEquals(five, ssm.last());
884 int last() { method in class:ConcurrentSkipListSetTest.ReferenceSet
959 assertEq(set.last(), rs.last());
962 assertEq(rs.last(), -1);
968 set.last();
TreeSetTest.java 554 assertEquals(three, sm.last());
575 assertEquals(three, sm.last());
586 assertEquals(two, sm.last());
659 assertEquals(five, ssm.last());
885 int last() { method in class:TreeSetTest.ReferenceSet
960 assertEq(set.last(), rs.last());
963 assertEq(rs.last(), -1);
969 set.last();
  /build/kati/
func.cc 289 StringPiece last; local
291 last = tok;
293 AppendString(last, s);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc 70 const char *last = last_frame->info.function; local
77 } else if (last && 0 == internal_strcmp(last, "__tsan_thread_start_func")) {
81 } else if (last && 0 == internal_strcmp(last, "__do_global_ctors_aux")) {
85 } else if (last || last2) {
93 // The last frame always point into runtime (gosched0, goexit0, runtime.main).
121 SymbolizedStack *last = ent; local
122 while (last->next) {
123 last->info.address = pc; // restore original pc for repor
    [all...]
  /external/deqp/modules/glshared/
glsFboUtil.cpp 864 const bool last = ((ndx + 1) == (int)validResults.size()); local
868 if (!last)

Completed in 663 milliseconds

<<21222324252627282930>>