/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/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/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/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeySourceNetwork.java | 420 List<String> parts = command.subList(3, command.size()); in translateCommand() local 421 MonkeyCommandReturn ret = deferredCommand.translateCommand(parts, queue); in translateCommand() 656 List<String> parts = commandLineSplit(commandLine); in translateCommand() local 657 if (parts.size() > 0) { in translateCommand() 658 MonkeyCommand command = COMMAND_MAP.get(parts.get(0)); in translateCommand() 660 MonkeyCommandReturn ret = command.translateCommand(parts, commandQueue); in translateCommand()
|
/development/tools/emulator/skins/WSVGA/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WXGA800-7in/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WXGA720/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WXGA800/ |
D | layout | 1 parts {
|
/development/python-packages/ |
D | .gitignore | 20 parts/
|
/development/tools/emulator/skins/QVGA/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WQVGA400/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WVGA854/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WVGA800/ |
D | layout | 1 parts {
|
/development/tools/emulator/skins/WQVGA432/ |
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/samples/SupportLeanbackShowcase/libs/ |
D | picasso-2.5.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/squareup/
com/ ... |
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | license-LGPL.txt | 426 14. If you wish to incorporate parts of the Library into other free
|
/development/tools/checkstyle/ |
D | LICENSE | 426 14. If you wish to incorporate parts of the Library into other free
|
D | checkstyle.jar | META-INF/MANIFEST.MF
META-INF/
checkstyle_packages.xml
sun_checks.xml
com/
... |
/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 …]
|