Home
last modified time | relevance | path

Searched refs:STUB (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp15 const uint32_t STUB[] = { variable
33 m_pData(STUB), in MipsLA25Stub()
34 m_Size(sizeof(STUB)) { in MipsLA25Stub()
/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
11 //STUB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_…
/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
DPackageImpl.java146 STUB,
161 private static final int STUB = 1 << 11; field in PackageImpl.Booleans
590 return getBoolean(Booleans.STUB); in isStub()
700 setBoolean(Booleans.STUB, value); in setStub()
/frameworks/av/media/libaudiohal/impl/
DDevicesFactoryHalHidl.cpp97 return IDevicesFactory::Device::STUB; in idFromHal()