/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewStubTest.java | 42 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/ |
D | StubLayout.cpp | 49 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/ |
D | ELFObject.hxx | 243 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/ |
D | NotificationsQuickSettingsContainer.java | 95 public void onInflate(ViewStub stub, View inflated) { in onInflate()
|
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 45 Stub* stub = NULL; in create() local
|
/frameworks/base/tools/aidl/ |
D | generate_java_binder.cpp | 496 generate_interface_descriptors(StubClass* stub, ProxyClass* proxy) in generate_interface_descriptors() 531 StubClass* stub = new StubClass( in generate_binder_interface_class() local
|
D | aidl.cpp | 336 Type* stub = new Type(c->package ? c->package : "", local
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | ViewStubCompat.java | 260 void onInflate(ViewStubCompat stub, View inflated); in onInflate()
|
/frameworks/base/core/java/android/view/ |
D | ViewStub.java | 323 void onInflate(ViewStub stub, View inflated); in onInflate()
|
/frameworks/av/media/libstagefright/timedtext/test/ |
D | TimedTextSRTSource_test.cpp | 84 sp<DataSource> stub= new SRTDataSourceStub( in SetUp() local
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 650 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
|
/frameworks/base/media/java/android/media/session/ |
D | MediaSession.java | 1094 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/ |
D | BaseStatusBar.java | 776 ViewStub stub = (ViewStub) row.findViewById(R.id.notification_guts_stub); in inflateGuts() local
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonLDBackend.cpp | 607 Stub* stub = getStubFactory()->create(*relocation, // relocation in doRelax() local
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLDBackend.cpp | 697 Stub* stub = in relaxRelocation() local
|