Home
last modified time | relevance | path

Searched refs:ReplaceVariable (Results 1 – 25 of 75) sorted by relevance

123

/dports/audio/strawberry/strawberry-1.0.0/tests/src/
H A Dutilities_test.cpp175 TEST(UtilitiesTest, ReplaceVariable) { in TEST() argument
196 ASSERT_EQ(Utilities::ReplaceVariable("%title%", song, ""), song.title()); in TEST()
197 ASSERT_EQ(Utilities::ReplaceVariable("%album%", song, ""), song.album()); in TEST()
198 ASSERT_EQ(Utilities::ReplaceVariable("%artist%", song, ""), song.artist()); in TEST()
204 ASSERT_EQ(Utilities::ReplaceVariable("%genre%", song, ""), song.genre()); in TEST()
205 ASSERT_EQ(Utilities::ReplaceVariable("%composer%", song, ""), song.composer()); in TEST()
206 ASSERT_EQ(Utilities::ReplaceVariable("%performer%", song, ""), song.performer()); in TEST()
207 ASSERT_EQ(Utilities::ReplaceVariable("%grouping%", song, ""), song.grouping()); in TEST()
208 ASSERT_EQ(Utilities::ReplaceVariable("%length%", song, ""), song.PrettyLength()); in TEST()
210 ASSERT_EQ(Utilities::ReplaceVariable("%url%", song, ""), song.url().toString()); in TEST()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DReplaceVariable.h18 void ReplaceVariable(TIntermBlock *root,
H A DReplaceVariable.cpp46 void ReplaceVariable(TIntermBlock *root, in ReplaceVariable() function
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp158 ReplaceVariable( in DeclareAndInitBuiltinsForInstancedMultiview()
171 ReplaceVariable(root, in DeclareAndInitBuiltinsForInstancedMultiview()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp142 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_ViewID_OVR(), viewID)) in DeclareAndInitBuiltinsForInstancedMultiview()
155 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_InstanceID(), instanceID)) in DeclareAndInitBuiltinsForInstancedMultiview()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp142 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_ViewID_OVR(), viewID)) in DeclareAndInitBuiltinsForInstancedMultiview()
155 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_InstanceID(), instanceID)) in DeclareAndInitBuiltinsForInstancedMultiview()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp142 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_ViewID_OVR(), viewID)) in DeclareAndInitBuiltinsForInstancedMultiview()
155 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_InstanceID(), instanceID)) in DeclareAndInitBuiltinsForInstancedMultiview()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp142 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_ViewID_OVR(), viewID)) in DeclareAndInitBuiltinsForInstancedMultiview()
155 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_InstanceID(), instanceID)) in DeclareAndInitBuiltinsForInstancedMultiview()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp142 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_ViewID_OVR(), viewID)) in DeclareAndInitBuiltinsForInstancedMultiview()
155 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_InstanceID(), instanceID)) in DeclareAndInitBuiltinsForInstancedMultiview()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_ops/
H A DDeclareAndInitBuiltinsForInstancedMultiview.cpp142 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_ViewID_OVR(), viewID)) in DeclareAndInitBuiltinsForInstancedMultiview()
155 if (!ReplaceVariable(compiler, root, BuiltInVariable::gl_InstanceID(), instanceID)) in DeclareAndInitBuiltinsForInstancedMultiview()
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/widgets/
H A Dosd.cpp125 summary.replace(captured[0], ReplaceVariable(captured[0], song)); in AlbumArtLoaded()
134 message.replace(captured[0], ReplaceVariable(captured[0], song)); in AlbumArtLoaded()
326 QString OSD::ReplaceVariable(const QString& variable, const Song& song) { in ReplaceVariable() function in OSD
H A Dosd.h105 QString ReplaceVariable(const QString& variable, const Song& song);
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.h30 ANGLE_NO_DISCARD bool ReplaceVariable(TCompiler *compiler,
H A DReplaceShadowingVariables.cpp110 if (!ReplaceVariable(compiler, replace.functionBody, replace.originalVariable, in executeReplacements()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.h30 ANGLE_NO_DISCARD bool ReplaceVariable(TCompiler *compiler,
H A DReplaceShadowingVariables.cpp110 if (!ReplaceVariable(compiler, replace.functionBody, replace.originalVariable, in executeReplacements()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.h30 ANGLE_NO_DISCARD bool ReplaceVariable(TCompiler *compiler,
/dports/math/py-mathics/Mathics3-2.2.0/mathics/packages/Rubi-save/
H A DShowStepRoutines.m88 lhs = ReplaceVariable[lhs, var, func],
92 lhs = ReplaceVariable[lhs, var, func]]]] );
95 (* ReplaceVariable[lhs,var,func] returns lhs with the var replaced by F[func] *)
96 ReplaceVariable[lhs_, var_, func_] :=
/dports/math/openturns/openturns-1.18/lib/src/Base/Diff/Ev3/
H A Dexpression.h147 void ReplaceVariable(const int v1,
150 void ReplaceVariable(const int v1,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp110 if (!ReplaceVariable(compiler, replace.functionBody, replace.originalVariable, in executeReplacements()
H A DReplaceVariable.h30 ANGLE_NO_DISCARD bool ReplaceVariable(TCompiler *compiler,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp110 if (!ReplaceVariable(compiler, replace.functionBody, replace.originalVariable, in executeReplacements()
H A DReplaceVariable.h30 ANGLE_NO_DISCARD bool ReplaceVariable(TCompiler *compiler,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp110 if (!ReplaceVariable(compiler, replace.functionBody, replace.originalVariable, in executeReplacements()
H A DReplaceVariable.h30 ANGLE_NO_DISCARD bool ReplaceVariable(TCompiler *compiler,

123