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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10/
d3d10.spec 1 @ stub D3D10CompileEffectFromMemory
2 @ stub D3D10CompileShader
6 @ stub D3D10CreateEffectFromMemory
7 @ stub D3D10CreateEffectPoolFromMemory
8 @ stub D3D10CreateStateBlock
9 @ stub D3D10DisassembleEffect
10 @ stub D3D10DisassembleShader
16 @ stub D3D10GetShaderDebugInfo
17 @ stub D3D10GetVersion
19 @ stub D3D10PreprocessShade
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d10_1/
d3d10_1.spec 1 @ stub D3D10CompileShader
5 @ stub D3D10CreateEffectFromMemory
6 @ stub D3D10CreateEffectPoolFromMemory
7 @ stub D3D10CreateStateBlock
8 @ stub D3D10DisassembleEffect
9 @ stub D3D10DisassembleShader
15 @ stub D3D10GetShaderDebugInfo
16 @ stub D3D10GetVersion
18 @ stub D3D10PreprocessShader
19 @ stub D3D10ReflectShade
    [all...]
  /device/generic/goldfish/camera/
JpegStub.h 27 void JpegStub_init(JpegStub* stub, int* strides);
28 void JpegStub_cleanup(JpegStub* stub);
29 int JpegStub_compress(JpegStub* stub, const void* image,
31 void JpegStub_getCompressedImage(JpegStub* stub, void* buff);
32 size_t JpegStub_getCompressedSize(JpegStub* stub);
JpegStub.cpp 26 extern "C" void JpegStub_init(JpegStub* stub, int* strides) {
27 stub->mInternalEncoder = (void*) new Yuv420SpToJpegEncoder(strides);
28 stub->mInternalStream = (void*)new SkDynamicMemoryWStream();
31 extern "C" void JpegStub_cleanup(JpegStub* stub) {
32 delete((Yuv420SpToJpegEncoder*)stub->mInternalEncoder);
33 delete((SkDynamicMemoryWStream*)stub->mInternalStream);
36 extern "C" int JpegStub_compress(JpegStub* stub, const void* image,
45 (Yuv420SpToJpegEncoder*)stub->mInternalEncoder;
47 (SkDynamicMemoryWStream*)stub->mInternalStream;
59 extern "C" void JpegStub_getCompressedImage(JpegStub* stub, void* buff)
    [all...]
JpegCompressor.cpp 40 typedef void (*InitFunc)(JpegStub* stub, int* strides);
41 typedef void (*CleanupFunc)(JpegStub* stub);
42 typedef int (*CompressFunc)(JpegStub* stub, const void* image,
44 typedef void (*GetCompressedImageFunc)(JpegStub* stub, void* buff);
45 typedef size_t (*GetCompressedSizeFunc)(JpegStub* stub);
  /external/mesa3d/src/mapi/mapi/
mapi_glapi.c 34 #include "mapi/stub.h"
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
129 const struct mapi_stub *stub; local
136 stub = stub_find_public(funcName);
137 if (!stub)
138 stub = stub_find_dynamic(funcName, 0);
140 slot = (stub) ? stub_get_slot(stub) : -1;
144 /* use the first existing stub as the alias *
155 struct mapi_stub *stub; local
175 const struct mapi_stub *stub; local
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local
    [all...]
stub.c 36 #include "stub.h"
74 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local
77 stub_name = &public_string_pool[(unsigned long) stub->name];
83 * Return the public stub with the given name.
93 * Add a dynamic stub.
98 struct mapi_stub *stub; local
106 stub = &dynamic_stubs[idx];
109 stub->addr = entry_generate(
111 if (!stub->addr)
114 stub->name = (const void *) name
131 struct mapi_stub *stub = NULL; local
    [all...]
stub.h 46 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias);
49 stub_get_name(const struct mapi_stub *stub);
52 stub_get_slot(const struct mapi_stub *stub);
55 stub_get_addr(const struct mapi_stub *stub);
mapi.c 35 #include "stub.h"
45 const struct mapi_stub *stub; local
47 stub = stub_find_public(name);
48 if (!stub) {
52 stub = dyn;
56 return stub;
100 const struct mapi_stub *stub; local
102 stub = get_stub(p, NULL);
104 if (!stub)
109 get_stub(p, stub);
129 const struct mapi_stub *stub; local
174 const struct mapi_stub *stub = mapi_stub_map[i]; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/d3d11/
d3d11.spec 1 @ stub D3D11CoreCreateDevice
2 @ stub D3D11CoreCreateLayeredDevice
3 @ stub D3D11CoreGetLayeredDeviceSize
4 @ stub D3D11CoreRegisterLayers
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi.spec 3 @ stub DXGID3D10CreateDevice
4 @ stub DXGID3D10RegisterLayers
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 13 #include "mcld/Fragment/Stub.h"
33 /// addPrototype - register a stub prototype
34 void StubFactory::addPrototype(Stub* pPrototype) {
38 /// create - create a stub if needed, otherwise return NULL
39 Stub* StubFactory::create(Relocation& pReloc,
43 // find if there is a prototype stub for the input relocation
44 Stub* stub = NULL; local
45 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
56 // find if there is such a stub in the backward island first
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/d/
T_invoke_virtual_18.java 22 public void run(TestStubs stub) {
T_invoke_virtual_20.java 22 public void run(TestStubs stub) {
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
AbstractStubCommandHandler.java 16 package org.mockftpserver.stub.command;
21 * The abstract superclass for CommandHandler classes for the {@link org.mockftpserver.stub.StubFtpServer}.
  /external/v8/src/
code-factory.cc 55 BinaryOpICStub stub(isolate, op, mode);
56 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
64 ToBooleanStub stub(isolate, mode, types);
65 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
71 ToNumberStub stub(isolate);
72 return Callable(stub.GetCode(), stub.GetCallInterfaceDescriptor());
79 StringAddStub stub(isolate, flags, pretenure_flag)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
ViewStubTest.java 42 final View stub = activity.findViewById(R.id.viewStub); local
43 assertNotNull("The ViewStub does not exist", stub);
51 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStub); local
52 final View swapped = stub.inflate();
62 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); local
63 final View swapped = stub.inflate();
75 final ViewStub stub = (ViewStub) activity.findViewById(R.id.viewStubWithId); local
76 final View swapped = stub.inflate();
80 assertEquals("Both stub and inflated should same width",
81 stub.getLayoutParams().width, swapped.getLayoutParams().width)
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServer_StartTest.java 16 package org.mockftpserver.stub;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/stub/
RunStubFtpServer.groovy 16 package org.mockftpserver.stub
18 import org.mockftpserver.stub.StubFtpServer
20 import org.mockftpserver.stub.command.PwdCommandHandler
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 16 package org.mockftpserver.stub;
40 import org.mockftpserver.stub.command.AborCommandHandler;
41 import org.mockftpserver.stub.command.AcctCommandHandler;
42 import org.mockftpserver.stub.command.AlloCommandHandler;
43 import org.mockftpserver.stub.command.AppeCommandHandler;
44 import org.mockftpserver.stub.command.CdupCommandHandler;
45 import org.mockftpserver.stub.command.ConnectCommandHandler;
46 import org.mockftpserver.stub.command.CwdCommandHandler;
47 import org.mockftpserver.stub.command.DeleCommandHandler;
48 import org.mockftpserver.stub.command.HelpCommandHandler;
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectoryTest.java 16 package org.mockftpserver.stub.example;
19 import org.mockftpserver.stub.StubFtpServer;
20 import org.mockftpserver.stub.command.PwdCommandHandler;
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/example/
FtpWorkingDirectoryTest.java 16 package org.mockftpserver.stub.example;
19 import org.mockftpserver.stub.StubFtpServer;
20 import org.mockftpserver.stub.command.PwdCommandHandler;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
hliface.h 14 #error This stub requires an updated version of <rpcndr.h>
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
AbstractStubCommandHandler.java 16 package org.mockftpserver.stub.command;
21 import org.mockftpserver.stub.StubFtpServer;
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
ConnectCommandHandlerTest.java 16 package org.mockftpserver.stub.command;
21 import org.mockftpserver.stub.command.ConnectCommandHandler;
53 * @see org.mockftpserver.stub.command.AbstractCommandHandlerTest#setUp()

Completed in 551 milliseconds

1 2 3 4 5 6 7 8 91011>>