Searched defs:value2 (Results 1 - 25 of 90) sorted by relevance

1234

/external/proguard/src/proguard/evaluation/value/
H A DComparisonValue.java32 private final Value value2; field in class:ComparisonValue
39 Value value2)
42 this.value2 = value2;
53 this.value2.equals(((ComparisonValue)object).value2);
61 value2.hashCode();
67 return "("+value1+"~"+ value2 +")";
38 ComparisonValue(Value value1, Value value2) argument
/external/clang/test/SemaTemplate/
H A Dinstantiate-enum.cpp7 value2 enumerator in enum:adder::__anon2734
H A Dnested-template.cpp30 static U value2; member in class:Outer::Inner1
85 Y Outer<X>::Inner1<Y>::value2 = Y(); member in class:Outer::Inner1
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
H A Dpoloutiltest.cc84 const std::string value2 = PoloUtil::BytesToHexString(random2, 16); local
87 ASSERT_NE(value1, value2);
/external/javassist/src/main/javassist/compiler/ast/
H A DDoubleConst.java68 private static DoubleConst compute(int op, double value1, double value2, argument
74 newValue = value1 + value2;
77 newValue = value1 - value2;
80 newValue = value1 * value2;
83 newValue = value1 / value2;
86 newValue = value1 % value2;
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DBasicInterpreter.java227 final Value value2) throws AnalyzerException
299 final Value value2,
224 binaryOperation( final AbstractInsnNode insn, final Value value1, final Value value2) argument
296 ternaryOperation( final AbstractInsnNode insn, final Value value1, final Value value2, final Value value3) argument
H A DBasicVerifier.java188 final Value value2) throws AnalyzerException
302 } else if (!isSubTypeOf(value2, expected2)) {
303 throw new AnalyzerException("Second argument", expected2, value2);
308 return super.binaryOperation(insn, value1, value2);
315 final Value value2,
363 } else if (value2 != BasicValue.INT_VALUE) {
366 value2);
185 binaryOperation( final AbstractInsnNode insn, final Value value1, final Value value2) argument
312 ternaryOperation( final AbstractInsnNode insn, final Value value1, final Value value2, final Value value3) argument
H A DInterpreter.java124 * @param value2 the second argument of the instruction to be interpreted.
128 Value binaryOperation(AbstractInsnNode insn, Value value1, Value value2) argument
139 * @param value2 the second argument of the instruction to be interpreted.
147 Value value2,
144 ternaryOperation( AbstractInsnNode insn, Value value1, Value value2, Value value3) argument
H A DSourceInterpreter.java106 final Value value2)
139 final Value value2,
103 binaryOperation( final AbstractInsnNode insn, final Value value1, final Value value2) argument
136 ternaryOperation( final AbstractInsnNode insn, final Value value1, final Value value2, final Value value3) argument
/external/valgrind/none/tests/s390x/
H A Dcgrj.c28 void compare_never(int64_t value1, int64_t value2) argument
31 register int64_t val2 asm("r8") = value2;
44 void compare_always(int64_t value1, int64_t value2) argument
47 register int64_t val2 asm("r8") = value2;
60 void compare_le(int64_t value1, int64_t value2) argument
63 register int64_t val2 asm("r8") = value2;
76 void compare_ge(int64_t value1, int64_t value2) argument
79 register int64_t val2 asm("r8") = value2;
92 void compare_gt(int64_t value1, int64_t value2) argument
95 register int64_t val2 asm("r8") = value2;
108 compare_lt(int64_t value1, int64_t value2) argument
124 compare_eq(int64_t value1, int64_t value2) argument
140 compare_ne(int64_t value1, int64_t value2) argument
[all...]
H A Dclgrj.c28 void compare_never(uint64_t value1, uint64_t value2) argument
31 register uint64_t val2 asm("r8") = value2;
44 void compare_always(uint64_t value1, uint64_t value2) argument
47 register uint64_t val2 asm("r8") = value2;
60 void compare_le(uint64_t value1, uint64_t value2) argument
63 register uint64_t val2 asm("r8") = value2;
76 void compare_ge(uint64_t value1, uint64_t value2) argument
79 register uint64_t val2 asm("r8") = value2;
92 void compare_gt(uint64_t value1, uint64_t value2) argument
95 register uint64_t val2 asm("r8") = value2;
108 compare_lt(uint64_t value1, uint64_t value2) argument
124 compare_eq(uint64_t value1, uint64_t value2) argument
140 compare_ne(uint64_t value1, uint64_t value2) argument
[all...]
H A Dclrj.c28 void compare_never(uint32_t value1, uint32_t value2) argument
31 register uint32_t val2 asm("r8") = value2;
44 void compare_always(uint32_t value1, uint32_t value2) argument
47 register uint32_t val2 asm("r8") = value2;
60 void compare_le(uint32_t value1, uint32_t value2) argument
63 register uint32_t val2 asm("r8") = value2;
76 void compare_ge(uint32_t value1, uint32_t value2) argument
79 register uint32_t val2 asm("r8") = value2;
92 void compare_gt(uint32_t value1, uint32_t value2) argument
95 register uint32_t val2 asm("r8") = value2;
108 compare_lt(uint32_t value1, uint32_t value2) argument
124 compare_eq(uint32_t value1, uint32_t value2) argument
140 compare_ne(uint32_t value1, uint32_t value2) argument
[all...]
H A Dcrj.c28 void compare_never(int32_t value1, int32_t value2) argument
31 register int32_t val2 asm("r8") = value2;
44 void compare_always(int32_t value1, int32_t value2) argument
47 register int32_t val2 asm("r8") = value2;
60 void compare_le(int32_t value1, int32_t value2) argument
63 register int32_t val2 asm("r8") = value2;
76 void compare_ge(int32_t value1, int32_t value2) argument
79 register int32_t val2 asm("r8") = value2;
92 void compare_gt(int32_t value1, int32_t value2) argument
95 register int32_t val2 asm("r8") = value2;
108 compare_lt(int32_t value1, int32_t value2) argument
124 compare_eq(int32_t value1, int32_t value2) argument
140 compare_ne(int32_t value1, int32_t value2) argument
[all...]
/external/clang/test/PCH/
H A Dchain-cxx.cpp46 static const int value2; member in struct:TS3
51 const int TS3<T>::value2 = 1; member in class:TS3
109 extern int arr[TS3<int>::value2];
144 int arr[TS3<int>::value2];
/external/google-breakpad/src/processor/
H A Dpostfix_evaluator-inl.h347 ValueType *value2) {
348 return PopValue(value2) && PopValue(value1);
346 PopValues(ValueType *value1, ValueType *value2) argument
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTestCase.java109 * @param value2- the expected value2
112 String key2, Object value2) {
117 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
111 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/
H A DAbstractCommandHandlerTest.java116 * @param value12- the expected value2
119 String key2, Object value2) {
124 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
118 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/command/
H A DAbstractCommandHandlerTest.java108 * @param value2- the expected value2
111 String key2, Object value2) {
116 assertEqualsAllTypes("value2:" + value2, value2, invocationRecord.getObject(key2));
110 verifyTwoDataElements(InvocationRecord invocationRecord, String key1, Object value1, String key2, Object value2) argument

Completed in 628 milliseconds

1234