Home
last modified time | relevance | path

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

123456

/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java47 Map<AnInstance, AnInstance> value2 = (Map<AnInstance, AnInstance>) yaml.load(output1); in testDict() local
51 assertSame(tmpInstance.getBar(), value2); in testDict() local
64 Map value2 = (Map) yaml.load(output1); in testDictSafeConstructor() local
82 List value2 = (List) yaml.load(output1); in testList() local
104 List value2 = (List) yaml.load(output1); in testListSafeConstructor() local
122 Set<AnInstance> value2 = (Set<AnInstance>) yaml.load(output1); in testSet() local
127 assertSame(tmpInstance.getBar(), value2); in testSet() local
/external/valgrind/none/tests/s390x/
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()
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()
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()
/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/proguard/src/proguard/evaluation/value/
DComparisonValue.java32 private final Value value2; field in ComparisonValue
39 Value value2) in ComparisonValue()
/external/libchrome/base/
Dhash.h44 inline size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32()
65 inline size_t HashInts64(uint64_t value1, uint64_t value2) { in HashInts64()
96 inline size_t HashInts(T1 value1, T2 value2) { in HashInts()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DTwoSineWavesTone.java51 short value2 = (short) (mAmplitude * Math.sin(mPhase2) * Short.MAX_VALUE); in generateTone() local
80 double value2 = mAmplitude * Math.sin(mPhase2); in generateTone() local
/external/protobuf/src/google/protobuf/io/
Dprinter.cc188 const char* variable2, const string& value2) { in Print()
197 const char* variable2, const string& value2, in Print()
208 const char* variable2, const string& value2, in Print()
221 const char* variable2, const string& value2, in Print()
236 const char* variable2, const string& value2, in Print()
253 const char* variable2, const string& value2, in Print()
272 const char* variable2, const string& value2, in Print()
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DInterpreter.java128 Value binaryOperation(AbstractInsnNode insn, Value value1, Value value2) in binaryOperation()
147 Value value2, in ternaryOperation()
DBasicInterpreter.java236 final Value value2) throws AnalyzerException in binaryOperation()
313 final Value value2, in ternaryOperation()
DDataflowInterpreter.java106 final Value value2) in binaryOperation()
139 final Value value2, in ternaryOperation()
DBasicVerifier.java189 final Value value2) throws AnalyzerException in binaryOperation()
316 final Value value2, in ternaryOperation()
/external/clang/test/Analysis/
DCFContainers.mm12 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); typedef
50 typedef Boolean (*CFDictionaryEqualCallBack)(const void *value1, const void *value2); typedef
51 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); typedef
52 typedef Boolean (*CFSetEqualCallBack)(const void *value1, const void *value2); typedef
/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/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
Dswap.pass.cpp31 …const char* value2 = "_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LO… in main() 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/compiler-rt/test/safestack/
Doverflow.c23 int value2 = 42; in main() local
/external/nanopb-c/examples/using_union_messages/
Dunionproto.proto21 required int32 value2 = 2; field
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DCookieManagerTest.java37 String value2 = "some special value: thing"; in shouldGetCookieForUrl() local
/external/curl/tests/unit/
Dunit1602.c52 int *value2; variable
/external/clang/test/PCH/
Dchain-cxx.cpp46 static const int value2; member
51 const int TS3<T>::value2 = 1; member in TS3<T>
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.dtor/
Ddtor.pass.cpp23 int value2; member

123456