Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DViewStubTest.java42 final View stub = activity.findViewById(R.id.viewStub); in testStubbed() local
51 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); in testInflated() local
62 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedId() local
75 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); in testInflatedLayoutParams() local
/frameworks/rs/cpu_ref/linkloader/lib/
DStubLayout.cpp49 unsigned char *stub = table; in allocateStub() local
69 uint8_t *stub = (uint8_t *)stub_; in setStubAddress() local
106 uint8_t *stub = (uint8_t *)stub_; in setStubAddress() local
125 uint32_t *stub = (uint32_t *)stub_; in setStubAddress() local
137 uint8_t *stub = (uint8_t *)stub_; in setStubAddress() local
153 uint8_t *stub = (uint8_t*)stub_; in setStubAddress() local
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFObject.hxx243 void *stub = stub_layout->allocateStub(callee_addr); in relocateARM() local
570 void *stub = stub_layout->allocateStub(callee_addr); in relocateAARCH64() local
713 void *stub = stub_layout->allocateStub((void *)S); in relocateX86_64() local
913 void* stub = NULL; in relocateMIPS() local
930 void* stub = NULL; in relocateMIPS() local
932 void *stub = text->getStubLayout()->allocateStub((void *)S); in relocateMIPS() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationsQuickSettingsContainer.java95 public void onInflate(ViewStub stub, View inflated) { in onInflate()
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp45 Stub* stub = NULL; in create() local
/frameworks/base/tools/aidl/
Dgenerate_java_binder.cpp496 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy) in generate_interface_descriptors()
531 StubClass* stub = new StubClass( in generate_binder_interface_class() local
Daidl.cpp336 Type* stub = new Type(c->package ? c->package : "", local
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DViewStubCompat.java260 void onInflate(ViewStubCompat stub, View inflated); in onInflate()
/frameworks/base/core/java/android/view/
DViewStub.java323 void onInflate(ViewStub stub, View inflated); in onInflate()
/frameworks/av/media/libstagefright/timedtext/test/
DTimedTextSRTSource_test.cpp84 sp<DataSource> stub= new SRTDataSourceStub( in SetUp() local
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp650 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/base/media/java/android/media/session/
DMediaSession.java1094 public final ResultReceiver stub; field in MediaSession.Command
1096 public Command(String command, Bundle extras, ResultReceiver stub) { in Command()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java776 ViewStub stub = (ViewStub) row.findViewById(R.id.notification_guts_stub); in inflateGuts() local
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp607 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp697 Stub* stub = in relaxRelocation() local