Home
last modified time | relevance | path

Searched defs:value1 (Results 1 – 25 of 120) sorted by relevance

12345

/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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DDecimalFormatSymbolsTest.java74 char value1 = (char)(value + 1); in testSetZeroDigit() local
95 char value1 = (char)(value + 1); in testSetGroupingSeparator() local
116 char value1 = (char)(value + 1); in testSetDecimalSeparator() local
137 char value1 = (char)(value + 1); in testSetPerMill() local
158 char value1 = (char)(value + 1); in testSetPercent() local
179 char value1 = (char)(value + 1); in testSetDigit() local
200 char value1 = (char)(value + 1); in testSetPatternSeparator() local
221 String value1 = value + "!"; in testSetInfinity() local
242 String value1 = value + "!"; in testSetNaN() local
263 char value1 = (char)(value + 1); in testSetMinusSign() local
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCookieManagerTest.java36 String value1 = "my cookie"; in shouldGetCookieForUrl() local
50 String value1 = "my cookie"; in shouldGetCookieForHostInDomain() local
59 String value1 = "my cookie"; in shouldNotGetCookieForHostNotInDomain() local
68 String value1 = "my cookie"; in shouldGetCookieForHostInSubDomain() local
77 String value1 = "my cookie"; in shouldGetCookieForHostInDomainDefinedWithProtocol() local
/external/proguard/src/proguard/evaluation/value/
DComparisonValue.java31 private final Value value1; field in ComparisonValue
38 public ComparisonValue(Value value1, in ComparisonValue()
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DSineWaveTone.java43 short value1 = (short) (mAmplitude * Math.sin(mPhase) * Short.MAX_VALUE); in generateTone() local
64 double value1 = mAmplitude * Math.sin(mPhase); in generateTone() local
DTwoSineWavesTone.java50 short value1 = (short) (mAmplitude * Math.sin(mPhase1) * Short.MAX_VALUE); in generateTone() local
79 double value1 = mAmplitude * Math.sin(mPhase1); in generateTone() local
/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/protobuf/src/google/protobuf/io/
Dprinter.cc187 const char* variable1, const string& value1, in Print()
196 const char* variable1, const string& value1, in Print()
207 const char* variable1, const string& value1, in Print()
220 const char* variable1, const string& value1, in Print()
235 const char* variable1, const string& value1, in Print()
252 const char* variable1, const string& value1, in Print()
271 const char* variable1, const string& value1, in Print()
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DInterpreter.java128 Value binaryOperation(AbstractInsnNode insn, Value value1, Value value2) in binaryOperation()
146 Value value1, in ternaryOperation()
DBasicInterpreter.java235 final Value value1, in binaryOperation()
312 final Value value1, in ternaryOperation()
DDataflowInterpreter.java105 final Value value1, in binaryOperation()
138 final Value value1, in ternaryOperation()
DBasicVerifier.java188 final Value value1, in binaryOperation()
315 final Value value1, in ternaryOperation()
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java65 long value1 = this.value; in compute0() local
113 double value1 = (double)this.value; in compute0() local
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/
Dswap.pass.cpp30 const char* value1 = "foo/bar/baz"; in main() local
/external/clang/test/SemaObjC/
Divar-sem-check-2.m7 @property(retain) id value1; property
Dweak-property.m9 @property (weak) id value1; property
/external/llvm/utils/lit/tests/Inputs/test-data/
Dmetrics.ini7 value1 = 2.3456 key
/external/compiler-rt/test/safestack/
Doverflow.c21 int value1 = 42; in main() local
/external/nanopb-c/examples/using_union_messages/
Dunionproto.proto20 required int32 value1 = 1; field
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DCookieManagerTest.java33 String value1 = "my cookie"; in shouldGetCookieForUrl() local
/external/clang/test/SemaTemplate/
Dnested-template.cpp29 static T value1; member in Outer::Inner1
81 X Outer<X>::Inner1<Y>::value1 = 0; member in Outer<X>::Inner1<Y>
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/
Dswap.pass.cpp30 const char* value1; member

12345