Searched refs:file (Results 276 - 300 of 3153) sorted by relevance

<<11121314151617181920>>

/external/clang/utils/analyzer/
H A Dreducer.pl6 die "$prog <code file> <error string> [optional command]\n" if ($#ARGV < 0);
7 my $file = shift @ARGV;
8 die "$prog: [error] cannot read file $file\n" if (! -r $file);
13 # Create a backup of the file.
16 my $srcFile = "$dir/$file";
17 `cp $file $srcFile`;
63 # Copy the final file.
64 `cp $srcFile $file
[all...]
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dbind_io_completion_callback.cc51 HANDLE file = CreateFile(
56 if (!file)
58 if (!BindIoCompletionCallback(file, completion_callback, 0))
61 if (!ReadFile(file, buffer, sizeof(buffer), NULL, &ov) &&
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationSetRefItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
57 public void addContents(DexFile file) { argument
58 MixedItemSection wordData = file.getWordData();
71 protected void writeTo0(DexFile file, AnnotatedOutput out) { argument
/external/doclava/res/assets/templates/
H A Dcomponents.cs1 <?cs # This default template file is meant to be replaced. ?>
2 <?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this file in it. ?>
/external/elfutils/src/config/
H A Dar-lib24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
43 # Convert a $build file to $host form and store it in $file
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
66 file=`cmd //C echo "$file " | se
[all...]
/external/icu/icu4c/source/test/perf/unisetperf/draft/
H A Dcontperf.sh12 for file in udhr_eng.txt \
21 $PERF Contains --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
H A Dspan16perf.sh12 for file in udhr_eng.txt \
21 $PERF SpanUTF16 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
H A Dspan8perf.sh12 for file in udhr_eng.txt \
21 $PERF SpanUTF8 --type $type -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 10000
/external/iputils/
H A Dtftp.h71 #define ENOTFOUND 1 /* file not found */
76 #define EEXISTS 6 /* file already exists */
80 extern int readit(FILE * file, struct tftphdr **dpp, int convert);
81 extern void read_ahead(FILE *file, int convert);
82 extern int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert);
83 extern int write_behind(FILE *file, int convert);
/external/jpeg/
H A Djinclude.h5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file exists to provide a single place to fix any problems with
11 * you may have to edit this file.)
13 * NOTE: this file is NOT intended to be included by applications using the
18 /* Include auto-config file to find out which system include files we need. */
88 #define JFREAD(file,buf,sizeofbuf) \
89 ((size_t) fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
90 #define JFWRITE(file,buf,sizeofbuf) \
91 ((size_t) fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
[all...]
/external/libmtp/examples/
H A Dgetfile.c2 * \file getfile.c
3 * Example program to retrieve a file off the device.
48 printf("\nError getting file from MTP device.\n");
60 char *file; local
62 // We need file ID and filename
74 fprintf(stderr, "bad file/track id %u\n", id);
79 file = argv[2];
80 printf("Getting file/track %d to local file %s\n", id, file);
[all...]
/external/lldb/test/macosx/order/
H A DMakefile4 LDFLAGS = $(CFLAGS) -Xlinker -order_file -Xlinker ./order-file
/external/llvm/include/llvm/Support/
H A DValgrind.h5 // This file is distributed under the University of Illinois Open Source
27 void AnnotateHappensAfter(const char *file, int line, const volatile void *cv);
28 void AnnotateHappensBefore(const char *file, int line, const volatile void *cv);
29 void AnnotateIgnoreWritesBegin(const char *file, int line);
30 void AnnotateIgnoreWritesEnd(const char *file, int line);
/external/llvm/test/MC/AsmParser/
H A Ddirective_loc.s4 .file 1 "hello"
5 # CHECK: .file 1 "hello"
/external/llvm/test/MC/ELF/
H A Ddebug-line.s4 // llvm-dwarfdump, but it cannot parse this particular object file. The content
38 .file 1 "foo.c"
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory_debug.h48 debug_malloc(const char *file, unsigned line, const char *function,
52 debug_calloc(const char *file, unsigned line, const char *function,
56 debug_free(const char *file, unsigned line, const char *function,
60 debug_realloc(const char *file, unsigned line, const char *function,
/external/pcre/dist/
H A Dar-lib24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
43 # Convert a $build file to $host form and store it in $file
47 file=$1
48 case $file in
49 / | /[!/]*) # absolute file, and not a UNC file
66 file=`cmd //C echo "$file " | se
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djinclude.h5 * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file exists to provide a single place to fix any problems with
11 * you may have to edit this file.)
13 * NOTE: this file is NOT intended to be included by applications using the
18 /* Include auto-config file to find out which system include files we need. */
99 #define JFREAD(file,buf,sizeofbuf) \
100 ((size_t) FXSYS_fread((void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
101 #define JFWRITE(file,buf,sizeofbuf) \
102 ((size_t) FXSYS_fwrite((const void *) (buf), (size_t) 1, (size_t) (sizeofbuf), (file)))
[all...]
/external/sepolicy/
H A Dsystem_app.te13 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;
/external/toybox/tests/
H A Dsplit.test13 seq 1 12345 > file
14 testing "split file" "split file && ls xa[a-z] | wc -l" "13\n" "" ""
17 testing "split -l" "split file -l 10k && wc -l xab" "2105 xab\n" "" ""
21 "split file -l 10 -a 1 walrus 2>/dev/null || ls walrus* | wc -l" "26\n" "" ""
31 rm file whang*
/external/vogar/src/vogar/tasks/
H A DRetrieveFilesTask.java5 * you may not use this file except in compliance with the License.
45 for (File file : run.target.ls(source)) {
46 if (filenameFilter.accept(file)) {
47 run.log.info("Moving " + file + " to " + destination);
49 run.target.pull(file, destination);
/external/xmp_toolkit/XMPCore/
H A DAndroid.mk9 # The name of the jar file to create.
12 # Build a static jar file.
/external/elfutils/src/tests/
H A Dline2addr.c2 This file is part of elfutils.
4 This file is free software; you can redistribute it and/or modify
63 char *file; member in struct:args
79 if (dwfl_module_getsrc_file (mod, a->file, a->line, 0, &lines, &nlines) == 0)
85 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col, local
87 if (file != NULL)
93 if (strcmp (file, a->file) || line != a->line || col != 0)
95 file, line);
99 || strcmp (file,
[all...]
/external/proguard/src/proguard/
H A DUpToDateChecker.java122 * Updates the input modification time based on the given file or
125 public void updateInputModificationTime(File file) argument
127 if (file != null)
129 updateModificationTime(file, false);
135 * Updates the input modification time based on the given file or
138 public void updateOutputModificationTime(File file) argument
140 if (file != null && file.getName().length() > 0)
142 updateModificationTime(file, true);
148 * Updates the specified modification time based on the given file o
151 updateModificationTime(File file, boolean isOutput) argument
[all...]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputFile.java42 public TestCaseInputFile(String file) { argument
43 this.fileName = file;

Completed in 1387 milliseconds

<<11121314151617181920>>