HomeSort by relevance Sort by last modified time
    Searched defs:GetData (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/piex/src/
tiff_parser.cc 296 if (stream->GetData(offset, 2, data) == kOk) {
311 if (stream->GetData(offset, 4, data) == kOk) {
325 std::vector<std::uint8_t> GetData(const size_t offset, const size_t length,
339 *error = stream->GetData(offset + processed_data, chunk_length,
352 if (stream->GetData(tiff_offset, sizeof(tiff_endian), &tiff_endian[0]) !=
518 GetData(value_offset, byte_count, stream, &error);
  /external/deqp/external/openglcts/modules/gl/
gl4cSparseTextureTests.cpp 266 void Texture::GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum format,
    [all...]
gl4cBufferStorageTests.cpp 318 static void GetData(const glw::Functions& gl, glw::GLenum target, glw::GLenum format, glw::GLenum type,
    [all...]
gl4cMultiBindTests.cpp 350 static void GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum format,
1130 void Texture::GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum format,
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
Ala.h 81 static UINT8 GetData[] = {0x80, 0xCA, 0x00, 0x46, 0x00};
  /art/compiler/optimizing/
optimizing_compiler.cc 89 uint8_t* GetData() { return memory_.data(); }
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h 353 EDKII_MEMORY_PROFILE_GET_DATA GetData;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IpSecConfig.h 799 EFI_IPSEC_CONFIG_GET_DATA GetData;
  /external/deqp/external/openglcts/modules/common/
glcRobustBufferAccessBehaviorTests.cpp 713 void Texture::GetData(const glw::Functions& gl, glw::GLint level, glw::GLenum target, glw::GLenum format,
731 void Texture::GetData(const glw::Functions& gl, glw::GLuint id, glw::GLint level, glw::GLuint width, glw::GLuint height,
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 839 func (m *Communique) GetData() []byte {
    [all...]
  /external/perfetto/src/profiling/memory/
heapprofd_producer.cc 99 std::vector<std::pair<uint64_t, uint64_t>> LogHistogram::GetData() {
550 for (const auto& p : process_state.unwinding_time_us.GetData()) {
  /external/v8/src/compiler/
js-heap-broker.cc 664 ObjectData* JSHeapBroker::GetData(Handle<Object> object) const {
671 ObjectData* data = GetData(object);
    [all...]
scheduler.cc 75 Scheduler::SchedulerData* Scheduler::GetData(Node* node) {
80 SchedulerData* data = GetData(node);
117 return GetData(node)->placement_;
123 SchedulerData* data = GetData(node);
196 ++(GetData(node)->unscheduled_count_);
200 GetData(node)->unscheduled_count_);
219 DCHECK_LT(0, GetData(node)->unscheduled_count_);
220 --(GetData(node)->unscheduled_count_);
224 GetData(node)->unscheduled_count_);
226 if (GetData(node)->unscheduled_count_ == 0)
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 195 const uint8_t* GetData() const {
226 const std::vector<MipsLabel*>& GetData() const {
    [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h 346 const uint8_t* GetData() const {
377 const std::vector<Mips64Label*>& GetData() const {
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 112 const uint8_t* GetData() const { return dex_file_.GetClassData(GetClassDef()); }
612 const std::vector<uint8_t>& GetData() const {
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 112 uint8_t* GetData() const { return (uint8_t*)this + sizeof(XFA_MAPDATABLOCK); }
    [all...]
  /external/pdfium/third_party/lcms/src/
cmscgats.c     [all...]
  /external/v8/src/
isolate.h     [all...]
  /external/golang-protobuf/proto/test_proto/
test.pb.go     [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 324 virtual HRESULT WINAPI GetData(void *pData, DWORD dwSize, DWORD dwGetDataFlags) = 0;
    [all...]
  /external/skia/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h     [all...]
  /external/skqp/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h     [all...]
  /external/v8/include/
v8.h     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]

Completed in 2317 milliseconds

1 23 4