/external/v8/test/mjsunit/regress/ |
splice-missing-wb.js | 40 // Array should be in old space now. Store young object into array.
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_elementremoveattributenode.js | 83 return the old attribute node.
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_elementremoveattributenode.js | 83 return the old attribute node.
|
/external/zlib/contrib/delphi/ |
zlibd32.mak | 71 # For the sake of the old Borland make,
|
/external/zlib/contrib/pascal/ |
zlibd32.mak | 71 # For the sake of the old Borland make,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
PhoneStatusBar.java | 525 StatusBarIcon old, StatusBarIcon icon) { 527 + " old=" + old + " icon=" + icon); 609 Slog.d(TAG, "old notification: when=" + oldNotification.notification.when 700 StatusBarNotification old = removeNotificationViews(key); local 702 if (old != null) { 704 mTicker.removeEntry(old); 1046 final int old = mDisabled; local [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te.S | 177 SAVEAREA_FROM_FP(r0, rFP) @ r0<- saveArea (old) 237 sub r1, r1, r7, lsl #2 @ r1<- newFp (old savearea - regsSize) 304 sub r1, r1, r7, lsl #2 @ r1<- newFp (old savearea - regsSize) 416 sub r1, r1, r7, lsl #2 @ r1<- newFp (old savearea - regsSize) 476 str r0, [rSELF, #offThread_jniLocal_topCookie] @ new top <- old top [all...] |
/external/mksh/src/ |
edit.c | [all...] |
/external/freetype/src/sfnt/ |
ttsbit.c | 26 * the `old internals' hack 1093 FT_Byte old; local [all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | 502 * If the buffer is shared the buffer is cloned and the old copy 535 * copy of the data, drops a reference count on the old copy and returns 726 extern void skb_insert(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list); 740 extern void skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list); 741 static inline void __skb_append(struct sk_buff *old, struct sk_buff *newsk, struct sk_buff_head *list) 743 __skb_insert(newsk, old, old->next, list); 890 * the old data. [all...] |
/external/qemu/proxy/ |
proxy_http_rewriter.c | 86 int old = strlen(h->value); local 88 char* s = realloc((char*)h->value, old+new+1); 91 memcpy(s + old, value, new+1); 228 const char* old = r->req_uri; local 230 qemu_free((char*)old); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppService.java | [all...] |
/external/libxml2/ |
tree.c | 4792 xmlNodePtr old = NULL; local [all...] |
/external/icu4c/i18n/ |
bmsearch.cpp | 723 int32_t old = tOffset; local 734 if (tOffset <= old) { 735 tOffset = old + 1;
|
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 87 # 2 : set all, using old school en- and em- dash shortcuts 88 # 3 : set all, using inverted old school en and em- dash shortcuts 94 # D : old school dashes 95 # i : inverted old school dashes 111 # Do everything, turn all options on, use old school dash shorthand. 118 # Do everything, turn all options on, use inverted old school dash shorthand. 333 # use old smart dash shortcuts, "--" for en, "---" for em
|
/external/quake/quake/src/WinQuake/ |
cl_main.cpp | 278 static int old; 282 if (i == old) 284 old = i;
|
cl_parse.cpp | 151 sizebuf_t old; local 160 old = net_message; 182 net_message = old;
|
/external/stlport/src/ |
locale.cpp | 413 locale old(_Stl_get_global_locale()->_M_impl); 427 return old; 429 return old._M_impl;
|
/frameworks/base/libs/utils/ |
Looper.cpp | 138 sp<Looper> old = getForThread(); // also has side-effect of initializing TLS local 146 if (old != NULL) { 147 old->decStrong((void*)threadDestructor);
|
/ndk/sources/cxx-stl/stlport/src/ |
locale.cpp | 413 locale old(_Stl_get_global_locale()->_M_impl); 427 return old; 429 return old._M_impl;
|
/external/bluetooth/bluez/src/ |
attrib-server.c | 294 struct group_elem *cur, *old = NULL; local 326 /* The old group ends when a new one starts */ 327 if (old && (bt_uuid_cmp(&a->uuid, &prim_uuid) == 0 || 329 old->end = last_handle; 330 old = NULL; 335 if (old) 369 old = cur;
|
/build/core/ |
cleanspec.mk | 49 # made today requires touching the same file, just copy the old
|
/build/tools/releasetools/ |
check_target_files_signatures | 366 for (old, new), packages in sorted(by_certpair.items()): 367 for i, o in enumerate(old):
|
/external/bluetooth/bluez/test/ |
agent.c | 53 const char *name, *old, *new; local 61 DBUS_TYPE_STRING, &old,
|
/external/chromium/chrome/browser/ui/views/tabs/ |
base_tab.cc | 185 TabRendererData old(data_); 218 DataChanged(old);
|