HomeSort by relevance Sort by last modified time
    Searched refs:STUB (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/mesa3d/src/gallium/state_trackers/nine/
cryptosession9.c 31 STUB(D3DERR_INVALIDCALL);
39 STUB(D3DERR_INVALIDCALL);
47 STUB(D3DERR_INVALIDCALL);
57 STUB(D3DERR_INVALIDCALL);
69 STUB(D3DERR_INVALIDCALL);
77 STUB(D3DERR_INVALIDCALL);
85 STUB(D3DERR_INVALIDCALL);
91 STUB(D3DERR_INVALIDCALL);
99 STUB(D3DERR_INVALIDCALL);
authenticatedchannel9.c 31 STUB(D3DERR_INVALIDCALL);
39 STUB(D3DERR_INVALIDCALL);
47 STUB(D3DERR_INVALIDCALL);
57 STUB(D3DERR_INVALIDCALL);
66 STUB(D3DERR_INVALIDCALL);
device9video.c 33 STUB(D3DERR_INVALIDCALL);
42 STUB(D3DERR_INVALIDCALL);
52 STUB(D3DERR_INVALIDCALL);
nineexoverlayextension.c 38 STUB(D3DERR_INVALIDCALL);
device9ex.c 72 STUB(D3DERR_INVALIDCALL);
86 STUB(D3DERR_INVALIDCALL);
118 STUB(D3DERR_INVALIDCALL);
125 STUB(D3DERR_INVALIDCALL);
132 STUB(D3DERR_INVALIDCALL);
140 STUB(D3DERR_INVALIDCALL);
147 STUB(D3DERR_INVALIDCALL);
154 STUB(D3DERR_INVALIDCALL);
188 STUB(D3DERR_INVALIDCALL);
201 STUB(D3DERR_INVALIDCALL)
    [all...]
nine_debug.h 94 #define STUB(ret) \
100 #define STUB(ret) do { return ret; } while (0)
swapchain9ex.c 58 STUB(D3DERR_INVALIDCALL);
65 STUB(D3DERR_INVALIDCALL);
device9.c     [all...]
surface9.c 588 STUB(D3DERR_INVALIDCALL);
595 STUB(D3DERR_INVALIDCALL);
  /hardware/interfaces/audio/2.0/
IDevicesFactory.hal 30 STUB
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
11 //STUB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_NONE
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 15 const uint32_t STUB[] = {
33 m_pData(STUB),
34 m_Size(sizeof(STUB)) {
86 Stub* MipsLA25Stub::doClone() {
  /frameworks/av/media/libaudiohal/2.0/
DevicesFactoryHalHidl.cpp 69 *device = IDevicesFactory::Device::STUB;
  /external/v8/src/
compilation-info.cc 84 : CompilationInfo(nullptr, debug_name, code_flags, STUB, isolate, zone) {}
173 case Code::STUB:
180 return StackFrame::STUB;
compilation-info.h 212 bool IsStub() const { return mode_ == STUB; }
326 enum Mode { BASE, OPTIMIZE, STUB };
disassembler.cc 211 } else if (kind == Code::STUB || kind == Code::HANDLER) {
212 // Get the STUB key and extract major and minor key.
fast-accessor-assembler.cc 8 #include "src/code-stub-assembler.h"
25 isolate, zone(), 1, Code::ComputeFlags(Code::STUB),
182 // Create & call API callback via stub.
184 CallApiCallbackStub stub(isolate(), kJSParameterCount, true, true);
185 CallInterfaceDescriptor descriptor = stub.GetCallInterfaceDescriptor();
189 Node* target = assembler_->HeapConstant(stub.GetCode());
frames.h 105 V(STUB, StubFrame) \
    [all...]
frames.cc 509 case STUB:
661 // stub). ComputeCallerState will retrieve the constant pool
811 case STUB:
895 // Visit the context in stub frame and JavaScript frame.
    [all...]
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
DevicesFactory.impl.h 40 case IDevicesFactory::Device::STUB:
  /external/v8/src/crankshaft/
lithium-codegen.cc 309 case STUB:
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
gm107.asm 103 // STUB
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_java_profile.go 283 } else if strings.Contains(jloc[2], "generated stub/JIT") {
284 lineFunc = "STUB"
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_java_profile.go 283 } else if strings.Contains(jloc[2], "generated stub/JIT") {
284 lineFunc = "STUB"
  /external/v8/src/snapshot/
code-serializer.cc 89 case Code::STUB:
160 // We only arrive here if we have not encountered this code stub before.
170 PrintF(" Encoding code stub %s as attached reference %d\n",
394 // Copy code stub keys.

Completed in 523 milliseconds

1 2 3