Home
last modified time | relevance | path

Searched refs:OldName (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceMangling.cpp38 void incrementSubstitutions(ManglerVector &OldName) { in incrementSubstitutions() argument
41 ManglerVector NewName(OldName.size() * 2); in incrementSubstitutions()
44 const size_t OldLen = OldName.size(); in incrementSubstitutions()
46 if (OldName[OldPos] == '\0') in incrementSubstitutions()
48 if (OldName[OldPos] == 'S') { in incrementSubstitutions()
54 char Ch = OldName[Last]; in incrementSubstitutions()
71 assert(OldName[OldPos - 1] == 'S'); in incrementSubstitutions()
72 assert(OldName[OldPos + Length] == '_'); in incrementSubstitutions()
85 char Ch = OldName[OldPos + Offset]; in incrementSubstitutions()
109 NewName[NewPos] = OldName[OldPos]; in incrementSubstitutions()
[all …]
/dports/editors/lazarus/lazarus/tools/install/win/innoscript/
H A Duninst.pas19 OldName, // Registry 'DisplayName'
100 OldName := '';
110 OldName := GetUninstallData('DisplayName');
114 Log(' OldPath: '+OldPath+' OldName: '+ OldName);
201 ', OldPath='+OldPath+' OldName='+OldName+' UnInstaller='+UnInstaller +
221 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
223 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
225 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
227 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]))
230 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/install/win/innoscript/
H A Duninst.pas19 OldName, // Registry 'DisplayName'
100 OldName := '';
110 OldName := GetUninstallData('DisplayName');
114 Log(' OldPath: '+OldPath+' OldName: '+ OldName);
201 ', OldPath='+OldPath+' OldName='+OldName+' UnInstaller='+UnInstaller +
221 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
223 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
225 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
227 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]))
230 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
[all …]
/dports/editors/lazarus-qt5/lazarus/tools/install/win/innoscript/
H A Duninst.pas19 OldName, // Registry 'DisplayName'
100 OldName := '';
110 OldName := GetUninstallData('DisplayName');
114 Log(' OldPath: '+OldPath+' OldName: '+ OldName);
201 ', OldPath='+OldPath+' OldName='+OldName+' UnInstaller='+UnInstaller +
221 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
223 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
225 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
227 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]))
230 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/tools/install/win/innoscript/
H A Duninst.pas19 OldName, // Registry 'DisplayName'
100 OldName := '';
110 OldName := GetUninstallData('DisplayName');
114 Log(' OldPath: '+OldPath+' OldName: '+ OldName);
201 ', OldPath='+OldPath+' OldName='+OldName+' UnInstaller='+UnInstaller +
221 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
223 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
225 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
227 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]))
230 … {}[#13#10, OldName, OldPath, UnInstaller, SecondPCP]),
[all …]
/dports/www/otrs/otrs-rel-6_0_29/scripts/DBUpdateTo6/
H A DMigrateTicketSearchProfiles.pm93 my $OldName = 'Ticket::Frontend::AgentTicketSearch###Defaults###' . $OldKey;
96 Name => $OldName,
103 Name => $OldName,
125 Bind => [ \$NewName, \$OldName ],
134 Bind => [ \$NewName, \$OldName ],
139 Name => $OldName,
149 Bind => [ \$NewName, \$OldName ],
158 Bind => [ \$NewName, \$OldName ],
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl24 insert(#we{name=OldName}=We0, Suffix, #st{shapes=Shapes0,onext=Oid}=St) ->
25 Name = new_name(OldName, Suffix, Oid),
34 new_name(OldName, Suffix0, Id) ->
36 Base = base(lists:reverse(OldName)),
56 base(OldName) ->
57 case base_1(OldName) of
58 error -> OldName;
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl24 insert(#we{name=OldName}=We0, Suffix, #st{shapes=Shapes0,onext=Oid}=St) ->
25 Name = new_name(OldName, Suffix, Oid),
34 new_name(OldName, Suffix0, Id) ->
36 Base = base(lists:reverse(OldName)),
56 base(OldName) ->
57 case base_1(OldName) of
58 error -> OldName;
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl24 insert(#we{name=OldName}=We0, Suffix, #st{shapes=Shapes0,onext=Oid}=St) ->
25 Name = new_name(OldName, Suffix, Oid),
34 new_name(OldName, Suffix0, Id) ->
36 Base = base(lists:reverse(OldName)),
56 base(OldName) ->
57 case base_1(OldName) of
58 error -> OldName;
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl24 insert(#we{name=OldName}=We0, Suffix, #st{shapes=Shapes0,onext=Oid}=St) ->
25 Name = new_name(OldName, Suffix, Oid),
34 new_name(OldName, Suffix0, Id) ->
36 Base = base(lists:reverse(OldName)),
56 base(OldName) ->
57 case base_1(OldName) of
58 error -> OldName;
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl24 insert(#we{name=OldName}=We0, Suffix, #st{shapes=Shapes0,onext=Oid}=St) ->
25 Name = new_name(OldName, Suffix, Oid),
34 new_name(OldName, Suffix0, Id) ->
36 Base = base(lists:reverse(OldName)),
56 base(OldName) ->
57 case base_1(OldName) of
58 error -> OldName;
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl24 insert(#we{name=OldName}=We0, Suffix, #st{shapes=Shapes0,onext=Oid}=St) ->
25 Name = new_name(OldName, Suffix, Oid),
34 new_name(OldName, Suffix0, Id) ->
36 Base = base(lists:reverse(OldName)),
56 base(OldName) ->
57 case base_1(OldName) of
58 error -> OldName;
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/opaque_SUITE_data/src/wings/
H A Dwings_shape.erl24 insert(#we{name=OldName}=We0, Suffix, #st{shapes=Shapes0,onext=Oid}=St) ->
25 Name = new_name(OldName, Suffix, Oid),
34 new_name(OldName, Suffix0, Id) ->
36 Base = base(lists:reverse(OldName)),
56 base(OldName) ->
57 case base_1(OldName) of
58 error -> OldName;
/dports/www/otrs/otrs-rel-6_0_29/Kernel/Modules/
H A DAdminPostMasterFilter.pm32 my $OldName = $ParamObject->GetParam( Param => 'OldName' );
163 if ( $Name ne $OldName ) {
175 OldName => $OldName,
184 $PostMasterFilter->FilterDelete( Name => $OldName );
358 my $OldName = $Data{Name};
360 $OldName = $Data{OldName};
367 OldName => $OldName,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/Rename/
H A DRenameClassTest.cpp196 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
198 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
306 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
402 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/Rename/
H A DRenameClassTest.cpp197 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
199 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
307 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
403 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/Rename/
H A DRenameClassTest.cpp197 std::string OldName = Param.OldName.empty() ? "a::Foo" : Param.OldName; in TEST_P() local
199 std::string Actual = runClangRenameOnCode(Param.Before, OldName, NewName); in TEST_P()
307 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
403 runClangRenameOnCode(Param.Before, Param.OldName, Param.NewName); in TEST_P()
/dports/editors/lazarus/lazarus/components/ideintf/
H A Dmacrointf.pas52 procedure RenameIDEMacroInString(var s: string; const OldName, NewName: string);
60 procedure RenameIDEMacroInString(var s: string; const OldName, NewName: string);
73 Macro1:='$('+OldName+')';
74 Macro2:='$'+OldName+'(';

12345678910>>...30