Home
last modified time | relevance | path

Searched refs:words (Results 1 – 24 of 24) sorted by relevance

/system/core/storaged/tools/
Dranker.py99 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/
DUtils.java36 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/
DUtils.java39 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/
Dcheck_io_trace.py109 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/
Dsubcontext_test.cpp194 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/
DmethodDocComment.cpp49 std::vector<std::string> words = base::Split(line, " "); in getFirstWordAfterPrefix() local
50 *out = words.empty() ? "" : words.at(0); in getFirstWordAfterPrefix()
/system/media/camera/docs/
Dmetadata_helpers.py1468 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/
Dpylintrc366 # 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/
Dpylintrc373 # 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/
DREADME.md64 TODO: a few words about the files
/system/update_engine/
Dpylintrc175 # 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/
Dbootanalyze.py535 words = line.split()
536 if len(words) > 1:
537 pid = int(words[1])
/system/chre/doc/
Dnanoapp_overview.md29 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`
Dframework_build.md68 architecture, or variant consist of multiple words or components, then they
Dframework_overview.md158 implemented in a platform-specific source file. In other words, it defines the
Dporting_guide.md29 words, this code is likely to be re-used by multiple platforms, but it is not
/system/bt/doc/
Dstyle_guide.md23 mirrored. In other words, if `src/` contains a subdirectory called `foo/`,
163 mechanism exists. In other words, use `__func__` over `__FUNCTION__`.
/system/core/bootstat/
Dbootstat.cpp938 std::vector<std::string> words(android::base::Split(reason, ",_-")); in BootReasonStrToReason() local
941 for (auto& r : words) { in BootReasonStrToReason()
/system/netd/server/
DNetdNativeService.cpp163 bool contains(const Vector<String16>& words, const String16& word) { in contains() argument
164 for (const auto& w : words) { in contains()
/system/sepolicy/
DAndroid.mk1552 $(call ziplist,$(wordlist 2,$(words $1),$1),$(wordlist 2,$(words $2),$2)))
/system/apex/docs/
Dhowto.md151 words,
/system/chre/chre_api/doc/
DDoxyfile29 # 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/
DDoxyfile29 # 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/
DDoxyfile29 # 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