Home
last modified time | relevance | path

Searched refs:GetComponents (Results 226 – 250 of 1072) sorted by relevance

12345678910>>...43

/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.IO.Packaging/
H A DCheck.cs77 : uri.GetComponents(UriComponents.Path, UriFormat.UriEscaped); in PartUriDoesntEndWithSlash()
H A DPackUriParser.cs24 protected override string GetComponents(Uri uri, UriComponents components, UriFormat format) in GetComponents() method in System.IO.Packaging.PackUriParser
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-greengrassv2/include/aws/greengrassv2/model/
H A DListComponentsResult.h40 inline const Aws::Vector<Component>& GetComponents() const{ return m_components; } in GetComponents() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/net/
H A Dchrome_network_delegate.cc97 path_within_gcache_v2.GetComponents(&components); in IsAccessAllowedInternal()
/dports/cad/netgen/netgen-6.2.2105/libsrc/visualization/
H A Dsoldata.hpp29 int GetComponents() in GetComponents() function in netgen::SolutionData
/dports/net/google-cloud-sdk/google-cloud-sdk/bin/
H A Ddev_appserver.py31 components = wrapper_util.GetComponents(runtimes)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DPath.cpp332 GetComponents(StringRef Path, path::Style S = path::Style::native) { in GetComponents() function
337 EXPECT_THAT(GetComponents("/foo"), testing::ElementsAre("/", "foo")); in TEST()
338 EXPECT_THAT(GetComponents("/"), testing::ElementsAre("/")); in TEST()
339 EXPECT_THAT(GetComponents("//"), testing::ElementsAre("/")); in TEST()
340 EXPECT_THAT(GetComponents("///"), testing::ElementsAre("/")); in TEST()
341 EXPECT_THAT(GetComponents("c/d/e/foo.txt"), in TEST()
343 EXPECT_THAT(GetComponents(".c/.d/../."), in TEST()
345 EXPECT_THAT(GetComponents("/c/d/e/foo.txt"), in TEST()
347 EXPECT_THAT(GetComponents("/.c/.d/../."), in TEST()
349 EXPECT_THAT(GetComponents("c:\\c\\e\\foo.txt", path::Style::windows), in TEST()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DPath.cpp321 GetComponents(StringRef Path, path::Style S = path::Style::native) { in GetComponents() function
326 EXPECT_THAT(GetComponents("/foo"), testing::ElementsAre("/", "foo")); in TEST()
327 EXPECT_THAT(GetComponents("/"), testing::ElementsAre("/")); in TEST()
328 EXPECT_THAT(GetComponents("//"), testing::ElementsAre("/")); in TEST()
329 EXPECT_THAT(GetComponents("///"), testing::ElementsAre("/")); in TEST()
330 EXPECT_THAT(GetComponents("c/d/e/foo.txt"), in TEST()
332 EXPECT_THAT(GetComponents(".c/.d/../."), in TEST()
334 EXPECT_THAT(GetComponents("/c/d/e/foo.txt"), in TEST()
336 EXPECT_THAT(GetComponents("/.c/.d/../."), in TEST()
338 EXPECT_THAT(GetComponents("c:\\c\\e\\foo.txt", path::Style::windows), in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/generators/
H A Didl_thunk.py248 _, pname, _, _ = cgen.GetComponents(param, release, 'store')
364 rtype, name, arrays, args = cgen.GetComponents(member, release, 'return')
538 rtype, name, arrays, args = cgen.GetComponents(
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/generators/
H A Didl_thunk.py246 _, pname, _, _ = cgen.GetComponents(param, release, 'store')
362 rtype, name, arrays, args = cgen.GetComponents(member, release, 'return')
533 rtype, name, arrays, args = cgen.GetComponents(
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/generators/
H A Didl_thunk.py248 _, pname, _, _ = cgen.GetComponents(param, release, 'store')
364 rtype, name, arrays, args = cgen.GetComponents(member, release, 'return')
538 rtype, name, arrays, args = cgen.GetComponents(
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/app/
H A Dwrapper_util.py122 def GetComponents(runtimes): function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/
H A Dextension_resource.cc70 relative_path.GetComponents(&components); in GetFilePath()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriScheme.cs117 protected virtual string GetComponents(Uri uri, UriComponents components, UriFormat format) in GetComponents() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DUriScheme.cs136 protected virtual string GetComponents(Uri uri, UriComponents components, UriFormat format) in GetComponents() method in System.UriParser
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp133 for (auto component : constant->AsVectorConstant()->GetComponents()) { in FindOrCreateToggledIntegerConstant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/
H A Dextension_resource.cc70 relative_path.GetComponents(&components); in GetFilePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dfuzzer_pass_interchange_signedness_of_integer_operands.cpp133 for (auto component : constant->AsVectorConstant()->GetComponents()) { in FindOrCreateToggledIntegerConstant()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_path.cc222 void FilePath::GetComponents(std::vector<StringType>* components) const { in GetComponents() function in base::FilePath
265 GetComponents(&parent_components); in AppendRelativePath()
266 child.GetComponents(&child_components); in AppendRelativePath()
578 GetComponents(&components); in ReferencesParent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_path.cc237 void FilePath::GetComponents(std::vector<StringType>* components) const { in GetComponents() function in base::FilePath
280 GetComponents(&parent_components); in AppendRelativePath()
281 child.GetComponents(&child_components); in AppendRelativePath()
595 GetComponents(&components); in ReferencesParent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp251 vec_const->GetComponents().begin(), in DoVectorShuffle()
252 vec_const->GetComponents().end()); in DoVectorShuffle()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp251 vec_const->GetComponents().begin(), in DoVectorShuffle()
252 vec_const->GetComponents().end()); in DoVectorShuffle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/common/
H A Dschema_registry_unittest.cc187 ASSERT_TRUE(combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)); in TEST()
190 combined.schema_map()->GetComponents(POLICY_DOMAIN_EXTENSIONS)->size()); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp251 vec_const->GetComponents().begin(), in DoVectorShuffle()
252 vec_const->GetComponents().end()); in DoVectorShuffle()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dfold_spec_constant_op_and_composite_pass.cpp251 vec_const->GetComponents().begin(), in DoVectorShuffle()
252 vec_const->GetComponents().end()); in DoVectorShuffle()

12345678910>>...43