Searched refs:stubs (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/linkloader/include/
H A DELFSectionProgBits.h32 StubLayout *stubs; member in class:ELFSectionProgBits
41 return stubs;
47 stubs = new StubLayoutARM();
51 stubs = new StubLayoutMIPS();
55 stubs = NULL;
60 if (stubs)
61 delete stubs;
/frameworks/compile/linkloader/tests/stubs/
H A Dstub-layout-test.cpp31 StubLayout stubs; local
33 void (*func1)() = (void (*)())stubs.allocateStub((void *)&function1);
34 void (*func2)() = (void (*)())stubs.allocateStub((void *)&function2);
/frameworks/compile/linkloader/include/impl/
H A DELFSectionProgBits.hxx43 StubLayout *stubs = result->getStubLayout(); local
44 if (stubs) {
45 // Compute the maximal possible numbers of stubs
54 // maximum numbers of stubs.
59 size_t stub_table_size = stubs->calcStubTableSize(max_num_stubs);
61 // Allocate PROGBITS section with stubs table
70 if (stubs) {
71 stubs->initStubTable(result->chunk.getBuffer() + section_size,
/frameworks/testing/uiautomator/library/
H A DAndroid.mk41 -stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_uiautomator_intermediates/src \
49 LOCAL_MODULE := uiautomator-stubs
52 uiautomator-stubs-stamp := $(full_target)
62 $(full_classes_compiled_jar) : $(uiautomator-stubs-stamp)
68 uiautomator-stubs-stamp :=
/frameworks/native/opengl/tools/glgen/
H A Dgen52 cp stubs/jsr239/GLHeader.java-if $GLFILE
/frameworks/base/
H A DAndroid.mk552 # ==== the api stubs and current.xml ===========================
564 LOCAL_MODULE := api-stubs
568 -stubs $(TARGET_OUT_COMMON_INTERMEDIATES)/JAVA_LIBRARIES/android_stubs_current_intermediates/src \
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp5 #include <google/protobuf/stubs/once.h>
H A Dgltrace.pb.h9 #include <google/protobuf/stubs/common.h>

Completed in 204 milliseconds