/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ExternalStorage.java | 5 * you may not use this file except in compliance with the License. 39 import java.io.File; 102 "File getExternalFilesDir", 185 File path = Environment.getExternalStoragePublicDirectory( 187 File file = new File(path, "DemoPicture.jpg"); local 194 // resource into the external file. Note that this code does 199 OutputStream os = new FileOutputStream(file); 206 // Tell the media scanner about the new file so that it i 229 File file = new File(path, "DemoPicture.jpg"); local 240 File file = new File(path, "DemoPicture.jpg"); local 254 File file = new File(path, "DemoPicture.jpg"); local 293 File file = new File(path, "DemoPicture.jpg"); local 305 File file = new File(path, "DemoPicture.jpg"); local 316 File file = new File(getExternalFilesDir(null), "DemoFile.jpg"); local 341 File file = new File(getExternalFilesDir(null), "DemoFile.jpg"); local 350 File file = new File(getExternalFilesDir(null), "DemoFile.jpg"); local [all...] |
/development/tools/idegen/src/ |
IntelliJ.java | 5 * you may not use this file except in compliance with the License. 17 import java.io.File; 33 File templatesDirectory = new File(c.toolDirectory, "templates"); 34 String ipr = Files.toString(new File(templatesDirectory, IDEA_IPR)); 35 Files.toFile(ipr, new File(IDEA_IPR)); 37 String iml = Files.toString(new File(templatesDirectory, IDEA_IML)); 40 for (File sourceRoot : c.sourceRoots) { 41 sourceRootsXml.append("<sourceFolder url=\"file://$MODULE_DIR$/") 53 for (File excludedDir : c.excludesUnderSourceRoots()) [all...] |
/libcore/luni/src/test/java/tests/api/java/io/ |
OpenRandomFileTest.java | 2 * contributor license agreements. See the NOTICE file distributed with 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 19 import java.io.File; 50 File file = File.createTempFile("test", "tmp"); local 51 assertTrue(file.exists()); 52 file.deleteOnExit(); 53 FileOutputStream fos = new FileOutputStream(file); 72 File file = File.createTempFile("test", "tmp"); local [all...] |
/system/core/rootdir/ |
Android.mk | 17 # to run the dex pre-optimization *in* the emulator. So keep the file until 36 file := $(TARGET_ROOT_OUT)/init.rc macro 37 $(file) : $(LOCAL_PATH)/init.rc | $(ACP) 39 ALL_PREBUILT += $(file) 40 $(INSTALLED_RAMDISK_TARGET): $(file) 43 file := $(TARGET_ROOT_OUT)/ueventd.rc macro 44 $(file) : $(LOCAL_PATH)/ueventd.rc | $(ACP) 46 ALL_PREBUILT += $(file) 47 $(INSTALLED_RAMDISK_TARGET): $(file) 52 file := $(TARGET_ROOT_OUT)/init.goldfish.r macro 58 file := $(TARGET_ROOT_OUT)\/ueventd.goldfish.rc macro [all...] |
/external/expat/lib/ |
expat.dsp | 1 # Microsoft Developer Studio Project File - Name="expat" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
94 # Begin Source File
97 # End Source File
98 # Begin Source File
110 # End Source File
111 # Begin Source File
114 # End Source File
115 # Begin Source File
118 # End Source File
[all...] |
expatw.dsp | 1 # Microsoft Developer Studio Project File - Name="expatw" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
94 # Begin Source File
97 # End Source File
98 # Begin Source File
110 # End Source File
111 # Begin Source File
114 # End Source File
115 # Begin Source File
118 # End Source File
[all...] |
/frameworks/base/core/java/com/android/internal/http/multipart/ |
FilePartSource.java | 9 * contributor license agreements. See the NOTICE file distributed with 11 * The ASF licenses this file to You under the Apache License, Version 2.0 12 * (the "License"); you may not use this file except in compliance with 34 import java.io.File; 41 * A PartSource that reads from a File. 51 /** File part file. */ 52 private File file = null; field in class:FilePartSource 54 /** File part file name. * [all...] |
/external/webkit/WebKit/win/WebKit.vcproj/ |
WebKit.vcproj | [all...] |
/dalvik/tools/dmtracedump/tests/filters/ |
run_tests.sh | 4 for file in $(find $1 -type f -iname 'test*'); do 5 case $file in 12 echo "Running test for $file" 14 # create_test_dmtrace $file tmp.trace 15 dmtracedump -f testFilters -h "$file"Trace > tmp.html 2> /dev/null 17 output=`diff tmp.html "$file"Expected 2>&1`
|
/external/bluetooth/glib/gio/ |
gioenumtypes.c.template | 1 /*** BEGIN file-header ***/ 5 /*** END file-header ***/ 7 /*** BEGIN file-production ***/ 9 /*** END file-production ***/ 39 /*** BEGIN file-tail ***/ 42 /*** END file-tail ***/
|
/external/jpeg/ |
jconfig.cfg | 1 /* jconfig.cfg --- source file edited by configure script */ 31 #define BMP_SUPPORTED /* BMP image file format */ 32 #define GIF_SUPPORTED /* GIF image file format */ 33 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 34 #undef RLE_SUPPORTED /* Utah RLE image file format */ 35 #define TARGA_SUPPORTED /* Targa image file format */
|
jconfig.dj | 26 #define BMP_SUPPORTED /* BMP image file format */ 27 #define GIF_SUPPORTED /* GIF image file format */ 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 29 #undef RLE_SUPPORTED /* Utah RLE image file format */ 30 #define TARGA_SUPPORTED /* Targa image file format */ 33 #define USE_SETMODE /* Needed to make one-file style work in DJGPP */
|
jconfig.wat | 26 #define BMP_SUPPORTED /* BMP image file format */ 27 #define GIF_SUPPORTED /* GIF image file format */ 28 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */ 29 #undef RLE_SUPPORTED /* Utah RLE image file format */ 30 #define TARGA_SUPPORTED /* Targa image file format */ 33 #define USE_SETMODE /* Needed to make one-file style work in Watcom */
|
/external/oprofile/daemon/ |
opd_pipe.h | 2 * @file daemon/opd_pipe.h 3 * Functions handling the $SESSIONDIR/opd_pipe FIFO special file. 7 * @remark Read the file COPYING 16 * opd_create_pipe - creates the oprofiled fifo file 25 * opd_open_pipe - opens the oprofiled fifo file 30 * opd_close_pipe - closes the oprofiled fifo file
|
/external/protobuf/vsprojects/ |
convert2008to2005.sh | 9 for file in *.sln; do 10 echo "downgrading $file..." 12 s/Visual Studio 2008/Visual Studio 2005/g;' $file 15 for file in *.vcproj; do 16 echo "downgrading $file..." 17 sed -i -re 's/Version="9.00"/Version="8.00"/g;' $file
|
/frameworks/base/core/java/android/os/ |
MemoryFile.java | 5 * you may not use this file except in compliance with the License. 33 * After a file is purged, attempts to read or write the file will 57 private FileDescriptor mFD; // ashmem file descriptor 66 * @param name optional name for the file (can be null). 67 * @param length of the memory file in bytes. 68 * @throws IOException if the memory file could not be created. 78 * Creates a reference to an existing memory file. Changes to the original file 82 * @param fd File descriptor for an existing memory file, as returned b [all...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/build/ |
ApkBuilder.java | 5 * you may not use this file except in compliance with the License. 26 import java.io.File; 44 * - code file (ouput of dx) 59 private File mInputFile; 61 void reset(File inputFile) { 68 File duplicate = checkFileForDuplicate(archivePath); 81 * resources, and also record whether the zip file contains native libraries. 88 private File mInputFile; 101 // jar file, but we need to exclude some other folder (like /META-INF) so 109 // get the file name from the pat [all...] |
/development/ndk/platforms/android-9/samples/native-audio/ |
default.properties | 1 # This file is automatically generated by Android Tools. 2 # Do not modify this file -- YOUR CHANGES WILL BE ERASED! 4 # This file must be checked in Version Control Systems.
|
/external/bison/doc/ |
bison.1 | 7 .BI \-b " file-prefix" 9 .BI \-\-file-prefix= file-prefix 13 .BI \-\-defines= defines-file 17 .BI \-\-graph= graph-file 33 .BI \-\-output-file= outfile 61 file 82 of the input file. 85 code in the input file, you can end his name by a C++-like extension 87 output file (.cpp or .c++) [all...] |
/external/bluetooth/bluez/test/ |
hciemu.1 | 22 .BI -s\ file 23 create snoop file \fIfile\fR
|
/external/chromium/googleurl/build/ |
base.vcproj | 124 <File 127 </File> 128 <File 131 </File> 132 <File 135 </File> 136 <File 139 </File> 140 <File 143 </File> [all...] |
/external/icu4c/samples/cal/ |
uprint.h | 7 * File uprint.h 23 /* Print a ustring to the specified FILE* in the default codepage */ 24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
|
/external/icu4c/samples/date/ |
uprint.h | 7 * File uprint.h 23 /* Print a ustring to the specified FILE* in the default codepage */ 24 U_CFUNC void uprint(const UChar *s, FILE *f, UErrorCode *status);
|
/external/libvpx/vp8/common/ |
vpxerrors.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree.
|
/external/libvpx/vp8/decoder/ |
decodemv.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree.
|