Searched refs:file (Results 101 - 125 of 8392) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ELF/
H A Ddebug-line2.s29 .file 1 "foo.c"
H A Drelax-crash.s8 .file 1 "Disassembler.ii"
/external/oprofile/libutil/
H A Dop_lockfile.c2 * @file op_lockfile.c
6 * @remark Read the file COPYING
22 static pid_t op_read_lock_file(char const * file) argument
27 fp = fopen(file, "r");
42 int op_write_lock_file(char const * file) argument
46 if (op_file_readable(file)) {
47 pid_t pid = op_read_lock_file(file);
51 int err = unlink(file);
52 fprintf(stderr, "Removing stale lock file %s\n",
53 file);
[all...]
H A Dop_lockfile.h2 * @file op_lockfile.h
6 * @remark Read the file COPYING
22 * op_write_lock_file - write a lock file
25 * Write the pid into the given lock file. Stale
28 int op_write_lock_file(char const * file);
/external/chromium_org/tools/resources/
H A Doptimize-png-files.sh4 # found in the LICENSE file.
7 # and executes a similar pipleline to optimize the png file size.
35 # Files larger than this file size (in bytes) will
74 # Usage: pngout_loop <file> <png_out_options> ...
75 # Optimize the png file using pngout with the given options
78 local file=$1
84 pngout -q -k1 -s1 -f$j $opts $file
90 pngout -q -k1 -s1 -b$i -f$j $opts $file
106 # Usage: process_grayscale <file>
113 pngout_loop $file
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACfault.txt23 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"
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACfault.txt23 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"
[all...]
/external/clang/test/Index/Inputs/
H A Dcrash-recovery-reparse-remap.c2 #warning parsing remapped file
/external/deqp/execserver/
H A DxsDefs.cpp8 * you may not use this file except in compliance with the License.
20 * \file
31 static std::string formatError (const char* message, const char* expr, const char* file, int line) argument
37 msg << " at " << file << ":" << line;
41 Error::Error (const char* message, const char* expr, const char* file, int line) argument
42 : std::runtime_error(formatError(message, expr, file, line))
/external/deqp/executor/
H A DxeDefs.cpp8 * you may not use this file except in compliance with the License.
20 * \file
31 static std::string formatError (const char* message, const char* expr, const char* file, int line) argument
37 msg << " at " << file << ":" << line;
41 Error::Error (const char* message, const char* expr, const char* file, int line) argument
42 : std::runtime_error(formatError(message, expr, file, line))
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-bool-opt.conf4 class file {read write};
20 allow a_t b_t : file { read write };
/external/llvm/test/MC/MachO/
H A Dempty-dwarf-lines.s8 .file 1 "test.c"
/external/srec/srec/include/
H A Derrhndl.h7 * you may not use this file except in compliance with the License. *
31 void invokeCrecErrHandler(char* file,
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c7 * This file contains the host wrapper functions for stdio, stdlib, etc.
9 * Modify this file to suit the needs of your particular system.
12 * a MIDI type 1 file that can be played. To maintain efficiency, data
16 * EAS_HW_FILE is a structure to support local file buffering. It
17 * comprises the OS File handle, some data related to the local file
23 * If the file system supports duplicate file handles and buffering,
25 * native file I/O routines.
27 * If the system has enough memory to support reading the entire file
29 * EAS_HWOpenFile and then close the file
233 EAS_HW_FILE *file; local
284 EAS_HWFillBuffer(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file) argument
306 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
394 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
431 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
461 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
493 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
513 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
550 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
587 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
614 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE* pDupFile) argument
[all...]
/external/bison/build-aux/
H A Dmissing23 # distribute this file as part of a program that contains a
54 # a file that requires a minimum version. In this case we
76 aclocal touch file 'aclocal.m4'
77 autoconf touch file 'configure'
78 autoheader touch file 'config.h.in'
79 autom4te touch the output file, or create a stub one
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n "$sed_output"`
196 test -z "$file"
[all...]
/external/chromium_org/chrome/common/safe_browsing/
H A Ddownload_protection_util.h3 // found in the LICENSE file.
17 // Returns true if the given file is a supported binary file type.
18 bool IsBinaryFile(const base::FilePath& file);
20 // Returns true if the given file is a supported archive file type.
21 bool IsArchiveFile(const base::FilePath& file);
23 // Returns the DownloadType of the file at |path|. This function is only valid
25 ClientDownloadRequest::DownloadType GetDownloadType(const base::FilePath& file);
/external/chromium_org/content/common/
H A Dshareable_file_reference_unittest.cc3 // found in the LICENSE file.
24 // Create a file.
25 base::FilePath file; local
26 base::CreateTemporaryFileInDir(temp_dir.path(), &file);
27 EXPECT_TRUE(base::PathExists(file));
29 // Create a first reference to that file.
31 reference1 = ShareableFileReference::Get(file);
34 file, ShareableFileReference::DELETE_ON_FINAL_RELEASE, loop_proxy.get());
36 EXPECT_TRUE(file == reference1->path());
38 // Get a second reference to that file
[all...]
/external/chromium_org/remoting/tools/
H A Dget_mac_crd_version.sh5 # found in the LICENSE file.
19 local file="${2}"
20 if [[ -e "${file}/${INFO_PLIST}" ]]; then
21 set `PlistBuddy -c 'Print CFBundleVersion' "${file}/${INFO_PLIST}"`
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dapp_rand.c122 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) argument
124 int consider_randfile = (file == NULL);
134 if (file == NULL)
135 file = RAND_file_name(buffer, sizeof buffer);
136 else if (RAND_egd(file) > 0)
139 if it is, we don't write anything back to the file. */
143 if (file == NULL || !RAND_load_file(file, -1))
152 if (consider_randfile) /* explanation does not apply when a file is explicitly named */
154 BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file tha
194 app_RAND_write_file(const char *file, BIO *bio_e) argument
[all...]
/external/chromium_org/third_party/opus/src/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/external/compiler-rt/make/
H A Dfilter-inputs7 # This file is distributed under the University of Illinois Open Source
13 # first file for any particular filename.
18 for file in sys.argv[1:]:
19 base = os.path.basename(file)
22 print file
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
23 * repeated piece of a Dalvik file.
59 * This will <i>not</i> add an item to the file for this instance itself
65 * @param file {@code non-null;} the file to populate
67 public abstract void addContents(DexFile file); argument
76 * @param file {@code non-null;} the file to use for reference
79 public abstract void writeTo(DexFile file, AnnotatedOutpu argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DFileSystemResourceLoader.java5 * you may not use this file except in compliance with the License.
46 File file = new File(rootDir, name);
47 // Check for non-directory rather than is-file so that reads from
49 if (file.exists() && !file.isDirectory() && file.canRead()) {
50 return buffer(new InputStreamReader(new FileInputStream(file), getCharacterSet()));
60 throw new JSilverTemplateNotFoundException("No file '" + name + "' inside directory '"
68 * Some applications, e.g. online help, need to know when a file has changed due to a symlink
73 File file
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/external/libopus/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]

Completed in 2270 milliseconds

1234567891011>>