Searched refs:file (Results 251 - 275 of 2668) sorted by relevance

<<11121314151617181920>>

/external/clang/tools/libclang/
H A DCXSourceLocation.cpp5 // This file is distributed under the University of Illinois Open Source
10 // This file defines routines for manipulating CXSourceLocations.
120 CXFile file,
123 if (!tu || !file)
129 const FileEntry *File = static_cast<const FileEntry *>(file);
147 CXFile file,
149 if (!tu || !file)
155 = CXXUnit->getLocation(static_cast<const FileEntry *>(file), offset);
170 static void createNullLocation(CXFile *file, unsigned *line, argument
172 if (file)
119 clang_getLocation(CXTranslationUnit tu, CXFile file, unsigned line, unsigned column) argument
146 clang_getLocationForOffset(CXTranslationUnit tu, CXFile file, unsigned offset) argument
198 clang_getExpansionLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
270 clang_getInstantiationLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
279 clang_getSpellingLocation(CXSourceLocation location, CXFile *file, unsigned *line, unsigned *column, unsigned *offset) argument
[all...]
/external/emma/core/java12/com/vladium/util/
H A DFiles.java141 public static File canonicalizeFile (final File file) argument
143 if (file == null) throw new IllegalArgumentException ("null input: file");
147 return file.getCanonicalFile ();
151 return file.getAbsoluteFile ();
156 * Invariant: (getFileName (file) + getFileExtension (file)).equals (file.getName ()).
158 * @param file File input file descripto
165 getFileName(final File file) argument
186 getFileExtension(final File file) argument
203 newFile(final File dir, final File file) argument
218 newFile(final File dir, final String file) argument
234 newFile(final String dir, final String file) argument
[all...]
/external/sepolicy/
H A Dapp.te20 allow platform_app cache_file:file create_file_perms;
23 allow platform_app shell_data_file:file { open getattr read };
25 # Populate /data/app/vmdl*.tmp file created by system server.
26 allow platform_app apk_tmp_file:file rw_file_perms;
28 allow platform_app qtaguid_proc:file { open };
43 allow media_app cache_file:file create_file_perms;
45 allow media_app qtaguid_proc:file rw_file_perms;
87 # App sandbox file accesses.
90 # App sdcard file accesses
92 allow platformappdomain sdcard:file create_file_perm
[all...]
H A Dsystem.te16 allow system_app system_data_file:file create_file_perms;
18 # Read wallpaper file.
19 allow system_app wallpaper_file:file r_file_perms;
22 allow system_app dalvikcache_data_file:file { write setattr };
51 allow system_app system_file:file x_file_perms;
64 allow system zygote_tmpfs:file read;
90 allow system appdomain:{ file lnk_file } rw_file_perms;
93 allow system qtaguid_proc:file rw_file_perms;
137 allow system sysfs:file rw_file_perms;
138 allow system sysfs_nfc_power_writable:file rw_file_perm
[all...]
/external/kernel-headers/original/linux/
H A Dfs.h5 * This file has definitions for some important file table
14 * the file limit at runtime and only root can increase the per-process
30 #define SEEK_SET 0 /* seek relative to beginning of file */
31 #define SEEK_CUR 1 /* seek relative to current file position */
32 #define SEEK_END 2 /* seek relative to end of file */
140 #define S_APPEND 4 /* Append-only file */
141 #define S_IMMUTABLE 8 /* Immutable file */
145 #define S_NOCMTIME 128 /* Do not update file c/mtime */
150 * Note that nosuid etc flags are inode-specific: setting some file
671 struct file { struct
1189 file_accessed(struct file *file) argument
1561 allow_write_access(struct file *file) argument
1863 simple_transaction_set(struct file *file, size_t n) argument
[all...]
/external/bison/build-aux/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
21 leading file name components.
56 for file
58 if test -d "$file"; then
104 for file
106 case $file in
112 set fnord $file
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
/external/chromium/sdch/open-vcdiff/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
24 leading file name components.
59 for file
61 if test -d "$file"; then
107 for file
109 case $file in
115 set fnord $file
157 # eval: (add-hook 'write-file-hooks 'time-stamp)
/external/expat/tests/
H A Dxmltest.sh14 # output differs are prefixed with "Output differs:", and a diff file
34 # RunXmlwfNotWF file reldir
37 file="$1"
39 $XMLWF -p "$file" > outfile || return $?
42 echo "Expected not well-formed: $reldir$file"
49 # RunXmlwfWF file reldir
52 file="$1"
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
57 if [ -f "out/$file" ] ; then
58 diff -u "$OUTPUT$reldir$file" "ou
[all...]
/external/libffi/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
21 leading file name components.
56 for file
58 if test -d "$file"; then
104 for file
106 case $file in
112 set fnord $file
154 # eval: (add-hook 'write-file-hooks 'time-stamp)
/external/libpng/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
24 leading file name components.
59 for file
61 if test -d "$file"; then
107 for file
109 case $file in
115 set fnord $file
157 # eval: (add-hook 'write-file-hooks 'time-stamp)
/external/libsepol/src/
H A Dmodule.c218 /* Append each of the file contexts from each module to the base
219 * policy's file context. 'base_context' will be reallocated to a
221 * variable). 'base_fc_len' is the length of base's file context; it
326 static int read_helper(char *buf, struct policy_file *file, uint32_t bytes) argument
339 rc = next_entry(&buf[offset], file, read_len);
350 /* Get the section offsets from a package file, offsets will be malloc'd to
353 struct policy_file *file,
363 ERR(file->handle, "out of memory");
367 rc = next_entry(buf, file, sizeof(uint32_t) * 3);
369 ERR(file
352 module_package_read_offsets(sepol_module_package_t * mod, struct policy_file *file, size_t ** offsets, uint32_t * sections) argument
443 struct policy_file *file = &spf->pf; local
628 struct policy_file *file = &spf->pf; local
830 write_helper(char *data, size_t len, struct policy_file *file) argument
853 struct policy_file *file = &spf->pf; local
[all...]
/external/v8/test/cctest/
H A Dcctest.cc36 CcTest::CcTest(TestFunction* callback, const char* file, const char* name, argument
40 char *basename = strrchr(const_cast<char *>(file), '/');
42 basename = strrchr(const_cast<char *>(file), '\\');
45 basename = v8::internal::StrDup(file);
65 current->file(), current->name(), current->dependency());
67 printf("%s/%s<\n", current->file(), current->name());
89 char* file = arg_copy; local
94 && strcmp(test->file(), file) == 0
103 // Run all tests with the specified file o
[all...]
/external/webkit/Tools/Scripts/
H A Dupdate-webkit-support-libs45 my $file = "WebKitSupportLibrary";
46 my $zipFile = "$file.zip";
50 my $versionFile = $file . "Version";
61 print "$file is up-to-date.\n";
70 print "Falling back to existing version of $file.\n";
77 print "\nInstalling $file...\n";
81 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/win");
92 File::Find::find(\&wanted, "$tmpAbsDir/$file");
94 print "The $file has been sucessfully installed in\n $webkitLibrariesDir\n";
124 chomp(my $zipFileVersion = `unzip -p "$pathToZip" $file/wi
[all...]
H A Dextract-localizable-strings37 # known to be used for debugging in Intrigue source code and an exceptions file.
39 # hardcoded location for both the output file and the exceptions file.
41 # locate source files after parsing a .pbxproj file.
43 # The exceptions file has a list of strings in quotes, filenames, and filename/string pairs separated by :.
51 @ARGV >= 2 or die "Usage: extract-localizable-strings <exceptions file> <file to update> [ directory... ]\nDid you mean to run update-webkit-localizable-strings instead?\n";
54 -f $exceptionsFile or die "Couldn't find exceptions file $exceptionsFile\n" unless $exceptionsFile eq "-";
57 -f $fileToUpdate or die "Couldn't find file to update $fileToUpdate\n";
109 for my $file (sor
[all...]
H A Dmake-script-test-wrappers97 for my $file (@files) {
98 my $html = $file;
102 system("cat ${file} | tr '\\0' ' ' | grep -q 'successfullyParsed ='");
104 `echo "" >> "${file}"`;
105 `echo "var successfullyParsed = true;" >> "${file}"`;
110 my $output = ($file =~ /-n\.js/) ? $templateNegative : $template;
111 $output =~ s:YOUR_JS_FILE_HERE:$file:;
/external/tinyalsa/
H A Dtinyplay.c59 void play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels,
65 FILE *file; local
77 fprintf(stderr, "Usage: %s file.wav [-D card] [-d device] [-p period_size]"
83 file = fopen(filename, "rb");
84 if (!file) {
85 fprintf(stderr, "Unable to open file '%s'\n", filename);
89 fread(&riff_wave_header, sizeof(riff_wave_header), 1, file);
92 fprintf(stderr, "Error: '%s' is not a riff/wave file\n", filename);
93 fclose(file);
98 fread(&chunk_header, sizeof(chunk_header), 1, file);
152 play_sample(FILE *file, unsigned int card, unsigned int device, unsigned int channels, unsigned int rate, unsigned int bits, unsigned int period_size, unsigned int period_count) argument
[all...]
/external/chromium/base/
H A Dplatform_file.h3 // found in the LICENSE file.
34 PLATFORM_FILE_OPEN_ALWAYS = 4, // May create a new file.
35 PLATFORM_FILE_CREATE_ALWAYS = 8, // May overwrite an old file.
71 // Used to hold information about a given file.
80 // The size of the file in bytes. Undefined when is_directory is true.
83 // True if the file corresponds to a directory.
86 // True if the file corresponds to a symbolic link.
89 // The last modified time of a file.
92 // The last accessed time of a file.
95 // The creation time of a file
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DSection.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
24 * A section of a {@code .dex} file. Each section consists of a list
31 /** {@code non-null;} file that this instance is part of */
32 private final DexFile file; field in class:Section
38 /** {@code >= -1;} offset from the start of the file to this part, or
61 * Constructs an instance. The file offset is initially unknown.
65 * @param file {@code non-null;} file that this instance is part of
69 public Section(String name, DexFile file, in argument
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc121 string FileClassName(const Params& params, const FileDescriptor* file) { argument
124 if (params.has_java_outer_classname(file->name())) {
125 name = params.java_outer_classname(file->name());
127 if ((file->message_type_count() == 1)
128 || (file->enum_type_count() == 0)) {
130 // use the message name as the file name
131 name = file->message_type(0)->name();
136 string::size_type last_slash = file->name().find_last_of('/');
138 basename = file->name();
140 basename = file
149 FileJavaPackage(const Params& params, const FileDescriptor* file) argument
162 ToJavaName(const Params& params, const string& full_name, const FileDescriptor* file) argument
206 const FileDescriptor* file = descriptor->file(); local
[all...]
/external/qemu/telephony/
H A Dsim_card.c196 sim_file_to_hex( SimFile file, bytes_t dst ) argument
198 SimFileType type = file->any.type;
213 /* bytes 3-4 are the file size */
215 file_size = file->dedicated.length;
217 file_size = file->linear.rec_count * file->linear.rec_len;
222 /* bytes 5-6 are the file id */
223 gsm_hex_from_short( dst, file->any.id );
226 /* byte 7 is the file type - always EF, i.e. 0x04 */
238 if (file
383 const SimFileEFDedicatedRec* file = _const_files_dedicated; local
405 const SimFileEFDedicatedRec* file = _const_files_dedicated; local
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_wave.c7 * This module contains .WAV file functions for the EAS synthesizer
13 * you may not use this file except in compliance with the License.
40 /* .WAV file format tags */
123 * Purpose: Opens a wave file for writing and writes the header
142 /* create the file */
143 wFile->file = fopen(filename,"wb");
144 if (!wFile->file)
150 /* initialize PCM format .WAV file header */
174 if (fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file) != 1)
176 fclose(wFile->file);
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_wave.c7 * This module contains .WAV file functions for the EAS synthesizer
13 * you may not use this file except in compliance with the License.
40 /* .WAV file format tags */
123 * Purpose: Opens a wave file for writing and writes the header
142 /* create the file */
143 wFile->file = fopen(filename,"wb");
144 if (!wFile->file)
150 /* initialize PCM format .WAV file header */
174 if (fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file) != 1)
176 fclose(wFile->file);
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_wave.c7 * This module contains .WAV file functions for the EAS synthesizer
13 * you may not use this file except in compliance with the License.
40 /* .WAV file format tags */
123 * Purpose: Opens a wave file for writing and writes the header
142 /* create the file */
143 wFile->file = fopen(filename,"wb");
144 if (!wFile->file)
150 /* initialize PCM format .WAV file header */
174 if (fwrite(&wFile->wh, sizeof(WAVE_HEADER), 1, wFile->file) != 1)
176 fclose(wFile->file);
[all...]
/external/valgrind/dynamic_annotations/
H A Ddynamic_annotations.h27 /* This file defines dynamic annotations for use with dynamic analysis
43 This file supports the following dynamic analysis tools:
433 const char *file, int line,
436 const char *file, int line,
439 const char *file, int line,
442 const char *file, int line,
445 const char *file, int line, const volatile void *barrier, long count,
448 const char *file, int line,
451 const char *file, int line,
454 const char *file, in
[all...]
/external/openssl/crypto/
H A Dmem.c78 static void *default_malloc_ex(size_t num, const char *file, int line) argument
80 static void *(*malloc_ex_func)(size_t, const char *file, int line)
85 const char *file, int line)
87 static void *(*realloc_ex_func)(void *, size_t, const char *file, int line)
93 static void *default_malloc_locked_ex(size_t num, const char *file, int line) argument
95 static void *(*malloc_locked_ex_func)(size_t, const char *file, int line)
252 void *CRYPTO_malloc_locked(int num, const char *file, int line) argument
262 malloc_debug_func(NULL, num, file, line, 0);
264 ret = malloc_locked_ex_func(num,file,line);
269 malloc_debug_func(ret, num, file, lin
84 default_realloc_ex(void *str, size_t num, const char *file, int line) argument
296 CRYPTO_malloc(int num, const char *file, int line) argument
327 CRYPTO_strdup(const char *str, const char *file, int line) argument
335 CRYPTO_realloc(void *str, int num, const char *file, int line) argument
356 CRYPTO_realloc_clean(void *str, int old_len, int num, const char *file, int line) argument
402 CRYPTO_remalloc(void *a, int num, const char *file, int line) argument
[all...]

Completed in 969 milliseconds

<<11121314151617181920>>