/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ElizaResponder.java | 140 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/ |
D | utils.js | 68 const parts = []; 77 parts.push(part + timeUnit); 84 return parts.reverse().join('');
|
/development/testrunner/ |
D | android_mk.py | 57 parts = line.split(self._VAR_DELIMITER) 58 if len(parts) > 1: 59 self._variables[parts[0].strip()] = parts[1].strip()
|
/development/scripts/ |
D | native_heapdump_viewer.py | 153 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/ |
D | DiskLruCache.java | 369 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/ |
D | RobotSpeakTtsService.java | 221 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/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 1 parts {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 421 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/ |
D | transform.js | 366 const parts = []; 370 parts.push(part + str); 376 return parts.reverse().join('');
|
/development/python-packages/adb/ |
D | .gitignore | 19 parts/
|
/development/tools/ndk/ |
D | .gitignore | 19 parts/
|
/development/python-packages/ |
D | .gitignore | 19 parts/
|
/development/vndk/tools/definition-tool/assets/insight/ |
D | insight.js | 425 let parts = path.split(/\/+/g); 427 for (let part of parts) {
|
/development/tools/emulator/skins/WQVGA432/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/HVGA/ |
D | layout | 1 parts {
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 145 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/ |
D | sdk_files_NOTICE.txt | 952 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 …]
|