/external/llvm/lib/MC/ |
D | MCObjectStreamer.cpp | 102 DF->addFixup(MCFixup::Create(DF->getContents().size(), in EmitValueImpl() 105 DF->getContents().resize(DF->getContents().size() + Size, 0); in EmitValueImpl() 128 SD.setOffset(F->getContents().size()); in EmitLabel() 261 DF->addFixup(MCFixup::Create(DF->getContents().size(), Value, FK_GPRel_4)); in EmitGPRel32Value() 262 DF->getContents().resize(DF->getContents().size() + 4, 0); in EmitGPRel32Value() 269 DF->addFixup(MCFixup::Create(DF->getContents().size(), Value, FK_GPRel_4)); in EmitGPRel64Value() 270 DF->getContents().resize(DF->getContents().size() + 8, 0); in EmitGPRel64Value()
|
D | MCAssembler.cpp | 321 return cast<MCDataFragment>(F).getContents().size(); in computeFragmentSize() 328 return cast<MCLEBFragment>(F).getContents().size(); in computeFragmentSize() 361 return cast<MCDwarfLineAddrFragment>(F).getContents().size(); in computeFragmentSize() 363 return cast<MCDwarfCallFrameFragment>(F).getContents().size(); in computeFragmentSize() 443 assert(FragmentSize == DF.getContents().size() && "Invalid size!"); in WriteFragmentData() 444 OW->WriteBytes(DF.getContents().str()); in WriteFragmentData() 473 OW->WriteBytes(LF.getContents().str()); in WriteFragmentData() 488 OW->WriteBytes(OF.getContents().str()); in WriteFragmentData() 493 OW->WriteBytes(CF.getContents().str()); in WriteFragmentData() 519 for (unsigned i = 0, e = DF.getContents().size(); i != e; ++i) in writeSectionData() [all …]
|
D | MCPureStreamer.cpp | 135 SD.setOffset(F->getContents().size()); in EmitLabel() 154 getOrCreateDataFragment()->getContents().append(Data.begin(), Data.end()); in EmitBytes() 221 Fixups[i].setOffset(Fixups[i].getOffset() + DF->getContents().size()); in EmitInstToData() 224 DF->getContents().append(Code.begin(), Code.end()); in EmitInstToData()
|
D | WinCOFFStreamer.cpp | 300 DF->addFixup(MCFixup::Create(DF->getContents().size(), in EmitCOFFSecRel32() 303 DF->getContents().resize(DF->getContents().size() + 4, 0); in EmitCOFFSecRel32() 339 getOrCreateDataFragment()->getContents().append(Data.begin(), Data.end()); in EmitBytes()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | WriterTest.java | 33 .getContents())); in test_appendChar() 44 assertEquals(testString, String.valueOf(writer.getContents())); in test_appendCharSequence() 57 .getContents())); in test_appendCharSequenceIntInt() 139 public char[] getContents() { in getContents() method in WriterTest.MockWriter
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/material/plugins/ |
D | J3MLoader.java | 382 readWorldParams(statement.getContents()); in readTechniqueStatement() 384 readRenderState(statement.getContents()); in readTechniqueStatement() 386 readDefines(statement.getContents()); in readTechniqueStatement() 410 for (Statement statement : techStat.getContents()){ in readTechnique() 482 for (Statement statement : materialStat.getContents()){ in loadFromRoot() 487 readExtendingMaterialParams(statement.getContents()); in loadFromRoot() 489 readAdditionalRenderState(statement.getContents()); in loadFromRoot() 497 readMaterialParams(statement.getContents()); in loadFromRoot()
|
/external/llvm/include/llvm/MC/ |
D | MCAssembler.h | 132 SmallString<32> &getContents() { return Contents; } in getContents() function 133 const SmallString<32> &getContents() const { return Contents; } in getContents() function 367 SmallString<8> &getContents() { return Contents; } in getContents() function 368 const SmallString<8> &getContents() const { return Contents; } in getContents() function 404 SmallString<8> &getContents() { return Contents; } in getContents() function 405 const SmallString<8> &getContents() const { return Contents; } in getContents() function 434 SmallString<8> &getContents() { return Contents; } in getContents() function 435 const SmallString<8> &getContents() const { return Contents; } in getContents() function
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 120 Sections[i].getContents(bytes); in DumpAddress() 347 DebugSections[SectIdx].getContents(DebugAbbrevSection); in DisassembleInputMachO() 349 DebugSections[SectIdx].getContents(DebugInfoSection); in DisassembleInputMachO() 351 DebugSections[SectIdx].getContents(DebugArangesSection); in DisassembleInputMachO() 353 DebugSections[SectIdx].getContents(DebugLineSection); in DisassembleInputMachO() 355 DebugSections[SectIdx].getContents(DebugStrSection); in DisassembleInputMachO() 382 Sections[SectIdx].getContents(SectBegin); in DisassembleInputMachO() 389 Sections[SectIdx].getContents(Bytes); in DisassembleInputMachO()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/res/ |
D | XResources_en.java | 39 public Object[][] getContents() in getContents() method in XResources_en
|
D | XResources_es.java | 39 public Object[][] getContents() in getContents() method in XResources_es
|
D | XResources_sv.java | 39 public Object[][] getContents() in getContents() method in XResources_sv
|
D | XResources_it.java | 39 public Object[][] getContents() in getContents() method in XResources_it
|
D | XResources_de.java | 39 public Object[][] getContents() in getContents() method in XResources_de
|
D | XResources_fr.java | 39 public Object[][] getContents() in getContents() method in XResources_fr
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_TestResource.java | 23 protected Object[][] getContents() { in getContents() method in Support_TestResource
|
D | Support_TestResource_fr_FR_VAR.java | 23 protected Object[][] getContents() { in getContents() method in Support_TestResource_fr_FR_VAR
|
D | Support_TestResource_fr_FR.java | 23 protected Object[][] getContents() { in getContents() method in Support_TestResource_fr_FR
|
D | Support_TestResource_en_US.java | 23 protected Object[][] getContents() { in getContents() method in Support_TestResource_en_US
|
D | Support_TestResource_fr.java | 23 protected Object[][] getContents() { in getContents() method in Support_TestResource_fr
|
D | Support_TestResource_en.java | 23 protected Object[][] getContents() { in getContents() method in Support_TestResource_en
|
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/ |
D | hyts_resource_en_US.java | 23 protected Object[][] getContents() { in getContents() method in hyts_resource_en_US
|
D | hyts_resource_en_US_VAR.java | 23 protected Object[][] getContents() { in getContents() method in hyts_resource_en_US_VAR
|
D | hyts_resource_fr.java | 23 protected Object[][] getContents() { in getContents() method in hyts_resource_fr
|
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/ |
D | hyts_resource_fr_FR_VAR.java | 22 protected Object[][] getContents() { in getContents() method in hyts_resource_fr_FR_VAR
|
D | hyts_resource_en_US_VAR.java | 23 protected Object[][] getContents() { in getContents() method in hyts_resource_en_US_VAR
|