HomeSort by relevance Sort by last modified time
    Searched refs:old (Results 176 - 200 of 814) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
SymmetricalLinearTween.java 103 float old = mValue;
105 mCallback.onTweenValueChanged(val, old);
  /external/icu4c/samples/ucnv/
flagcb.c 49 FromUFLAGContext *old, *cloned; local
55 old = (FromUFLAGContext*)context;
58 memcpy(cloned, old, sizeof(FromUFLAGContext));
61 printf("%p: my subcb=%p:%p\n", old, old->subCallback,
62 old->subContext);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LogTest.java 126 PrintStream old = ShadowLog.stream; local
135 ShadowLog.stream = old;
141 PrintStream old = ShadowLog.stream; local
150 ShadowLog.stream = old;
155 PrintStream old = ShadowLog.stream; local
163 ShadowLog.stream = old;
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
HprofData.java 352 ThreadEvent old = threadIdToThreadEvent.put(event.threadId, event); local
355 if (old != null) {
368 if (old != null && old.type == ThreadEventType.END) {
388 int[] old = stackTraces.put(stackTrace, countCell); local
389 if (old != null) {
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java 411 Object old = values.put(name, value); local
416 if (old instanceof SSLSessionBindingListener) {
417 ((SSLSessionBindingListener) old)
437 Object old = values.remove(name); local
438 if (old instanceof SSLSessionBindingListener) {
439 SSLSessionBindingListener listener = (SSLSessionBindingListener) old;
SSLSessionImpl.java 202 Object old = values.put(name, value); local
206 if (old instanceof SSLSessionBindingListener) {
207 ((SSLSessionBindingListener) old).valueUnbound(new SSLSessionBindingEvent(this, name));
216 Object old = values.remove(name); local
217 if (old instanceof SSLSessionBindingListener) {
218 SSLSessionBindingListener listener = (SSLSessionBindingListener) old;
  /external/kernel-headers/original/linux/
list.h 194 * list_replace - replace old entry by new one
195 * @old : the element to be replaced
197 * Note: if 'old' was empty, it will be overwritten.
199 static inline void list_replace(struct list_head *old,
202 new->next = old->next;
204 new->prev = old->prev;
208 static inline void list_replace_init(struct list_head *old,
211 list_replace(old, new);
212 INIT_LIST_HEAD(old);
216 * list_replace_rcu - replace old entry by new on
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
iatomic.h 239 #define ia64_cmpxchg(sem,ptr,old,new,size) \
244 _o_ = (unsigned int) (long) (old); \
248 (__typeof__(old)) _r_; \
254 int old, new; local
259 old = atomic_read(v);
260 new = old + i;
261 } while (ia64_cmpxchg("acq", v, old, old + i, sizeof(atomic_t)) != old);
268 int old, new local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
iatomic.h 239 #define ia64_cmpxchg(sem,ptr,old,new,size) \
244 _o_ = (unsigned int) (long) (old); \
248 (__typeof__(old)) _r_; \
254 int old, new; local
259 old = atomic_read(v);
260 new = old + i;
261 } while (ia64_cmpxchg("acq", v, old, old + i, sizeof(atomic_t)) != old);
268 int old, new local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
iatomic.h 239 #define ia64_cmpxchg(sem,ptr,old,new,size) \
244 _o_ = (unsigned int) (long) (old); \
248 (__typeof__(old)) _r_; \
254 int old, new; local
259 old = atomic_read(v);
260 new = old + i;
261 } while (ia64_cmpxchg("acq", v, old, old + i, sizeof(atomic_t)) != old);
268 int old, new local
    [all...]
  /external/linux-tools-perf/util/
help.c 263 static void add_cmd_list(struct cmdnames *cmds, struct cmdnames *old)
267 ALLOC_GROW(cmds->names, cmds->cnt + old->cnt, cmds->alloc);
269 for (i = 0; i < old->cnt; i++)
270 cmds->names[cmds->cnt++] = old->names[i];
271 free(old->names);
272 old->cnt = 0;
273 old->names = NULL;
  /ndk/sources/host-tools/make-3.81/
vpath.c 62 register struct vpath *old, *nexto;
66 for (old = vpaths; old != 0; old = nexto)
68 nexto = old->next;
69 old->next = new;
70 new = old;
102 and restore the old list of vpaths. */
134 and restore the old list of vpaths. */
61 register struct vpath *old, *nexto; local
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 335 struct myaddrs *p, *q, *old; local
350 old = lcconf->myaddrs;
413 q = find_myaddr(old, p);
424 clear_myaddr(&old);
433 struct myaddrs *p, *q, *old;
473 old = lcconf->myaddrs;
529 q = find_myaddr(old, p);
542 clear_myaddr(&old);
779 dupmyaddr(struct myaddrs *old)
791 memcpy (new, old, sizeof (*new))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java 257 for (HashEntry old = oldTable[i]; old != null; )
259 HashEntry e = old;
260 old = old.next;
  /external/bsdiff/
bspatch.c 67 u_char *old, *new; local
138 ((old=malloc(oldsize+1))==NULL) ||
140 (read(fd,old,oldsize)!=oldsize) ||
165 /* Add old data to diff string */
168 new[newpos+i]+=old[oldpos+i];
202 free(old);
  /external/freetype/src/cache/
ftccmap.c 324 * using old internal header. See include/config/ftoption.h.
413 FT_CharMap old, cmap = NULL; local
416 old = face->charmap;
419 if ( old != cmap && !no_cmap_change )
424 if ( old != cmap && !no_cmap_change )
425 FT_Set_Charmap( face, old );
  /external/skia/legacy/src/animator/
SkDisplayApply.cpp 348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList); local
349 if (old < 0)
352 if ((*parentList)[old] != this || restore) {
355 parentGroup->markCopySize(old);
361 old = -1;
365 SkASSERT(old < parentList->count());
366 if ((*parentList)[old]->isApply()) {
367 SkApply* apply = (SkApply*) (*parentList)[old];
374 parentGroup->markCopySize(old);
375 SkDrawable** newApplyLocation = &(*parentList)[old];
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList); local
    [all...]
  /external/skia/src/animator/
SkDisplayApply.cpp 348 int old = displayList.findGroup(drawable, &parentList, &parentGroup, &thisGroup, &grandList); local
349 if (old < 0)
352 if ((*parentList)[old] != this || restore) {
355 parentGroup->markCopySize(old);
361 old = -1;
365 SkASSERT(old < parentList->count());
366 if ((*parentList)[old]->isApply()) {
367 SkApply* apply = (SkApply*) (*parentList)[old];
374 parentGroup->markCopySize(old);
375 SkDrawable** newApplyLocation = &(*parentList)[old];
433 int old = maker.fDisplayList.findGroup(scope, &pList, &pGroup, &found, &gList); local
    [all...]
  /external/qemu/
kvm-all.c 439 fprintf(stderr, "kvm version too old\n");
676 KVMSlot *mem, old; local
709 old = *mem;
729 old.start_addr == start_addr && old.memory_size < size &&
732 mem->memory_size = old.memory_size;
733 mem->start_addr = old.start_addr;
734 mem->phys_offset = old.phys_offset;
744 start_addr += old.memory_size;
745 phys_offset += old.memory_size
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
local.h 44 #define local_add_unless(l, a, u) ({ long c, old; c = local_read(l); while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) c = old; c != (u); })
  /development/ndk/platforms/android-9/arch-mips/include/asm/
local.h 44 #define local_add_unless(l, a, u) ({ long c, old; c = local_read(l); while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) c = old; c != (u); })
  /external/linux-tools-perf/
builtin-record.c 110 unsigned int old = md->prev; local
115 if (old == head)
120 size = head - old;
122 if ((old & md->mask) + size != (head & md->mask)) {
123 buf = &data[old & md->mask];
124 size = md->mask + 1 - (old & md->mask);
125 old += size;
130 buf = &data[old & md->mask];
131 size = head - old;
132 old += size
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 115 int old = mSelectedPosition; local
117 if (old != -1) {
118 invalidateView(old);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
local.h 44 #define local_add_unless(l, a, u) ({ long c, old; c = local_read(l); while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) c = old; c != (u); })
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
local.h 44 #define local_add_unless(l, a, u) ({ long c, old; c = local_read(l); while (c != (u) && (old = local_cmpxchg((l), c, c + (a))) != c) c = old; c != (u); })

Completed in 3167 milliseconds

1 2 3 4 5 6 78 91011>>