Home
last modified time | relevance | path

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

/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.cpp59 C &getC() { in getC() function
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DDecodedInstruction.java257 public int getC() { in getC() method in DecodedInstruction
373 int c = getC(); in getCUnit()
387 int c = getC(); in getCByte()
401 int c = getC(); in getCNibble()
DThreeRegisterDecodedInstruction.java63 public int getC() { in getC() method in ThreeRegisterDecodedInstruction
DFourRegisterDecodedInstruction.java67 public int getC() { in getC() method in FourRegisterDecodedInstruction
DFiveRegisterDecodedInstruction.java71 public int getC() { in getC() method in FiveRegisterDecodedInstruction
DInstructionCodec.java292 codeUnit(insn.getB(), insn.getC())); in FORMAT_23X()
960 codeUnit(insn.getA(), insn.getB(), insn.getC(), insn.getD())); in encodeRegisterList()
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRTreePatternLexer.h71 @property (getter=getC, setter=setC:) NSInteger c;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRTreePatternLexer.h71 @property (getter=getC, setter=setC:) NSInteger c;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRTreePatternLexer.h71 @property (getter=getC, setter=setC:) NSInteger c;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
DGaussianFunction.java147 public double getC() { in getC() method in GaussianFunction
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DRectangle.java126 public Vector3f getC() { in getC() method in Rectangle
/external/protobuf/java/src/test/java/com/google/protobuf/
DGeneratedMessageTest.java123 assertEquals(1, value1.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
124 assertEquals(1, value1.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
143 assertEquals(1, value1.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
144 assertEquals(1, value1.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
153 assertEquals(2, value2.getOptionalForeignMessage().getC()); in testUsingBuilderMultipleTimes()
154 assertEquals(2, value2.getRepeatedForeignMessage(0).getC()); in testUsingBuilderMultipleTimes()
369 assertEquals(12, message.getRepeatedForeignMessage(0).getC()); in testRepeatedAppend()
DMicroTest.java636 assertEquals(1, msg.getOptionalForeignMessage().getC()); in testMicroOptionalForeignMessage()
654 assertEquals(1, newMsg.getOptionalForeignMessage().getC()); in testMicroOptionalForeignMessage()
1745 assertEquals(0, msg.getRepeatedForeignMessage(0).getC()); in testMicroRepeatedForeignMessage()
1748 assertEquals(0, msg.getRepeatedForeignMessage(0).getC()); in testMicroRepeatedForeignMessage()
1749 assertEquals(1, msg.getRepeatedForeignMessage(1).getC()); in testMicroRepeatedForeignMessage()
1752 assertEquals(2, msg.getRepeatedForeignMessage(0).getC()); in testMicroRepeatedForeignMessage()
1753 assertEquals(1, msg.getRepeatedForeignMessage(1).getC()); in testMicroRepeatedForeignMessage()
1759 assertEquals(1, msg.getRepeatedForeignMessage(0).getC()); in testMicroRepeatedForeignMessage()
1774 assertEquals(0, newMsg.getRepeatedForeignMessage(0).getC()); in testMicroRepeatedForeignMessage()
1789 assertEquals(0, newMsg.getRepeatedForeignMessage(0).getC()); in testMicroRepeatedForeignMessage()
[all …]
DTestUtil.java591 Assert.assertEquals(119, message.getOptionalForeignMessage ().getC()); in assertAllFieldsSet()
651 Assert.assertEquals(219, message.getRepeatedForeignMessage(0).getC()); in assertAllFieldsSet()
680 Assert.assertEquals(319, message.getRepeatedForeignMessage(1).getC()); in assertAllFieldsSet()
810 Assert.assertEquals(0, message.getOptionalForeignMessage ().getC()); in assertClear()
964 Assert.assertEquals(219, message.getRepeatedForeignMessage(0).getC()); in assertRepeatedFieldsModified()
994 Assert.assertEquals(519, message.getRepeatedForeignMessage(1).getC()); in assertRepeatedFieldsModified()
1500 assertEqualsExactType(119, message.getExtension(optionalForeignMessageExtension ).getC()); in assertAllExtensionsSet()
1563 assertEqualsExactType(219, message.getExtension(repeatedForeignMessageExtension, 0).getC()); in assertAllExtensionsSet()
1595 assertEqualsExactType(319, message.getExtension(repeatedForeignMessageExtension, 1).getC()); in assertAllExtensionsSet()
1727 assertEqualsExactType(0, message.getExtension(optionalForeignMessageExtension).getC()); in assertExtensionsClear()
[all …]
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp326 const SCEV *DependenceAnalysis::Constraint::getC() const { in getC() function in DependenceAnalysis::Constraint
402 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()
405 *getB() << "*Y = " << *getC() << "\n"; in dump()
472 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
473 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
486 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
487 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA()); in intersectConstraints()
488 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
489 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA()); in intersectConstraints()
555 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC())) in intersectConstraints()
[all …]
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h425 const SCEV *getC() const;
/external/google-tv-pairing-protocol/java/jar/
Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY ...