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

1234567891011>>

/external/chromium_org/third_party/sqlite/src/test/
H A Dquick.test7 # This file runs all tests.
10 set testdir [file dirname $argv0]
H A Dveryquick.test7 # This file runs all the tests run by quick.test except for those related
13 set testdir [file dirname $argv0]
/external/compiler-rt/lib/builtins/
H A Deprintf.c5 * This file is dual licensed under the MIT and the University of Illinois Open
30 const char* line, const char* file)
32 fprintf(stderr, format, assertion_expression, line, file);
29 __eprintf(const char* format, const char* assertion_expression, const char* line, const char* file) argument
/external/icu/icu4c/source/tools/gentest/
H A Dgenres32.c8 * file name: genres32.c
53 char file[512]; local
56 uprv_strcpy(file,path);
57 if(file[strlen(file)-1]!=U_FILE_SEP_CHAR) {
58 uprv_strcat(file,U_FILE_SEP_STRING);
60 uprv_strcat(file,"testtable32.txt");
61 out = fopen(file, "w");
62 /*puts(file);*/
65 fprintf(stderr, "%s: Couldn't create resource test file
[all...]
/external/lldb/utils/git-svn/
H A Dconvert.py19 print "%s is not a file" % problem_file
23 def do_convert(file):
28 print "converting %s ..." % file
30 with open(file, 'r') as f_in:
33 # The new content to be written back to the same file.
50 with open(file, 'w') as f_out:
59 for file in sys.argv[1:]:
60 if not os.path.isfile(file):
61 usage(file)
62 do_convert(file)
[all...]
/external/llvm/lib/Support/
H A DValgrind.cpp5 // This file is distributed under the University of Illinois Open Source
28 // want that to cause the rest of the code in this file to run the
62 LLVM_ATTRIBUTE_WEAK void AnnotateHappensAfter(const char *file, int line,
64 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv) { argument
66 LLVM_ATTRIBUTE_WEAK void AnnotateHappensBefore(const char *file, int line,
68 void AnnotateHappensBefore(const char *file, int line, argument
70 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesBegin(const char *file, int line);
71 void AnnotateIgnoreWritesBegin(const char *file, int line) {} argument
72 LLVM_ATTRIBUTE_WEAK void AnnotateIgnoreWritesEnd(const char *file, int line);
73 void AnnotateIgnoreWritesEnd(const char *file, in argument
[all...]
/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.
37 # Files larger than this file size (in bytes) will
76 # Usage: pngout_loop <file> <png_out_options> ...
77 # Optimize the png file using pngout with the given options
80 local file=$1
86 pngout -q -k1 -s1 -f$j $opts $file
92 pngout -q -k1 -s1 -b$i -f$j $opts $file
108 # Usage: process_grayscale <file>
115 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/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...]

Completed in 3819 milliseconds

1234567891011>>