/external/clang/test/SemaCXX/ |
D | err_typecheck_assign_const_filecheck.cpp | 37 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()
|
D | addr-of-overloaded-function.cpp | 59 C &getC() { in getC() function
|
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
D | DecodedInstruction.java | 257 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()
|
D | ThreeRegisterDecodedInstruction.java | 63 public int getC() { in getC() method in ThreeRegisterDecodedInstruction
|
D | FourRegisterDecodedInstruction.java | 67 public int getC() { in getC() method in FourRegisterDecodedInstruction
|
D | FiveRegisterDecodedInstruction.java | 71 public int getC() { in getC() method in FiveRegisterDecodedInstruction
|
D | InstructionCodec.java | 292 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/ |
D | ANTLRTreePatternLexer.h | 71 @property (getter=getC, setter=setC:) NSInteger c;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRTreePatternLexer.h | 71 @property (getter=getC, setter=setC:) NSInteger c;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRTreePatternLexer.h | 71 @property (getter=getC, setter=setC:) NSInteger c;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
D | GaussianFunction.java | 147 public double getC() { in getC() method in GaussianFunction
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Rectangle.java | 126 public Vector3f getC() { in getC() method in Rectangle
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | GeneratedMessageTest.java | 123 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()
|
D | MicroTest.java | 636 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 …]
|
D | TestUtil.java | 591 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/ |
D | DependenceAnalysis.cpp | 326 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/ |
D | DependenceAnalysis.h | 425 const SCEV *getC() const;
|
/external/google-tv-pairing-protocol/java/jar/ |
D | bcprov-jdk15-143.jar | META-INF/MANIFEST.MF
META-INF/BCKEY.SF
META-INF/BCKEY ... |