HomeSort by relevance Sort by last modified time
    Searched refs:writeInteger (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
StreamWriter.h 32 Error writeInteger(uint16_t Dest);
33 Error writeInteger(uint32_t Dest);
40 return writeInteger(
  /external/parameter-framework/upstream/parameter/
BitParameterBlock.cpp 74 pBlackboard->writeInteger(&uiDefaultValue, getSize(),
BitwiseAreaConfiguration.cpp 64 pToBlackboard->writeInteger(&uiDstData, pBitParameter->getBelongingBlockSize(), offset);
87 _blackboard.writeInteger(&uiDstData, pBitParameter->getBelongingBlockSize(), 0);
Parameter.cpp 94 pBlackboard->writeInteger(&uiDefaultValue, getSize(),
186 pBlackboard->writeInteger(&uiData, getSize(), offset);
ParameterBlackboard.h 46 void writeInteger(const void *pvSrcData, size_t size, size_t offset);
ParameterBlackboard.cpp 47 void CParameterBlackboard::writeInteger(const void *pvSrcData, size_t size, size_t offset)
90 writeInteger(pvSrcData, size, offset);
BitParameter.cpp 159 pBlackboard->writeInteger(&uiData, getBelongingBlockSize(), offset);
ArrayParameter.cpp 196 pBlackboard->writeInteger(&uiDefaultValue, size, offset);
415 pBlackboard->writeInteger(&uiData, getSize(), offset);
  /external/llvm/lib/DebugInfo/CodeView/
StreamWriter.cpp 28 Error StreamWriter::writeInteger(uint16_t Int) {
32 Error StreamWriter::writeInteger(uint32_t Int) {
  /external/llvm/lib/DebugInfo/PDB/Raw/
NameMap.cpp 149 if (auto EC = Writer.writeInteger(0U)) // Number of bytes in table
152 if (auto EC = Writer.writeInteger(0U)) // Hash Size
155 if (auto EC = Writer.writeInteger(0U)) // Max Number of Strings
158 if (auto EC = Writer.writeInteger(0U)) // Num Present Words
161 if (auto EC = Writer.writeInteger(0U)) // Num Deleted Words
PDBFile.cpp 358 if (auto EC = DW.writeInteger(this->getNumStreams()))
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveWriter.cpp 30 static inline void writeInteger(unsigned num, std::ofstream& ARFile) {
326 writeInteger(I->second, ARFile);
328 writeInteger(I->first.length(), ARFile);
  /external/deqp/framework/common/
tcuTestLog.hpp 154 void writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value);
535 log.writeInteger(m_name.c_str(), m_desc.c_str(), m_unit.c_str(), m_tag, m_value);
tcuTestLog.cpp 420 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value)
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 327 EXPECT_NO_ERROR(Writer.writeInteger(u16[0]));
336 EXPECT_NO_ERROR(Writer.writeInteger(u32[0]));
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 2660 milliseconds