/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_search_path_list.cpp | 34 const char* SearchPathList::FindFile(const char* file_name) { in FindFile() argument 36 if (!file_name || !*file_name) in FindFile() 39 LOG("%s: Looking for %s\n", __FUNCTION__, file_name); in FindFile() 71 full_path_ += file_name; in FindFile()
|
D | crazy_linker_proc_maps.cpp | 259 bool FindLoadAddressForFile(const char* file_name, in FindLoadAddressForFile() argument 262 size_t file_name_len = strlen(file_name); in FindLoadAddressForFile() 263 bool is_base_name = (strchr(file_name, '/') == NULL); in FindLoadAddressForFile() 285 !memcmp(file_name, entry_name, entry_len)) { in FindLoadAddressForFile()
|
D | crazy_linker_search_path_list.h | 39 const char* FindFile(const char* file_name);
|
D | crazy_linker_proc_maps.h | 74 bool FindLoadAddressForFile(const char* file_name,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | error.c | 72 extern void __error_at_line (int status, int errnum, const char *file_name, 270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() argument 281 && (file_name == old_file_name in error_at_line() 282 || strcmp (old_file_name, file_name) == 0)) in error_at_line() 286 old_file_name = file_name; in error_at_line() 314 __fxprintf (NULL, file_name != NULL ? "%s:%d: " : " ", in error_at_line() 315 file_name, line_number); in error_at_line() 317 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ", in error_at_line() 318 file_name, line_number); in error_at_line()
|
D | localcharset.c | 125 char *file_name; in get_charset_aliases() local 138 file_name = (char *) malloc (dir_len + add_slash + base_len + 1); in get_charset_aliases() 139 if (file_name != NULL) in get_charset_aliases() 141 memcpy (file_name, dir, dir_len); in get_charset_aliases() 143 file_name[dir_len] = DIRECTORY_SEPARATOR; in get_charset_aliases() 144 memcpy (file_name + dir_len + add_slash, base, base_len + 1); in get_charset_aliases() 148 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL) in get_charset_aliases() 217 if (file_name != NULL) in get_charset_aliases() 218 free (file_name); in get_charset_aliases()
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 337 process_file (const char *file_name, const char *section_name, in process_file() argument 344 if (get_file_size (file_name) < 1) in process_file() 347 abfd = bfd_openr (file_name, target); in process_file() 349 bfd_fatal (file_name); in process_file() 355 fatal (_("%s: cannot get addresses from archive"), file_name); in process_file() 372 fatal (_("%s: cannot find section %s"), file_name, section_name); in process_file() 399 const char *file_name; in addr2line_main() local 421 file_name = NULL; in addr2line_main() 453 file_name = optarg; in addr2line_main() 484 if (file_name == NULL) in addr2line_main() [all …]
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-test-part_test.cc | 70 EXPECT_STREQ("some_file.cc", result.file_name()); in TEST_F() 113 TEST_F(TestPartResultTest, file_name) { in TEST_F() argument 114 EXPECT_STREQ("foo/bar.cc", r1_.file_name()); in TEST_F() 115 EXPECT_STREQ(NULL, r3_.file_name()); in TEST_F()
|
/ndk/sources/host-tools/ndk-stack/elff/ |
D | dwarf_defs.h | 575 char file_name[1]; member 579 return file_name[0] == '\0'; in is_last_entry() 584 return file_name; in get_file_name() 603 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in process() 623 INC_CPTR_T(Dwarf_Leb128, file_name, strlen(file_name) + 1); in get_dir_index()
|
D | elff_api.h | 86 const char* file_name; member
|
D | elf_file.cc | 201 address_info->file_name = info.file_name; in get_pc_address_info() 205 address_info->file_name = NULL; in get_pc_address_info() 266 desc->file_name; in get_pc_address_info()
|
D | dwarf_cu.h | 30 const char* file_name; member
|
D | dwarf_cu.cc | 748 info->file_name = rel_cu_path(); in set_source_info() 753 info->file_name = file_info->get_file_name(); in set_source_info()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 457 const std::string file_name(file == NULL ? kUnknownFile : file); in FormatFileLocation() local 460 return file_name + ":"; in FormatFileLocation() 463 return file_name + "(" + StreamableToString(line) + "):"; in FormatFileLocation() 465 return file_name + ":" + StreamableToString(line) + ":"; in FormatFileLocation() 476 const std::string file_name(file == NULL ? kUnknownFile : file); in FormatCompilerIndependentFileLocation() local 479 return file_name; in FormatCompilerIndependentFileLocation() 481 return file_name + ":" + StreamableToString(line); in FormatCompilerIndependentFileLocation()
|
D | gtest-test-part.cc | 60 << result.file_name() << ":" << result.line_number() << ": " in operator <<()
|
D | gtest-internal-inl.h | 1184 const char* file_name = test_part_result.file_name(); in OnTestPartResult() local 1185 if (file_name == NULL) in OnTestPartResult() 1186 file_name = ""; in OnTestPartResult() 1187 SendLn("event=TestPartResult&file=" + UrlEncode(file_name) + in OnTestPartResult()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | test_tools.ipp | 118 const_string file_name, std::size_t line_num, 161 unit_test_log << unit_test::log::begin( file_name, line_num ) 171 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 201 unit_test_log << unit_test::log::begin( file_name, line_num ) 228 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 252 unit_test_log << unit_test::log::begin( file_name, line_num ) << ll; 268 unit_test_log << unit_test::log::begin( file_name, line_num ) 320 unit_test_log << unit_test::log::begin( file_name, line_num ) 342 unit_test_log << unit_test::log::begin( file_name, line_num )
|
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample9_unittest.cc | 77 test_part_result.file_name(), in OnTestPartResult()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-test-part.h | 76 const char* file_name() const { in file_name() function
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 408 pc_info.routine_name, pc_info.dir_name, pc_info.file_name, in ParseFrame() 412 pc_info.routine_name, pc_info.file_name, pc_info.line_number); in ParseFrame()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | execution_monitor.hpp | 117 … explicit location( char const* file_name = 0, size_t line_num = 0, char const* func = 0 );
|
D | test_tools.hpp | 480 const_string file_name, std::size_t line_num, 505 const_string file_name, std::size_t line_num, \ 512 check_descr, file_name, line_num, tl, ct, \
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | compile.c | 384 char *file_name; local 388 file_name = get_buffer(b); 390 if (strcmp(p->name, file_name) == 0) 402 if (strcmp(special->outf.name, file_name) == 0) 413 p->name = ck_strdup(file_name);
|
/ndk/tests/device/test-stlport/unit/ |
D | fstream_test.cpp | 593 const char* file_name = "win32_file_format.tmp"; in win32_file_format() local 596 ofstream out(file_name); in win32_file_format() 606 ifstream in(file_name); in win32_file_format()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | fstream_test.cpp | 593 const char* file_name = "win32_file_format.tmp"; in win32_file_format() local 596 ofstream out(file_name); in win32_file_format() 606 ifstream in(file_name); in win32_file_format()
|