/third_party/mbedtls/tests/scripts/ |
D | check_files.py | 67 def normalize_path(filepath): argument 77 def should_check_file(self, filepath): argument 91 def check_file_for_issue(self, filepath): argument 98 def record_issue(self, filepath, line_number): argument 139 def issue_with_line(self, line, filepath, line_number): argument 146 def check_file_line(self, filepath, line, line_number): argument 150 def check_file_for_issue(self, filepath): argument 160 def is_windows_file(filepath): argument 176 def check_file_for_issue(self, filepath): argument 204 def is_valid_shebang(self, first_line, filepath): argument [all …]
|
/third_party/skia/buildtools/checkdeps/ |
D | java_checker.py | 52 def _GetClassFullName(self, filepath): argument 116 def _PrescanFile(self, filepath, added_classset): argument 138 def CheckLine(self, rules, line, filepath, fail_on_temp_allow=False): argument 165 def CheckFile(self, rules, filepath): argument 182 def IsJavaFile(filepath): argument
|
/third_party/skia/tools/copyright/ |
D | main.py | 92 def ReadFileIntoString(filepath): argument 100 def WriteStringToFile(string, filepath): argument
|
/third_party/googletest/googletest/test/ |
D | gtest_premature_exit_test.cc | 49 static bool FileExists(const char* filepath) { in FileExists() 117 const char* const filepath = GetEnv("TEST_PREMATURE_EXIT_FILE"); in main() local
|
/third_party/python/Tools/tz/ |
D | zdump.py | 76 filepath = sys.argv[1] variable 78 filepath = os.path.join('/usr/share/zoneinfo', filepath) variable
|
/third_party/skia/tools/viewer/ |
D | BisectSlide.cpp | 16 sk_sp<BisectSlide> BisectSlide::Create(const char filepath[]) { in Create() 37 BisectSlide::BisectSlide(const char filepath[]) in BisectSlide()
|
/third_party/ltp/testcases/kernel/controllers/libcontrollers/ |
D | libcontrollers.c | 131 int read_file(char *filepath, int action, unsigned int *value) in read_file() 183 int read_shares_file(char *filepath) in read_shares_file()
|
/third_party/skia/tools/ |
D | retrieve_from_googlesource.py | 18 def get(repo_url, filepath): argument
|
/third_party/lz4/contrib/meson/meson/ |
D | GetLz4LibraryVersion.py | 13 def find_version_tuple(filepath): argument
|
/third_party/node/deps/npm/node_modules/unique-filename/lib/ |
D | index.js | 5 module.exports = function (filepath, prefix, uniq) { argument
|
/third_party/node/test/sequential/ |
D | test-fs-watch.js | 55 const filepath = path.join(testDir, 'watch.txt'); constant 96 const filepath = path.join(testsubdir, 'newfile.txt'); constant
|
/third_party/node/test/parallel/ |
D | test-fs-read-zero-length.js | 6 const filepath = fixtures.path('x.txt'); constant
|
D | test-file-write-stream4.js | 13 const filepath = path.join(tmpdir.path, 'write_pos.txt'); constant
|
D | test-fs-readv-promisify.js | 8 const filepath = fixtures.path('x.txt'); constant
|
D | test-fs-stat-date.mjs | 16 const filepath = path.resolve(tmpdir.path, 'timestamp'); constant
|
D | test-fs-read-optional-params.js | 7 const filepath = fixtures.path('x.txt'); constant
|
D | test-fs-read-promises-optional-params.js | 8 const filepath = fixtures.path('x.txt'); constant
|
D | test-fs-read-offset-null.js | 12 const filepath = fixtures.path('x.txt'); constant
|
D | test-fs-read-empty-buffer.js | 7 const filepath = fixtures.path('x.txt'); constant
|
/third_party/skia/third_party/externals/freetype/tests/issue-1063/ |
D | main.c | 21 char filepath[FILENAME_MAX]; in main() local
|
/third_party/libsnd/regtest/ |
D | database.c | 172 db_add_file (REG_DB * db_handle, const char * filepath) in db_add_file() 222 db_check_file (REG_DB * db_handle, const char * filepath) in db_check_file() 285 get_ekey_from_filename (REGTEST_DB * db, const char *filepath) in get_ekey_from_filename() 428 get_filename_pathname (REGTEST_DB * db, const char *filepath) in get_filename_pathname()
|
/third_party/node/test/pummel/ |
D | test-fs-largefile.js | 34 const filepath = path.join(tmpdir.path, 'large.txt'); constant
|
D | test-fs-watch-non-recursive.js | 37 const filepath = path.join(testsubdir, 'watch.txt'); constant
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | hugepage.h | 137 void *alloc_filebacked_hugepage(char *filepath, int size, int private, int *fd) in alloc_filebacked_hugepage() 177 int free_filebacked_hugepage(void *addr, int size, int fd, char *filepath) in free_filebacked_hugepage()
|
/third_party/node/benchmark/ |
D | scatter.js | 24 const filepath = path.resolve(cli.items[0]); constant
|