HomeSort by relevance Sort by last modified time
    Searched full:heapbase (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
base_class_must_define_virtual_trace.h 23 class HeapBase : public GarbageCollected<HeapBase> {
28 class HeapDerived : public HeapBase {
base_class_must_define_virtual_trace.txt 5 ./base_class_must_define_virtual_trace.h:23:1: warning: [blink-gc] Left-most base class 'HeapBase' of derived class 'HeapDerived' must define a virtual trace method.
6 class HeapBase : public GarbageCollected<HeapBase> {
  /external/chromium_org/sandbox/win/src/
nt_internals.h 404 IN PVOID HeapBase OPTIONAL,
421 IN PVOID HeapBase);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h     [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.cpp 953 void* heapBase = heap->base();
955 if (heapBase == MAP_FAILED) {
965 memcpy(previewBufferBase, (uint8_t *) heapBase + offset, size);
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 256 uint8_t *heapBase = (uint8_t*)heap->base();
258 if (heapBase != NULL) {
259 const jbyte* data = reinterpret_cast<const jbyte*>(heapBase + offset);
    [all...]
  /external/sonivox/arm-fm-22k/bin/
arm-fm-22k 
  /external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k 
  /external/sonivox/arm-wt-22k/bin/
arm-wt-22k 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 1063 milliseconds