Searched refs:Word (Results 1 – 10 of 10) sorted by relevance
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | SizeTraits.h | 25 typedef uint32_t Word; typedef 34 typedef uint64_t Word; typedef 48 typedef llvm::ELF::Elf32_Word Word; typedef 66 typedef llvm::ELF::Elf64_Word Word; typedef 140 typename SizeTraits<SIZE>::Word bswap(typename SizeTraits<SIZE>::Word pData); 143 inline SizeTraits<32>::Word bswap<32>(SizeTraits<32>::Word pData) { 148 inline SizeTraits<64>::Word bswap<64>(SizeTraits<64>::Word pData) {
|
/frameworks/native/libs/ftl/ |
D | small_vector_test.cpp | 264 struct Word { in TEST() struct 265 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument 268 bool operator==(const Word& other) const { return other.str == str; } in TEST() argument 271 SmallVector words = ftl::init::list<Word>("colored")("velour"); in TEST() 275 const Word& word = words.replace(words.last(), words.back().str.substr(0, 3) + "vet"); in TEST() 276 EXPECT_EQ(word, Word("velvet")); in TEST() 286 const Word& word = words.replace(words.begin(), words.front().str.substr(4)); in TEST() 287 EXPECT_EQ(word, Word("red")); in TEST() 290 EXPECT_EQ(words, (SmallVector{Word("red"), Word("velvet"), Word("cake")})); in TEST()
|
D | static_vector_test.cpp | 256 struct Word { in TEST() struct 257 explicit Word(std::string str) : str(std::move(str)) {} in TEST() argument 261 StaticVector words = ftl::init::list<Word>("red")("velour")("cake"); in TEST() 265 const Word& word = words.replace(it, it->str.substr(0, 3) + "vet"); in TEST()
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectWriter.cpp | 483 typedef typename ELFSizeTraits<SIZE>::Word ElfXX_Word; in emitRel() 525 typedef typename ELFSizeTraits<SIZE>::Word ElfXX_Word; in emitRela() 564 typedef typename ELFSizeTraits<SIZE>::Word ElfXX_Word; in getSectEntrySize()
|
/frameworks/minikin/doc/ |
D | hyb_file_format.md | 31 [Word Hy-phen-a-tion by Com-put-er](http://www.tug.org/docs/liang/liang-thesis.pdf) by
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1695 # RTF output is optimized for Word 97 and may not look too pretty with other RTF 1720 # browsing using Word or some other Word compatible readers that support those
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 1786 # RTF output is optimized for Word 97 and may not look too pretty with other RTF 1811 # browsing using Word or some other Word compatible readers that support those
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile | 1836 # RTF output is optimized for Word 97 and may not look too pretty with other RTF 1861 # browsing using Word or some other Word compatible readers that support those
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1172 # The RTF output is optimized for Word 97 and may not look very pretty with
|
/frameworks/native/docs/ |
D | Doxyfile | 1430 # The RTF output is optimized for Word 97 and may not look very pretty with
|