Home
last modified time | relevance | path

Searched refs:aTypeName (Results 251 – 275 of 284) sorted by relevance

1...<<1112

/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/misc/
H A DDExport.cxx217 m_pTypeInfo->aTypeName = sTypeName; in ODatabaseExport()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DFilterNodeSoftware.h752 explicit FilterNodeLightingSoftware(const char* aTypeName);
H A DFilterNodeSoftware.cpp3351 const char* aTypeName) in FilterNodeLightingSoftware() argument
3357 mTypeName(aTypeName) in FilterNodeLightingSoftware()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DFilterNodeSoftware.h752 explicit FilterNodeLightingSoftware(const char* aTypeName);
H A DFilterNodeSoftware.cpp3349 const char* aTypeName) in FilterNodeLightingSoftware() argument
3355 mTypeName(aTypeName) in FilterNodeLightingSoftware()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DFilterNodeSoftware.h745 explicit FilterNodeLightingSoftware(const char* aTypeName);
H A DFilterNodeSoftware.cpp3343 const char* aTypeName) in FilterNodeLightingSoftware() argument
3347 mTypeName(aTypeName) in FilterNodeLightingSoftware()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DFilterNodeSoftware.h752 explicit FilterNodeLightingSoftware(const char* aTypeName);
H A DFilterNodeSoftware.cpp3351 const char* aTypeName) in FilterNodeLightingSoftware() argument
3357 mTypeName(aTypeName) in FilterNodeLightingSoftware()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/bastyp/
H A Dfltfnc.cxx1032 pFilt->aTypeName = sType; in ReadSingleFilter_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/bastyp/
H A Dfltfnc.cxx1066 pFilt->aTypeName = sType; in ReadSingleFilter_Impl()
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/core/
H A Dplatform.cpp5932 const mozilla::ProfilerString16View& aTypeName, in profiler_add_js_allocation_marker()
5940 if (aTypeName.Length() != 0) { in profiler_add_js_allocation_marker()
5943 NS_ConvertUTF16toUTF8(aTypeName.Data(), aTypeName.Length())); in profiler_add_js_allocation_marker()
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/core/
H A Dplatform.cpp5932 const mozilla::ProfilerString16View& aTypeName, in profiler_add_js_allocation_marker()
5940 if (aTypeName.Length() != 0) { in profiler_add_js_allocation_marker()
5943 NS_ConvertUTF16toUTF8(aTypeName.Data(), aTypeName.Length())); in profiler_add_js_allocation_marker()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/classes/
H A Dsbxmod.cxx458 const SbxObject* SbModule::FindType( const OUString& aTypeName ) const in FindType()
460 return pImage ? pImage->FindType( aTypeName ) : nullptr; in FindType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/classes/
H A Dsbxmod.cxx453 const SbxObject* SbModule::FindType( const OUString& aTypeName ) const in FindType()
455 return pImage ? pImage->FindType( aTypeName ) : nullptr; in FindType()
/dports/www/fpc-webidl/fpc-3.2.2/packages/webidl/tests/
H A Dtcidlparser.pp873 AssertEquals(S+' type name',aTypeName,M.MemberType.TypeName);
1306 Id:=ParseInterFace('IA','',['const '+aTypeName+' '+AName+' = '+AValue]);
/dports/lang/fpc-source/fpc-3.2.2/packages/webidl/tests/
H A Dtcidlparser.pp873 AssertEquals(S+' type name',aTypeName,M.MemberType.TypeName);
1306 Id:=ParseInterFace('IA','',['const '+aTypeName+' '+AName+' = '+AValue]);
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ViewerCommands.cxx3165 TCollection_AsciiString aTypeName (theArgVec[anArgIter]); in VZBuffTrihedron() local
3166 aTypeName.LowerCase(); in VZBuffTrihedron()
3167 if (aTypeName == "wireframe" in VZBuffTrihedron()
3168 || aTypeName == "wire") in VZBuffTrihedron()
3172 else if (aTypeName == "zbuffer" in VZBuffTrihedron()
3173 || aTypeName == "shaded") in VZBuffTrihedron()
3179 …age::SendFail() << "Error: wrong syntax at '" << anArg << "' - unknown type '" << aTypeName << "'"; in VZBuffTrihedron()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DFilterNodeSoftware.cpp3127 const char *aTypeName) in FilterNodeLightingSoftware() argument
3133 mTypeName(aTypeName) in FilterNodeLightingSoftware()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DFilterNodeSoftware.cpp3294 …terNodeLightingSoftware<LightType, LightingType>::FilterNodeLightingSoftware(const char* aTypeName) in FilterNodeLightingSoftware() argument
3297 , mTypeName(aTypeName) in FilterNodeLightingSoftware()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h2958 static void RegisterUnresolvedElement(Element* aElement, nsAtom* aTypeName);
/dports/editors/cudatext/CudaText-1.151.0/python4lazarus/python4lazarus/
H A DPythonEngine.pas1804 function TypeByName( const aTypeName : AnsiString ) : PPyTypeObject;
4869 function TPythonEngine.TypeByName( const aTypeName : AnsiString ) : PPyTypeObject; in TypeByName()
4876 if TypeName = aTypeName then
4881 raise Exception.CreateFmt('Could not find type: %s', [aTypeName]);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp9610 nsAtom* aTypeName) { argument
9616 registry->RegisterCallbackUpgradeElement(aElement, aTypeName);
9622 nsAtom* aTypeName) { argument
9628 registry->RegisterUnresolvedElement(aElement, aTypeName);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp9341 nsAtom* aTypeName) { argument
9347 registry->RegisterCallbackUpgradeElement(aElement, aTypeName);
9353 nsAtom* aTypeName) { argument
9359 registry->RegisterUnresolvedElement(aElement, aTypeName);
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp9520 nsAtom* aTypeName) { argument
9526 registry->RegisterCallbackUpgradeElement(aElement, aTypeName);
9532 nsAtom* aTypeName) { argument
9538 registry->RegisterUnresolvedElement(aElement, aTypeName);

1...<<1112