/external/flac/libFLAC/ |
libFLAC_dynamic.dsp | 1 # Microsoft Developer Studio Project File - Name="libFLAC_dynamic" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
96 # Begin Source File
124 # End Source File
125 # Begin Source File
153 # End Source File
154 # Begin Source File
182 # End Source File
183 # Begin Source File
211 # End Source File
[all...] |
libFLAC_static.dsp | 1 # Microsoft Developer Studio Project File - Name="libFLAC_static" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
89 # Begin Source File
117 # End Source File
118 # Begin Source File
146 # End Source File
147 # Begin Source File
175 # End Source File
176 # Begin Source File
204 # End Source File
[all...] |
/libcore/tzdata/update/src/main/libcore/tzdata/update/ |
TzDataBundleInstaller.java | 5 * you may not use this file except in compliance with the License. 20 import java.io.File; 34 private final File installDir; 36 public TzDataBundleInstaller(String logTag, File installDir) { 49 File oldTzDataDir = new File(installDir, OLD_TZ_DATA_DIR_NAME); 54 File currentTzDataDir = new File(installDir, CURRENT_TZ_DATA_DIR_NAME); 55 File workingDir = new File(installDir, WORKING_DIR_NAME) 127 File file = new File(filePath); local [all...] |
/system/core/libsparse/include/sparse/ |
sparse.h | 5 * you may not use this file except in compliance with the License. 30 * sparse_file_new - create a new sparse file cookie 33 * @len - size of the expanded sparse file. 36 * blocks. Can later be written to a file with a variety of options. 37 * block_size specifies the minimum size of a chunk in the file. The maximum 38 * size of the file is 2**32 * block_size (16TB for 4k block size). 40 * Returns the sparse file cookie, or NULL on error. 45 * sparse_file_destroy - destroy a sparse file cookie 47 * @s - sparse file cookie 49 * Destroys a sparse file cookie. After destroy, all memory passed in t [all...] |
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
CommonExternalStorageTest.java | 5 * you may not use this file except in compliance with the License. 33 import java.io.File; 75 final File single = getContext().getExternalCacheDir(); 77 final File firstMultiple = getContext().getExternalCacheDirs()[0]; 85 final File single = getContext().getExternalFilesDir(Environment.DIRECTORY_PICTURES); 87 final File firstMultiple = getContext() 96 final File single = getContext().getObbDir(); 98 final File firstMultiple = getContext().getObbDirs()[0]; 106 final List<File> paths = getAllPackageSpecificPaths(getContext()); 107 for (File path : paths) [all...] |
/device/asus/flo/sepolicy/ |
conn_init.te | 8 allow conn_init shell_exec:file rx_file_perms; 9 allow conn_init conn_init_exec:file rx_file_perms; 13 allow conn_init persist_wifi_file:file r_file_perms; 17 allow conn_init wifi_data_file:file create_file_perms; 22 allow conn_init system_file:file execute_no_trans;
|
/external/androidplot/ |
androidplot.iml | 4 <output url="file://$MODULE_DIR$/target/classes" />
5 <output-test url="file://$MODULE_DIR$/target/test-classes" />
6 <content url="file://$MODULE_DIR$">
7 <sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" />
8 <excludeFolder url="file://$MODULE_DIR$/target" />
|
/external/eigen/bench/btl/data/ |
mk_gnuplot_script.sh | 11 for FILE in $DATA_FILE 13 LAST=$FILE 18 for FILE in $DATA_FILE 20 if [ $FILE != $LAST ] 22 BASE=${FILE##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat} 23 echo "'"$FILE"'" title "'"$TITLE"'" ",\\" >> $WHAT.gnuplot 26 BASE=${LAST##*/} ; BASE=${FILE##*/} ; AVANT=bench_${WHAT}_ ; REDUC=${BASE##*$AVANT} ; TITLE=${REDUC%.dat} 35 for FILE in $DATA_FILE 37 if [ $FILE != $LAST [all...] |
/external/jpeg/ |
jconfig.vms | 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 */
|
/external/libvncserver/x11vnc/misc/ |
x11vnc_pw | 2 # usage: x11vnc_pw [file] (default: ~/.vnc/passwd) 5 file=$HOME/.vnc/passwd 7 file=$1 23 x11vnc -storepasswd "$pw1" "$file" 24 ls -l "$file"
|
/external/llvm/utils/ |
UpdateCMakeLists.pl | 3 use File::Find; 4 use File::Copy; 22 my $file = $_; 23 my $dir = $File::Find::dir; 24 # Record if a CMake file was found. 25 if ($file eq "CMakeLists.txt") { 26 $dirCMake{$dir} = $File::Find::name; 29 # Grab the extension of the file. 30 $file =~ /\.([^.]+)$/; 38 push @$files, $file; [all...] |
/external/selinux/libselinux/man/man8/ |
sefcontext_compile.8 | 3 sefcontext_compile \- compile file context regular expression files 9 sefcontext_compile is used libsemanage to compile file context regular expressions into prce format. sefcontext_compile writes the compiled prce file with the .bin suffix appended "inputfile".bin. This compiled file is used by libselinux file labeling functions.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
strings.h | 2 * This file has no copyright assigned and is placed in the Public Domain. 3 * This file is part of the mingw-w64 runtime package. 4 * No warranty is given; refer to the file DISCLAIMER.PD within this package. 7 File: strings.h 10 This file is provided because non ANSI fuctions are described in string.h
|
/prebuilts/misc/common/swig/include/2.0.11/ruby/ |
file.i | 0 // FILE * 7 // Ruby 1.9 changed the file name of this header 19 %typemap(in) FILE *READ { 27 %typemap(in) FILE *READ_NOCHECK { 34 %typemap(in) FILE *WRITE {
|
/external/selinux/libselinux/man/man5/ |
selabel_file.5 | 1 .\" Hey Emacs! This file is -*- nroff -*- source. 6 selabel_file \- userspace SELinux labeling interface and configuration file format for the file contexts backend 25 The file contexts backend maps from pathname/mode combinations into security contexts. It is used to find the appropriate context for each file when relabeling a file system. The returned \fIcontext\fR must be freed using \fBfreecon\fR(3). 27 \fBselabel_lookup\fR(3) describes the function with its return and error codes, however the following \fIerrno\fR is clarified further for the file contexts backend: 31 No context corresponding to the \fIpath\fR and \fImode\fR was found - This will also be returned when the file contexts series of files have a context of \fB<<none>>\fR against the \fIpath\fR (see the \fBFILE FORMAT\fR section). 34 The \fIpath\fR argument should be set to the full pathname of the file whose assigned context is being checked. The \fImode\fR argument should be set to the mode bits of the file, as determined by \fBlstat\fR(2). \fImode\fR may be zero, however full matching may not occur [all...] |
/art/runtime/ |
os.h | 5 * you may not use this file except in compliance with the License. 26 typedef ::unix_file::FdFile File; 32 // Open an existing file with read only access. 33 static File* OpenFileForReading(const char* name); 35 // Open an existing file with read/write access. 36 static File* OpenFileReadWrite(const char* name); 38 // Create an empty file with read/write access. 39 static File* CreateEmptyFile(const char* name); 41 // Open a file with the specified open(2) flags. 42 static File* OpenFileWithFlags(const char* name, int flags) [all...] |
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
AnnotationItem.java | 5 * you may not use this file except in compliance with the License. 26 public void read(DexRandomAccessFile file) throws IOException { 27 file.getOffsetTracker().getNewOffsettable(file, this); 28 visibility = file.readUnsignedByte(); 29 (annotation = new EncodedAnnotation()).read(file); 33 public void write(DexRandomAccessFile file) throws IOException { 34 file.getOffsetTracker().updatePositionOfNextOffsettable(file); 35 file.writeByte(visibility) [all...] |
StringIdItem.java | 5 * you may not use this file except in compliance with the License. 25 public void read(DexRandomAccessFile file) throws IOException { 26 file.getOffsetTracker().getNewOffsettable(file, this); 27 stringDataOff = file.getOffsetTracker().getNewOffset(file.readUInt()); 31 public void write(DexRandomAccessFile file) throws IOException { 32 file.getOffsetTracker().updatePositionOfNextOffsettable(file); 33 file.getOffsetTracker().tryToWriteOffset(stringDataOff, file, false /* ULEB128 */) [all...] |
/external/clang/test/CoverageMapping/ |
header.cpp | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name header.cpp %s > %tmapping 2 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-FUNC 3 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-STATIC-FUNC 4 // RUN: FileCheck -input-file %tmapping %s --check-prefix=CHECK-STATIC-FUNC2 14 // CHECK-FUNC: File 0, 4:25 -> 11:2 = #0 15 // CHECK-FUNC: File 0, 6:15 -> 8:4 = #1 16 // CHECK-FUNC: File 0, 8:10 -> 10:4 = (#0 - #1) 19 // CHECK-STATIC-FUNC: File 0, 12:32 -> 20:2 = #0 20 // CHECK-STATIC-FUNC: File 0, 14:15 -> 16:4 = #1 21 // CHECK-STATIC-FUNC: File 0, 16:10 -> 18:4 = (#0 - #1 [all...] |
/external/deqp/scripts/ |
update-copyright-year.py | 22 for file in files: 23 if isSrcFile(file): 24 srcFiles.append(os.path.join(root, file)) 29 file = open(filename, "rb") 30 data = file.read() 31 file.close() 33 file = open(filename, "wb") 34 file.write(data) 35 file.close() 39 for file in srcFiles [all...] |
/external/libpcap/Win32/Prj/ |
libpcap.dsp | 1 # Microsoft Developer Studio Project File - Name="libpcap" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 83 # Begin Source File 86 # End Source File 87 # Begin Source File 90 # End Source File 91 # Begin Source File 94 # End Source File 95 # Begin Source File 98 # End Source File [all...] |
/external/llvm/test/Object/ |
corrupt.test | 5 // Section data offset past end of file. 17 SECNAME: Error reading file: Invalid data was encountered while parsing the file. 19 SECDATA: Error reading file: Invalid data was encountered while parsing the file. 20 SECDATA: Error reading file: Invalid data was encountered while parsing the file. 22 SYMNAME: Error reading file: Invalid data was encountered while parsing the file. 24 VER: Error reading file: Invalid data was encountered while parsing the file [all...] |
/external/vogar/src/vogar/ |
RetrievedFilesFilter.java | 5 * you may not use this file except in compliance with the License. 19 import java.io.File; 27 private final File profileFile; 29 public RetrievedFilesFilter(boolean profile, File profileFile) { 34 @Override public boolean accept(File file) { 35 if (file.getName().equals("prefs.xml")) { 38 if (file.getName().endsWith(".xml") 39 || file.getName().equals("caliper-results") 40 || file.getName().endsWith(".json" [all...] |
/external/vogar/src/vogar/tasks/ |
RmTask.java | 5 * you may not use this file except in compliance with the License. 19 import java.io.File; 25 private final File file; field in class:RmTask 27 public RmTask(Rm rm, File file) { 28 super("rm " + file); 30 this.file = file; 34 rm.file(file) [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/ |
runiSACfault.txt | 23 file=wb_contspeech.pcm 28 $ISAC 32000 -F $testnr $INDIR/"$file" $OUTDIR/ft$testnr"$file" >> $LOGFILE 32 $ISAC 32000 -F 10 $INDIR/"$file" $OUTDIR/ft10_"$file" >> $LOGFILE 33 $ISAC 32000 -F 10 -PL 10 $INDIR/"$file" $OUTDIR/ft10plc_"$file" >> $LOGFILE 34 $ISAC 32000 -F 10 -NB 1 $INDIR/"$file" $OUTDIR/ft10nb1_"$file" >> $LOGFILE 35 $ISAC 32000 -F 10 -NB 2 -PL 10 $INDIR/"$file" $OUTDIR/ft10nb2_"$file" >> $LOGFIL [all...] |