Searched refs:must_exist (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/lldb/source/Utility/ |
D | State.cpp | 89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() argument 102 return !must_exist; in StateIsStoppedState()
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_linearized_header.cpp | 29 bool must_exist = true) { in IsValidNumericDictionaryValue() argument 31 return !must_exist; in IsValidNumericDictionaryValue()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | temporary_memory_manager.cc | 37 const DeviceMemoryBase& device_memory, uint64 generation, bool must_exist) { in MarkFinalized() argument 41 if (must_exist) { in MarkFinalized()
|
D | temporary_memory_manager.h | 78 bool must_exist);
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | State.h | 61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
|
/external/llvm-project/lldb/source/Symbol/ |
D | ObjectFile.cpp | 90 const bool must_exist = true; in FindPlugin() local 92 path_with_object, archive_file, archive_object, must_exist)) { in FindPlugin() 580 bool must_exist) { in SplitArchivePathWithObject() argument 589 if (must_exist && !FileSystem::Instance().Exists(archive_file)) in SplitArchivePathWithObject()
|
/external/llvm-project/lldb/test/API/commands/register/register/register_command/ |
D | TestRegisters.py | 174 def write_and_read(self, frame, register, new_value, must_exist=True): argument 176 if must_exist:
|
/external/ppp/pppd/ |
D | main.c | 1804 run_program(prog, args, must_exist, done, arg, wait) in run_program() argument 1807 int must_exist; 1839 if (must_exist || errno != ENOENT) 1880 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/llvm-project/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 222 lldb_private::ConstString &archive_object, bool must_exist);
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 437 const bool must_exist = true; in GetModuleByCompUnitInfo() local 440 oso_object, must_exist)) { in GetModuleByCompUnitInfo()
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 3546 must_exist=not flags & os.O_CREAT and not has_tmpfile_flag, 3553 if open_modes.must_not_exist and open_modes.must_exist: 3569 if ((not open_modes.must_exist and 5047 if open_modes.must_exist:
|