/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | lock.py | 37 def FileLock(target_file, flags): argument 50 def AcquireFileLock(target_file, flags): argument 68 def ReleaseFileLock(target_file): argument 83 def _LockImplWin(target_file, flags): argument 95 def _UnlockImplWin(target_file): argument 109 def _LockImplPosix(target_file, flags): argument 120 def _UnlockImplPosix(target_file): argument
|
D | lock_unittest.py | 41 def _ReadFileWithExclusiveLockNonBlocking(target_file, status_file): argument
|
/external/webrtc/tools_webrtc/android/ |
D | release_aar.py | 98 def _UploadFile(user, password, filename, version, target_file): argument 128 def _GeneratePom(target_file, version, commit): argument
|
/external/llvm-project/lldb/test/API/python_api/process/io/ |
D | TestProcessIO.py | 108 def read_file_and_delete(self, target_file, local_file): argument
|
/external/perfetto/tools/ |
D | gn_utils.py | 166 def gen_buildflags(gn_args, target_file): argument
|
/external/zlib/google/ |
D | zip_reader_unittest.cc | 426 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local 464 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
|
/external/angle/third_party/zlib/google/ |
D | zip_reader_unittest.cc | 426 base::FilePath target_file = test_dir_.AppendASCII("quux.txt"); in TEST_F() local 464 base::FilePath target_file = test_dir_.AppendASCII("foo"); in TEST_F() local
|
/external/llvm-project/lldb/source/Target/ |
D | ModuleCache.cpp | 192 const FileSpec &target_file) { in Put()
|
D | Platform.cpp | 1743 FileSpec target_file = GetWorkingDirectory(); in LoadImage() local
|
/external/python/cpython2/Lib/test/ |
D | test_posix.py | 451 def _test_chflags_regular_file(self, chflags_func, target_file): argument
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | CodeWarrior_suite.py | 336 class target_file(aetools.ComponentItem): class
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.cc | 479 std::unique_ptr<WritableFile> target_file; in FileSystemCopyFile() local
|
/external/python/cpython3/Lib/test/ |
D | test_posix.py | 897 def _test_chflags_regular_file(self, chflags_func, target_file, **kwargs): argument
|
/external/python/cffi/cffi/ |
D | recompiler.py | 1383 def _make_c_or_py_source(ffi, module_name, preamble, target_file, verbose): argument
|