HomeSort by relevance Sort by last modified time
    Searched refs:GetPointer (Results 1 - 21 of 21) sorted by null

  /development/ndk/sources/android/ndk_helper/
gestureDetector.h 162 bool GetPointer( Vec2& v );
gestureDetector.cpp 332 bool DragDetector::GetPointer( Vec2& v )
  /external/lldb/tools/debugserver/source/
DNBDataRef.h 99 uint64_t GetPointer(offset_t *offset_ptr) const;
DNBDataRef.cpp 186 // GetPointer
192 DNBDataRef::GetPointer(offset_t *offset_ptr) const
376 case TypePointer: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? format : " 0x%llx", GetPointer(&offset)); break;
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 235 eng->drag_detector_.GetPointer( v );
242 eng->drag_detector_.GetPointer( v );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 246 eng->drag_detector_.GetPointer( v );
253 eng->drag_detector_.GetPointer( v );
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.cpp 755 m_dyld_all_image_infos.dylib_info_addr = data.GetPointer(&offset);
756 m_dyld_all_image_infos.notification = data.GetPointer(&offset);
761 m_dyld_all_image_infos.dyldImageLoadAddress = data.GetPointer(&offset);
765 uint64_t dyld_all_image_infos_addr = data.GetPointer(&offset);
    [all...]
  /external/lldb/include/lldb/Core/
DataExtractor.h     [all...]
  /external/lldb/source/Core/
ValueObjectDynamicValue.cpp 362 if (data.GetPointer(&offset) != 0)
DataExtractor.cpp 831 DataExtractor::GetPointer (offset_t *offset_ptr) const
    [all...]
ValueObject.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 259 HRESULT GetPointer(
amstream.h     [all...]
strmif.h     [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.cpp 400 const addr_t buckets_ptr = data.GetPointer(&offset);
AppleObjCTrampolineHandler.cpp 303 m_next_region = data.GetPointer(&offset);
    [all...]
AppleObjCRuntimeV2.cpp     [all...]
  /external/lldb/source/Symbol/
DWARFCallFrameInfo.cpp 522 row->SetOffset(m_cfi_data.GetPointer(&offset) - startaddr.GetFileAddress());
    [all...]
  /external/lldb/source/Expression/
Materializer.cpp 641 ptr = extractor.GetPointer(&offset);
    [all...]
DWARFExpression.cpp     [all...]
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp     [all...]

Completed in 692 milliseconds