/external/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | StreamWriter.h | 32 Error writeInteger(uint16_t Dest); 33 Error writeInteger(uint32_t Dest); 40 return writeInteger(
|
/external/parameter-framework/upstream/parameter/ |
H A D | BitParameterBlock.cpp | 74 pBlackboard->writeInteger(&uiDefaultValue, getSize(),
|
H A D | BitwiseAreaConfiguration.cpp | 64 pToBlackboard->writeInteger(&uiDstData, pBitParameter->getBelongingBlockSize(), offset); 87 _blackboard.writeInteger(&uiDstData, pBitParameter->getBelongingBlockSize(), 0);
|
H A D | Parameter.cpp | 94 pBlackboard->writeInteger(&uiDefaultValue, getSize(), 186 pBlackboard->writeInteger(&uiData, getSize(), offset);
|
H A D | ParameterBlackboard.cpp | 47 void CParameterBlackboard::writeInteger(const void *pvSrcData, size_t size, size_t offset) function in class:CParameterBlackboard 90 writeInteger(pvSrcData, size, offset);
|
H A D | ParameterBlackboard.h | 46 void writeInteger(const void *pvSrcData, size_t size, size_t offset);
|
H A D | BitParameter.cpp | 159 pBlackboard->writeInteger(&uiData, getBelongingBlockSize(), offset);
|
H A D | ArrayParameter.cpp | 196 pBlackboard->writeInteger(&uiDefaultValue, size, offset); 415 pBlackboard->writeInteger(&uiData, getSize(), offset);
|
/external/llvm/lib/DebugInfo/CodeView/ |
H A D | StreamWriter.cpp | 28 Error StreamWriter::writeInteger(uint16_t Int) { function in class:StreamWriter 32 Error StreamWriter::writeInteger(uint32_t Int) { function in class:StreamWriter
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
H A D | 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
|
H A D | PDBFile.cpp | 358 if (auto EC = DW.writeInteger(this->getNumStreams()))
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
H A D | ArchiveWriter.cpp | 30 static inline void writeInteger(unsigned num, std::ofstream& ARFile) { function 326 writeInteger(I->second, ARFile); 328 writeInteger(I->first.length(), ARFile);
|
/external/deqp/framework/common/ |
H A D | 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);
|
H A D | tcuTestLog.cpp | 420 void TestLog::writeInteger (const char* name, const char* description, const char* unit, qpKeyValueTag tag, deInt64 value) function in class:tcu::TestLog
|
/external/llvm/unittests/DebugInfo/PDB/ |
H A D | MappedBlockStreamTest.cpp | 327 EXPECT_NO_ERROR(Writer.writeInteger(u16[0])); 336 EXPECT_NO_ERROR(Writer.writeInteger(u32[0]));
|
/external/guice/extensions/persist/lib/ |
H A D | hsqldb.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ... |