Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 26) sorted by relevance

12

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java158 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/
DFiles.java43 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/
DRmTypeDefsTest.java184 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/
DDetails.java88 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/
Dnative_heapdump_viewer_tests.py28 def CreateTmpFile(self, contents): argument
30 os.write(fd, contents.encode())
Dgdbclient.py45 contents = f.readlines()
48 for line in contents:
Dlldbclient.py45 contents = f.readlines()
48 for line in contents:
/development/tools/checkcolor/
Dbuild.gradle13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
/development/apps/launchperf/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/samples/CubeLiveWallpaper/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/Fallback/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/DevelopmentSettings/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/BluetoothDebug/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/samples/Home/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/samples/AccelerometerPlay/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/OBJViewer/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/cmds/monkey/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/CustomLocale/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/GestureBuilder/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/Development/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/NinePatchLab/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/samples/VoicemailProviderDemo/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/apps/SdkSetup/
DNOTICE128 wherever such third-party notices normally appear. The contents
/development/host/windows/usb/
DNOTICE115 wherever such third-party notices normally appear. The contents
/development/sdk/
Dsdk_files_NOTICE.txt671 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 …]

12