Home
last modified time | relevance | path

Searched defs:readData (Results 1 – 18 of 18) sorted by relevance

/third_party/node/lib/internal/child_process/
Dserialization.js58 *parseChannelMessages(channel, readData) { argument
105 *parseChannelMessages(channel, readData) { argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream_unittest.cpp73 std::vector<unsigned int> readData; in TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp247 const void* readData = nullptr; in OnBufferMapAsyncCallback() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRecordList.java17 final ReadableFontData readData; field in RecordList
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRecordList.java17 final ReadableFontData readData; field in RecordList
/third_party/flutter/skia/src/core/
DSkReader32.h139 sk_sp<SkData> readData() { in readData() function
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
DXMLRecordReader.java210 private String readData() { in readData() method in XMLRecordReader
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DXMLRecordReader.java206 private String readData() { in readData() method in XMLRecordReader
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUBiDiProps.java46 private void readData(ByteBuffer bytes) throws IOException { in readData() method in UBiDiProps
DUCaseProps.java50 private final void readData(ByteBuffer bytes) throws IOException { in readData() method in UCaseProps
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java42 private void readData(ByteBuffer bytes) throws IOException { in readData() method in UBiDiProps
DUCaseProps.java46 private final void readData(ByteBuffer bytes) throws IOException { in readData() method in UCaseProps
/third_party/flutter/skia/tests/
DSRGBReadWritePixelsTest.cpp128 SkAutoTMalloc<uint32_t> readData(w * h); in read_and_check_pixels() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DProfile.cpp96 static Expected<Profile::Data> readData(DataExtractor &Extractor, in readData() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSpoofChecker.java1907 private void readData(ByteBuffer bytes) throws java.io.IOException { in readData() method in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DSpoofChecker.java1838 private void readData(ByteBuffer bytes) throws java.io.IOException { in readData() method in SpoofChecker.Builder.ConfusabledataBuilder.SpoofData
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp1452 for (const auto& readData : readableLayoutsData) in createNoneStageTests() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp2423 std::vector<GLubyte> readData(TEX_SIZE * TEX_SIZE * 4, 0); in iterate() local