/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
UserDataBox.java | 5 * you may not use this file except in compliance with the License. 37 return super.getContentSize(); //To change body of overridden methods use File | Settings | File Templates. 42 super.parse(readableByteChannel, header, contentSize, boxParser); //To change body of overridden methods use File | Settings | File Templates. 47 super._parseDetails(content); //To change body of overridden methods use File | Settings | File Templates. 52 super.getContent(byteBuffer); //To change body of overridden methods use File | Settings | File Templates.
|
/external/selinux/libselinux/man/man5/ |
booleans.5 | 6 The \fIbooleans\fR file, if present contains booleans to support a specific distribution. 8 The \fIbooleans.local\fR file, if present contains locally generated booleans. 17 Writes a \fIbooleans.local\fR file if flag \fIpermanent\fR = \fI1\fR. 24 Looks for a \fIbooleans\fR and/or \fIbooleans.local\fR file at \fBselinux_booleans_path\fR(3) unless a specific path is specified as a parameter. 37 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)). 39 .SH "FILE FORMAT" 67 file (see 70 file in the 74 file (see
|
local.users.5 | 3 local.users \- The SELinux local users configuration file 6 The file contains local user definitions in the form of policy language user statements and is only found on older SELinux systems as it has been deprecated and replaced by the \fBsemange\fR(8) services. 8 This file is only read by \fBselinux_mkload_policy\fR(3) when \fBSETLOCALDEFS\fR in the SELinux \fIconfig\fR file (see \fBselinux_config\fR(5)) is set to \fI1\fR. 11 will return the active policy path to the directory where this file is located. The default local users file is: 16 Where \fI{SELINUXTYPE}\fR is the entry from the selinux configuration file \fIconfig\fR (see \fBselinux_config\fR(5)). 18 .SH "FILE FORMAT" 19 The file consists of one or more entries terminated with '\fB;\fR', each on a separate line as follows:
|
/external/sepolicy/ |
perfprofd.te | 14 allow perfprofd sysfs_devices_system_cpu:file rw_file_perms; 18 allow perfprofd system_file:file rx_file_perms; 20 # perfprofd reads a config file from /data/data/com.google.android.gms/files 21 allow perfprofd app_data_file:file r_file_perms; 25 # perfprofd opens a file for writing in /data/misc/perfprofd 26 allow perfprofd perfprofd_data_file:file create_file_perms; 46 # simpleperf needs open/read any file that turns up in a profile 48 allow perfprofd exec_type:file r_file_perms; 51 allow perfprofd toolbox_exec:file x_file_perms;
|
system_app.te | 13 allow system_app system_app_data_file:{ file lnk_file } create_file_perms; 17 allow system_app keychain_data_file:file r_file_perms; 22 allow system_app system_data_file:file create_file_perms; 24 allow system_app misc_user_data_file:file create_file_perms; 28 auditallow system_app system_data_file:file { create setattr append write link unlink rename }; 33 # Read wallpaper file. 34 allow system_app wallpaper_file:file r_file_perms; 48 allow system_app anr_data_file:file create_file_perms; 51 allow system_app asec_apk_file:file r_file_perms;
|
/frameworks/base/core/tests/coretests/src/android/os/ |
FileUtilsTest.java | 5 * you may not use this file except in compliance with the License. 33 import java.io.File; 44 private File mDir; 45 private File mTestFile; 46 private File mCopyFile; 47 private File mTarget; 54 mTestFile = new File(mDir, "test.file"); 55 mCopyFile = new File(mDir, "copy.file"); 305 final File file = new File(mDir, name); local [all...] |
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
wrapper_input.h | 5 * you may not use this file except in compliance with the License. 17 // Define a generic interface to a file/memory region that contains 18 // a bitcode file, a wrapped bitcode file, or a data file to wrap. 28 // The following is a generic interface to a file/memory region that contains 29 // a bitcode file, a wrapped bitcode file, or data file to wrap.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/ |
hmm_dflt_abort.c | 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. 16 /* The function in this file performs default actions if self-auditing 22 ** to the write system call using file handle number 2. 30 /* Print abort message, file and line. Terminate execution. 32 void hmm_dflt_abort(const char *file, const char *line) { 44 fputs("\n_abort - Heap corruption\n" "File: ", stderr); 45 fputs(file, stderr);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
ar.h | 1 /* Header describing `ar' archive file format. 3 This file is part of the GNU C Library. 26 `struct ar_hdr', and as many bytes of member file data as its `ar_size' 27 member indicates, for each member file. */ 29 #define ARMAG "!<arch>\n" /* String that begins an archive file. */ 38 char ar_name[16]; /* Member file name, sometimes / terminated. */ 39 char ar_date[12]; /* File date, decimal seconds since Epoch. */ 41 char ar_mode[8]; /* File mode, in ASCII octal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
ar.h | 1 /* Header describing `ar' archive file format. 3 This file is part of the GNU C Library. 26 `struct ar_hdr', and as many bytes of member file data as its `ar_size' 27 member indicates, for each member file. */ 29 #define ARMAG "!<arch>\n" /* String that begins an archive file. */ 38 char ar_name[16]; /* Member file name, sometimes / terminated. */ 39 char ar_date[12]; /* File date, decimal seconds since Epoch. */ 41 char ar_mode[8]; /* File mode, in ASCII octal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/prebuilts/misc/common/swig/include/2.0.11/python/ |
file.i | 2 * file.i 4 * Typemaps for FILE* 7 %types(FILE *); 12 SWIG_AsValFilePtr(PyObject *obj, FILE **val) { 15 if (!desc) desc = SWIG_TypeQuery("FILE *"); 17 if (val) *val = (FILE *)vptr; 32 SWIGINTERNINLINE FILE* 34 FILE *val = 0; 41 %typemaps_asval(%checkcode(POINTER), SWIG_AsValFilePtr, "SWIG_AsValFilePtr", FILE*);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
map | 5 // This file is part of the GNU ISO C++ Library. This library is free 17 // with this library; see the file COPYING. If not, write to the Free 21 // As a special exception, you may use this file as part of a free software 23 // templates or use macros or inline functions from this file, or you compile 24 // this file and link it with other files to produce an executable, this 25 // file does not by itself cause the resulting executable to be covered by 27 // invalidate any other reasons why the executable file might be covered by 30 /** @file profile/map 31 * This file is a GNU profile extension to the Standard C++ Library.
|
set | 5 // This file is part of the GNU ISO C++ Library. This library is free 17 // with this library; see the file COPYING. If not, write to the Free 21 // As a special exception, you may use this file as part of a free software 23 // templates or use macros or inline functions from this file, or you compile 24 // this file and link it with other files to produce an executable, this 25 // file does not by itself cause the resulting executable to be covered by 27 // invalidate any other reasons why the executable file might be covered by 30 /** @file profile/set 31 * This file is a GNU profile extension to the Standard C++ Library.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/ |
map | 5 // This file is part of the GNU ISO C++ Library. This library is free 17 // with this library; see the file COPYING. If not, write to the Free 21 // As a special exception, you may use this file as part of a free software 23 // templates or use macros or inline functions from this file, or you compile 24 // this file and link it with other files to produce an executable, this 25 // file does not by itself cause the resulting executable to be covered by 27 // invalidate any other reasons why the executable file might be covered by 30 /** @file profile/map 31 * This file is a GNU profile extension to the Standard C++ Library.
|
set | 5 // This file is part of the GNU ISO C++ Library. This library is free 17 // with this library; see the file COPYING. If not, write to the Free 21 // As a special exception, you may use this file as part of a free software 23 // templates or use macros or inline functions from this file, or you compile 24 // this file and link it with other files to produce an executable, this 25 // file does not by itself cause the resulting executable to be covered by 27 // invalidate any other reasons why the executable file might be covered by 30 /** @file profile/set 31 * This file is a GNU profile extension to the Standard C++ Library.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceFileReader.java | 5 * you may not use this file except in compliance with the License. 35 * Obtain the next protobuf message in this file. 36 * @param file file to read from 39 * @throws IOException in case of file I/O errors 42 public GLMessage getMessageAtOffset(RandomAccessFile file, long offset) throws IOException { 47 file.seek(offset); 50 len = file.readInt(); 59 file.readFully(b);
|
/bionic/libc/include/ |
stdio.h | 42 * This file must contain a reference to __gnuc_va_list so that GCC's 60 typedef off_t fpos_t; /* stdio file position type */ 92 * try to write or read from a file that is in `read' or `write' mode. 113 int _flags; /* flags, below; this FILE is free if 0 */ 116 short _flags; /* flags, below; this FILE is free if 0 */ 145 } FILE; 148 extern FILE __sF[]; 150 extern FILE* stdin; 151 extern FILE* stdout; 152 extern FILE* stderr [all...] |
/external/libpng/contrib/tools/ |
pngfix.c | 392 uarb_printx(uarb num, int digits, FILE *out) 409 uarb_print(uarb num, int digits, FILE *out) 687 unsigned int errors :1; /* print file errors to stderr */ 708 # define FILE_ERROR 0x10 /* could not read the file */ 713 struct IDAT_list idat_cache; /* Cache of file IDAT information buffers */ 824 /* PER-FILE CONTROL STRUCTURE */ 827 struct file struct 832 /* PUBLIC PER-FILE VARIABLES: CALLER INITIALIZE */ 834 const char * out_name; /* Name of output file (if required) */ 836 /* PUBLIC PER-FILE VARIABLES: SET BY PNG READ CODE * 855 FILE * file; \/* Original PNG file *\/ member in struct:file 1537 struct file * file; member in struct:chunk 1747 struct file * file; member in struct:IDAT 1769 struct file *file = idat->file; local 2010 struct file * file; member in struct:zlib 2280 struct file *file = zlib->file; local 3171 struct file *file = get_control(png_ptr); local 3184 struct file *file = get_control(png_ptr); local 3518 struct file file; member in struct:control [all...] |
/bionic/libc/kernel/uapi/linux/ |
compiler.h | 5 * This file is not currently in the Linux kernel tree. 7 * no such uapi file. We've sent this upstream, and are optimistically 11 * An alternative to this file is to check in a symbolic link to the
|
/bionic/libc/stdio/ |
stdio_ext.cpp | 35 size_t __fbufsize(FILE* fp) { 40 int __freading(FILE* fp) { 46 int __fwriting(FILE*) { 51 int __freadable(FILE* fp) { 55 int __fwritable(FILE* fp) { 59 int __flbf(FILE* fp) { 63 void __fpurge(FILE* fp) { 67 size_t __fpending(FILE* fp) { 76 int __fsetlocking(FILE* fp, int type) { 91 void clearerr_unlocked(FILE* fp) [all...] |
/cts/hostsidetests/theme/app/src/android/theme/app/ |
GenerateBitmapTask.java | 5 * you may not use this file except in compliance with the License. 27 import java.io.File; 38 private final File mOutDir; 44 public GenerateBitmapTask(View view, File outDir, String name) { 71 final File file = new File(mOutDir, mName + ".png"); local 72 if (file.exists() && !file.canWrite()) { 73 Log.e(TAG, "Unable to write file: " + file.getAbsolutePath()) [all...] |
/cts/tests/tests/net/src/android/net/http/cts/ |
X509TrustManagerExtensionsTest.java | 5 * you may not use this file except in compliance with the License. 22 import java.io.File; 64 final File DIR_TEMP = new File(System.getProperty("java.io.tmpdir")); 65 final File DIR_TEST = new File(DIR_TEMP, "test"); 66 final File system = new File(DIR_TEST, "system-test"); 67 final File added = new File(DIR_TEST, "added-test") [all...] |
/dalvik/libdex/ |
CmdUtils.h | 5 * you may not use this file except in compliance with the License. 18 * the DEX file has been rewritten (byte-swapped, word-aligned) and that 24 * It's generally assumed that the DEX file will be stored in shared memory, 34 /* encode the result of unzipping to a file */ 46 * Map the specified DEX file read-only (possibly after expanding it into a 47 * temp file from a Jar). Pass in a MemMapping struct to hold the info. 48 * If the file is an unoptimized DEX file, then byte-swapping and structural 51 * The temp file is deleted after the map succeeds. 54 * read-only copy of a DEX file that could be in a number of different states [all...] |
/developers/build/ |
build.iml | 5 <content url="file://$MODULE_DIR$"> 6 <excludeFolder url="file://$MODULE_DIR$/.gradle" /> 7 <excludeFolder url="file://$MODULE_DIR$/build" />
|
/developers/build/prebuilts/gradle/BasicRenderScript/Application/ |
project.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.
|