HomeSort by relevance Sort by last modified time
    Searched refs:old (Results 201 - 225 of 555) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
nodemask.h 57 #define node_remap(oldbit, old, new) __node_remap((oldbit), &(old), &(new), MAX_NUMNODES)
58 #define nodes_remap(dst, src, old, new) __nodes_remap(&(dst), &(src), &(old), &(new), MAX_NUMNODES)
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 107 bool old = test(Idx);
108 if (!old) {
191 BitWord old = changed ? 0 : Bits[i];
194 if (!changed && old != Bits[i])
218 BitWord old = changed ? 0 : Bits[i];
224 if (!changed && old != Bits[i])
240 BitWord old = changed ? 0 : Bits[i];
246 if (!changed && old != Bits[i])
552 bool old = test(Idx);
553 if (!old) {
    [all...]
  /external/valgrind/main/callgrind/
events.c 399 /* Adds difference of new and old to dst, and set old to new.
401 Bool CLG_(add_diff_cost)(EventSet* es, ULong* dst, ULong* old, ULong* new_cost)
407 CLG_ASSERT(old && new_cost);
410 if (new_cost[i] == old[i]) continue;
411 dst[i] += new_cost[i] - old[i];
412 old[i] = new_cost[i];
419 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost)
426 CLG_ASSERT(old && new_cost);
435 if (new_cost[i] == old[i]) continue
    [all...]
  /external/opencv/cv/src/
cvposit.cpp 164 float old; local
172 old = imgVectors[i];
175 diff = MAX( diff, (float) fabs( imgVectors[i] - old ));
177 old = imgVectors[N + i];
180 diff = MAX( diff, (float) fabs( imgVectors[N + i] - old ));
  /external/oprofile/daemon/liblegacy/
opd_proc.c 240 struct opd_proc * old; local
247 old = opd_get_proc(note->pid, note->tgid);
263 if (!old)
267 list_for_each(pos, &old->maps) {
277 opd_get_image(map->image->name, old->name,
293 * These samples belong to the old mapping but we can not say if
302 * Trying to save old mapping is not correct due the above reason. The
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsVerticalScrollView.java 65 View old = null; local
67 old = mLinearLayout.getChildAt(i);
68 old.setVisibility(View.VISIBLE);
70 final View view = mAdapter.getView(i, old, mLinearLayout);
76 if (old == null) {
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 730 NotificationRecord old = null; local
736 old = mNotificationList.remove(index);
739 if (old != null) {
741 old.notification.flags&Notification.FLAG_FOREGROUND_SERVICE;
757 if (old != null && old.statusBarKey != null) {
758 r.statusBarKey = old.statusBarKey;
781 if (old != null && old.statusBarKey != null) {
784 mStatusBar.removeNotification(old.statusBarKey)
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_client.c 439 struct hostapd_radius_server *next, *old; local
440 old = conf->auth_server;
445 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
446 old->port);
450 old->timeouts++;
453 next = old + 1;
457 radius_change_server(radius, next, old,
463 struct hostapd_radius_server *next, *old; local
464 old = conf->acct_server;
469 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf))
    [all...]
  /frameworks/base/core/java/android/app/
LoadedApk.java 1000 ServiceDispatcher.ConnectionInfo old; local
1021 ServiceDispatcher.ConnectionInfo old; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow-inline.h 357 /* Relink a new node in place of an old node in the list. */
359 relink_imm_use (ssa_use_operand_t *node, ssa_use_operand_t *old)
362 gcc_assert (*(old->use) == *(node->use));
363 node->prev = old->prev;
364 node->next = old->next;
365 if (old->prev)
367 old->prev->next = node;
368 old->next->prev = node;
369 /* Remove the old node from the list. */
370 old->prev = NULL
415 use_operand_p old = imm->imm_use; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h 357 /* Relink a new node in place of an old node in the list. */
359 relink_imm_use (ssa_use_operand_t *node, ssa_use_operand_t *old)
362 gcc_assert (*(old->use) == *(node->use));
363 node->prev = old->prev;
364 node->next = old->next;
365 if (old->prev)
367 old->prev->next = node;
368 old->next->prev = node;
369 /* Remove the old node from the list. */
370 old->prev = NULL
415 use_operand_p old = imm->imm_use; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-flow-inline.h 357 /* Relink a new node in place of an old node in the list. */
359 relink_imm_use (ssa_use_operand_t *node, ssa_use_operand_t *old)
362 gcc_assert (*(old->use) == *(node->use));
363 node->prev = old->prev;
364 node->next = old->next;
365 if (old->prev)
367 old->prev->next = node;
368 old->next->prev = node;
369 /* Remove the old node from the list. */
370 old->prev = NULL
415 use_operand_p old = imm->imm_use; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_client.c 273 struct hostapd_radius_server *next, *old; local
274 old = conf->auth_server;
279 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf)),
280 old->port);
284 old->timeouts++;
287 next = old + 1;
291 radius_change_server(radius, next, old,
297 struct hostapd_radius_server *next, *old; local
298 old = conf->acct_server;
303 hostapd_ip_txt(&old->addr, abuf, sizeof(abuf))
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.c 90 } cur, old, base, zoom_center; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon13526::__anon13528
101 } cur, old; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon13530
523 Ewk_Tile *old = it->tile; local
524 if (old->row != (unsigned long)(m_row)
525 || old->col != (unsigned long)(m_col)
526 || old->zoom != zoom) {
531 } else if (old->row == (unsigned long)(m_row)
532 && old->col == (unsigned long)(m_col)
533 && old->zoom == zoom)
802 priv->view.offset.old.x = 0
    [all...]
  /external/valgrind/main/coregrind/
m_sparsewa.c 101 UChar old = arr[bix]; local
102 UChar nyu = old | (1 << off);
104 return (old >> off) & 1;
110 UChar old = arr[bix]; local
111 UChar nyu = old & ~(1 << off);
113 return (old >> off) & 1;
123 // if (0) VG_(printf)("PUSH, old sp = %d\n", sp);
138 // if (0) VG_(printf)("POP, old sp = %d\n", sp+1);
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl 254 old mode 100644
266 old mode 100644
378 old mode 100644
385 old mode 100644
399 old mode 100644
408 old mode 100644
  /frameworks/base/core/java/android/view/
WindowManagerImpl.java 284 Object[] old = mViews; local
286 System.arraycopy(old, 0, mViews, 0, index-1);
287 old = mRoots;
289 System.arraycopy(old, 0, mRoots, 0, index-1);
290 old = mParams;
292 System.arraycopy(old, 0, mParams, 0, index-1);

Completed in 1560 milliseconds

1 2 3 4 5 6 7 891011>>