Home
last modified time | relevance | path

Searched refs:words (Results 1 – 17 of 17) 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/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/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/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.cpp190 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/
Dtombstone.cpp158 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/
Dmetadata_helpers.py1451 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/
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.py540 words = line.split()
541 if len(words) > 1:
542 pid = int(words[1])
/system/core/bootstat/
Dbootstat.cpp802 std::vector<std::string> words(android::base::Split(reason, ",_-")); in BootReasonStrToReason() local
805 for (auto& r : words) { in BootReasonStrToReason()
/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/netd/server/
DNetdNativeService.cpp143 bool contains(const Vector<String16>& words, const String16& word) { in contains() argument
144 for (const auto& w : words) { in contains()
/system/core/adb/
Dprotocol.txt29 32 bit words which are sent across the wire in little endian format.
/system/media/audio_utils/
DDoxyfile29 # 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
DDoxyfile.orig29 # 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/
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/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