Home
last modified time | relevance | path

Searched refs:some_path (Results 1 – 25 of 79) sorted by relevance

1234

/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_util_library.py46 some_path = os.path.join(unexpand(get_home_dir()), "foo")
47 config.set('library', 'exclude', some_path)
48 assert expanduser(some_path) in get_exclude_dirs()
53 some_path = os.path.join(unexpand(get_home_dir()), "foo")
54 config.set('settings', 'scan', some_path)
55 assert expanduser(some_path) in get_scan_dirs()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dresource_loader.py38 def FindResource(self, some_path, binary=False): argument
47 if os.path.isabs(some_path):
48 return self.FindResourceGivenAbsolutePath(some_path, binary)
50 return self.FindResourceGivenRelativePath(some_path, binary)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dresource_loader.py38 def FindResource(self, some_path, binary=False): argument
47 if os.path.isabs(some_path):
48 return self.FindResourceGivenAbsolutePath(some_path, binary)
50 return self.FindResourceGivenRelativePath(some_path, binary)
/dports/sysutils/hourglass/hourglass-1.0.1b/
H A DINSTALL50 ./configure --with-hrtimers=some_path
78 ./configure --with-hls=some_path
87 ./configure --with-cmu-rk=some_path
96 ./configure --with-timesys-rk=some_path
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_vfs.c446 if ( !VALID_CSTR( some_path ) ) return found_path; in _vfs_potential_mount_point()
448 ptmp = some_path; in _vfs_potential_mount_point()
450 path_begin = some_path; in _vfs_potential_mount_point()
451 path_end = some_path + VFS_MAX_PATH - 1; in _vfs_potential_mount_point()
2358 int _vfs_mount_info_search( const char * some_path ) in _vfs_mount_info_search() argument
2368 if ( !VALID_CSTR( some_path ) ) return retval; in _vfs_mount_info_search()
2383 if ( 0 == strncmp( temp_path, some_path, len ) ) in _vfs_mount_info_search()
2402 stripped_pos = some_path; in vfs_mount_info_strip_path()
2405 for ( ptmp = some_path; ( CSTR_END != *ptmp ) && ptmp < some_path + VFS_MAX_PATH; ptmp++ ) in vfs_mount_info_strip_path()
2412 some_path = ptmp; in vfs_mount_info_strip_path()
[all …]
H A Degoboo_vfs.h165 const char * vfs_mount_info_strip_path( const char * some_path );
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Ddirstack.py58 def _is_unc_path(some_path) -> bool: argument
61 len(some_path) > 1
62 and some_path[0] == some_path[1]
63 and some_path[0] in (os.sep, os.altsep)
/dports/devel/py-fabric3/Fabric3-1.14.post1/tests/
H A Dtest_context_managers.py120 some_path = "~/somepath"
122 with cd(some_path):
124 eq_(command_out, 'cd %s >/dev/null && foo' % some_path)
/dports/www/py-django-storages/django-storages-1.9.1/tests/
H A Dtest_azure.py80 some_path = "some path/some long name & then some.txt"
82 self.storage._get_valid_path(some_path), some_path)
85 self.storage._get_valid_path(some_path)),
86 self.storage._get_valid_path(some_path))
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/mac-notification-sys-0.3.0/src/
H A Dlib.rs167 .any(|some_path| some_path.exists()) in check_sound()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/utils/
H A Dutils.py189 def normalize_path(some_path): argument
191 return os.path.normpath(os.path.normcase(some_path))
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/utils/
H A Dutils.py182 def normalize_path(some_path): argument
184 return os.path.normpath(os.path.normcase(some_path))
/dports/textproc/py-pygccxml/pygccxml-2.2.1/unittests/
H A Dcore_tester.py17 def is_sub_path(root, some_path): argument
19 some_path = utils.normalize_path(some_path)
20 return some_path.startswith(root)
/dports/devel/p5-File-Slurp-Tree/File-Slurp-Tree-1.24/
H A DChanges2 Cope with slurp_tree("some_path/") (ie, with a trailing slash) and
H A DREADME40 Cope with slurp_tree("some_path/") (ie, with a trailing slash) and
/dports/textproc/p5-XML-LibXSLT/XML-LibXSLT-1.99/
H A DREADME33 …ns flags for the compiler (such as -I/some_path/include etc.) and LIBS contains linker flags (such…
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/handlers/
H A Dconvert_bool_then.rs188 let some_path = make::expr_path(make::ext::ident_path("Some")); in convert_bool_then_to_if() localVariable
199 make::expr_call(some_path.clone(), make::arg_list(Some(expr))) in convert_bool_then_to_if()
/dports/misc/veles/veles-2018.05.0/
H A DBUILDING.md117 "buildRoot": "DRIVE:\\some_path\\veles-build-${name}",
137 "buildRoot": "DRIVE:\\some_path\\veles-build-${name}",
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/handlers/
H A Dconvert_bool_then.rs188 let some_path = make::expr_path(make::ext::ident_path("Some")); in convert_bool_then_to_if() localVariable
199 make::expr_call(some_path.clone(), make::arg_list(Some(expr))) in convert_bool_then_to_if()
/dports/net-im/fractal/fractal-4.4.0/vendor/dbus/src/
H A Dstrings.rs111 fn some_path() { in some_path() function
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/roles_arg_spec/roles/test1/meta/
H A Dargument_specs.yml50 some_path:
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/dbus-0.2.3/src/
H A Dstrings.rs111 fn some_path() { in some_path() function
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/dbus-0.2.3/src/
H A Dstrings.rs111 fn some_path() { in some_path() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/prefs/
H A Djson_pref_store_unittest.cc252 base::FilePath some_path(FILE_PATH_LITERAL("/usr/sbin/")); in RunBasicJsonPrefStoreTest() local
255 std::make_unique<Value>(some_path.value()), in RunBasicJsonPrefStoreTest()
259 EXPECT_EQ(some_path.value(), path); in RunBasicJsonPrefStoreTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/prefs/
H A Djson_pref_store_unittest.cc252 base::FilePath some_path(FILE_PATH_LITERAL("/usr/sbin/")); in RunBasicJsonPrefStoreTest() local
255 std::make_unique<Value>(some_path.value()), in RunBasicJsonPrefStoreTest()
259 EXPECT_EQ(some_path.value(), path); in RunBasicJsonPrefStoreTest()

1234