Searched refs:file (Results 501 - 525 of 3694) sorted by relevance

<<21222324252627282930>>

/external/llvm/autoconf/
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 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
146 # eval: (add-hook 'write-file-hooks 'time-stamp)
/external/llvm/test/MC/AsmParser/
H A Ddot-symbol-non-absolute.s2 # RUN: FileCheck -input-file %t %s
/external/llvm/utils/vim/ftplugin/
H A Dllvm.vim1 " Vim filetype plugin file
H A Dtablegen.vim1 " Vim filetype plugin file
/external/ltrace/
H A Doutput.h2 * This file is part of ltrace.
55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
56 void report_warning(char const *file, unsigned line_no, const char *fmt, ...);
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c41 uint file : 28; member in struct:__anon13480
68 unsigned key = reg->file;
77 uint file, uint index)
79 reg->file = file;
87 uint file, uint index1, uint index2)
89 reg->file = file;
190 uint file )
192 if (file <
76 fill_scan_register1d(scan_register *reg, uint file, uint index) argument
86 fill_scan_register2d(scan_register *reg, uint file, uint index1, uint index2) argument
396 uint file; local
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.h39 void _apple_glx_log(int level, const char *file, const char *function,
46 void _apple_glx_vlog(int level, const char *file, const char *function,
/external/nanopb-c/tests/basic_stream/
H A Dencode_stream.c12 FILE *file = (FILE*) stream->state; local
13 return fwrite(buf, 1, count, file) == count;
/external/opencv3/modules/cudev/include/opencv2/cudev/
H A Dcommon.hpp70 __host__ __forceinline__ void checkCudaError(cudaError_t err, const char* file, const int line, const char* func) argument
73 cv::error(cv::Error::GpuApiCallError, cudaGetErrorString(err), func, file, line);
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
H A DInplaceFileConverter.java55 private byte[] readIntoByteArray(File file) throws IOException { argument
56 FileInputStream fis = new FileInputStream(file);
68 void convert(File file) throws IOException { argument
69 byte[] originalBytes = readIntoByteArray(file);
72 // System.out.println("Converting ["+file+"]");
73 writeConvertedBytesIntoFile(file, convertedBytes);
74 pl.onInplaceConversion(file);
76 // System.out.println("Not touching ["+file+"]");
80 private void writeConvertedBytesIntoFile(File file, byte[] convertedBytes) throws IOException { argument
81 FileOutputStream fos = new FileOutputStream(file);
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
H A DFileDataStore.java12 public FileDataStore(@Nonnull File file) throws FileNotFoundException, IOException { argument
13 this.raf = new RandomAccessFile(file, "rw");
/external/valgrind/drd/tests/
H A Dunified_annotations.h31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) argument
37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, argument
/external/autotest/client/profilers/powertop/src/
H A Dpowertop.c4 * This file is part of PowerTOP
6 * This program file is free software; you can redistribute it and/or modify it
16 * along with this program in a file named COPYING; if not, write to the
176 FILE *file; local
185 file = fopen("/proc/interrupts", "r");
186 if (!file)
188 while (!feof(file)) {
194 if (fgets(line, 1024, file) == NULL)
263 fclose(file);
270 FILE *file local
321 FILE *file = NULL; local
451 FILE *file; local
462 FILE *file; local
489 FILE *file; local
649 FILE *file; local
782 FILE *file = NULL; local
[all...]
/external/blktrace/btt/
H A Dbtt_plot.py44 [ -o <file> | --output=<file> ] Default: <type>.png
53 that type will be made. The output file name will be the default for
79 get_base = lambda file: file[file.find('_')+1:file.rfind('_')]
154 for file in files:
155 if not os.path.exists(file):
156 fatal('%s not found' % file)
[all...]
/external/selinux/libsemanage/utils/
H A Dsemanage_migrate_store19 print("You must install libselinux-python and libsemanage-python before running this tool", file=sys.stderr)
30 print("Could not copy %s to %s, %s" %(src, dst, strerr), file=sys.stderr)
43 print("Error creating %s" % dst, file=sys.stderr)
48 if DEBUG: print("Making file %s" % dst)
53 print("Error creating %s" % dst, file=sys.stderr)
59 (file, ext) = os.path.splitext(name)
61 # Stray non-pp file in modules directory, skip
62 print("warning: %s has invalid extension, skipping" % name, file=sys.stderr)
72 os.mkdir("%s/%s" % (bottomdir, file))
74 copy_file(os.path.join(root, name), "%s/%s/hll" % (bottomdir, file))
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dgzlib.c74 /* Reset gzip file state */
80 state->eof = 0; /* not at end of file */
90 /* Open a gzip file either by name or file descriptor. */
187 state->direct = 1; /* for empty file */
240 /* open the file with the appropriate flags (or just use fd) */
315 gzFile file,
321 if (file == NULL)
323 state = (gz_statep)file;
340 gzFile file)
314 gzbuffer( gzFile file, unsigned size) argument
339 gzrewind( gzFile file) argument
362 gzseek64( gzFile file, z_off64_t offset, int whence) argument
439 gzseek( gzFile file, z_off_t offset, int whence) argument
451 gztell64( gzFile file) argument
468 gztell( gzFile file) argument
478 gzoffset64( gzFile file) argument
501 gzoffset( gzFile file) argument
511 gzeof( gzFile file) argument
528 gzerror( gzFile file, int *errnum) argument
549 gzclearerr( gzFile file) argument
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DFileBackedOutputStreamTest.java5 * you may not use this file except in compliance with the License.
49 final File file = out.getFile();
50 assertEquals(100, file.length());
51 assertTrue(file.exists());
54 // Make sure that finalize deletes the file
61 return !file.exists();
90 File file = out.getFile();
91 assertNull(file);
96 file = out.getFile();
97 assertEquals(dataSize, file
[all...]
/external/iputils/
H A Dtftpsubs.c100 int readit(FILE * file, struct tftphdr **dpp, int convert) argument
109 read_ahead(file, convert); /* fill it */
121 void read_ahead(FILE *file, int convert) argument
137 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
150 c = getc(file);
167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) argument
172 write_behind(file, convert); /* flush it */
179 * Output a buffer to a file, converting from netascii if requested.
181 * Note spec is undefined if we get CR as last byte of file or a
184 int write_behind(FILE *file, in argument
[all...]
/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
H A DSampleServer.java45 File file = new File(root + path);
46 return file.isDirectory()
47 ? directoryToResponse(path, file)
48 : fileToResponse(path, file);
68 for (String file : directory.list()) {
69 response.append(String.format("<div class='file'><a href='%s'>%s</a></div>",
70 basePath + file, file));
80 private MockResponse fileToResponse(String path, File file) throws IOException { argument
83 .setBody(fileToBytes(file))
87 fileToBytes(File file) argument
[all...]
/external/proguard/src/proguard/
H A DClassPathEntry.java40 private File file; field in class:ClassPathEntry
54 * Creates a new ClassPathEntry with the given file and output flag.
56 public ClassPathEntry(File file, boolean isOutput) argument
58 this.file = file;
84 return file.getCanonicalPath();
88 return file.getPath();
94 * Returns the file.
98 return file;
103 * Sets the file
105 setFile(File file) argument
[all...]
/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DFileUtils.java5 * use this file except in compliance with the License. You may obtain a copy of
95 File file = new File(name);
96 if (!makeDirectories(file.getParentFile(), 0755)) {
100 OutputStream output = new FileOutputStream(file);
106 return file;
141 public static boolean rename(File file, String name) { argument
142 return file.renameTo(new File(file.getParent(), name));
145 public static String readToString(File file) throws IOException { argument
146 if (file
[all...]
/external/zlib/src/test/
H A Dminigzip.c9 * full-featured gzip. No attempt is made to deal with file systems
12 * real thing. On MSDOS, use only on file names without extension
38 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
40 # define SET_BINARY_MODE(file)
54 # define fileno(file) file->__file
171 FILE *file; member in struct:gzFile_s
222 gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") :
224 if (gz->file
562 gzFile file; local
[all...]
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_generator.cc50 const FileDescriptor* file) {
51 // Add any parameters for this file
52 if (file->options().has_java_outer_classname()) {
54 file->name(), file->options().java_outer_classname());
56 if (file->options().has_java_package()) {
58 file->name(), file->options().java_package());
60 if (file->options().has_java_multiple_files()) {
62 file
49 UpdateParamsRecursively(Params& params, const FileDescriptor* file) argument
75 Generate(const FileDescriptor* file, const string& parameter, OutputDirectory* output_directory, string* error) const argument
[all...]
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_generator.cc63 const FileDescriptor* file) {
64 // Add any parameters for this file
65 if (file->options().has_java_outer_classname()) {
67 file->name(), file->options().java_outer_classname());
69 if (file->options().has_java_package()) {
71 file->name(), file->options().java_package());
73 if (file->options().has_java_multiple_files()) {
75 file
62 UpdateParamsRecursively(Params& params, const FileDescriptor* file) argument
88 Generate(const FileDescriptor* file, const string& parameter, OutputDirectory* output_directory, string* error) const argument
[all...]
/external/curl/packages/vms/
H A Dstage_curl_install.com114 $! Need to add in the executable file
125 $ set file/enter='new_gnu'[bin]curl. 'new_gnu'[usr.bin]gnv$curl.exe
127 $ file = "''new_gnu'[bin]curl."
128 $ if f$search(file) .nes. "" then set file/remove 'file';*
160 $ file = "''new_gnu'[usr.bin]curl-config."
161 $ if f$search(file) .nes. "" then delete 'file';*
162 $ file
[all...]

Completed in 1140 milliseconds

<<21222324252627282930>>