/third_party/node/test/parallel/ |
D | test-fs-read-offset-null.js | 34 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/ |
D | PDBStringTable.cpp | 28 if (auto EC = Reader.readObject(Header)) in readHeader() 64 if (auto EC = Reader.readObject(HashCount)) in readHashTable()
|
D | InjectedSourceStream.cpp | 31 if (auto EC = Reader.readObject(Header)) in reload()
|
D | PublicsStream.cpp | 68 if (Reader.readObject(Header)) in reload()
|
D | DbiModuleDescriptor.cpp | 24 if (auto EC = Reader.readObject(Info.Layout)) in initialize()
|
D | InfoStream.cpp | 28 if (auto EC = Reader.readObject(Header)) in reload()
|
D | DbiStream.cpp | 58 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/ |
D | DebugLinesSubsection.cpp | 27 if (auto EC = Reader.readObject(BlockHeader)) in operator ()() 57 if (auto EC = Reader.readObject(Header)) in initialize()
|
D | DebugFrameDataSubsection.cpp | 17 if (auto EC = Reader.readObject(RelocPtr)) in initialize()
|
D | DebugCrossImpSubsection.cpp | 33 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
|
D | DebugSubsectionRecord.cpp | 35 if (auto EC = Reader.readObject(Header)) in initialize()
|
D | DebugChecksumsSubsection.cpp | 39 if (auto EC = Reader.readObject(Header)) in operator ()()
|
D | DebugInlineeLinesSubsection.cpp | 27 if (auto EC = Reader.readObject(Item.Header)) in operator ()()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | Properties.java | 25 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in Properties
|
D | DecimalFormatProperties.java | 588 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/ |
D | Properties.java | 27 private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException { in readObject() method in Properties
|
D | DecimalFormatProperties.java | 593 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/ |
D | tcuThreadUtil.cpp | 278 readObject(SharedPtr<Object>(a)); in CompareData() 279 readObject(SharedPtr<Object>(b)); in CompareData()
|
D | tcuThreadUtil.hpp | 138 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/ |
D | BoundedByteStringTest.java | 104 Object o = ois.readObject(); in testJavaSerialization()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | HashTable.h | 122 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/ |
D | CVRecord.h | 102 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2416 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()
|
D | SelectFormat.java | 378 private void readObject(ObjectInputStream in) in readObject() method in SelectFormat
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | MessageFormat.java | 2372 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()
|