/ndk/sources/host-tools/make-3.81/ |
D | filedef.h | 26 struct file struct 29 char *hname; /* Hashed filename */ argument 40 struct file *prev; /* Previous entry for same file name; argument 43 struct file *last; /* Last entry for the same file name. */ argument 47 struct file *renamed; argument 58 struct file *parent; argument 62 struct file *double_colon; argument 75 unsigned int precious:1; /* Non-0 means don't delete file on quit */ argument 76 unsigned int low_resolution_time:1; /* Nonzero if this file's time stamp argument 80 this file; don't search again. */ argument [all …]
|
D | remake.c | 87 #define MTIME(file) (rebuilding_makefiles ? file_mtime_no_search (file) \ in update_goal_chain() argument 127 struct file *file; in update_goal_chain() local 284 update_file (struct file *file, unsigned int depth) in update_file() 346 complain (const struct file *file) in complain() 370 update_file_1 (struct file *file, unsigned int depth) in update_file_1() 796 notice_finished_file (struct file *file) in notice_finished_file() 933 check_dep (struct file *file, unsigned int depth, in check_dep() 1045 touch_file (struct file *file) in touch_file() 1097 remake_file (struct file *file) in remake_file() 1144 f_mtime (struct file *file, int search) in f_mtime() [all …]
|
D | commands.c | 45 set_file_variables (struct file *file) in set_file_variables() 368 execute_file_commands (struct file *file) in execute_file_commands() 528 delete_target (struct file *file, char *on_behalf_of) in delete_target()
|
D | vpath.c | 318 gpath_search (char *file, unsigned int len) in gpath_search() 337 vpath_search (char **file, FILE_TIMESTAMP *mtime_ptr) in vpath_search() 372 selective_vpath_search (struct vpath *path, char **file, in selective_vpath_search()
|
D | expand.c | 99 recursively_expand_for_file (struct variable *v, struct file *file) in recursively_expand_for_file() 449 variable_expand_for_file (char *line, struct file *file) in variable_expand_for_file() 539 allocated_variable_expand_for_file (char *line, struct file *file) in allocated_variable_expand_for_file()
|
D | dep.h | 41 struct file *file; member
|
D | implicit.c | 39 try_implicit_rule (struct file *file, unsigned int depth) in try_implicit_rule() 200 pattern_search (struct file *file, int archive, in pattern_search()
|
D | job.h | 44 struct file *file; /* File being remade. */ member
|
D | variable.c | 445 initialize_file_variables (struct file *file, int reading) in initialize_file_variables() 853 target_environment (struct file *file) in target_environment() 1477 print_file_variables (struct file *file) in print_file_variables()
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | dirname.c | 32 dir_len (char const *file) in dir_len() 71 dir_name (char const *file) in dir_name()
|
D | stripslash.c | 30 strip_trailing_slashes (char *file) in strip_trailing_slashes()
|
D | lstat.c | 54 rpl_lstat (const char *file, struct stat *sbuf) in rpl_lstat()
|
D | tempname.c | 72 # define __lxstat64(version, file, buf) lstat (file, buf) argument 73 # define __xstat64(version, file, buf) stat (file, buf) argument
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | link-warning.h | 13 # define GL_LINK_WARNING1(file, line, message) \ argument 15 # define GL_LINK_WARNING2(file, line, message) \ argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | throw_exception.hpp | 82 throw_exception_( E const & x, char const * current_function, char const * file, int line ) in throw_exception_()
|
D | assert.hpp | 98 char const * file, long line) in assertion_failed_msg()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-typed-test.cc | 52 const char* file, int line, const char* registered_tests) { in VerifyRegisteredTestNames()
|
D | gtest-port.cc | 456 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() 475 const char* file, int line) { in FormatCompilerIndependentFileLocation() 485 GTestLog::GTestLog(GTestLogSeverity severity, const char* file, int line) in GTestLog() 577 FILE* const file = posix::FOpen(filename_.c_str(), "r"); in GetCapturedString() local 599 size_t CapturedStream::GetFileSize(FILE* file) { in GetFileSize() 605 std::string CapturedStream::ReadEntireFile(FILE* file) { in ReadEntireFile()
|
D | gtest-death-test.cc | 346 const char* file, int line, DeathTest** test) { in Create() 612 const char* file, in WindowsDeathTest() 871 const char* file, int line) : in ExecDeathTest() 1154 const char* file, int line, in Create()
|
D | gtest-filepath.cc | 182 std::string file; in MakeFileName() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | pretty2.cpp | 57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail()
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | pretty2.cpp | 57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | stdio_streambuf.cpp | 55 stdio_streambuf_base::stdio_streambuf_base(FILE* file) in stdio_streambuf_base()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-death-test-internal.h | 248 const std::string& file() const { return file_; } in file() function
|
/ndk/tests/device/fenv/jni/ |
D | test_fenv.c | 35 void fail(const char* file, int line, const char* func, const char* expr) in fail()
|