Home
last modified time | relevance | path

Searched refs:readObject (Results 1 – 25 of 133) sorted by relevance

123456

/third_party/node/test/parallel/
Dtest-fs-read-offset-null.js34 const readObject = await filehandle.read(buf, null, buf.length); constant
35 assert.strictEqual(readObject.buffer[0], 120);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBStringTable.cpp28 if (auto EC = Reader.readObject(Header)) in readHeader()
64 if (auto EC = Reader.readObject(HashCount)) in readHashTable()
DInjectedSourceStream.cpp31 if (auto EC = Reader.readObject(Header)) in reload()
DPublicsStream.cpp68 if (Reader.readObject(Header)) in reload()
DDbiModuleDescriptor.cpp24 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
DInfoStream.cpp28 if (auto EC = Reader.readObject(Header)) in reload()
DDbiStream.cpp58 if (auto EC = Reader.readObject(Header)) in reload()
371 if (auto EC = SMReader.readObject(Header)) in initializeSectionMapData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp27 if (auto EC = Reader.readObject(BlockHeader)) in operator ()()
57 if (auto EC = Reader.readObject(Header)) in initialize()
DDebugFrameDataSubsection.cpp17 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
DDebugCrossImpSubsection.cpp33 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
DDebugSubsectionRecord.cpp35 if (auto EC = Reader.readObject(Header)) in initialize()
DDebugChecksumsSubsection.cpp39 if (auto EC = Reader.readObject(Header)) in operator ()()
DDebugInlineeLinesSubsection.cpp27 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DProperties.java25 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in Properties
DDecimalFormatProperties.java588 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in DecimalFormatProperties
607 String name = (String) ois.readObject(); in readObjectImpl()
608 Object value = ois.readObject(); in readObjectImpl()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DProperties.java27 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in Properties
DDecimalFormatProperties.java593 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in DecimalFormatProperties
612 String name = (String) ois.readObject(); in readObjectImpl()
613 Object value = ois.readObject(); in readObjectImpl()
/third_party/vk-gl-cts/framework/common/
DtcuThreadUtil.cpp278 readObject(SharedPtr<Object>(a)); in CompareData()
279 readObject(SharedPtr<Object>(b)); in CompareData()
DtcuThreadUtil.hpp138 void readObject (de::SharedPtr<Object> object) { object->read(m_event, m_deps); } in readObject() function in tcu::ThreadUtil::Operation
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DBoundedByteStringTest.java104 Object o = ois.readObject(); in testJavaSerialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHashTable.h122 if (auto EC = Stream.readObject(H)) in load()
149 if (auto EC = Stream.readObject(Value)) in load()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCVRecord.h102 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java2416 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in MessageFormat
2419 String languageTag = (String)in.readObject(); in readObject()
2421 MessagePattern.ApostropheMode aposMode = (MessagePattern.ApostropheMode)in.readObject(); in readObject()
2425 String msg = (String)in.readObject(); in readObject()
2432 Format formatter = (Format)in.readObject(); in readObject()
2438 in.readObject(); in readObject()
DSelectFormat.java378 private void readObject(ObjectInputStream in) in readObject() method in SelectFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMessageFormat.java2372 private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException { in readObject() method in MessageFormat
2375 String languageTag = (String)in.readObject(); in readObject()
2377 MessagePattern.ApostropheMode aposMode = (MessagePattern.ApostropheMode)in.readObject(); in readObject()
2381 String msg = (String)in.readObject(); in readObject()
2388 Format formatter = (Format)in.readObject(); in readObject()
2394 in.readObject(); in readObject()

123456