Home
last modified time | relevance | path

Searched refs:stubs (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/
DELFSectionProgBits.h32 StubLayout *stubs;
41 return stubs; in getStubLayout()
47 stubs = new StubLayoutARM(); in ELFSectionProgBits()
51 stubs = new StubLayoutAARCH64(); in ELFSectionProgBits()
55 stubs = new StubLayoutMIPS(); in ELFSectionProgBits()
59 stubs = new StubLayoutX86(); in ELFSectionProgBits()
63 stubs = new StubLayoutX86_64(); in ELFSectionProgBits()
67 stubs = NULL; in ELFSectionProgBits()
72 if (stubs) in ~ELFSectionProgBits()
73 delete stubs; in ~ELFSectionProgBits() local
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFSectionProgBits.hxx43 StubLayout *stubs = result->getStubLayout(); in read() local
44 if (stubs) { in read()
62 size_t stub_table_size = stubs->calcStubTableSize(max_num_stubs); in read()
73 if (stubs) { in read()
74 stubs->initStubTable(result->chunk.getBuffer() + section_size, in read()
/frameworks/base/cmds/uiautomator/library/
DAndroid.mk45 -stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_uiautomator_intermediates/src \
53 LOCAL_MODULE := uiautomator-stubs
/frameworks/support/v17/leanback/
DAndroid.mk138 LOCAL_MODULE := android-support-v17-leanback-stubs
150 …-stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android-support-v17-leanback-stubs_interm…
/frameworks/native/opengl/tools/glgen/
Dgen49 cp stubs/jsr239/GLHeader.java-if $GLFILE
/frameworks/base/docs/html/training/improving-layouts/
Dloading-ondemand.jd28 >Optimize with stubs (blog post)</a></li>
/frameworks/base/tools/layoutlib/create/
DREADME.txt92 - specific methods to override (see method stubs details below).
146 - Method stubs
/frameworks/base/
DAndroid.mk775 LOCAL_MODULE := api-stubs
779 -stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_stubs_current_intermediates/src \
807 LOCAL_MODULE := system-api-stubs
811 …-stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_system_stubs_current_intermediate…
DCleanSpec.mk83 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/docs/api-stubs*)
216 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/docs/api-stubs-timestamp)
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-stub-provider.jd75 * Define an implementation of ContentProvider that stubs out
/frameworks/base/docs/html/tools/testing/
Dcontentprovider_testing.jd126 database operations but stubs out other interactions with the Android system.
Dtesting_eclipse.jd188 In <em>Which method stubs would you like to create?</em>, unset all the options, then
Dtesting_android.jd400 from the rest of the system. MockContentResolver also stubs out the