Home
last modified time | relevance | path

Searched refs:_dir (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/buildtools/checkdeps/
Drules.py26 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/
DBUILD.gn28 _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/
Dasset_utils.py261 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/
Dmega_gallery.dart55 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/
DcJSONConfig.cmake.in8 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/
Dutils.py62 self._dir = d
67 os.chdir(self._dir)
/third_party/skia/infra/bots/
Dutils.py65 self._dir = d
70 os.chdir(self._dir)
/third_party/python/Lib/test/
Dtest_mailbox.py2135 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/
Ddeps.rs95 dirs.sort_by_key(|(sort_key, _dir)| *sort_key); in direct_dependencies()
/third_party/rust/crates/rustix/tests/fs/
Dreaddir.rs154 let _dir = Dir::read_from(dirfd).expect("construct Dir from dirfd"); in dir_from_openat() localVariable
/third_party/python/Lib/unittest/test/testmock/
Dtestmagicmethods.py425 def _dir(self): function
427 mock.__dir__ = _dir
/third_party/gn/src/gn/
Dfunctions_target.cc362 The "bundle_*_dir" are be used for the expansion of {{bundle_*_dir}} rules in
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md1250 …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…
DCHANGELOG_V12.md1104 …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/
Dreference.md1588 The "bundle_*_dir" are be used for the expansion of {{bundle_*_dir}} rules in
/third_party/json/
DChangeLog.md241 - cmake: install pkg-config file relative to current\_binary\_dir [\#2318](https://github.com/nlohm…