/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/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/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/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 | 194 auto words = std::make_shared<std::vector<std::string>>(); in BuildTestFunctionMap() local 195 auto do_add_word = [words](const BuiltinArguments& args) { in BuildTestFunctionMap() 196 words->emplace_back(args[1]); in BuildTestFunctionMap() 199 auto do_return_words_as_error = [words](const BuiltinArguments& args) -> Result<void> { in BuildTestFunctionMap() 200 return Error() << Join(*words, " "); in BuildTestFunctionMap()
|
/system/tools/hidl/lint/lints/ |
D | methodDocComment.cpp | 49 std::vector<std::string> words = base::Split(line, " "); in getFirstWordAfterPrefix() local 50 *out = words.empty() ? "" : words.at(0); in getFirstWordAfterPrefix()
|
/system/media/camera/docs/ |
D | metadata_helpers.py | 1468 for words in text.split(" "): 1471 if len(words.split(char)) >= CAP_LETTER_MIN: 1472 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words) 1473 new_txt = new_txt.replace(words, new_word)
|
/system/tools/mkbootimg/ |
D | pylintrc | 366 # List of comma separated words that should not be checked. 367 spelling-ignore-words= 372 # Tells whether to store unknown words to indicated private dictionary in 374 spelling-store-unknown-words=no
|
/system/apex/ |
D | pylintrc | 373 # List of comma separated words that should not be checked. 374 spelling-ignore-words= 379 # Tells whether to store unknown words to indicated private dictionary in 381 spelling-store-unknown-words=no
|
/system/linkerconfig/ |
D | README.md | 64 TODO: a few words about the files
|
/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 | 535 words = line.split() 536 if len(words) > 1: 537 pid = int(words[1])
|
/system/chre/doc/ |
D | nanoapp_overview.md | 29 nanoapps. In other words, the system only runs nanoapps that possess a digital 106 words, the command `cat my_nanoapp.napp_header my_nanoapp.so > my_nanoapp.napp`
|
D | framework_build.md | 68 architecture, or variant consist of multiple words or components, then they
|
D | framework_overview.md | 158 implemented in a platform-specific source file. In other words, it defines the
|
D | porting_guide.md | 29 words, this code is likely to be re-used by multiple platforms, but it is not
|
/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/core/bootstat/ |
D | bootstat.cpp | 938 std::vector<std::string> words(android::base::Split(reason, ",_-")); in BootReasonStrToReason() local 941 for (auto& r : words) { in BootReasonStrToReason()
|
/system/netd/server/ |
D | NetdNativeService.cpp | 163 bool contains(const Vector<String16>& words, const String16& word) { in contains() argument 164 for (const auto& w : words) { in contains()
|
/system/sepolicy/ |
D | Android.mk | 1552 $(call ziplist,$(wordlist 2,$(words $1),$1),$(wordlist 2,$(words $2),$2)))
|
/system/apex/docs/ |
D | howto.md | 151 words,
|
/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
|
/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/media/audio_utils/ |
D | Doxyfile | 29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by 337 # When enabled doxygen tries to link words that correspond to documented 1330 # words in the documentation. The HTML workshop also contains a viewer for
|