Searched refs:must_exist (Results 1 - 11 of 11) sorted by relevance

/external/lldb/include/lldb/Core/
H A DState.h53 /// yet. The \a must_exist argument tells us which of these cases is
59 /// @param[in] must_exist
65 /// where the process or thread is stopped. If \a must_exist is
71 StateIsStoppedState (lldb::StateType state, bool must_exist);
/external/lldb/source/Core/
H A DState.cpp92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) argument
107 return !must_exist;
/external/lldb/test/functionalities/register/
H A DTestRegisters.py113 def write_and_restore(self, frame, register, must_exist = True):
115 if must_exist:
132 def vector_write_and_read(self, frame, register, new_value, must_exist = True):
134 if must_exist:
/external/lldb/source/Symbol/
H A DObjectFile.cpp89 const bool must_exist = true; local
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist) argument
585 if (must_exist && !archive_file.Exists())
/external/valgrind/perf/
H A Dvg_perf.in122 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
128 if ($must_exist) {
/external/lldb/include/lldb/Symbol/
H A DObjectFile.h224 bool must_exist);
/external/valgrind/tests/
H A Dvg_regtest.in205 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
211 if ($must_exist) {
/external/ppp/pppd/
H A Dpppd.h500 pid_t run_program __P((char *prog, char **args, int must_exist,
701 int options_from_file __P((char *filename, int must_exist, int check_prot,
H A Dmain.c1823 * must_exist is 0 and the program file doesn't exist.
1830 run_program(prog, args, must_exist, done, arg, wait)
1833 int must_exist;
1865 if (must_exist || errno != ENOENT)
1906 if (must_exist || errno != ENOENT) {
H A Doptions.c409 options_from_file(filename, must_exist, check_prot, priv)
411 int must_exist;
436 if (!must_exist) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp494 const bool must_exist = true; local
499 must_exist))

Completed in 233 milliseconds