Home
last modified time | relevance | path

Searched refs:recordA (Results 1 – 7 of 7) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/test cases/org/eclipse/jdt/ui/tests/refactoring/
H A DRenameRecordElementsTests.java89 IType recordA= getType(cu, "A"); in renameRecordCompactConstructor() local
90 IField field= recordA.getField(fieldName); in renameRecordCompactConstructor()
91 IMethod method= recordA.getMethod(fieldName, new String[] {}); in renameRecordCompactConstructor()
151 IType recordA= getType(cu, "A"); in renameRecordCompactConstructor2() local
152 IField field= recordA.getField(fieldName); in renameRecordCompactConstructor2()
153 IMethod method= recordA.getMethod(fieldName, new String[] {}); in renameRecordCompactConstructor2()
217 IType recordA= getType(cu, "A"); in renameRecordExplicitAccessor() local
218 IMethod method= recordA.getMethod(methodName,new String[] {}); in renameRecordExplicitAccessor()
232 IField field= recordA.getField(methodName); in renameRecordExplicitAccessor()
274 IType recordA= getType(cu, "A"); in renameRecord() local
[all …]
/dports/devel/tpasm/tpasm1.11/outfiles/
H A Dtext_incl.c30 **recordA, in CompareLbl() local
33 recordA=(LABEL_RECORD **)i; in CompareLbl()
35 return(strcmp(STNodeName((*recordA)->symbol),STNodeName((*recordB)->symbol))); in CompareLbl()
H A Dsunplus_sym.c24 **recordA, in CompareLabels() local
27 recordA=(LABEL_RECORD **)i; in CompareLabels()
29 return(strcmp(STNodeName((*recordA)->symbol),STNodeName((*recordB)->symbol))); in CompareLabels()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/WebMatrix.WebData.Test/
H A DSimpleMembershipProviderTest.cs54 DynamicRecord recordA = GetRecord(98, "Foo"); in ConfirmAccountReturnsFalseIfNoConfirmationTokenFromMultipleListMatchesInCase()
57 .Returns(new[] { recordA, recordB }); in ConfirmAccountReturnsFalseIfNoConfirmationTokenFromMultipleListMatchesInCase()
91 DynamicRecord recordA = GetRecord(100, "Foo"); in ConfirmAccountUpdatesIsConfirmedFieldIfAnyOneOfReturnRecordConfirmationTokenMatches()
95 .Returns(new[] { recordA, recordB, recordC }).Verifiable(); in ConfirmAccountUpdatesIsConfirmedFieldIfAnyOneOfReturnRecordConfirmationTokenMatches()
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/
H A Dobject_manager.go533 recordA := NewRecordA(RecordA{
539 recordA.Ipv4Addr = fmt.Sprintf("func:nextavailableip:%s,%s", cidr, netview)
541 recordA.Ipv4Addr = ipAddr
543 ref, err := objMgr.connector.CreateObject(recordA)
544 recordA.Ref = ref
545 return recordA, err
549 recordA := NewRecordA(RecordA{})
550 err := objMgr.connector.GetObject(recordA, ref, &recordA)
551 return recordA, err
/dports/net/traefik/traefik-2.6.1/vendor/github.com/infobloxopen/infoblox-go-client/
H A Dobject_manager.go533 recordA := NewRecordA(RecordA{
539 recordA.Ipv4Addr = fmt.Sprintf("func:nextavailableip:%s,%s", cidr, netview)
541 recordA.Ipv4Addr = ipAddr
543 ref, err := objMgr.connector.CreateObject(recordA)
544 recordA.Ref = ref
545 return recordA, err
549 recordA := NewRecordA(RecordA{})
550 err := objMgr.connector.GetObject(recordA, ref, &recordA)
551 return recordA, err
/dports/devel/tpasm/tpasm1.11/
H A Dlisting.c331 **recordA, in CompareLabels() local
334 recordA=(LABEL_RECORD **)i; in CompareLabels()
336 return(strcmp(STNodeName((*recordA)->symbol),STNodeName((*recordB)->symbol))); in CompareLabels()