HomeSort by relevance Sort by last modified time
    Searched full:file (Results 226 - 250 of 168772) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/sonivox/arm-hybrid-22k/host_src/
eas_debugmsgs.h 1 /* Auto-generated from source file: eas_chorusdata.c */
2 /* Auto-generated from source file: eas_imelodydata.c */
3 /* Auto-generated from source file: eas_mididata.c */
4 /* Auto-generated from source file: eas_pan.c */
5 /* Auto-generated from source file: eas_wavefiledata.c */
6 /* Auto-generated from source file: eas_voicemgt.c */
7 /* Auto-generated from source file: eas_ota.c */
8 /* Auto-generated from source file: eas_mixbuf.c */
9 /* Auto-generated from source file: eas_rtttl.c */
10 /* Auto-generated from source file: eas_reverb.c *
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidFileTest.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
23 * Checks creation and deletion of a file.
28 File file = File.createTempFile(String.valueOf(System.currentTimeMillis()), null, null); local
30 assertTrue(file.exists());
31 assertTrue(file.delete());
32 assertFalse(file.exists());
  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 5 * you may not use this file except in compliance with the License.
31 public void read(DexRandomAccessFile file) throws IOException {
32 file.alignForwards(4);
33 file.getOffsetTracker().getNewOffsettable(file, this);
34 classAnnotationsOff = file.getOffsetTracker().getNewOffset(file.readUInt());
35 fieldsSize = file.readUInt();
36 annotatedMethodsSize = file.readUInt();
37 annotatedParametersSize = file.readUInt()
    [all...]
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 5 * you may not use this file except in compliance with the License.
36 FILE* file = NULL; local
37 file = fopen(filePath.string(), "r");
40 if (NULL != file) {
41 int fd = fileno(file);
52 fclose(file);
58 FILE* file = NULL; local
59 file = fopen(filePath.string(), "r")
79 FILE* file = NULL; local
96 FILE* file = NULL; local
    [all...]
  /hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/
MixAudio-sections.txt 2 <FILE>mixacpwma</FILE>
27 <FILE>mixacp</FILE>
62 <FILE>mixacpaac</FILE>
99 <FILE>mixaudio</FILE>
147 <FILE>mixaip</FILE>
    [all...]
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 5 * you may not use this file except in compliance with the License.
34 import java.io.File;
47 private static final String TEST_FILE = "file.test";
64 File file = buildPath(mContext.getFilesDir(), "file.test"); local
65 assertEquals("content://authority/tag/file.test",
66 strat.getUriForFile(file).toString());
68 file = buildPath(mContext.getFilesDir(), "subdir", "file.test")
84 File file = buildPath(mContext.getFilesDir(), "..", "file.test"); local
97 File file = buildPath(mContext.getFilesDir(), "file.test"); local
114 File file = buildPath(mContext.getFilesDir(), "file.test"); local
138 File file = buildPath(mContext.getFilesDir(), "lol\\"wat?foo&bar", "wat.txt"); local
151 File file = buildPath(mContext.getFilesDir(), "file.txt"); local
172 final File file = new File(mContext.getFilesDir(), TEST_FILE); local
188 final File file = new File(mContext.getFilesDir(), TEST_FILE); local
216 final File file = new File(mContext.getFilesDir(), TEST_FILE); local
233 final File file = new File(mContext.getFilesDir(), TEST_FILE); local
240 final File file = new File(mContext.getFilesDir(), TEST_FILE); local
256 final File file = new File(mContext.getFilesDir(), TEST_FILE); local
276 final File file = new File(mContext.getFilesDir(), TEST_FILE); local
    [all...]
  /external/selinux/policycoreutils/semodule_package/
semodule_package.8 6 .B semodule_package \-o <output file> \-m <module> [\-f <file contexts>]
11 package from a binary policy module and optionally other data such as file
22 # Build a policy package for local TE rules and no file contexts.
28 .B \-o \-\-outfile <output file>
29 Policy module package file generated by this tool.
31 .B \-s \-\-seuser <seuser file>
32 seuser file to be included in the package.
34 .B \-u \-\-user_extra <user extra file>
35 user_extra file to be included in the package
    [all...]
semodule_unpackage.8 3 semodule_unpackage \- Extract policy module and file context file from an SELinux policy module unpackage.
6 .B semodule_unpackage <module> [<file contexts>]
11 and file context file from an SELinux Policy Package.
15 # Extract the httpd module file from httpd policy package.
  /external/vogar/src/vogar/
LocalTarget.java 5 * you may not use this file except in compliance with the License.
20 import java.io.File;
36 @Override public File defaultDeviceDir() {
37 return new File("/tmp/vogar");
48 @Override public void await(File nonEmptyDirectory) {
51 @Override public void rm(File file) {
52 run.rm.file(file);
55 @Override public List<File> ls(File directory)
    [all...]
Action.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
23 * files and classes for compiling and running a Java source file.
31 private final File resourcesDirectory;
32 private final File sourcePath;
33 private final File javaFile;
34 private File userDir = new File(System.getProperty("user.dir"));
36 public Action(String name, String actionClass, File resourcesDirectory,
37 File sourcePath, File javaFile)
    [all...]
Target.java 5 * you may not use this file except in compliance with the License.
19 import java.io.File;
29 public abstract File defaultDeviceDir();
32 public abstract List<File> ls(File directory) throws FileNotFoundException;
33 public abstract void await(File nonEmptyDirectory);
34 public abstract void rm(File file);
35 public abstract void mkdirs(File file);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/
C.vcproj 735 <File
738 </File>
739 <File
742 </File>
743 <File
746 </File>
747 <File
750 </File>
751 <File
754 </File>
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
eas_debugmsgs.h 1 /* Auto-generated from source file: eas_chorusdata.c */
2 /* Auto-generated from source file: eas_imelodydata.c */
3 /* Auto-generated from source file: eas_mididata.c */
4 /* Auto-generated from source file: eas_pan.c */
5 /* Auto-generated from source file: eas_wavefiledata.c */
6 /* Auto-generated from source file: eas_voicemgt.c */
7 /* Auto-generated from source file: eas_ota.c */
8 /* Auto-generated from source file: eas_mixbuf.c */
9 /* Auto-generated from source file: eas_fmsndlib.c */
10 /* Auto-generated from source file: eas_rtttl.c *
    [all...]
  /external/clang/test/Analysis/Inputs/
system-header-simulator-for-simple-stream.h 10 } FILE;
11 FILE *fopen(const char * restrict, const char * restrict) __asm("_" "fopen" );
12 int fputc(int, FILE *);
13 int fputs(const char * restrict, FILE * restrict) __asm("_" "fputs" );
14 int fclose(FILE *);
19 FILE * p;
  /external/clang/test/Analysis/
stream.c 4 typedef struct _IO_FILE FILE;
5 #define SEEK_SET 0 /* Seek from beginning of file. */
7 #define SEEK_END 2 /* Seek from end of file. */
8 extern FILE *fopen(const char *path, const char *mode);
9 extern FILE *tmpfile(void);
10 extern int fclose(FILE *fp);
11 extern size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
12 extern int fseek (FILE *__stream, long int __off, int __whence);
13 extern long int ftell (FILE *__stream);
14 extern void rewind (FILE *__stream)
    [all...]
  /external/expat/tests/benchmark/
