/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
SDL_ikbdinterrupt.S | 190 | Call old MIDI interrupt
|
/external/v8/test/mjsunit/ |
mjsunit.js | 93 // Fix this when we ditch the old test runner. 258 // Fix this when we ditch the old test runner.
|
arguments-read-and-assignment.js | 163 assertEquals(40, res[0], "return old args element");
|
/external/webkit/Source/WebCore/css/ |
CSSMutableStyleDeclaration.cpp | 772 CSSProperty* old = findPropertyWithId(toMerge.id()); local 773 if (old) { 774 if (!argOverridesOnConflict && old->value()) 776 setPropertyInternal(toMerge, old); [all...] |
/frameworks/base/drm/jni/ |
android_drm_DrmManagerClient.cpp | 207 sp<DrmManagerClientImpl> old = (DrmManagerClientImpl*)env->GetIntField(thiz, fieldId); local 211 if (old != 0) { 212 old->decStrong(thiz); 215 return old;
|
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 133 sp<MediaPlayer> old = (MediaPlayer*)env->GetIntField(thiz, fields.context); local 137 if (old != 0) { 138 old->decStrong(thiz); 141 return old;
|
/packages/apps/Gallery2/tests/src/com/android/gallery3d/common/ |
BlobCacheTest.java | 154 // Re-open it and make sure we can get the old data 171 // Re-open it and make sure we can get the old data 190 // Re-open it and make sure we can get the old data 331 // Now find an old blob 332 int old = maxFit / 2; local 333 genData(DATA_0, old); 334 assertSameData(DATA_0, bc.lookup(old)); 345 assertTrue(old < maxFit - 1);
|
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-armv5te-vfp.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...] |
CompilerTemplateAsm-armv7-a-neon.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...] |
CompilerTemplateAsm-armv7-a.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/dnsmasq/src/ |
cache.c | 105 struct crec **new, **old, *p, *tmp; local 120 old = hash_table; 125 if (old) 128 for (p = old[i]; p ; p = tmp) 133 free(old); 259 /* Scan and remove old entries. [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_service.cc | 1637 const Extension* old = GetExtensionByIdInternal(extension->id(), local [all...] |
/external/bluetooth/bluez/gdbus/ |
watch.c | 456 char *name, *old, *new; local 460 DBUS_TYPE_STRING, &old,
|
/external/chromium/chrome/browser/ui/views/tabs/ |
tab.cc | 180 void Tab::DataChanged(const TabRendererData& old) { 181 if (data().blocked == old.blocked)
|
/external/dhcpcd/ |
dhcpcd.c | 228 free(iface->state->old); 229 iface->state->old = iface->state->new; 233 free(iface->state->old); 234 iface->state->old = NULL; 559 free(state->old); 560 state->old = state->new; 1143 /* We don't want to read the old lease if we NAK an old test */ [all...] |
/external/e2fsprogs/lib/et/ |
Makefile.in | 140 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
/external/e2fsprogs/resize/ |
Makefile.in | 111 $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
|
/external/jdiff/src/jdiff/ |
DiffMyers.java | 490 /** Cons an additional entry onto the front of an edit script OLD. 497 change(int line0, int line1, int deleted, int inserted, change old) { 502 this.link = old;
|
/external/libvpx/vp8/encoder/x86/ |
quantize_mmx.asm | 263 ; Substitute the sse assembly for the old mmx mixed assembly/C. The
|
/external/libxml2/ |
xmlIO.c | 2953 xmlParserInputBufferCreateFilenameFunc old = xmlParserInputBufferCreateFilenameValue; local 2973 xmlOutputBufferCreateFilenameFunc old = xmlOutputBufferCreateFilenameValue; local [all...] |
/external/v8/src/ |
heap-inl.h | 308 // Heap numbers and sequential strings are promoted to old data space, all 309 // other object types are promoted to old pointer space. We do not use 404 // point to an old space, the code space, or the to space of the new 544 bool old = allocation_allowed_; local 546 return old;
|
/external/v8/test/mjsunit/regress/ |
regress-231.js | 29 // A stack growth during a look-ahead could restore a pointer to the old stack.
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
relative.js | 68 // the scheme. In this case, it would take the old scheme, so for http
|
/frameworks/base/libs/rs/driver/ |
rsdBcc.cpp | 59 Script *old = tls->mScript; local 61 return old; 296 mtls.sig = 0x1f; // temp fix for old apps, full table in slang_rs_export_foreach.cpp
|