Home
last modified time | relevance | path

Searched defs:value2 (Results 1 – 25 of 118) sorted by relevance

12345

/external/valgrind/main/none/tests/s390x/
Dcgrj.c28 void compare_never(int64_t value1, int64_t value2) in compare_never()
44 void compare_always(int64_t value1, int64_t value2) in compare_always()
60 void compare_le(int64_t value1, int64_t value2) in compare_le()
76 void compare_ge(int64_t value1, int64_t value2) in compare_ge()
92 void compare_gt(int64_t value1, int64_t value2) in compare_gt()
108 void compare_lt(int64_t value1, int64_t value2) in compare_lt()
124 void compare_eq(int64_t value1, int64_t value2) in compare_eq()
140 void compare_ne(int64_t value1, int64_t value2) in compare_ne()
Dclgrj.c28 void compare_never(uint64_t value1, uint64_t value2) in compare_never()
44 void compare_always(uint64_t value1, uint64_t value2) in compare_always()
60 void compare_le(uint64_t value1, uint64_t value2) in compare_le()
76 void compare_ge(uint64_t value1, uint64_t value2) in compare_ge()
92 void compare_gt(uint64_t value1, uint64_t value2) in compare_gt()
108 void compare_lt(uint64_t value1, uint64_t value2) in compare_lt()
124 void compare_eq(uint64_t value1, uint64_t value2) in compare_eq()
140 void compare_ne(uint64_t value1, uint64_t value2) in compare_ne()
Dcrj.c28 void compare_never(int32_t value1, int32_t value2) in compare_never()
44 void compare_always(int32_t value1, int32_t value2) in compare_always()
60 void compare_le(int32_t value1, int32_t value2) in compare_le()
76 void compare_ge(int32_t value1, int32_t value2) in compare_ge()
92 void compare_gt(int32_t value1, int32_t value2) in compare_gt()
108 void compare_lt(int32_t value1, int32_t value2) in compare_lt()
124 void compare_eq(int32_t value1, int32_t value2) in compare_eq()
140 void compare_ne(int32_t value1, int32_t value2) in compare_ne()
Dclrj.c28 void compare_never(uint32_t value1, uint32_t value2) in compare_never()
44 void compare_always(uint32_t value1, uint32_t value2) in compare_always()
60 void compare_le(uint32_t value1, uint32_t value2) in compare_le()
76 void compare_ge(uint32_t value1, uint32_t value2) in compare_ge()
92 void compare_gt(uint32_t value1, uint32_t value2) in compare_gt()
108 void compare_lt(uint32_t value1, uint32_t value2) in compare_lt()
124 void compare_eq(uint32_t value1, uint32_t value2) in compare_eq()
140 void compare_ne(uint32_t value1, uint32_t value2) in compare_ne()
/external/clang/test/Parser/
Dobjc-synthesized-recover.m6 int value2; field
9 @property int value2; property
13 @synthesize value, - value2; // expected-error{{expected a property name}} method
/external/chromium_org/third_party/WebKit/Source/wtf/
DDataLog.h50 void dataLog(const T1& value1, const T2& value2) in dataLog()
56 void dataLog(const T1& value1, const T2& value2, const T3& value3) in dataLog()
62 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4) in dataLog()
68 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
74 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
80 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
86 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
92 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
98 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
104 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& valu… in dataLog()
[all …]
DPrintStream.h60 void print(const T1& value1, const T2& value2) in print()
67 void print(const T1& value1, const T2& value2, const T3& value3) in print()
75 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) in print()
84 …void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value… in print()
94 …void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value… in print()
105 …void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value… in print()
117 …void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value… in print()
130 …void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value… in print()
144 …void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value… in print()
159 …void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value… in print()
[all …]
/external/proguard/src/proguard/evaluation/value/
DComparisonValue.java32 private final Value value2; field in ComparisonValue
39 Value value2) in ComparisonValue()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DPartialPrivateScriptTest.js9 PrivateScriptTestPrototype.addIntegerInPartial = function(value1, value2) { argument
13 PrivateScriptTestPrototype.addInteger2InPartial = function(value1, value2) { argument
DPrivateScriptTest.js35 PrivateScriptTestPrototype.addValues_ = function(value1, value2) { argument
39 PrivateScriptTestPrototype.addInteger = function(value1, value2) { argument
43 PrivateScriptTestPrototype.addString = function(value1, value2) { argument
151 PrivateScriptTestPrototype.addIntegerForPrivateScriptOnly = function(value1, value2) { argument
160 PrivateScriptTestPrototype.addIntegerImplementedInCPP = function(value1, value2) { argument
DPrivateScriptTest.cpp20 int PrivateScriptTest::addIntegerImplementedInCPPForPrivateScriptOnly(int value1, int value2) in addIntegerImplementedInCPPForPrivateScriptOnly()
/external/clang/test/Analysis/
DCFContainers.mm12 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); typedef
49 typedef Boolean (*CFDictionaryEqualCallBack)(const void *value1, const void *value2); typedef
50 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); typedef
51 typedef Boolean (*CFSetEqualCallBack)(const void *value1, const void *value2); typedef
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DInterpreter.java128 Value binaryOperation(AbstractInsnNode insn, Value value1, Value value2) in binaryOperation()
147 Value value2, in ternaryOperation()
DBasicInterpreter.java227 final Value value2) throws AnalyzerException in binaryOperation()
299 final Value value2, in ternaryOperation()
DSourceInterpreter.java106 final Value value2) in binaryOperation()
139 final Value value2, in ternaryOperation()
DBasicVerifier.java188 final Value value2) throws AnalyzerException in binaryOperation()
315 final Value value2, in ternaryOperation()
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java66 long value2 = right.value; in compute0() local
114 double value2 = right.value; in compute0() local
/external/clang/test/SemaObjC/
Divar-sem-check-2.m4 id value2; // expected-note {{previously declared 'value2' here}} field
Dweak-property.m11 @property () __weak id value2; property
/external/nanopb-c/examples/using_union_messages/
Dunionproto.proto21 required int32 value2 = 2; field
/external/chromium_org/base/containers/
Dhash_tables.h131 inline std::size_t HashInts32(uint32 value1, uint32 value2) { in HashInts32()
152 inline std::size_t HashInts64(uint64 value1, uint64 value2) { in HashInts64()
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
Dprinter.cc127 const char* variable2, const string& value2) { in Print()
136 const char* variable2, const string& value2, in Print()
/external/clang/test/PCH/
Dchain-cxx.cpp46 static const int value2; member
51 const int TS3<T>::value2 = 1; member in TS3<T>
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DCookieManagerTest.java37 String value2 = "some special value: thing"; in shouldGetCookieForUrl() local
/external/clang/test/SemaTemplate/
Dnested-template.cpp30 static U value2; member in Outer::Inner1
85 Y Outer<X>::Inner1<Y>::value2 = Y(); member in Outer<X>::Inner1<Y>

12345