Home
last modified time | relevance | path

Searched refs:getContents (Results 1 – 25 of 91) sorted by relevance

1234

/external/llvm/lib/MC/
DMCObjectStreamer.cpp102 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()
DMCAssembler.cpp321 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 …]
DMCPureStreamer.cpp135 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()
DWinCOFFStreamer.cpp300 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/
DWriterTest.java33 .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/
DJ3MLoader.java382 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/
DMCAssembler.h132 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/
DMachODump.cpp120 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/
DXResources_en.java39 public Object[][] getContents() in getContents() method in XResources_en
DXResources_es.java39 public Object[][] getContents() in getContents() method in XResources_es
DXResources_sv.java39 public Object[][] getContents() in getContents() method in XResources_sv
DXResources_it.java39 public Object[][] getContents() in getContents() method in XResources_it
DXResources_de.java39 public Object[][] getContents() in getContents() method in XResources_de
DXResources_fr.java39 public Object[][] getContents() in getContents() method in XResources_fr
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_TestResource.java23 protected Object[][] getContents() { in getContents() method in Support_TestResource
DSupport_TestResource_fr_FR_VAR.java23 protected Object[][] getContents() { in getContents() method in Support_TestResource_fr_FR_VAR
DSupport_TestResource_fr_FR.java23 protected Object[][] getContents() { in getContents() method in Support_TestResource_fr_FR
DSupport_TestResource_en_US.java23 protected Object[][] getContents() { in getContents() method in Support_TestResource_en_US
DSupport_TestResource_fr.java23 protected Object[][] getContents() { in getContents() method in Support_TestResource_fr
DSupport_TestResource_en.java23 protected Object[][] getContents() { in getContents() method in Support_TestResource_en
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/resources/
Dhyts_resource_en_US.java23 protected Object[][] getContents() { in getContents() method in hyts_resource_en_US
Dhyts_resource_en_US_VAR.java23 protected Object[][] getContents() { in getContents() method in hyts_resource_en_US_VAR
Dhyts_resource_fr.java23 protected Object[][] getContents() { in getContents() method in hyts_resource_fr
/external/apache-harmony/support/src/test/resources/tests/resources/subfolder/tests/norootresources/
Dhyts_resource_fr_FR_VAR.java22 protected Object[][] getContents() { in getContents() method in hyts_resource_fr_FR_VAR
Dhyts_resource_en_US_VAR.java23 protected Object[][] getContents() { in getContents() method in hyts_resource_en_US_VAR

1234