Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DState.cpp89 bool lldb_private::StateIsStoppedState(StateType state, bool must_exist) { in StateIsStoppedState() argument
102 return !must_exist; in StateIsStoppedState()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_linearized_header.cpp29 bool must_exist = true) { in IsValidNumericDictionaryValue() argument
31 return !must_exist; in IsValidNumericDictionaryValue()
/external/tensorflow/tensorflow/stream_executor/
Dtemporary_memory_manager.cc37 const DeviceMemoryBase& device_memory, uint64 generation, bool must_exist) { in MarkFinalized() argument
41 if (must_exist) { in MarkFinalized()
Dtemporary_memory_manager.h78 bool must_exist);
/external/llvm-project/lldb/include/lldb/Utility/
DState.h61 bool StateIsStoppedState(lldb::StateType state, bool must_exist);
/external/llvm-project/lldb/source/Symbol/
DObjectFile.cpp90 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/
DTestRegisters.py174 def write_and_read(self, frame, register, new_value, must_exist=True): argument
176 if must_exist:
/external/ppp/pppd/
Dmain.c1804 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) {
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/llvm-project/lldb/include/lldb/Symbol/
DObjectFile.h222 lldb_private::ConstString &archive_object, bool must_exist);
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp437 const bool must_exist = true; in GetModuleByCompUnitInfo() local
440 oso_object, must_exist)) { in GetModuleByCompUnitInfo()
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py3546 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: