Home
last modified time | relevance | path

Searched defs:toBeReplaced (Results 1 – 25 of 36) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/
H A DCharOperationTest.java34 char[] toBeReplaced = { 'b', 'c' }; in test001() local
47 char[] toBeReplaced = { 'b', 'c' }; in test002() local
74 char[] toBeReplaced = { 'b', 'c' }; in test005() local
85 char[] toBeReplaced = { 'a', 'a' }; in test006() local
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DReplaceVariable.cpp23 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TVariable *replacement) in ReplaceVariableTraverser()
47 const TVariable *toBeReplaced, in ReplaceVariable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
48 const TVariable *toBeReplaced, in ReplaceVariable()
59 const TVariable *toBeReplaced, in ReplaceVariableWithTyped()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
48 const TVariable *toBeReplaced, in ReplaceVariable()
59 const TVariable *toBeReplaced, in ReplaceVariableWithTyped()
H A DReplaceClipDistanceVariable.cpp137 ReplaceVariableExceptOneTraverser(const TVariable *toBeReplaced, in ReplaceVariableExceptOneTraverser()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
48 const TVariable *toBeReplaced, in ReplaceVariable()
59 const TVariable *toBeReplaced, in ReplaceVariableWithTyped()
H A DReplaceClipDistanceVariable.cpp137 ReplaceVariableExceptOneTraverser(const TVariable *toBeReplaced, in ReplaceVariableExceptOneTraverser()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
109 const TVariable *toBeReplaced, in ReplaceVariable()
137 const TVariable *toBeReplaced, in ReplaceVariableWithTyped()
H A DReplaceClipCullDistanceVariable.cpp171 ReplaceVariableExceptOneTraverser(const TVariable *toBeReplaced, in ReplaceVariableExceptOneTraverser()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
109 const TVariable *toBeReplaced, in ReplaceVariable()
137 const TVariable *toBeReplaced, in ReplaceVariableWithTyped()
H A DReplaceClipCullDistanceVariable.cpp171 ReplaceVariableExceptOneTraverser(const TVariable *toBeReplaced, in ReplaceVariableExceptOneTraverser()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/tree_util/
H A DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser()
109 const TVariable *toBeReplaced, in ReplaceVariable()
137 const TVariable *toBeReplaced, in ReplaceVariableWithTyped()
H A DReplaceClipCullDistanceVariable.cpp171 ReplaceVariableExceptOneTraverser(const TVariable *toBeReplaced, in ReplaceVariableExceptOneTraverser()
/dports/security/modsecurity3/modsecurity-v3.0.5/test/unit/
H A Dunit_test.cc67 std::string toBeReplaced = match.str(); in json2bin() local
75 std::string toBeReplaced = match.str(); in json2bin() local
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/sqlitestudiocli/
H A Dclicompleter.cpp50 QStringList CliCompleter::completeInternal(const QString& toBeReplaced, const QString& text, int cu… in completeInternal()
116 QStringList CliCompleter::completeQuery(const QString& toBeReplaced, const QString& str, int curPos) in completeQuery()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/sourcelookup/
H A DEditContainerAction.java49 ISourceContainer toBeReplaced = fContainers[j]; in run() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.repository.tools/src/org/eclipse/equinox/p2/internal/repository/comparator/java/
H A DCharOperation.java375 public static final void replace(char[] array, char toBeReplaced, char replacementChar) { in replace()
414 public static final char[] replaceOnCopy(char[] array, char toBeReplaced, char replacementChar) { in replaceOnCopy()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/core/compiler/
H A DCharOperation.java3117 char toBeReplaced, in replace()
3149 public static final void replace(char[] array, char[] toBeReplaced, char replacementChar) { in replace()
3179 public static final void replace(char[] array, char[] toBeReplaced, char replacementChar, int start… in replace()
3217 char[] toBeReplaced, in replace()
3303 char toBeReplaced, in replaceOnCopy()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/indexing/
H A DBinaryIndexer.java931 private char[][] replace(char toBeReplaced, char newChar, char[][] array) { in replace()
941 private char[] replace(char toBeReplaced, char newChar, char[] array) { in replace()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/
H A DCharOperation.java3652 char toBeReplaced, in replace()
3684 public static final void replace(char[] array, char[] toBeReplaced, char replacementChar) { in replace()
3714 public static final void replace(char[] array, char[] toBeReplaced, char replacementChar, int start… in replace()
3752 char[] toBeReplaced, in replace()
3838 char toBeReplaced, in replaceOnCopy()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/core/compiler/
H A DCharOperation.java2183 char toBeReplaced, in replace()
2225 char[] toBeReplaced, in replace()
2312 char toBeReplaced, in replaceOnCopy()
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/
H A Dtemplates.cpp133 bool Manager::replace(const KileTemplate::Info& toBeReplaced, const QUrl &newTemplateSourceURL, con… in replace()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Ddiffoperations.cpp56 bool toBeReplaced = false; in diffDocs() local
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/
H A DCharOperation.java2339 public static final void replace(char[] array, char toBeReplaced, in replace()
2389 public static final char[] replace(char[] array, char[] toBeReplaced, in replace()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/ast/
H A Dsqliteexpr.cpp391 bool SqliteExpr::replace(SqliteExpr* toBeReplaced, SqliteExpr* replaceWith) in replace()

12