Searched refs:file (Results 126 - 150 of 353) sorted by relevance

1234567891011>>

/frameworks/testing/app-tests/AppLaunchTest/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/volley/tests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/webview/chromium/
H A Dchromium.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp70 // about the file being ignored.
72 // or <file> to match only files. Default is to match both.
114 if (strncasecmp(token, "<file>", 6) == 0) {
139 type == kFileTypeDirectory ? "dir" : "file",
1634 status_t AaptGroup::addFile(const sp<AaptFile>& file) argument
1636 if (mFiles.indexOfKey(file->getGroupEntry()) < 0) {
1637 file->mPath = mPath;
1638 mFiles.add(file->getGroupEntry(), file);
1643 printf("Error adding file
1665 sp<AaptFile> file = mFiles.valueAt(i); local
1695 addFile(const String8& name, const sp<AaptGroup>& file) argument
1742 addLeafFile(const String8& leafName, const sp<AaptFile>& file) argument
1825 sp<AaptFile> file = new AaptFile(pathName, kind, resType); local
1995 addFile(const String8& name, const sp<AaptGroup>& file) argument
2008 sp<AaptFile> file; local
2054 addResource(const String8& leafName, const String8& path, const sp<AaptFile>& file, const String8& resType) argument
2358 sp<AaptFile> file = new AaptFile(entryName, kind, resType); local
2457 sp<AaptFile> file = grp->getFiles().valueAt(k); local
2502 sp<AaptFile> file = grp->getFiles().valueAt(k); local
2650 addIncludedResources(const sp<AaptFile>& file) 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/base/core/java/android/app/
H A DDownloadManager.java5 * you may not use this file except in compliance with the License.
45 * request that a URI be downloaded to a particular destination file. The download manager will
86 * Internet Media Type of the downloaded file. If no value is provided upon creation, this will
101 * Uri where downloaded file will be stored. If a destination is supplied by client, that URI
108 * The pathname of the file where the download is stored.
233 * Value of {@link #COLUMN_REASON} when the requested destination file already exists (the
234 * download manager will not overwrite an existing file).
342 * your file if it needs to reclaim space for system use. If this is a problem, use a location
377 /** if a file is designated as a MediaScanner scannable file, th
[all...]
/frameworks/base/core/java/com/android/internal/content/
H A DNativeLibraryHelper.java5 * you may not use this file except in compliance with the License.
34 private static native long nativeSumNativeBinaries(String file, String cpuAbi, String cpuAbi2); argument
39 * @param apkFile APK file to scan for native libraries
54 * @param apkFile APK file to scan for native libraries
81 * Just remove any file in the directory. Since the directory is owned
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp6 ** you may not use this file except in compliance with the License.
501 String8 file(file8);
540 int fd = open(file.string(), O_RDONLY);
549 ALOGW("Unable to read %s", file.string());
591 ALOGW("Unable to open %s", file.string());
599 jstring file, jintArray lastArray)
601 if (file == NULL) {
606 const char* file8 = env->GetStringUTFChars(file, NULL);
614 env->ReleaseStringUTFChars(file, file8);
825 jstring file, jintArra
598 android_os_Process_getPids(JNIEnv* env, jobject clazz, jstring file, jintArray lastArray) argument
824 android_os_Process_readProcFile(JNIEnv* env, jobject clazz, jstring file, jintArray format, jobjectArray outStrings, jlongArray outLongs, jfloatArray outFloats) argument
907 FILE * file = fopen(filename, "r"); local
[all...]
/frameworks/base/services/java/com/android/server/updates/
H A DConfigUpdateInstallReceiver.java5 * you may not use this file except in compliance with the License.
225 protected void writeUpdate(File dir, File file, byte[] content) throws IOException { argument
229 // create the parents for the destination file
230 File parent = file.getParentFile();
236 // create the temporary file
246 if (!tmp.renameTo(file)) {
247 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.
58 // A cache of jar file contents
124 File file = new File(apkPath);
125 scanForApkFiles(file, packageName, classNames, subpackageNames);
143 for (File file : files) {
144 scanForApkFiles(file, packageName, classNames, subpackageNames);
174 * add them to the respective sets. Searches the package in a single jar file.
204 * add them to the respective sets. Searches the package in a single apk file.
285 * Checks if a given file name represents a toplevel class.
292 * Given the absolute path of a class file, retur
[all...]
/frameworks/native/opengl/libs/EGL/
H A DLoader.cpp5 ** you may not use this file except in compliance with the License.
105 FILE * file = fopen(procPath, "r"); local
106 if (file) {
108 char *str = fgets(cmdline, sizeof(cmdline) - 1, file);
109 fclose(file);
H A Degl.cpp5 ** you may not use this file except in compliance with the License.
140 FILE * file = fopen("/proc/self/cmdline", "r"); local
141 if (file) {
143 if (fgets(cmdline, sizeof(cmdline), file)) {
150 fclose(file);
/frameworks/rs/
H A DrsContext.h5 * you may not use this file except in compliance with the License.
192 void setWatchdogGL(const char *cmd, uint32_t line, const char *file) const {
194 watchdog.file = file;
230 const char *file; member in struct:android::renderscript::Context::__anon1635
H A DrsFileA3D.cpp6 * you may not use this file except in compliance with the License.
148 // We should know enough to read the file in at this point.
159 ALOGV("file open 1");
195 ALOGV("file open size = %lli", mDataSize);
197 // We should know enough to read the file in at this point.
314 ALOGE("Couldn't open the file for writing\n");
341 // Write our magic string so we know we are reading the right file
351 // Now write the size of the data part of the file for easier parsing later
360 ALOGE("Couldn't close file\n");
386 RsObjectBase rsaFileA3DGetEntryByIndex(RsContext con, uint32_t index, RsFile file) { argument
400 rsaFileA3DGetNumIndexEntries(RsContext con, int32_t *numEntries, RsFile file) argument
410 rsaFileA3DGetIndexEntries(RsContext con, RsFileIndexEntry *fileEntries, uint32_t numEntries, RsFile file) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp5 * you may not use this file except in compliance with the License.
51 FILE *file = fopen("/etc/media_codecs.xml", "r"); local
53 if (file == NULL) {
54 ALOGW("unable to open media codecs configuration xml file.");
58 parseXMLFile(file);
88 fclose(file);
89 file = NULL;
99 void MediaCodecList::parseXMLFile(FILE *file) { argument
120 int bytes_read = ::fread(buff, 1, BUFF_SIZE, file);
/frameworks/base/core/java/android/os/
H A DParcelFileDescriptor.java5 * you may not use this file except in compliance with the License.
93 * this file doesn't already exist, then create the file with permissions
102 * a file, such as when it goes through a backup and restore.
109 * this file doesn't already exist, then create the file with permissions
118 * a file, such as when it goes through a backup and restore.
124 * For use with {@link #open}: open the file with read-only access.
129 * For use with {@link #open}: open the file with write-only access.
134 * For use with {@link #open}: open the file wit
197 open(File file, int mode) argument
222 open( File file, int mode, Handler handler, OnCloseListener listener) argument
245 openInternal(File file, int mode) argument
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DUsageStatsService.java5 * you may not use this file except in compliance with the License.
111 // Lock to write to file. Methods suffixed by FLOCK should invoked with
293 Slog.i(TAG, "Deleting old usage file: " + fList[i]);
335 private Parcel getParcelForFile(File file) throws IOException { argument
336 FileInputStream stream = new FileInputStream(file);
352 // Check for file limit before creating a new file
357 Slog.w(TAG,"Error : " + e + " reading data from file:" + newFile);
362 private void readStatsFLOCK(File file) throws IOException { argument
363 Parcel in = getParcelForFile(file);
392 readHistoryStatsFLOCK(AtomicFile file) argument
594 writeStatsFLOCK(File file) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DAssetAtlasService.java5 * you may not use this file except in compliance with the License.
444 * Returns the path to the file containing the best computed
486 * Writes the specified atlas configuration to the specified file.
488 private void writeConfiguration(Configuration config, File file, String versionName) { argument
491 writer = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(file)));
505 Log.w(LOG_TAG, "Could not write " + file, e);
507 Log.w(LOG_TAG, "Could not write " + file, e);
520 * Reads an atlas configuration from the specified file. This method
523 private Configuration readConfiguration(File file, String versionName) { argument
527 reader = new BufferedReader(new InputStreamReader(new FileInputStream(file)));
[all...]
/frameworks/av/cmds/screenrecord/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/av/media/libeffects/proxy/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/ConnectivityManagerTest/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/bandwidthtests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/coretests/src/android/content/
H A DMemoryFileProvider.java5 * you may not use this file except in compliance with the License.
59 sURLMatcher.addURI("*", "file", FILE);
145 File file = getContext().getFileStreamPath(DATA_FILE);
146 return ParcelFileDescriptor.open(file, ParcelFileDescriptor.MODE_READ_ONLY);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.

Completed in 1310 milliseconds

1234567891011>>