Searched defs:file_name (Results 1 - 25 of 118) sorted by relevance

12345

/external/bison/lib/
H A Dcloseout.c36 static const char *file_name; variable
43 file_name = file;
113 if (file_name)
114 error (0, errno, "%s: %s", quotearg_colon (file_name),
H A Derror.c72 extern void __error_at_line (int status, int errnum, const char *file_name,
334 error_at_line (int status, int errnum, const char *file_name,
345 && (file_name == old_file_name
346 || strcmp (old_file_name, file_name) == 0))
350 old_file_name = file_name;
378 __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ",
379 file_name, line_number);
381 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ",
382 file_name, line_number);
333 error_at_line(int status, int errnum, const char *file_name, unsigned int line_number, const char *message, ...) argument
H A Dlocalcharset.c128 char *file_name; local
136 /* Concatenate dir and base into freshly allocated file_name. */
141 file_name = (char *) malloc (dir_len + add_slash + base_len + 1);
142 if (file_name != NULL)
144 memcpy (file_name, dir, dir_len);
146 file_name[dir_len] = DIRECTORY_SEPARATOR;
147 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
151 if (file_name == NULL)
165 fd = open (file_name,
247 free (file_name);
[all...]
/external/libvpx/libvpx/test/
H A Di420_video_source.h24 I420VideoSource(const std::string &file_name, argument
28 : YUVVideoSource(file_name, VPX_IMG_FMT_I420,
H A Divf_video_source.h31 explicit IVFVideoSource(const std::string &file_name) argument
32 : file_name_(file_name),
H A Dwebm_video_source.h27 explicit WebMVideoSource(const std::string &file_name) argument
28 : file_name_(file_name),
H A Dy4m_test.cc84 virtual void Init(const std::string &file_name, int limit) { argument
85 file_name_ = file_name;
179 virtual void Init(const std::string &file_name, int limit) { argument
180 Y4mVideoSourceTest::Init(file_name, limit);
H A Dy4m_video_source.h23 Y4mVideoSource(const std::string &file_name, argument
25 : file_name_(file_name),
H A Dyuv_video_source.h27 YUVVideoSource(const std::string &file_name, vpx_img_fmt format, argument
31 : file_name_(file_name),
/external/linux-tools-perf/src/tools/perf/
H A Dbuiltin-evlist.c18 static int __cmd_evlist(const char *file_name, struct perf_attr_details *details) argument
23 session = perf_session__new(file_name, O_RDONLY, 0, false, NULL);
/external/elfutils/src/libdwfl/
H A Ddwfl_build_id_find_elf.c37 __libdwfl_open_by_build_id (Dwfl_Module *mod, bool debug, char **file_name, argument
81 if (*file_name != NULL)
82 free (*file_name);
83 *file_name = canonicalize_file_name (name);
84 if (*file_name == NULL)
86 *file_name = name;
105 __libdwfl_open_mod_by_build_id (Dwfl_Module *mod, bool debug, char **file_name) argument
116 return __libdwfl_open_by_build_id (mod, debug, file_name, id_len, id);
124 char **file_name, Elf **elfp)
136 *file_name
120 dwfl_build_id_find_elf(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *modname __attribute__ ((unused)), Dwarf_Addr base __attribute__ ((unused)), char **file_name, Elf **elfp) argument
[all...]
H A Dfind-debuginfo.c157 find_debuginfo_in_path (Dwfl_Module *mod, const char *file_name, argument
163 const char *file_basename = file_name == NULL ? NULL : basename (file_name);
200 : file_name != NULL ? stat64 (file_name, &main_stat)
207 char *file_dirname = (file_basename == file_name ? NULL
208 : strndupa (file_name, file_basename - 1 - file_name));
302 const char *file_name,
332 int fd = find_debuginfo_in_path (mod, file_name,
298 dwfl_standard_find_debuginfo(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *modname __attribute__ ((unused)), GElf_Addr base __attribute__ ((unused)), const char *file_name, const char *debuglink_file, GElf_Word debuglink_crc, char **debuginfo_file_name) argument
[all...]
H A Doffline.c97 const char *file_name, int fd, Elf *elf);
99 const char *file_name, int fd, Elf *elf,
106 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, argument
118 return process_elf (dwfl, name, file_name, fd, elf);
121 return process_archive (dwfl, name, file_name, fd, elf, predicate);
127 process_elf (Dwfl *dwfl, const char *name, const char *file_name, int fd, argument
130 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, fd, elf,
160 process_archive_member (Dwfl *dwfl, const char *name, const char *file_name, argument
185 if (unlikely (asprintf (&member_name, "%s(%s)", file_name, h->ar_name) < 0))
238 process_archive (Dwfl *dwfl, const char *name, const char *file_name, in argument
268 __libdwfl_report_offline(Dwfl *dwfl, const char *name, const char *file_name, int fd, bool closefd, int (*predicate) (const char *module, const char *file)) argument
291 dwfl_report_offline(Dwfl *dwfl, const char *name, const char *file_name, int fd) argument
[all...]
/external/google-breakpad/src/processor/
H A Dmicrodump_processor_unittest.cc62 void ReadFile(const string& file_name, string* file_contents) { argument
64 std::ifstream file_stream(file_name.c_str(), std::ios::in);
H A Dsimple_symbol_supplier.cc55 static bool file_exists(const string &file_name) { argument
57 return stat(file_name.c_str(), &sb) == 0;
/external/valgrind/tests/
H A Dmips_features.c21 const char *file_name = "/proc/cpuinfo"; local
29 if ((f = fopen (file_name, "r")) == NULL)
/external/vboot_reference/tests/
H A Drsa_verify_benchmark.c22 char file_name[FILE_NAME_SIZE]; local
37 snprintf(file_name, FILE_NAME_SIZE, "testkeys/key_rsa%d.keyb", key_size);
38 key = RSAPublicKeyFromFile(file_name);
40 VBDEBUG(("Couldn't read RSA Public key from file: %s\n", file_name));
46 snprintf(file_name, FILE_NAME_SIZE, "testcases/test_file.%s.digest",
48 digest = BufferFromFile(file_name, &digest_len);
56 snprintf(file_name, FILE_NAME_SIZE, "testcases/test_file.rsa%d_%s.sig",
58 signature = BufferFromFile(file_name, &sig_len);
/external/libopus/silk/
H A Ddebug.c80 void silk_TimerSave(char *file_name) argument
106 fp = fopen(file_name, "w");
131 void silk_TimerSave(char *file_name) argument
138 fp = fopen(file_name, "w");
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_doc.py266 file_name = "gl_API.xml" variable
275 file_name = val
277 api = gl_XML.parse_GL_API( file_name, glx_doc_item_factory() )
H A DglX_proto_recv.py529 file_name = "gl_API.xml" variable in class:PrintGlxDispatchFunctions
540 file_name = val
553 api = gl_XML.parse_GL_API( file_name, glX_proto_common.glx_proto_item_factory() )
H A DglX_server_table.py387 file_name = "gl_API.xml" variable
397 file_name = val
407 api = gl_XML.parse_GL_API( file_name, glX_XML.glx_item_factory() )
/external/valgrind/none/tests/linux/
H A Dpthread-stack.c74 const char file_name[] = "FILE"; local
75 fd = open(file_name, O_CREAT|O_WRONLY,
86 fd = open(file_name, O_CREAT|O_RDWR,
106 unlink(file_name);
/external/e2fsprogs/intl/
H A Dlocalcharset.c121 char *file_name; local
123 /* Concatenate dir and base into freshly allocated file_name. */
128 file_name = (char *) malloc (dir_len + add_slash + base_len + 1);
129 if (file_name != NULL)
131 memcpy (file_name, dir, dir_len);
133 file_name[dir_len] = DIRECTORY_SEPARATOR;
134 memcpy (file_name + dir_len + add_slash, base, base_len + 1);
138 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
202 free (file_name);
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest-test-part.h76 const char* file_name() const { return file_name_.c_str(); } function in class:testing::TestPartResult
/external/gtest/include/gtest/
H A Dgtest-test-part.h76 const char* file_name() const { function in class:testing::TestPartResult

Completed in 542 milliseconds

12345