Home
last modified time | relevance | path

Searched refs:GetBaseName (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/misc/usd/USD-21.11/pxr/usd/usdShade/testenv/
H A DtestUsdShadeInterfaceInputConsumers.py147 if interfaceInput.GetAttr().GetBaseName() == "floatInput":
148 self.assertEqual(set([i.GetAttr().GetBaseName() for i in consumers]),
151 elif interfaceInput.GetAttr().GetBaseName() == "colorInput":
152 self.assertEqual(set([i.GetAttr().GetBaseName() for i in consumers]),
163 if interfaceInput.GetAttr().GetBaseName() == "floatInput":
164 self.assertEqual(set([i.GetAttr().GetBaseName() for i in consumers]),
168 elif interfaceInput.GetAttr().GetBaseName() == "colorInput":
169 self.assertEqual(set([i.GetAttr().GetBaseName() for i in consumers]),
H A DtestUsdShadeNodeGraphs.py123 outputNames = {x.GetBaseName() for x in allOutputs}
128 outputs = {nodeGraph.GetOutput(outputName).GetBaseName()
130 self.assertEqual(outputs, {output.GetBaseName() for output in allOutputs})
164 inputNames = {x.GetBaseName() for x in allInputs}
169 inputs = {nodeGraph.GetInput(inputName).GetBaseName()
171 self.assertEqual(inputs, {i.GetBaseName() for i in allInputs})
184 if shadeInput.GetBaseName() == "InputOne":
187 elif shadeInput.GetBaseName() == "InputTwo":
189 elif shadeInput.GetBaseName() == "InputThree":
H A DtestUsdShadeMaterialOutputs.py155 outputBaseNames = [o.GetBaseName() for o in mat.GetSurfaceOutputs()]
159 outputBaseNames = [o.GetBaseName() for o in mat.GetDisplacementOutputs()]
163 outputBaseNames = [o.GetBaseName() for o in mat.GetVolumeOutputs()]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/Database/
H A DLiteDatabase.cs52 protected override string GetBaseName() in GetBaseName() method in GKNet.Database.LtDatabase
66 string baseName = GetBaseName(); in Connect()
112 string baseName = GetBaseName(); in CreateDatabase()
H A DIDatabase.cs46 string baseName = GetBaseName();
56 protected abstract string GetBaseName(); in GetBaseName() method in GKNet.Database.IDatabase
67 string baseName = GetBaseName(); in DeleteDatabase()
H A DSQLDatabase.cs42 protected override string GetBaseName() in GetBaseName() method in GKNet.Database.SQLDatabase
56 string baseName = GetBaseName(); in Connect()
101 string baseName = GetBaseName(); in CreateDatabase()
/dports/graphics/libjxl/libjxl-0.6.1/tools/benchmark/
H A Dbenchmark_codec_custom.cc27 std::string GetBaseName(std::string filename) { in GetBaseName() function
46 GetBaseName(std::move(output_filename)) + ".time"; in ReportCodecRunningTime()
93 const std::string basename = GetBaseName(filename); in Compress()
118 const std::string basename = GetBaseName(filename); in Decompress()
/dports/games/golly/golly-3.3-src/gui-common/
H A Dfile.cpp48 std::string GetBaseName(const char* path) in GetBaseName() function
528 std::string filename = GetBaseName(entry.c_str()); in UnzipFile()
706 name = GetBaseName(name.c_str()); in OpenZipFile()
717 std::string filename = GetBaseName(name.c_str()); in OpenZipFile()
902 std::string basename = GetBaseName(path); in OpenFile()
909 std::string basename = GetBaseName(path); in OpenFile()
950 std::string basename = GetBaseName(path.c_str()); in SaveSucceeded()
1000 msg += GetBaseName(path.c_str()); in SavePattern()
1028 std::string urlprefix = GetBaseName(pageurl.c_str()); in GetURL()
1038 std::string filename = GetBaseName(fullurl.c_str()); in GetURL()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usdShade/
H A DcoordSysAPI.cpp135 Binding b = {rel.GetBaseName(), rel.GetPath(), targets.front()}; in GetLocalBindings()
156 if (existing.name == rel.GetBaseName()) { in FindBindingsWithInheritance()
164 Binding b = {rel.GetBaseName(), rel.GetPath(), in FindBindingsWithInheritance()
/dports/devel/cquery/cquery-20180718/src/
H A Dserializer.cc154 std::string basename = GetBaseName(value.resolved_path); in Reflect()
438 REQUIRE(GetBaseName("foo.cc") == "foo.cc");
439 REQUIRE(GetBaseName("foo/foo.cc") == "foo.cc");
440 REQUIRE(GetBaseName("/foo.cc") == "foo.cc");
441 REQUIRE(GetBaseName("///foo.cc") == "foo.cc");
442 REQUIRE(GetBaseName("bar/") == "bar/");
443 REQUIRE(GetBaseName("foobar/bar/") ==
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Database/
H A DGKDatabase.cs60 string databaseName = GetBaseName(); in Connect()
87 public string GetBaseName() in GetBaseName() method in GKCore.Database.GKDatabase
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Language/CPlusPlus/
H A DMSVCUndecoratedNameParser.cpp85 identifier = count > 0 ? specs[count - 1].GetBaseName() : ""; in ExtractContextAndIdentifier()
97 return specs[specs.size() - 1].GetBaseName(); in DropScope()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/propgrid/
H A Dpropgridpagestate.cpp497 if ( !p->GetBaseName().empty() ) in DoSetPropertyName()
498 m_dictName.erase( p->GetBaseName() ); in DoSetPropertyName()
1372 variant.SetName( p->GetBaseName() ); in DoGetPropertyValues()
1377 v.Append( DoGetPropertyValues(p->GetBaseName(),p,flags|wxPG_KEEP_STRUCTURE) ); in DoGetPropertyValues()
1574 wxASSERT_MSG( !property->GetBaseName().empty(), in PrepareToAddItem()
1592 wxPGProperty* found_id = BaseGetPropertyByName( property->GetBaseName() ); in PrepareToAddItem()
1715 if ( !property->GetBaseName().empty() && in DoInsert()
1717 m_dictName[property->GetBaseName()] = (void*) property; in DoInsert()
1790 wxString newName = wxS("_&/_%$") + p->GetBaseName(); in DoInvalidatePropertyName()
1981 if ( !item->GetBaseName().empty() && in DoDelete()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/deployment_manager/
H A Dimporter.py74 def GetBaseName(self): member in _ImportSyntheticCompositeTypeFile
102 def GetBaseName(self): member in _ImportFile
134 def GetBaseName(self): member in _ImportUrl
520 base_name = config_obj.GetBaseName()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/
H A Dncbi_http2_session_impl.hpp91 return os << e.GetBaseName() << e.GetTypeName() << &e; in operator <<()
103 const char* GetBaseName() const { return "response "; } in GetBaseName() function
141 const char* GetBaseName() const { return "request "; } in GetBaseName() function
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/
H A Dncbi_http2_session_impl.hpp91 return os << e.GetBaseName() << e.GetTypeName() << &e; in operator <<()
103 const char* GetBaseName() const { return "response "; } in GetBaseName() function
141 const char* GetBaseName() const { return "request "; } in GetBaseName() function

12345678910>>...16