HomeSort by relevance Sort by last modified time
    Searched refs:stub (Results 1 - 25 of 1642) 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...]
  /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/v8/src/
code-factory.cc 17 LoadICTrampolineTFStub stub(isolate);
18 return Callable(stub.GetCode(), LoadDescriptor(isolate));
20 LoadICTrampolineStub stub(isolate);
21 return Callable(stub.GetCode(), LoadDescriptor(isolate));
26 CallApiGetterStub stub(isolate);
27 return Callable(stub.GetCode(), ApiGetterDescriptor(isolate));
38 LoadGlobalICTrampolineStub stub(isolate, LoadGlobalICState(typeof_mode));
39 return Callable(stub.GetCode(), LoadGlobalDescriptor(isolate));
52 KeyedLoadICTrampolineStub stub(isolate);
53 return Callable(stub.GetCode(), LoadDescriptor(isolate))
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi.spec 3 @ stub DXGID3D10CreateDevice
4 @ stub DXGID3D10RegisterLayers
  /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}.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-4a.s 4 # Define a stub for f1, which is defined in another file.
6 # (It's questionable whether defining the stub and real function
mips16-pic-3a.s 6 # For symbols called by a .call stub in this file.
9 # For symbols called by a .call.fp stub in this file.
12 # For symbols called by a .call stub in another file.
15 # For symbols called by a .call.fp stub in another file.
19 # For symbols called by a .call stub in this file.
22 # For symbols called by a .call.fp stub in this file.
25 # For symbols called by a .call stub in this file.
28 # For symbols called by a .call.fp stub in this file.
31 # For symbols called by a .call stub in another file.
34 # For symbols called by a .call.fp stub in another file
    [all...]
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-stub/0.13.2/
grpc-stub-0.13.2.jar 
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gwtref/gen/
ReflectionCacheSourceCreator.java 200 for (SetterGetterStub stub : setterGetterStubs) {
201 String stubSource = generateSetterGetterStub(stub);
202 if (stubSource.equals("")) stub.unused = true;
215 for (MethodStub stub : methodStubs) {
216 String stubSource = generateMethodStub(stub);
217 if (stubSource.equals("")) stub.unused = true;
327 private String generateMethodStub (MethodStub stub) {
330 if (stub.enclosingType == null) {
331 logger.log(Type.INFO, "method '" + stub.name + "' of invisible class is not invokable");
335 if ((stub.enclosingType.startsWith("java") && !stub.enclosingType.startsWith("java.util")) || stub.enclosing (…)
562 SetterGetterStub stub = new SetterGetterStub(); local
628 MethodStub stub = new MethodStub(); local
    [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...]
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 14 #include "mcld/Fragment/Stub.h"
34 /// addPrototype - register a stub prototype
35 void StubFactory::addPrototype(Stub* pPrototype) {
39 /// create - create a stub if needed, otherwise return NULL
40 Stub* StubFactory::create(Relocation& pReloc,
44 // find if there is a prototype stub for the input relocation
45 Stub* stub = NULL; local
46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue);
57 // find if there is such a stub in the backward island first
94 Stub* stub = prototype->clone(); local
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/
SmaliAnnotationElementType.java 32 package org.jf.smalidea.psi.stub.element;
41 import org.jf.smalidea.psi.stub.SmaliAnnotationStub;
56 @Override public SmaliAnnotation createPsi(@NotNull SmaliAnnotationStub stub) {
57 return new SmaliAnnotation(stub);
69 public void serialize(@NotNull SmaliAnnotationStub stub, @NotNull StubOutputStream dataStream) throws IOException {
70 dataStream.writeName(stub.getAnnotationSmaliTypeName());
78 @Override public void indexStub(@NotNull SmaliAnnotationStub stub, @NotNull IndexSink sink) {
SmaliClassStatementElementType.java 32 package org.jf.smalidea.psi.stub.element;
41 import org.jf.smalidea.psi.stub.SmaliClassStatementStub;
56 @Override public SmaliClassStatement createPsi(@NotNull SmaliClassStatementStub stub) {
57 return new SmaliClassStatement(stub);
69 public void serialize(@NotNull SmaliClassStatementStub stub, @NotNull StubOutputStream dataStream) throws IOException {
70 dataStream.writeName(stub.getQualifiedName());
78 @Override public void indexStub(@NotNull SmaliClassStatementStub stub, @NotNull IndexSink sink) {
SmaliMethodElementType.java 32 package org.jf.smalidea.psi.stub.element;
41 import org.jf.smalidea.psi.stub.SmaliMethodStub;
56 @Override public SmaliMethod createPsi(@NotNull SmaliMethodStub stub) {
57 return new SmaliMethod(stub);
69 public void serialize(@NotNull SmaliMethodStub stub, @NotNull StubOutputStream dataStream) throws IOException {
70 dataStream.writeName(stub.getName());
78 @Override public void indexStub(@NotNull SmaliMethodStub stub, @NotNull IndexSink sink) {
SmaliModifierListElementType.java 32 package org.jf.smalidea.psi.stub.element;
41 import org.jf.smalidea.psi.stub.SmaliModifierListStub;
56 @Override public SmaliModifierList createPsi(@NotNull SmaliModifierListStub stub) {
57 return new SmaliModifierList(stub);
69 public void serialize(@NotNull SmaliModifierListStub stub, @NotNull StubOutputStream dataStream)
71 dataStream.writeVarInt(stub.getAccessFlags());
80 @Override public void indexStub(@NotNull SmaliModifierListStub stub, @NotNull IndexSink sink) {
  /external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
SmaliBaseReferenceList.java 39 import org.jf.smalidea.psi.stub.SmaliBaseReferenceListStub;
44 protected SmaliBaseReferenceList(@NotNull StubT stub, @NotNull IStubElementType nodeType) {
45 super(stub, nodeType);
53 StubT stub = getStub(); local
54 if (stub != null) {
55 return stub.getReferencedTypes();
69 SmaliBaseReferenceListStub stub = getStub(); local
71 if (stub != null) {
72 String[] smaliNames = stub.getSmaliTypeNames();
93 SmaliBaseReferenceListStub stub = getStub() local
    [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 7 8 91011>>