Searched refs:_dir (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/buildtools/checkdeps/ |
D | rules.py | 26 self._dir = directory 31 return '"%s%s" from %s.' % (self.allow, self._dir, self._source) 38 return self.allow, self._dependent_dir or '.', self._dir or '.' 43 return self._dir == other or self._dir.startswith(other + '/') 48 return self._dir == other or other.startswith(self._dir + '/')
|
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/ |
D | BUILD.gn | 28 _dir = angle_capture_replay_test_trace_dir 34 _test_names_json = read_file("$_dir/$_test_names_file", "json") 39 _trace_json_path = "$_dir/$_trace.json" 49 trace_prefix = "$_dir/${_trace}_context${_ctx}" 50 sources = rebase_path(_trace_data.TraceFiles, ".", _dir) 62 data = [ "$_dir/$_test_names_file" ]
|
/third_party/flutter/skia/infra/bots/assets/ |
D | asset_utils.py | 261 self._dir = os.path.join(ASSETS_DIR, self._name) 266 return os.path.join(self._dir, VERSION_FILENAME) 319 if os.path.isdir(asset._dir): 322 print 'Creating asset in %s' % asset._dir 323 os.mkdir(asset._dir) 326 dst = os.path.join(asset._dir, script) 344 if not os.path.isdir(self._dir): 352 subprocess.check_call([utils.GIT, 'rm', '-rf', self._dir]) 353 if os.path.isdir(self._dir): 354 shutil.rmtree(self._dir)
|
/third_party/flutter/flutter/dev/tools/ |
D | mega_gallery.dart | 55 final SourceStats stats = getStatsFor(_dir(source, 'lib')); 67 final Directory lib = _dir(out, 'lib'); 123 final Directory lib = _dir(galleryDir, 'lib'); 124 final Directory dest = _dir(lib, 'gallery_$index'); 128 _copy(_dir(lib, 'demo'), _dir(dest, 'demo')); 129 _copy(_dir(lib, 'gallery'), _dir(dest, 'gallery')); 153 Directory _dir(Directory parent, String name) => Directory(path.join(parent.path, name));
|
/third_party/cJSON/library_config/ |
D | cJSONConfig.cmake.in | 8 get_filename_component(_dir "${CMAKE_CURRENT_LIST_FILE}" PATH) 14 include("${_dir}/cjson.cmake") 24 include("${_dir}/cjson_utils.cmake")
|
/third_party/flutter/skia/infra/bots/ |
D | utils.py | 62 self._dir = d 67 os.chdir(self._dir)
|
/third_party/skia/infra/bots/ |
D | utils.py | 65 self._dir = d 70 os.chdir(self._dir)
|
/third_party/python/Lib/test/ |
D | test_mailbox.py | 2135 self._dir = os_helper.TESTFN 2136 if os.path.isdir(self._dir): 2137 os_helper.rmtree(self._dir) 2138 elif os.path.isfile(self._dir): 2139 os_helper.unlink(self._dir) 2140 os.mkdir(self._dir) 2141 os.mkdir(os.path.join(self._dir, "cur")) 2142 os.mkdir(os.path.join(self._dir, "tmp")) 2143 os.mkdir(os.path.join(self._dir, "new")) 2149 os_helper.rmdir(os.path.join(self._dir, "cur")) [all …]
|
/third_party/rust/crates/cxx/gen/build/src/ |
D | deps.rs | 95 dirs.sort_by_key(|(sort_key, _dir)| *sort_key); in direct_dependencies()
|
/third_party/rust/crates/rustix/tests/fs/ |
D | readdir.rs | 154 let _dir = Dir::read_from(dirfd).expect("construct Dir from dirfd"); in dir_from_openat() localVariable
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testmagicmethods.py | 425 def _dir(self): function 427 mock.__dir__ = _dir
|
/third_party/gn/src/gn/ |
D | functions_target.cc | 362 The "bundle_*_dir" are be used for the expansion of {{bundle_*_dir}} rules in
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 1250 …odejs/node/commit/838ae10a9b)] - **src**: delete redundant method in node\_dir.h (gengjiawen) [#30… 1251 …/nodejs/node/commit/66db8746c7)] - **src**: remove redundant cast in node\_dir.cc (gengjiawen) [#3… 1253 * [[`b51b26ffef`](https://github.com/nodejs/node/commit/b51b26ffef)] - **src**: fix node\_dir.cc me… 1417 …nodejs/node/commit/bccfd124b0)] - **src**: remove unused variable in node\_dir.cc (gengjiawen) [#3…
|
D | CHANGELOG_V12.md | 1104 …odejs/node/commit/b233c36c10)] - **src**: delete redundant method in node\_dir.h (gengjiawen) [#30… 1105 …/nodejs/node/commit/214042cd2f)] - **src**: remove redundant cast in node\_dir.cc (gengjiawen) [#3… 1107 * [[`19eb8e0268`](https://github.com/nodejs/node/commit/19eb8e0268)] - **src**: fix node\_dir.cc me…
|
/third_party/gn/docs/ |
D | reference.md | 1588 The "bundle_*_dir" are be used for the expansion of {{bundle_*_dir}} rules in
|
/third_party/json/ |
D | ChangeLog.md | 241 - cmake: install pkg-config file relative to current\_binary\_dir [\#2318](https://github.com/nlohm…
|