Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dtemporary_memory_manager.cc38 const DeviceMemoryBase& device_memory, uint64 generation, bool must_exist) { in MarkFinalized() argument
42 if (must_exist) { in MarkFinalized()
Dtemporary_memory_manager.h78 bool must_exist);
/external/pdfium/core/fpdfapi/parser/
Dcpdf_linearized_header.cpp28 bool must_exist = true) { in IsValidNumericDictionaryValue() argument
30 return !must_exist; in IsValidNumericDictionaryValue()
/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) {