Home
last modified time | relevance | path

Searched defs:getData (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionary.java15 ByteBuffer getData(); in getData() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugUnknownSubsection.h23 BinaryStreamRef getData() const { return Data; } in getData() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DRawInputStream.php22 public function getData() function in Google\\Protobuf\\Internal\\RawInputStream
DCodedOutputStream.php28 public function getData() function in Google\\Protobuf\\Internal\\CodedOutputStream
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DBasicPeriodFormatterFactory.java212 PeriodFormatterData getData() { in getData() method in BasicPeriodFormatterFactory
220 PeriodFormatterData getData(String locName) { in getData() method in BasicPeriodFormatterFactory
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DBasicPeriodFormatterFactory.java214 PeriodFormatterData getData() { in getData() method in BasicPeriodFormatterFactory
222 PeriodFormatterData getData(String locName) { in getData() method in BasicPeriodFormatterFactory
/third_party/vk-gl-cts/executor/
DxeCallQueue.hpp61 const deUint8* getData (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData() function in xe::Call
62 deUint8* getData (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getData() function in xe::Call
DxeBatchResult.hpp87 const deUint8* getData (void) const { return !m_data.empty() ? &m_data[0] : DE_NULL; } in getData() function in xe::TestCaseResultData
88 deUint8* getData (void) { return !m_data.empty() ? &m_data[0] : DE_NULL; } in getData() function in xe::TestCaseResultData
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsOnClassProperty.ts8 getData() { method in D
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DMMap.h50 char* getData() { return fBuff; } in getData() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
DAAssetDataSource.h29 const float* getData() const override { return mBuffer.get(); } in getData() function
/third_party/typescript/tests/cases/compiler/
DindexedAccessTypeConstraints.ts15 getData(): Data<M> { method in Parent
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationRoot.java38 public static final CollationData getData() { in getData() method in CollationRoot
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationRoot.java36 public static final CollationData getData() { in getData() method in CollationRoot
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DBinary.cpp40 StringRef Binary::getData() const { return Data.getBuffer(); } in getData() function in Binary
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDictionary.java83 public static ByteBuffer getData() { in getData() method in Dictionary
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationroot.cpp89 CollationRoot::getData(UErrorCode &errorCode) { in getData() function in CollationRoot
Dnumber_output.cpp73 const impl::UFormattedNumberRangeData* FormattedNumberRange::getData(UErrorCode& status) const { in getData() function in number::FormattedNumberRange
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugPubTable.h75 ArrayRef<Set> getData() { return Sets; } in getData() function
/third_party/icu/icu4c/source/i18n/
Dnumber_output.cpp74 const impl::UFormattedNumberRangeData* FormattedNumberRange::getData(UErrorCode& status) const { in getData() function in number::FormattedNumberRange
Dcollationroot.cpp119 CollationRoot::getData(UErrorCode &errorCode) { in getData() function in CollationRoot
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Dnumber_output.cpp74 const impl::UFormattedNumberRangeData* FormattedNumberRange::getData(UErrorCode& status) const { in getData() function in number::FormattedNumberRange
Dcollationroot.cpp119 CollationRoot::getData(UErrorCode &errorCode) { in getData() function in CollationRoot
/third_party/skia/m133/include/core/
DSkStream.h142 virtual sk_sp<SkData> getData() const { return nullptr; } in getData() function
395 sk_sp<SkData> getData() const override { return fData; } in getData() function
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.hpp145 const void* getData (void) const { return &m_data[0]; } in getData() function in tcu::CompressedTexture
146 void* getData (void) { return &m_data[0]; } in getData() function in tcu::CompressedTexture

1234