Searched refs:must_exist (Results 1 – 11 of 11) sorted by relevance
/external/lldb/source/Core/ |
D | State.cpp | 92 lldb_private::StateIsStoppedState (StateType state, bool must_exist) in StateIsStoppedState() argument 107 return !must_exist; in StateIsStoppedState()
|
/external/lldb/test/functionalities/register/ |
D | TestRegisters.py | 113 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/ |
D | State.h | 71 StateIsStoppedState (lldb::StateType state, bool must_exist);
|
/external/lldb/source/Symbol/ |
D | ObjectFile.cpp | 89 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/ |
D | vg_perf.in | 122 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 128 if ($must_exist) {
|
/external/valgrind/tests/ |
D | vg_regtest.in | 205 my ($dir, $prog, $must_exist, $must_be_executable) = @_; 211 if ($must_exist) {
|
/external/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 224 bool must_exist);
|
/external/ppp/pppd/ |
D | main.c | 1830 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) {
|
D | pppd.h | 500 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,
|
D | options.c | 409 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/ |
D | SymbolFileDWARFDebugMap.cpp | 494 const bool must_exist = true; in GetModuleByCompUnitInfo() local 499 must_exist)) in GetModuleByCompUnitInfo()
|