README.txt 3 benchmark [-n] <file name> <buffer size> <# iterations>
8 <file name> ... name/path of test xml file
10 the file is parsed in chunks of this size
11 <# iterations> ... how often will the file be parsed
15 The time (in seconds) it takes to parse the test file,
  /external/zlib/src/contrib/minizip/
mztools.h 20 /* Repair a ZIP file (missing central directory)
21 file: file to recover
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT unzRepair(const char* file,
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
MutexFileProvider.java 5 * you may not use this file except in compliance with the License.
21 import java.io.File;
25 * This class provides a shared file to several threads. Only one thread
26 * at a time can use the file. To acquire the file a thread has to
29 * when another one wants to acquire the file. In case a release is requested
30 * the thread owning the file must release it as soon as possible. If no
31 * callback is provided a thread that acquires the file must release it
33 * have the file for less time.
42 private final File mFile
    [all...]
  /frameworks/opt/setupwizard/tools/gradle/
settings.gradle 2 project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library')
4 File supportLibsRoot = new File(rootDir, "prebuilts/fullsdk/linux/platforms/android-22/support")
6 supportLibsRoot = new File(rootDir, "prebuilts/fullsdk/darwin/platforms/android-22/support")
10 project(':support-v4').projectDir = new File(supportLibsRoot, 'v4')
13 project(':support-appcompat-v7').projectDir = new File(supportLibsRoot, 'appcompat')
  /ndk/sources/host-tools/make-3.81/
remake.c 5 This file is part of GNU Make.
16 GNU Make; see the file COPYING. If not, write to the Free Software
32 #include <sys/file.h>
42 extern int try_implicit_rule PARAMS ((struct file *file, unsigned int depth));
46 `struct file'. However, double colon targets have seperate `struct
47 file's; make sure we always use the base of the double colon chain. */
63 static int update_file PARAMS ((struct file *file, unsigned int depth));
64 static int update_file_1 PARAMS ((struct file *file, unsigned int depth))
127 struct file *file; local
1478 char *file, **dp; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 5 * you may not use this file except in compliance with the License.
36 import java.io.File;
55 public static File getTemplateRootFolder() {
58 File folder = new File(location, FD_TOOLS + File.separator + FD_TEMPLATES);
69 public static List<File> getExtraTemplateRootFolders() {
70 List<File> folders = new ArrayList<File>();
73 File extras = new File(location, FD_EXTRAS)
161 templateNames.put(file.getName(), file); local
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.h 5 * you may not use this file except in compliance with the License.
27 * Attaches to an open Forward Lock file. The file position is assumed to be at the beginning of the
28 * file.
30 * @param[in] fileDesc The file descriptor of an open Forward Lock file.
39 * Reads the specified number of bytes from an open Forward Lock file.
41 * @param[in] fileDesc The file descriptor of an open Forward Lock file.
51 * Updates the file position within an open Forward Lock file
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassPathIterator.java 5 * you may not use this file except in compliance with the License.
27 public boolean accept(File file) {
28 return file.isDirectory() || isClass(file.getName());
33 public boolean accept(File file) {
34 return hasExtension(file.getName(), ".jar");
38 private final Iterator<File> files;
44 this(new File(System.getProperty("user.dir")), classPath, null)
65 File file = new File(part); local
117 File file = files.next(); local
    [all...]
  /external/proguard/src/proguard/io/
FileDataEntry.java 28 * This <code>DataEntry</code> represents a file.
34 private final File directory;
35 private final File file; field in class:FileDataEntry
39 public FileDataEntry(File directory,
40 File file)
43 this.file = file;
51 // Chop the directory name from the file name and get the right separators
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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;
37 File file = File.createTempFile("test", "tmp"); local
38 assertTrue(file.exists());
39 file.deleteOnExit();
40 FileOutputStream fos = new FileOutputStream(file);
50 File file = File.createTempFile("test", "tmp"); local
    [all...]

Completed in 2268 milliseconds

1 2 3 4 5 6 7 8 91011>>