Home
last modified time | relevance | path

Searched refs:getC (Results 1 – 25 of 38) sorted by relevance

12

/external/javassist/src/test/test4/
DGetAllRef.java8 Class getC(); in getC() method
19 @GetAllRefAnno(getA = GetAllRefEnum.A, getC = String.class)
23 @GetAllRefAnno(getA = GetAllRefEnum.A, getC = String.class)
27 @GetAllRefAnno(getA = GetAllRefEnum.A, getC = String.class)
DGetAllRefAnno2.java5 Class getC(); in getC() method
/external/llvm-project/clang/test/SemaCXX/
Derr_typecheck_assign_const_filecheck.cpp37 C &getC() const;
66 Ca.Mb.getC().d.e.num = 5; in test1()
203 Ca.CSb.getC().d.e.num = 5; in test4()
204 Ca.getCB().getC().d.e.num = 5; in test4()
205 Ca.getSCB().getC().d.e.num = 5; in test4()
Daddr-of-overloaded-function.cpp61 C &getC() { in getC() function
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const_filecheck.cpp37 C &getC() const;
66 Ca.Mb.getC().d.e.num = 5; in test1()
203 Ca.CSb.getC().d.e.num = 5; in test4()
204 Ca.getCB().getC().d.e.num = 5; in test4()
205 Ca.getSCB().getC().d.e.num = 5; in test4()
Daddr-of-overloaded-function.cpp61 C &getC() { in getC() function
/external/llvm-project/clang/test/Analysis/
Dcfg-rich-constructors.cpp1056 C getC();
1058 C c{getC()}; in testTransparentInitListExprs()
/external/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DGeneratedMessageTest.java114 assertEquals(1, value1.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
115 assertEquals(1, value1.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
134 assertEquals(1, value1.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
135 assertEquals(1, value1.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
144 assertEquals(2, value2.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
145 assertEquals(2, value2.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
344 assertEquals(12, message.getRepeatedForeignMessage(0).getC()); in testRepeatedAppend()
/external/stressapptest/src/
Dfinelock_queue.h86 int64 getC(int64 m);
Dfinelock_queue.cc90 c = getC(modlength); in FineLockPEQueue()
127 int64 FineLockPEQueue::getC(int64 m) { in getC() function in FineLockPEQueue
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianFunction.java147 public double getC() { in getC() method in GaussianFunction
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/
DTestJsonSerializeAs.java63 public int getC() { return 3; } in getC() method in TestJsonSerializeAs.Bean1178Impl
DTestAutoDetect.java33 private String getC() { return "c"; } in getC() method in TestAutoDetect.MethodBean
DTestAnnotations.java118 public int getC() { return 5; } in getC() method in TestAnnotations.GettersWithoutSetters
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/mixins/
DTestMixinSerForClass.java32 public String getC() { return _c; } in getC() method in TestMixinSerForClass.BaseClass
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/filter/
DIgnorePropsForSerTest.java17 public int getC() { return -6; } in getC() method in IgnorePropsForSerTest.IgnoreSome
DIncludePropsForSerTest.java21 public int getC() in getC() method in IncludePropsForSerTest.IncludeSome
/external/protobuf/js/compatibility_tests/v3.0.0/
Dproto3_test.js189 assertEquals(msg.getOptionalForeignMessage().getC(), 16);
210 assertEquals(msg.getRepeatedForeignMessageList()[0].getC(), 1000);
/external/protobuf/js/compatibility_tests/v3.1.0/
Dproto3_test.js189 assertEquals(msg.getOptionalForeignMessage().getC(), 16);
210 assertEquals(msg.getRepeatedForeignMessageList()[0].getC(), 1000);
/external/protobuf/js/
Dproto3_test.js224 assertEquals(msg.getOptionalForeignMessage().getC(), 16);
245 assertEquals(msg.getRepeatedForeignMessageList()[0].getC(), 1000);
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DGeneratedMessageTest.java116 assertEquals(1, value1.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
117 assertEquals(1, value1.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
134 assertEquals(1, value1.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
135 assertEquals(1, value1.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
142 assertEquals(2, value2.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
143 assertEquals(2, value2.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
345 assertEquals(12, message.getRepeatedForeignMessage(0).getC()); in testRepeatedAppend()
DTestUtil.java541 Assert.assertEquals(119, message.getOptionalForeignMessage().getC()); in assertAllFieldsSet()
601 Assert.assertEquals(219, message.getRepeatedForeignMessage(0).getC()); in assertAllFieldsSet()
630 Assert.assertEquals(319, message.getRepeatedForeignMessage(1).getC()); in assertAllFieldsSet()
760 Assert.assertEquals(0, message.getOptionalForeignMessage().getC()); in assertClear()
912 Assert.assertEquals(219, message.getRepeatedForeignMessage(0).getC()); in assertRepeatedFieldsModified()
942 Assert.assertEquals(519, message.getRepeatedForeignMessage(1).getC()); in assertRepeatedFieldsModified()
1458 assertEqualsExactType(119, message.getExtension(optionalForeignMessageExtension).getC()); in assertAllExtensionsSet()
1520 assertEqualsExactType(219, message.getExtension(repeatedForeignMessageExtension, 0).getC()); in assertAllExtensionsSet()
1552 assertEqualsExactType(319, message.getExtension(repeatedForeignMessageExtension, 1).getC()); in assertAllExtensionsSet()
1682 assertEqualsExactType(0, message.getExtension(optionalForeignMessageExtension).getC()); in assertExtensionsClear()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp353 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint
419 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()
422 *getB() << "*Y = " << *getC() << "\n"; in dump()
489 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
490 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
503 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
504 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints()
505 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
506 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints()
572 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp333 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint
399 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()
402 *getB() << "*Y = " << *getC() << "\n"; in dump()
468 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
469 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
482 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
483 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints()
484 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
485 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints()
551 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints()
[all …]
/external/llvm-project/llvm/lib/Analysis/
DDependenceAnalysis.cpp353 const SCEV *DependenceInfo::Constraint::getC() const { in getC() function in DependenceInfo::Constraint
419 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()
422 *getB() << "*Y = " << *getC() << "\n"; in dump()
489 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
490 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
503 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
504 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints()
505 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
506 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints()
572 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints()
[all …]

12