Searched refs:file (Results 301 - 325 of 3153) sorted by relevance

<<11121314151617181920>>

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/
H A Drun_tests.js10 fs.readdirSync(fixturesDir).forEach(function (file) {
11 mocha.addFile(path.join(fixturesDir, file));
/external/fio/
H A Dtrim.c21 if (io_u->file)
32 io_u->file = ipo->file;
50 if (!fio_file_open(io_u->file)) {
51 int r = td_io_open_file(td, io_u->file);
54 dprint(FD_VERIFY, "failed file %s open\n",
55 io_u->file->file_name);
60 get_file(io_u->file);
61 assert(fio_file_open(io_u->file));
/external/libvpx/libvpx/vp9/common/
H A Dvp9_debugmodes.c5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
25 static void print_mi_data(VP9_COMMON *cm, FILE *file, const char *descriptor, argument
34 log_frame_info(cm, descriptor, file);
37 fprintf(file, "%c ", prefix);
39 fprintf(file, "%2d ",
44 fprintf(file, "\n");
47 fprintf(file, "\n");
49 void vp9_print_modes_and_motion_vectors(VP9_COMMON *cm, const char *file) { argument
[all...]
/external/selinux/libsepol/tests/policies/test-deps/
H A Dmodreq-obj-opt.conf4 class file { read };
H A Dmodreq-perm-opt.conf4 class file { read write };
/external/selinux/libsepol/tests/policies/test-hooks/
H A Dmodule_add_role_allow_trans.conf3 require { class file { read }; }
H A Dmodule_add_symbols.conf3 require { class file { read write }; }
/external/skia/src/utils/win/
H A DSkHRESULT.cpp5 * found in the LICENSE file.
12 void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg) { argument
16 SkDebugf("%s(%lu) : error 0x%x: ", file, line, hr);
/external/v8/src/
H A Dchecks.cc3 // found in the LICENSE file.
25 void CheckEqualsHelper(const char* file, int line, const char* expected_source, argument
34 V8_Fatal(file, line,
43 void CheckNonEqualsHelper(const char* file, int line, argument
52 V8_Fatal(file, line,
61 void CheckEqualsHelper(const char* file, argument
70 V8_Fatal(file, line,
77 void CheckNonEqualsHelper(const char* file, argument
85 V8_Fatal(file, line, "CHECK_NE(%s, %s) failed\n# Value: %s",
/external/valgrind/drd/tests/
H A Drun_openmp_test12 if /usr/bin/file "$1" | grep -q 'statically linked'; then
/external/bison/src/
H A Dlocation.h5 This file is part of Bison, the GNU Compiler Compiler.
28 /* The name of the file that contains the boundary. */
29 uniqstr file; member in struct:__anon377
53 b->file = f;
63 int res = strcmp (a.file, b.file);
77 && UNIQSTR_EQ (a.file, b.file));
101 /* Print location to file. Return number of actually printed
105 /* Free any allocated ressources and close any open file handle
[all...]
/external/compiler-rt/lib/interception/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
/external/compiler-rt/lib/profile/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
13 Sources := $(foreach file,$(wildcard $(Dir)/*.c $(Dir)/*.cc),$(notdir $(file)))
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
13 Sources := $(foreach file,$(wildcard $(Dir)/*.cc),$(notdir $(file)))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedGetPropertyTask.java25 * file - path to the XML file that will be read - eg., /path/to/file.to.read.xml
36 private File file; field in class:RSSFeedGetPropertyTask
44 public void setFile(String file) { argument
45 if (isNullString(file))
48 { this.file = new File(file); }
60 updater.setFile(file.toString());
/external/elfutils/src/tests/
H A Ddebuglink.c3 This file is part of elfutils.
5 This file is free software; you can redistribute it and/or modify
36 error (EXIT_FAILURE, 0, "No input file given");
42 const char *file = argv[i]; local
43 int fd = open (file, O_RDONLY);
45 error (EXIT_FAILURE, errno, "couldn't open file '%s'", file);
50 file, elf_errmsg (-1));
55 printf ("%s: <no gnu_debuglink file>\n", file);
[all...]
/external/libmtp/examples/
H A Demptyfolders.c2 * \file emptyfolders.c
31 // therefore, check every file for this parent_id
33 LIBMTP_file_t *file; local
34 file = files;
35 while (file != NULL) {
36 if(file->parent_id == folderlist->folder_id) { // folder has a child
40 file = file->next;
93 // Get file listing.
/external/libpng/
H A Dautogen.sh123 for file in $libpng_autotools_files
125 if test -f "$file"
135 for file in $libpng_libtool_files
137 if test ! -f "$file"
171 for file in $libpng_autotools_files
173 test -f "$file" || missing=1
/external/lldb/tools/debugserver/source/
H A DPThreadMutex.cpp5 // This file is distributed under the University of Illinois Open Source
24 PThreadMutex::Locker::Locker(PThreadMutex& m, const char *function, const char *file, const int line) : argument
27 m_file(file),
34 PThreadMutex::Locker::Locker(PThreadMutex* m, const char *function, const char *file, const int line) : argument
37 m_file(file),
44 PThreadMutex::Locker::Locker(pthread_mutex_t *mutex, const char *function, const char *file, const int line) : argument
47 m_file(file),
/external/llvm/utils/
H A DUpdateCMakeLists.pl22 my $file = $_;
24 # Record if a CMake file was found.
25 if ($file eq "CMakeLists.txt") {
29 # Grab the extension of the file.
30 $file =~ /\.([^.]+)$/;
38 push @$files, $file;
53 foreach my $file (sort @$files) {
55 print OUT $file;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_debug.c39 static const char *file[] = { local
61 if (hwreg.file == BRW_GENERAL_REGISTER_FILE &&
71 else if (hwreg.file == BRW_GENERAL_REGISTER_FILE &&
79 else if (hwreg.file == BRW_IMMEDIATE_VALUE) {
84 file[hwreg.file],
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.h44 // its own file so that it can be used both directly and as a plugin.
51 // its own file. NAMES is a comma-separated list of the names of those other
54 // MockCodeGenerator will also modify its behavior slightly if the input file
75 // should have inserted lines into this file.
81 const string& file,
86 // Get the name of the file which would be written by the given generator.
88 const FileDescriptor* file);
90 const string& file);
94 virtual bool Generate(const FileDescriptor* file,
104 const FileDescriptor* file,
[all...]
/external/sepolicy/
H A Duntrusted_app.te4 ### This file defines the rules for untrusted apps.
30 allow untrusted_app app_data_file:file { rx_file_perms execmod };
35 allow untrusted_app asec_apk_file:file r_file_perms;
37 allow untrusted_app asec_public_file:file { execute execmod };
47 allow untrusted_app shell_data_file:file r_file_perms;
52 # this file. This is only needed for the GMS feedback agent.
56 allow untrusted_app anr_data_file:file r_file_perms;
61 allow untrusted_app system_app_data_file:file { read write getattr };
73 allow untrusted_app media_rw_data_file:file create_file_perms;
81 allow untrusted_app cache_file:file create_file_perm
[all...]
/external/valgrind/none/tests/
H A Dmmap_fcntl_bug.c3 * mmap. Feed it a r/w file, such as its own source code. */
19 const char *file = /* argv[1]; */ local
24 if (!file)
25 errx(1, "Usage: %s <normal-file>", argv[0]);
27 fd = open(file, O_RDWR);
29 err(1, "Opening %s", file);
45 err(1, "Locking %s", file);
47 /* If under valgrind, mmap re-opens and closes file, screwing us */
49 err(1, "mmap of %s", file);
/external/zlib/src/
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) */
314 int ZEXPORT gzbuffer(file, size)
315 gzFile file;
321 if (file == NULL)
323 state = (gz_statep)file;
[all...]

Completed in 875 milliseconds

<<11121314151617181920>>