/system/extras/memory_replay/ |
D | main.cpp | 45 char* word = reinterpret_cast<char*>(memchr(line, ':', line_len)); in GetMaxAllocs() local 46 if (word == nullptr) { in GetMaxAllocs() 50 word++; in GetMaxAllocs() 51 while (*word++ == ' '); in GetMaxAllocs() 55 if (*word == 'f') { in GetMaxAllocs() 58 if (sscanf(word, "free %" SCNxPTR, &pointer) == 1 && pointer != 0) { in GetMaxAllocs() 61 } else if (*word != 't') { in GetMaxAllocs()
|
/system/libhwbinder/ |
D | Debug.cpp | 221 size_t word; in printHexData() local 223 for (word = 0; word < bytesPerLine; ) { in printHexData() 229 const size_t startIndex = word+align_offset; in printHexData() 234 if (index == 0 && word > 0 && alignment > 0) { in printHexData() 248 if (index == 0 && word > 0) { in printHexData() 264 word += index; in printHexData()
|
/system/core/storaged/tools/ |
D | ranker.py | 70 def is_number(word): argument 72 int(word)
|
/system/core/libpixelflinger/codeflinger/ |
D | mips_disassem.c | 192 i.word = insn; in db_disasm_insn() 196 if (i.word == 0) { in db_disasm_insn() 200 if (i.word == 0x0080) { in db_disasm_insn() 204 if (i.word == 0x00c0) { in db_disasm_insn()
|
D | mips64_disassem.c | 157 i.word = insn; in db_disasm_insn() 161 if (i.word == 0) { in db_disasm_insn() 165 if (i.word == 0x0080) { in db_disasm_insn() 169 if (i.word == 0x00c0) { in db_disasm_insn()
|
D | mips_opcode.h | 48 unsigned word; member
|
D | ARMAssembler.cpp | 420 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
|
/system/core/init/ |
D | subcontext_test.cpp | 108 for (const auto& word : expected_words) { in TEST() local 111 word, in TEST()
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | fastgrep.c | 95 fg->word = wflag; in fastcomp() 116 fg->word = true; in fastcomp()
|
D | grep.h | 110 bool word; member
|
D | util.c | 326 if (fg_pattern[i].word && pmatch.rm_so != 0) { in procline()
|
/system/core/rootdir/ |
D | Android.mk | 151 ; mkdir -p $(dir $(TARGET_ROOT_OUT)/$(word 2,$(p))) \ 152 ; ln -sf $(word 1,$(p)) $(TARGET_ROOT_OUT)/$(word 2,$(p)))
|
/system/core/libcrypto_utils/ |
D | android_pubkey.c | 27 #error RSA modulus size must be multiple of the word size!
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 222 uint64_t word = 0; in IncomingCommandPacket() local 225 response_data.push_back(word); in IncomingCommandPacket() 226 word = 0; in IncomingCommandPacket() 228 word |= static_cast<uint64_t>(name[i]) << (8 * (i % 8)); in IncomingCommandPacket() 230 response_data.push_back(word); in IncomingCommandPacket() 599 uint64_t word = 0; in IncomingResponsePacket() local 603 word = args.extract<uint64_t>(); in IncomingResponsePacket() 605 remote_name += static_cast<uint8_t>(word >> (byte * 8)); in IncomingResponsePacket()
|
/system/timezone/testing/data/test1/output_data/icu_overlay/ |
D | LICENSE | 118 # The word list in cjdict.txt are generated by combining three word lists 119 # listed below with further processing for compound word breaking. The 330 # github.com/kanyawtech/myanmar-karen-word-lists
|
/system/timezone/output_data/icu_overlay/ |
D | LICENSE | 118 # The word list in cjdict.txt are generated by combining three word lists 119 # listed below with further processing for compound word breaking. The 330 # github.com/kanyawtech/myanmar-karen-word-lists
|
/system/timezone/testing/data/test2/output_data/icu_overlay/ |
D | LICENSE | 118 # The word list in cjdict.txt are generated by combining three word lists 119 # listed below with further processing for compound word breaking. The 330 # github.com/kanyawtech/myanmar-karen-word-lists
|
/system/media/camera/docs/ |
D | html.mako | 41 table { border-collapse:collapse; table-layout: fixed; width: 100%; word-wrap: break-word }
|
/system/netd/server/ |
D | NetdNativeService.cpp | 143 bool contains(const Vector<String16>& words, const String16& word) { in contains() argument 145 if (w == word) return true; in contains()
|
/system/update_engine/ |
D | pylintrc | 178 # A path to a file that contains private dictionary; one word per line.
|
/system/media/audio_utils/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 225 # This tag can be used to specify a number of word-keyword mappings (TCL only). 287 # be prevented in individual cases by by putting a % sign in front of the word 801 # output. The symbol name can be a fully qualified name, a word, or if the
|
D | Doxyfile.orig | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 225 # This tag can be used to specify a number of word-keyword mappings (TCL only). 287 # be prevented in individual cases by by putting a % sign in front of the word 801 # output. The symbol name can be a fully qualified name, a word, or if the
|
/system/chre/pal/doc/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 233 # This tag can be used to specify a number of word-keyword mappings (TCL only). 298 # be prevented in individual cases by putting a % sign in front of the word or 834 # output. The symbol name can be a fully qualified name, a word, or if the
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 233 # This tag can be used to specify a number of word-keyword mappings (TCL only). 298 # be prevented in individual cases by putting a % sign in front of the word or 834 # output. The symbol name can be a fully qualified name, a word, or if the
|