Home
last modified time | relevance | path

Searched defs:has_file (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/torch/package/
Dfile_structure_representation.py48 def has_file(self, filename: str) -> bool: member in Directory
/external/bc/include/
Dvm.h289 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC || !(has_file)) argument
339 #define BC_VM_RUN_STDIN(has_file) (BC_IS_BC) argument
394 #define BC_VM_RUN_STDIN(has_file) (!(has_file)) argument
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c83 static int has_file(const char *fname, int required) in has_file() function
/external/sdv/vsomeip/test/configuration_tests/
Dconfiguration-test.cpp206 bool has_file = its_configuration->has_file_log(); in check_file() local
/external/bc/src/
Dvm.c1481 bool has_file = false; local
/external/python/cpython3/Python/
Dpythonrun.c442 int has_file = PyDict_ContainsString(dict, "__file__"); in _PyRun_SimpleFileObject() local
/external/mesa3d/src/nouveau/compiler/nak/
Dir.rs253 let has_file = self.contains(file); in insert() localVariable
268 let has_file = self.contains(file); in remove() localVariable