Home
last modified time | relevance | path

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

/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DElizaResponder.java140 String[] parts = afterKeyword.split("\\s+"); in elzTalk() local
144 for (int j = 0; j < parts.length; ++j) { in elzTalk()
145 if (parts[j].equals(first)) { in elzTalk()
146 parts[j] = second; in elzTalk()
147 } else if (parts[j].equals(second)) { in elzTalk()
148 parts[j] = first; in elzTalk()
152 afterKeyword = TextUtils.join(" ", parts); in elzTalk()
/development/tools/winscope/src/utils/
Dutils.js68 const parts = [];
77 parts.push(part + timeUnit);
84 return parts.reverse().join('');
/development/testrunner/
Dandroid_mk.py57 parts = line.split(self._VAR_DELIMITER)
58 if len(parts) > 1:
59 self._variables[parts[0].strip()] = parts[1].strip()
/development/scripts/
Dnative_heapdump_viewer.py153 parts = line.split()
154 if len(parts) > 7 and parts[0] == "z" and parts[2] == "sz":
229 parts = line.split()
230 if len(parts) > 7 and parts[0] == "z" and parts[2] == "sz":
231 is_zygote = parts[1] != "1"
232 size = int(parts[3])
234 num_allocs = int(parts[5])
237 frames = list(map(lambda x: int(x, 16), parts[7:]))
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java369 String[] parts = line.split(" "); in readJournalLine() local
370 if (parts.length < 2) { in readJournalLine()
374 String key = parts[1]; in readJournalLine()
375 if (parts[0].equals(REMOVE) && parts.length == 2) { in readJournalLine()
386 if (parts[0].equals(CLEAN) && parts.length == 2 + valueCount) { in readJournalLine()
389 entry.setLengths(copyOfRange(parts, 2, parts.length)); in readJournalLine()
390 } else if (parts[0].equals(DIRTY) && parts.length == 2) { in readJournalLine()
392 } else if (parts[0].equals(READ) && parts.length == 2) { in readJournalLine()
/development/samples/TtsEngine/src/com/example/android/ttsengine/
DRobotSpeakTtsService.java221 String[] parts = line.split(":"); in buildFrequencyMap() local
222 if (parts.length != 2) { in buildFrequencyMap()
225 map.put(parts[0].charAt(0), Integer.parseInt(parts[1])); in buildFrequencyMap()
/development/tools/emulator/skins/WXGA800/
Dlayout1 parts {
/development/tools/emulator/skins/WXGA720/
Dlayout1 parts {
/development/tools/emulator/skins/WSVGA/
Dlayout1 parts {
/development/tools/emulator/skins/WXGA800-7in/
Dlayout1 parts {
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetwork.java421 List<String> parts = command.subList(3, command.size()); in translateCommand() local
422 MonkeyCommandReturn ret = deferredCommand.translateCommand(parts, queue); in translateCommand()
658 List<String> parts = commandLineSplit(commandLine); in translateCommand() local
659 if (parts.size() > 0) { in translateCommand()
660 MonkeyCommand command = COMMAND_MAP.get(parts.get(0)); in translateCommand()
662 MonkeyCommandReturn ret = command.translateCommand(parts, commandQueue); in translateCommand()
/development/tools/winscope/src/
Dtransform.js366 const parts = [];
370 parts.push(part + str);
376 return parts.reverse().join('');
/development/python-packages/adb/
D.gitignore19 parts/
/development/tools/ndk/
D.gitignore19 parts/
/development/python-packages/
D.gitignore19 parts/
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.js425 let parts = path.split(/\/+/g);
427 for (let part of parts) {
/development/tools/emulator/skins/WQVGA432/
Dlayout1 parts {
/development/tools/emulator/skins/WVGA800/
Dlayout1 parts {
/development/tools/emulator/skins/WQVGA400/
Dlayout1 parts {
/development/tools/emulator/skins/QVGA/
Dlayout1 parts {
/development/tools/emulator/skins/WVGA854/
Dlayout1 parts {
/development/tools/emulator/skins/HVGA/
Dlayout1 parts {
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt145 coherent - j. marked by an orderly, logical, and aesthetically consistent relation of parts
166 complex - j. complicated in structure; consisting of interconnected parts
167 component - n. an artifact that is one of the individual parts of which a composite entity is made …
183 consistency - n. a harmonious uniformity or agreement among things or parts
615 minority - n. being or relating to the smaller in number of two parts
689 partition - v. divide into parts, pieces, or sections
/development/sdk/
Dsdk_files_NOTICE.txt952 14. If you wish to incorporate parts of the Library into other free
1845 10. If you wish to incorporate parts of the Program into other free
1917 parts of the General Public License. Of course, the commands you use may
2667 14. If you wish to incorporate parts of the Library into other free
3126 14. If you wish to incorporate parts of the Library into other free
4287 10. If you wish to incorporate parts of the Program into other free
4359 parts of the General Public License. Of course, the commands you use may
4664 o You can use this software for whatever you want, in parts or
4668 it, or only parts of it, in a program, you must acknowledge
5274 14. If you wish to incorporate parts of the Library into other free
[all …]