Searched refs:must_exist (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/ |
D | temporary_memory_manager.cc | 38 const DeviceMemoryBase& device_memory, uint64 generation, bool must_exist) { in MarkFinalized() argument 42 if (must_exist) { in MarkFinalized()
|
D | temporary_memory_manager.h | 78 bool must_exist);
|
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_linearized_header.cpp | 28 bool must_exist = true) { in IsValidNumericDictionaryValue() argument 30 return !must_exist; in IsValidNumericDictionaryValue()
|
/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) {
|