Home
last modified time | relevance | path

Searched refs:has_file (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorSet.php25 private $has_file = false; variable in Google\\Protobuf\\Internal\\FileDescriptorSet
59 $this->has_file = true;
66 return $this->has_file;
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DLambdaFunctionNameCheck.cpp38 bool has_file = false; in MacroExpands() local
44 has_file = true; in MacroExpands()
50 if (has_file && has_line) { in MacroExpands()
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c86 static int has_file(const char *fname, int required) in has_file() function
292 if (has_file(PROC_IO_FNAME, 0)) { in test_readahead()
379 has_file(DROP_CACHES_FNAME, 1); in setup()
380 has_file(MEMINFO_FNAME, 1); in setup()
/external/llvm-project/llvm/tools/sancov/
Dcoverage-report-server.py83 def has_file(self, filename): member in SymcovData
152 elif self.symcov_data.has_file(norm_path):
/external/bc/src/
Dvm.c827 bool has_file = false; local
882 has_file = true;
890 if (BC_IS_BC || !has_file) bc_vm_stdin();