Searched refs:stubs (Results 1 – 13 of 13) sorted by relevance
32 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
43 StubLayout *stubs = result->getStubLayout(); in read() local44 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()
45 -stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_uiautomator_intermediates/src \53 LOCAL_MODULE := uiautomator-stubs
138 LOCAL_MODULE := android-support-v17-leanback-stubs150 …-stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android-support-v17-leanback-stubs_interm…
49 cp stubs/jsr239/GLHeader.java-if $GLFILE
28 >Optimize with stubs (blog post)</a></li>
92 - specific methods to override (see method stubs details below).146 - Method stubs
775 LOCAL_MODULE := api-stubs779 -stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_stubs_current_intermediates/src \807 LOCAL_MODULE := system-api-stubs811 …-stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_system_stubs_current_intermediate…
83 $(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)
75 * Define an implementation of ContentProvider that stubs out
126 database operations but stubs out other interactions with the Android system.
188 In <em>Which method stubs would you like to create?</em>, unset all the options, then
400 from the rest of the system. MockContentResolver also stubs out the