/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 158 final DemoPresentationContents contents = in onResume() local 160 if (contents != null) { in onResume() 161 showPresentation(display, contents); in onResume() 199 private void showPresentation(Display display, DemoPresentationContents contents) { in showPresentation() argument 205 Log.d(TAG, "Showing presentation photo #" + contents.photo in showPresentation() 208 DemoPresentation presentation = new DemoPresentation(this, display, contents); in showPresentation() 263 DemoPresentationContents contents = new DemoPresentationContents(getNextPhoto()); in onCheckedChanged() local 264 showPresentation(display, contents); in onCheckedChanged() 388 DemoPresentationContents contents = presentation != null ? in getView() local 390 if (contents == null) { in getView() [all …]
|
/development/tools/idegen/src/ |
D | Files.java | 43 static void toFile(String contents, File file) throws IOException { in toFile() argument 45 out.write(contents); in toFile()
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
D | RmTypeDefsTest.java | 184 byte[] contents = Files.toByteArray(file); in assertDoesNotContainBytes() 186 for (int i = 0, n = contents.length; i < n; i++) { in assertDoesNotContainBytes() 187 if (Character.isJavaIdentifierStart(contents[i])) { in assertDoesNotContainBytes() 189 if (!Character.isJavaIdentifierPart(contents[j])) { in assertDoesNotContainBytes() 193 String symbol = new String(contents, i, length, UTF_8); in assertDoesNotContainBytes()
|
/development/apps/Development/src/com/android/development/ |
D | Details.java | 88 TextView contents = makeView(cd.value, false, 12); in addDataViews() local 89 contents.setPadding(3, 0, 0, i==count-1?0:3); in addDataViews() 91 mLinearLayout.addView(contents, lazy()); in addDataViews()
|
/development/scripts/ |
D | native_heapdump_viewer_tests.py | 28 def CreateTmpFile(self, contents): argument 30 os.write(fd, contents.encode())
|
D | gdbclient.py | 45 contents = f.readlines() 48 for line in contents:
|
D | lldbclient.py | 45 contents = f.readlines() 48 for line in contents:
|
/development/tools/checkcolor/ |
D | build.gradle | 13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
|
/development/apps/launchperf/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/samples/CubeLiveWallpaper/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/Fallback/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/DevelopmentSettings/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/BluetoothDebug/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/samples/Home/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/samples/AccelerometerPlay/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/OBJViewer/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/cmds/monkey/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/CustomLocale/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/GestureBuilder/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/Development/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/NinePatchLab/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/samples/VoicemailProviderDemo/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/apps/SdkSetup/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/development/host/windows/usb/ |
D | NOTICE | 115 wherever such third-party notices normally appear. The contents
|
/development/sdk/ |
D | sdk_files_NOTICE.txt | 671 such a program is covered only if its contents constitute a work based 820 that the user who changes the contents of definitions files in the 1122 * The contents of this file are subject to the Mozilla Public License Version 1141 * Alternatively, the contents of this file may be used under the terms of 1385 wherever such third-party notices normally appear. The contents 1498 * The contents of this file are subject to the Mozilla Public License Version 1517 * Alternatively, the contents of this file may be used under the terms of 1534 * The contents of this file are subject to the Mozilla Public License Version 1553 * Alternatively, the contents of this file may be used under the terms of 1670 is covered only if its contents constitute a work based on the [all …]
|