/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
AnnotationSetItem.java | 5 * you may not use this file except in compliance with the License. 26 public void read(DexRandomAccessFile file) throws IOException { 27 file.alignForwards(4); 28 file.getOffsetTracker().getNewOffsettable(file, this); 29 size = file.readUInt(); 32 (entries[i] = new AnnotationOffItem()).read(file); 37 public void write(DexRandomAccessFile file) throws IOException { 38 file.alignForwards(4); 39 file.getOffsetTracker().updatePositionOfNextOffsettable(file) [all...] |
AnnotationSetRefList.java | 5 * you may not use this file except in compliance with the License. 26 public void read(DexRandomAccessFile file) throws IOException { 27 file.alignForwards(4); 28 file.getOffsetTracker().getNewOffsettable(file, this); 29 size = file.readUInt(); 32 (list[i] = new AnnotationSetRefItem()).read(file); 37 public void write(DexRandomAccessFile file) throws IOException { 38 file.alignForwards(4); 39 file.getOffsetTracker().updatePositionOfNextOffsettable(file) [all...] |
FieldIdItem.java | 5 * you may not use this file except in compliance with the License. 27 public void read(DexRandomAccessFile file) throws IOException { 28 file.getOffsetTracker().getNewOffsettable(file, this); 29 classIdx = file.readUShort(); 30 typeIdx = file.readUShort(); 31 nameIdx = file.readUInt(); 35 public void write(DexRandomAccessFile file) throws IOException { 36 file.getOffsetTracker().updatePositionOfNextOffsettable(file); [all...] |
MethodIdItem.java | 5 * you may not use this file except in compliance with the License. 27 public void read(DexRandomAccessFile file) throws IOException { 28 file.getOffsetTracker().getNewOffsettable(file, this); 29 classIdx = file.readUShort(); 30 protoIdx = file.readUShort(); 31 nameIdx = file.readUInt(); 35 public void write(DexRandomAccessFile file) throws IOException { 36 file.getOffsetTracker().updatePositionOfNextOffsettable(file); [all...] |
/dalvik/dx/src/com/android/multidex/ |
FolderPathElement.java | 5 * you may not use this file except in compliance with the License. 19 import java.io.File; 30 private File baseFolder; 32 public FolderPathElement(File baseFolder) { 38 return new FileInputStream(new File(baseFolder, 39 path.replace(SEPARATOR_CHAR, File.separatorChar))); 53 private void collect(File folder, String prefix, ArrayList<String> result) { 54 for (File file : folder.listFiles()) { 55 if (file.isDirectory()) [all...] |
/external/droiddriver/src/io/appium/droiddriver/util/ |
FileUtils.java | 5 * you may not use this file except in compliance with the License. 24 import java.io.File; 35 * Opens file at {@code path} to output. If any directories on {@code path} do 36 * not exist, they will be created. The file will be readable and writable to 41 File file = getAbsoluteFile(path); local 43 Logs.log(Log.INFO, "opening file " + file.getAbsolutePath()); 44 BufferedOutputStream stream = new BufferedOutputStream(new FileOutputStream(file)); 46 file.setReadable(true /* readable */, false/* ownerOnly */) 60 File file = new File(path); local [all...] |
/development/tools/idegen/src/ |
Configuration.java | 5 * you may not use this file except in compliance with the License. 17 import java.io.File; 37 public final SortedSet<File> sourceRoots; 40 public final List<File> jarFiles; 43 public final SortedSet<File> excludedDirs; 46 public final File toolDirectory; 48 /** File name used for excluded path files. */ 56 this.toolDirectory = new File("development/tools/idegen"); 68 List<File> jarFiles = new ArrayList<File>(500) [all...] |
/art/test/MultiDexModifiedSecondary/ |
README.txt | 1 MultiDexModifiedSecondary is designed to result in a multidex file that has 2 the same classes.dex file as MultiDex, but a different classes2.dex.
|
/cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/ |
MultiUserStorageTest.java | 5 * you may not use this file except in compliance with the License. 28 import java.io.File; 47 private void wipeTestFiles(File dir) { 49 final File[] files = dir.listFiles(); 51 for (File file : files) { 52 if (file.getName().startsWith(FILE_PREFIX)) { 53 Log.d(TAG, "Wiping " + file); 54 file.delete(); 70 for (File path : getAllPackageSpecificPathsExceptObb(getContext())) [all...] |
/development/samples/WiFiDirectDemo/assets/ |
sample_file.txt | 1 This is a sample text file for wifi_direct demo. 3 Once the devices are connected, the server i.e. groupOwner will listen for incoming connections and write this file.
|
/development/tools/idegen/src/com/android/idegen/ |
IntellijProject.java | 5 * you may not use this file except in compliance with the License. 23 import java.io.File; 46 File indexFile; 47 File projectPath; 52 this.indexFile = new File(Preconditions.checkNotNull(indexFile)); 53 this.projectPath = new File(Preconditions.checkNotNull(projectPath)); 61 File repoRoot = DirectorySearch.getRepoRoot(); 63 File frameworkDir = new File(repoRoot, FRAMEWORK_MODULE_DIR); 66 buildFrameWorkModule(new File(repoRoot, FRAMEWORK_MODULE_DIR)) [all...] |
/device/htc/flounder/sepolicy/ |
file.te | 1 # Qualcomm Mdm9k file type 10 #Didim file used by surfaceflinger
|
/external/bsdiff/ |
README.android | 3 This file, the Android.mk makefile, and the empty 4 MODULE_LICENSE_BSD_LIKE file were added.
|
/external/clang/test/CodeGen/Inputs/ |
stdio.h | 1 struct FILE; 2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg);
|
/external/clang/test/CodeGen/ |
vfprintf.c | 3 typedef struct _IO_FILE FILE; 4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
|
/external/compiler-rt/test/builtins/timing/ |
time | 5 file=$2 9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name 18 echo "$FILE failed to compile" 25 for FILE in $(ls *.c); do 27 echo "Timing $FILE for $ARCH" 29 test $ARCH $FILE libgcc "" 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a 32 test $ARCH $FILE installed $INSTALLED
|
/external/compiler-rt/test/tsan/Linux/ |
user_fopen.cc | 6 extern "C" FILE *__interceptor_fopen(const char *file, const char *mode); 7 extern "C" int __interceptor_fileno(FILE *f); 9 extern "C" FILE *fopen(const char *file, const char *mode) { 13 return __interceptor_fopen(file, mode); 16 extern "C" int fileno(FILE *f) { 24 FILE *f = fopen("/dev/zero", "r");
|
/external/eigen/ |
signature_of_eigen3_matrix_library | 1 This file is just there as a signature to help identify directories containing Eigen3. When writing a script looking for Eigen3, just look for this file. This is especially useful to help disambiguate with Eigen2...
|
/external/jsoncpp/test/data/ |
test_preserve_comment_01.json | 2 at the beginning of the file. 13 the end of the file.
|
/external/libusb/ |
THANKS | 1 Development contributors are listed in the AUTHORS file. Other community 3 in this file:
|
/external/llvm/test/FileCheck/ |
first-character-match.txt | 1 RUN: FileCheck -check-prefix=RUN -input-file %s %s 2 // Prefix is at the first character in the file. The run line then matches itself.
|
/external/llvm/test/Object/ |
obj2yaml-coff-long-file-symbol.test | 1 RUN: yaml2obj %p/Inputs/COFF/long-file-symbol.yaml | obj2yaml | FileCheck %s --check-prefix COFF-I386 3 COFF-I386: File: filename_with_22_chars
|
/external/llvm/test/tools/llvm-objdump/ |
coff-non-null-terminated-file.test | 1 RUN: yaml2obj %p/Inputs/file-aux-record.yaml | llvm-objdump -t - | FileCheck %s 3 CHECK: .file
|
/external/selinux/libselinux/man/man5/ |
default_type.5 | 3 default_type \- The SELinux default type configuration file 6 The \fIdefault_type\fR file contains entries that allow SELinux-aware applications such as \fBnewrole\fR(1) to select a default type for a role if one is not supplied. 8 \fBselinux_default_type_path\fR(3) will return the active policy path to this file. The default, default type file is: 13 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)). 15 \fBget_default_type\fR(3) reads this file to determine a type for the active policy. 17 .SH "FILE FORMAT" 18 Each line within the \fIdefault_type\fR file is formatted with \fIrole\fB:\fItype\fR entries where:
|
removable_context.5 | 3 removable_context \- The SELinux removable devices context configuration file 6 This file contains the default label that should be used for removable devices that are not defined in the \fImedia\fR file (that is described in 10 will return the active policy path to this file. The default removable context file is: 15 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)). 17 .SH "FILE FORMAT" 18 The file consists of a single line entry as follows:
|