Home
last modified time | relevance | path

Searched defs:get_data (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h230 const void *get_data() const override { return NULL; } in get_data() function
231 void *get_data() override { return NULL; } in get_data() function
269 const void *get_data() const override { return this->data(); } in get_data() function
270 void *get_data() override { return this->data(); } in get_data() function
/third_party/python/Lib/
Dpkgutil.py295 def get_data(self, pathname): member in ImpLoader
600 def get_data(package, resource): function
Dimp.py143 def get_data(self, path): member in _HackedGetData
Dzipimport.py199 def get_data(self, pathname): member in zipimporter
Dplistlib.py225 def get_data(self): member in _PlistParser
/third_party/elfio/elfio/
Delfio_segment.hpp100 const char* get_data() const noexcept override in get_data() function in ELFIO::segment_impl
Delfio_section.hpp125 const char* get_data() const noexcept override in get_data() function in ELFIO::section_impl
/third_party/ffmpeg/libavutil/
Dhwcontext_vdpau.c87 VdpVideoSurfaceGetBitsYCbCr *get_data; member
97 VdpVideoSurfaceGetBitsYCbCr *get_data; member
/third_party/python/Lib/importlib/
Dabc.py171 def get_data(self, path): member in ResourceLoader
D_bootstrap_external.py1127 def get_data(self, path): member in FileLoader
/third_party/skia/third_party/externals/libpng/contrib/pngminus/
Dpnm2png.c562 png_uint_32 get_data (FILE *pnm_file, int depth) in get_data() function
/third_party/python/Lib/test/test_importlib/
Dtest_abc.py240 def get_data(self, path): member in ResourceLoader
711 def get_data(self, path): member in SourceOnlyLoader
746 def get_data(self, path): member in SourceLoader
/third_party/python/Lib/test/
Dtest_pkgutil.py332 def get_data(self, path): member in PkgutilPEP302Tests.MyTestLoader
Dtest_doctest.py2733 def get_data(self, path): member in TestImporter
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-machinery.hh146 Data * get_data () const in get_data() function
/third_party/qrcodegen/python/
Dqrcodegen.py808 def get_data(self) -> List[int]: member in QrSegment
/third_party/PyYAML/lib/yaml/
Dconstructor.py42 def get_data(self): member in BaseConstructor
/third_party/python/Lib/lib2to3/tests/
Dtest_parser.py113 def get_data(self, where): member in TestPgen2Caching.test_load_packaged_grammar.MyLoader
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c1262 static int get_data(struct ufile *file, ntfs_volume *vol) in get_data() function