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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /frameworks/rs/driver/linkloader/tests/stubs/
mips-stub.c 29 uint32_t stub[] = { variable
42 int (*f)() = (int (*)())stub;
43 stub[0] |= (((uint32_t)(uintptr_t)test) >> 16) & 0xffff;
44 stub[1] |= (((uint32_t)(uintptr_t)test)) & 0xffff;
arm-stub.c 11 uint32_t stub[] = { variable
22 int (*f)() = (int (*)())stub;
23 stub[1] = (uint32_t)(uintptr_t)test;
  /frameworks/rs/driver/linkloader/lib/
StubLayout.cpp 35 // Check if we have created this stub or not.
42 // We have to create a new stub
44 // No free stub slot is available
48 // Initialize the stub
49 unsigned char *stub = table; local
50 setStubAddress(stub, addr);
51 stub_index.insert(std::make_pair(addr, stub));
53 // Increase the free stub slot pointer
57 return stub;
69 uint8_t *stub = (uint8_t *)stub_ local
88 uint32_t *stub = (uint32_t *)stub_; local
    [all...]
  /external/webkit/Source/JavaScriptCore/
create_jit_stubs 43 my $stub = "";
53 $stub = $1;
54 print $stub . "\n";
63 $stub = $stub_template;
66 $stub =~ s/$rtype_template/$rtype/g;
67 $stub =~ s/$op_template/$op/g;
68 $stub =~ s/\\\*/\*/g;
69 print $stub;
  /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/chromium/chrome/browser/chromeos/cros/
libcros_service_library.h 24 static LibCrosServiceLibrary* GetImpl(bool stub);
touchpad_library.h 24 static TouchpadLibrary* GetImpl(bool stub);
brightness_library.h 27 static BrightnessLibrary* GetImpl(bool stub);
touchpad_library.cc 49 TouchpadLibrary* TouchpadLibrary::GetImpl(bool stub) {
50 if (stub)
  /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/rs/driver/linkloader/include/
StubLayout.h 41 virtual void setStubAddress(void *stub, void *addr) = 0;
51 virtual void setStubAddress(void *stub, void *addr);
60 virtual void setStubAddress(void *stub, void *addr);
  /frameworks/compile/mclinker/lib/LD/
StubFactory.cpp 15 #include <mcld/Fragment/Stub.h>
33 /// addPrototype - register a stub prototype
34 void StubFactory::addPrototype(Stub* pPrototype)
39 /// create - create a stub if needed, otherwise return NULL
40 Stub* StubFactory::create(Relocation& pReloc,
45 // find if there is a prototype stub for the input relocation
46 Stub* prototype = findPrototype(pReloc,
56 // find if there is such a stub in the island already
58 Stub* stub = island->findStub(prototype, pReloc) local
    [all...]
  /cts/tests/src/android/content/cts/
AvailableIntentsActivity.java 19 import com.android.cts.stub.R;
25 * This is a stub activity for test available intents. We do not care about
ContextWrapperStubActivity.java 24 import com.android.cts.stub.R;
  /cts/tests/src/android/text/style/cts/
MockURLSpanTestActivity.java 19 import com.android.cts.stub.R;
URLSpanStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/src/android/view/animation/cts/
AnimationTestStubActivity.java 19 import com.android.cts.stub.R;
  /cts/tests/src/android/view/cts/
FocusHandlingStubActivity.java 19 import com.android.cts.stub.R;
UsingViewsStubActivity.java 21 import com.android.cts.stub.R;
ViewLayoutPositionTestStubActivity.java 21 import com.android.cts.stub.R;
ViewStubStubActivity.java 21 import com.android.cts.stub.R;

Completed in 223 milliseconds

1 2 3 4 5 6 7 8 91011>>