Searched refs:file (Results 176 - 200 of 546) sorted by relevance

1234567891011>>

/frameworks/support/graphics/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/tests/java/android/support/v4/provider/
H A DDocumentFileTest.java5 * you may not use this file except in compliance with the License.
97 for (File file : files) {
98 if (file.isDirectory()) {
99 success &= deleteContents(file);
101 if (!file.delete()) {
136 // Root needs to at least contain our test file and dir
169 assertEquals("file", 12, readInt(rootFoo));
181 assertEquals("file", 13, readInt(rootFoo));
227 // Create file with MIME
238 // Create raw file
347 writeInt(File file, int value) argument
366 readInt(File file) argument
[all...]
/frameworks/support/v14/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v17/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v7/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v8/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessStatsService.java5 * you may not use this file except in compliance with the License.
63 static long WRITE_PERIOD = 30*60*1000; // Write file every 30 minutes or so.
81 public ProcessStatsService(ActivityManagerService am, File file) { argument
83 mBaseDir = file;
250 AtomicFile file;
253 file = mPendingWriteFile;
265 stream = file.startWrite();
268 file.finishWrite(stream);
272 file.failWrite(stream);
280 boolean readLocked(ProcessStats stats, AtomicFile file) { argument
[all...]
H A DTaskPersister.java5 * you may not use this file except in compliance with the License.
65 * When not flushing delay this long before writing the first file out. This gives the next task
211 Slog.e(TAG, "Error while reading taskIds file for user " + userId, e);
239 Slog.e(TAG, "Error while writing taskIds file for user " + userId, e);
377 private String fileToString(File file) { argument
380 BufferedReader reader = new BufferedReader(new FileReader(file));
381 StringBuffer sb = new StringBuffer((int) file.length() * 2);
389 Slog.e(TAG, "Couldn't read file " + file.getName());
478 Slog.e(TAG, "Failing file
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java5 * you may not use this file except in compliance with the License.
182 public boolean accept(File file) {
185 if (file.isDirectory()) return false;
186 if (file.getName().endsWith(REMOVE_SPLIT_MARKER_EXTENSION)) return false;
192 public boolean accept(File file) {
193 if (file.isDirectory()) return false;
194 if (!file.getName().endsWith(REMOVE_SPLIT_MARKER_EXTENSION)) return false;
861 for (File file : mResolvedStagedFiles) {
862 if (mResolvedBaseFile.equals(file)) continue;
863 splitPaths.add(file
905 getRelativePath(File file, File base) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s5 ; you may not use this file except in compliance with the License.
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdCountLeadingZeros.S5 @ you may not use this file except in compliance with the License.
/frameworks/av/services/audioflinger/
H A DPatchPanel.h6 ** you may not use this file except in compliance with the License.
19 #error This header file should only be included from AudioFlinger.h
/frameworks/base/core/java/android/app/
H A DDownloadManager.java5 * you may not use this file except in compliance with the License.
50 * request that a URI be downloaded to a particular destination file. The download manager will
91 * Internet Media Type of the downloaded file. If no value is provided upon creation, this will
106 * Uri where downloaded file will be stored. If a destination is supplied by client, that URI
113 * Path to the downloaded file on disk.
247 * Value of {@link #COLUMN_REASON} when the requested destination file already exists (the
248 * download manager will not overwrite an existing file).
356 * your file if it needs to reclaim space for system use. If this is a problem, use a location
393 /** if a file is designated as a MediaScanner scannable file, th
[all...]
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java5 * you may not use this file except in compliance with the License.
56 * and provide the name of its backup agent class in its {@code AndroidManifest.xml} file via
102 * suited to handling of simple file or {@link android.content.SharedPreferences}
118 * During a full restore, indicates that the file system object being restored
119 * is an ordinary file.
124 * During a full restore, indicates that the file system object being restored
187 * last backup pass is provided in the <code>oldState</code> file
191 * be written to the file pointed to by the file descriptor wrapped in
206 * file descripto
501 fullBackupFile(File file, FullBackupDataOutput output) argument
796 isFileSpecifiedInPathList(File file, Collection<String> canonicalPathList) argument
[all...]
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
39 -D jack.preprocessor.file=$(LOCAL_PATH)/test.jpp -D jack.dex.output.multidex.legacy=true
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v1/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
36 -D jack.preprocessor.file=$(LOCAL_PATH)/test.jpp -D jack.dex.output.multidex.legacy=true
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v2/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
36 -D jack.preprocessor.file=$(LOCAL_PATH)/test.jpp -D jack.dex.output.multidex.legacy=true
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyVersionedTestApp_v3/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
36 -D jack.preprocessor.file=$(LOCAL_PATH)/test.jpp -D jack.dex.output.multidex.legacy=true
/frameworks/base/libs/hwui/
H A DFrameInfoVisualizer.cpp5 * you may not use this file except in compliance with the License.
251 FILE *file = fdopen(fd, "a"); local
252 fprintf(file, "\n\tDraw\tPrepare\tProcess\tExecute\n");
259 fprintf(file, "\t%3.2f\t%3.2f\t%3.2f\t%3.2f\n",
266 fflush(file);
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DAppFuseTest.java5 * you may not use this file except in compliance with the License.
39 final File file = appFuse.getMountPoint();
40 assertTrue(file.isDirectory());
41 assertEquals(1, Os.stat(file.getPath()).st_ino);
43 assertTrue(1 != Os.stat(file.getPath()).st_ino);
/frameworks/base/services/core/java/com/android/server/
H A DGraphicsStatsService.java5 * you may not use this file except in compliance with the License.
96 private ParcelFileDescriptor getPfd(MemoryFile file) { argument
98 return new ParcelFileDescriptor(file.getFileDescriptor());
100 throw new IllegalStateException("Failed to get PFD from memory file", ex);
236 void update(String packageName, int uid, MemoryFile file) { argument
240 file.readBytes(mBuffer, 0, 0, ASHMEM_SIZE);
/frameworks/base/services/core/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java5 * you may not use this file except in compliance with the License.
178 protected void writeUpdate(File dir, File file, byte[] content) throws IOException { argument
182 // create the parents for the destination file
183 File parent = file.getParentFile();
189 // create the temporary file
199 if (!tmp.renameTo(file)) {
200 throw new IOException("Failed to atomically rename " + file.getCanonicalPath());
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java5 * you may not use this file except in compliance with the License.
59 // A cache of jar file contents
125 File file = new File(apkPath);
126 scanForApkFiles(file, packageName, classNames, subpackageNames);
144 for (File file : files) {
145 scanForApkFiles(file, packageName, classNames, subpackageNames);
175 * add them to the respective sets. Searches the package in a single jar file.
205 * add them to the respective sets. Searches the package in a single apk file.
286 * Checks if a given file name represents a toplevel class.
293 * Given the absolute path of a class file, retur
[all...]
/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp5 * you may not use this file except in compliance with the License.
34 if (Maybe<android::FileMap> map = file::mmapPath(mSource.path, nullptr)) {
/frameworks/base/tools/aapt2/proto/
H A DProtoSerialize.h5 * you may not use this file except in compliance with the License.
36 std::unique_ptr<pb::CompiledFile> serializeCompiledFileToPb(const ResourceFile& file);

Completed in 7612 milliseconds

1234567891011>>