Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DState.cpp92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) in StateIsStoppedState() argument
107 return !must_exist; in StateIsStoppedState()
/external/lldb/test/functionalities/register/
DTestRegisters.py113 def write_and_restore(self, frame, register, must_exist = True): argument
115 if must_exist:
132 def vector_write_and_read(self, frame, register, new_value, must_exist = True): argument
134 if must_exist:
/external/lldb/include/lldb/Core/
DState.h71 StateIsStoppedState (lldb::StateType state, bool must_exist);
/external/lldb/source/Symbol/
DObjectFile.cpp89 const bool must_exist = true; in FindPlugin() local
90 …bjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist)) in FindPlugin()
572 …const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist) in SplitArchivePathWithObject() argument
585 if (must_exist && !archive_file.Exists()) in SplitArchivePathWithObject()
/external/valgrind/perf/
Dvg_perf.in122 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
128 if ($must_exist) {
/external/valgrind/tests/
Dvg_regtest.in205 my ($dir, $prog, $must_exist, $must_be_executable) = @_;
211 if ($must_exist) {
/external/lldb/include/lldb/Symbol/
DObjectFile.h224 bool must_exist);
/external/ppp/pppd/
Dmain.c1830 run_program(prog, args, must_exist, done, arg, wait) in run_program() argument
1833 int must_exist;
1865 if (must_exist || errno != ENOENT)
1906 if (must_exist || errno != ENOENT) {
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,
Doptions.c409 options_from_file(filename, must_exist, check_prot, priv) in options_from_file() argument
411 int must_exist;
436 if (!must_exist) {
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp494 const bool must_exist = true; in GetModuleByCompUnitInfo() local
499 must_exist)) in GetModuleByCompUnitInfo()