Searched refs:file (Results 226 - 250 of 339) sorted by relevance

1234567891011>>

/frameworks/av/services/audioflinger/
H A DAndroid.mk73 # uncomment for dumpsys to write most recent audio output to .wav file
/frameworks/base/core/tests/coretests/
H A DAndroid.mk41 $(call copy-file-to-new-target)
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java5 * you may not use this file except in compliance with the License.
65 File file = new File(testDir, fList[i]);
66 if(file.isDirectory()) {
69 file.delete();
87 File file = new File(testDir, fList[i]);
88 if(file.isDirectory()) {
91 file.delete();
163 * This method opens an output file writes to it, opens the same file as an input
171 failStr("Error when opening file "
[all...]
/frameworks/base/data/fonts/
H A Dfonts.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/services/input/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/tools/aapt/
H A DXMLNode.h33 status_t parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree,
40 static sp<XMLNode> parse(const sp<AaptFile>& file);
H A DResource.cpp101 sp<AaptFile> file; local
103 // Try to get next file in this current group.
106 file = group->getFiles().valueAt(mGroupPos++);
108 // Try to get the next group/file in this directory
114 file = group->getFiles().valueAt(0);
122 mFile = file;
126 mParams = file->getGroupEntry().toParams();
137 mPath.appendPath(file->getGroupEntry().toDirName(mResType));
142 file->getPrintableSource().string());
146 NOISY(printf("file nam
183 sp<AaptFile> file; local
206 sp<AaptFile> file = grp->getFiles().valueAt(0); local
312 PreProcessImageWorkUnit(const Bundle* bundle, const sp<AaptAssets>& assets, const sp<AaptFile>& file, volatile bool* hasErrors) argument
1059 sp<AaptFile> file = it.getFile(); local
[all...]
/frameworks/ex/carousel/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/common/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/photoviewer/sample/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/ex/variablespeed/jni/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/opt/photoviewer/sample/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/support/v13/
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/base/media/mca/filterfw/jni/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/packages/WAPPushManager/tests/
H A DAndroid.mk4 # 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.
43 * request that a URI be downloaded to a particular destination file. The download manager will
84 * Internet Media Type of the downloaded file. If no value is provided upon creation, this will
99 * Uri where downloaded file will be stored. If a destination is supplied by client, that URI
106 * The pathname of the file where the download is stored.
226 * Value of {@link #COLUMN_REASON} when the requested destination file already exists (the
227 * download manager will not overwrite an existing file).
331 * your file if it needs to reclaim space for system use. If this is a problem, use a location
366 /** if a file is designated as a MediaScanner scannable file, th
[all...]
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp6 ** you may not use this file except in compliance with the License.
344 MediaPlayer* CameraService::newMediaPlayer(const char *file) { argument
346 if (mp->setDataSource(file, NULL) == NO_ERROR) {
350 ALOGE("Failed to load CameraService sounds: %s", file);
H A DCameraService.h6 ** you may not use this file except in compliance with the License.
154 MediaPlayer* newMediaPlayer(const char *file);
/frameworks/base/services/java/com/android/server/
H A DWiredAccessoryManager.java5 * you may not use this file except in compliance with the License.
300 FileReader file = new FileReader(uei.getSwitchStatePath());
301 int len = file.read(buffer, 0, 1024);
302 file.close();
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaItem.java5 * you may not use this file except in compliance with the License.
38 * defined with a file path as a source data.
43 * A constant which can be used to specify the end of the file (instead of
79 * The name of the file associated with the MediaItem
122 * @param filename name of the media file.
124 * @throws IOException if file is not found
125 * @throws IllegalArgumentException if a capability such as file format is
134 File file = new File(filename);
135 if (!file.exists()) {
140 if (VideoEditor.MAX_SUPPORTED_FILE_SIZE <= file
[all...]
/frameworks/base/core/java/android/os/
H A DDebug.java5 * you may not use this file except in compliance with the License.
66 * trace key file.
95 * Default trace file path and file
328 * This is the pathname to the sysfs file that enables and disables
336 * file is specified on the command line when the emulator is started. For
339 * will start running the emulator and create a trace file named "foo". This
340 * method simply enables writing the trace records to the trace file.
362 // Open the sysfs file for writing and write "1" to it.
382 * are flushed and written to the trace file
1333 dumpNativeBacktraceToFile(int pid, String file) argument
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java5 * use this file except in compliance with the License. You may obtain a copy of
63 * it to a file or similar. All calls to this method will be on a single
83 // to file requests, which occur on the synthesis thread.
195 * playback or for writing to a file.
354 // This stops writing data to the file / or publishing
638 File file) {
640 mFile = file;
747 File file = new File(filename);
749 Binder.getCallingPid(), params, text, file);
636 SynthesisToFileSpeechItem(Object callerIdentity, int callerUid, int callerPid, Bundle params, String text, File file) argument
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsCollection.java5 * you may not use this file except in compliance with the License.
260 // verify file magic header intact
327 public void readLegacyNetwork(File file) throws IOException { argument
328 final AtomicFile inputFile = new AtomicFile(file);
334 // verify file magic header intact
366 public void readLegacyUid(File file, boolean onlyTags) throws IOException { argument
367 final AtomicFile inputFile = new AtomicFile(file);
373 // verify file magic header intact
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java5 * you may not use this file except in compliance with the License.
63 public NinePatchInputStream(File file) throws FileNotFoundException { argument
64 super(file);
251 // we need to create a pull parser around the layout XML file, and then
288 // we need to create a pull parser around the layout XML file, and then
551 // check this is a file
579 public XmlResourceParser loadXmlResourceParser(String file, int id, argument
581 // even though we know the XML file to load directly, we still need to resolve the
586 File f = new File(file);
611 // check this is a file
[all...]

Completed in 800 milliseconds

1234567891011>>