/system/core/storaged/tools/ |
D | ranker.py | 99 words = line.split() 100 if words[0] == "->": 105 i = len(words) - 8 106 task = " ".join(words[1:i]) 110 task_io[j] += long(words[i+j]) 114 task_io.append(long(words[i+j])) 117 elif len(words) > 8: 118 if not is_number(words[0]) and args.native: 123 i = len(words) - 8 124 uid = " ".join(words[:i]) [all …]
|
/system/tools/xsdc/src/com/android/xsdc/cpp/ |
D | Utils.java | 39 private static String toCamelCase(String[] words) { in toCamelCase() argument 40 String res = words[0]; in toCamelCase() 41 for (int idx = 1; idx < words.length; ++idx) { in toCamelCase() 42 res += capitalize(words[idx]); in toCamelCase()
|
/system/tools/xsdc/src/com/android/xsdc/java/ |
D | Utils.java | 36 private static String toCamelCase(String[] words) { in toCamelCase() argument 37 String res = words[0]; in toCamelCase() 38 for (int idx = 1; idx < words.length; ++idx) { in toCamelCase() 39 res += capitalize(words[idx]); in toCamelCase()
|
/system/extras/boottime_tools/io_analysis/ |
D | check_io_trace.py | 109 words = string.split(l) 110 cmd_pos = get_string_pos(words, "block_rq_complete:") 112 cmd_pos = get_string_pos(words, "block_bio_complete:") 113 block_num = int(words[-4]) 117 operation = words[cmd_pos + 2] 120 end_time = int(float(words[cmd_pos - 1][:-1])*1000000) #us
|
/system/core/init/ |
D | subcontext_test.cpp | 190 auto words = std::make_shared<std::vector<std::string>>(); in BuildTestFunctionMap() local 191 test_function_map.Add("add_word", 1, 1, true, [words](const BuiltinArguments& args) { in BuildTestFunctionMap() 192 words->emplace_back(args[1]); in BuildTestFunctionMap() 196 [words](const BuiltinArguments& args) -> Result<Success> { in BuildTestFunctionMap() 197 return Error() << Join(*words, " "); in BuildTestFunctionMap()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 158 uint64_t* sp, size_t words, int label) { in dump_stack_segment() argument 160 word_t stack_data[words]; in dump_stack_segment() 164 size_t bytes_read = memory->Read(*sp, stack_data, sizeof(word_t) * words); in dump_stack_segment() 165 words = bytes_read / sizeof(word_t); in dump_stack_segment() 167 for (size_t i = 0; i < words; i++) { in dump_stack_segment() 232 size_t words; in dump_stack() local 237 words = STACK_WORDS; in dump_stack() 239 words = (next_sp - sp) / sizeof(word_t); in dump_stack() 240 if (words == 0) { in dump_stack() 243 words = 1; in dump_stack() [all …]
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 1451 for words in text.split(" "): 1454 if len(words.split(char)) >= CAP_LETTER_MIN: 1455 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words) 1456 new_txt = new_txt.replace(words, new_word)
|
/system/update_engine/ |
D | pylintrc | 175 # List of comma separated words that should not be checked. 176 spelling-ignore-words= 181 # Tells whether to store unknown words to indicated private dictionary in 183 spelling-store-unknown-words=no
|
/system/extras/boottime_tools/bootanalyze/ |
D | bootanalyze.py | 540 words = line.split() 541 if len(words) > 1: 542 pid = int(words[1])
|
/system/core/bootstat/ |
D | bootstat.cpp | 802 std::vector<std::string> words(android::base::Split(reason, ",_-")); in BootReasonStrToReason() local 805 for (auto& r : words) { in BootReasonStrToReason()
|
/system/bt/doc/ |
D | style_guide.md | 23 mirrored. In other words, if `src/` contains a subdirectory called `foo/`, 163 mechanism exists. In other words, use `__func__` over `__FUNCTION__`.
|
/system/netd/server/ |
D | NetdNativeService.cpp | 143 bool contains(const Vector<String16>& words, const String16& word) { in contains() argument 144 for (const auto& w : words) { in contains()
|
/system/core/adb/ |
D | protocol.txt | 29 32 bit words which are sent across the wire in little endian format.
|
/system/media/audio_utils/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 285 # When enabled doxygen tries to link words that correspond to documented 1197 # words in the documentation. The HTML workshop also contains a viewer for
|
D | Doxyfile.orig | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 285 # When enabled doxygen tries to link words that correspond to documented 1197 # words in the documentation. The HTML workshop also contains a viewer for
|
/system/chre/pal/doc/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 296 # When enabled doxygen tries to link words that correspond to documented 1241 # words in the documentation. The HTML workshop also contains a viewer for
|
/system/chre/chre_api/doc/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 296 # When enabled doxygen tries to link words that correspond to documented 1241 # words in the documentation. The HTML workshop also contains a viewer for
|