Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dwarn-logical-not-compare.cpp115 E getE();
120 ret = e == getE(); in test2()
121 ret = getE() == e1; in test2()
122 ret = getE() == getE(); in test2()
135 ret = !e == getE(); in test2()
146 ret = !getE() == e1; in test2()
157 ret = !getE() == getE(); in test2()
169 ret = !(e == getE()); in test2()
170 ret = !(getE() == e1); in test2()
171 ret = !(getE() == getE()); in test2()
[all …]
Derr_typecheck_assign_const_filecheck.cpp17 E &getE() const;
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DDecodedInstruction.java265 public int getE() { in getE() method in DecodedInstruction
457 int e = getE(); in getENibble()
DFiveRegisterDecodedInstruction.java81 public int getE() { in getE() method in FiveRegisterDecodedInstruction
DInstructionCodec.java958 makeByte(insn.getE(), insn.getRegisterCount())), in encodeRegisterList()
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfpField.java469 public Dfp getE() {
/external/protobuf/java/src/test/java/com/google/protobuf/
DTestUtil.java593 Assert.assertEquals(126, message.getOptionalPublicImportMessage().getE()); in assertAllFieldsSet()
812 Assert.assertEquals(0, message.getOptionalPublicImportMessage().getE()); in assertClear()
1502 assertEqualsExactType(126, message.getExtension(optionalPublicImportMessageExtension).getE()); in assertAllExtensionsSet()
2293 optionalPublicImportMessageExtensionLite).getE()); in assertAllExtensionsSet()
2526 optionalPublicImportMessageExtensionLite).getE()); in assertExtensionsClear()