HomeSort by relevance Sort by last modified time
    Searched refs:value2 (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/javassist/src/main/javassist/compiler/ast/
IntConst.java 66 long value2 = right.value; local
70 newValue = value1 + value2;
73 newValue = value1 - value2;
76 newValue = value1 * value2;
79 newValue = value1 / value2;
82 newValue = value1 % value2;
85 newValue = value1 | value2;
88 newValue = value1 ^ value2;
91 newValue = value1 & value2;
94 newValue = value << (int)value2;
114 double value2 = right.value; local
    [all...]
DoubleConst.java 68 private static DoubleConst compute(int op, double value1, double value2,
74 newValue = value1 + value2;
77 newValue = value1 - value2;
80 newValue = value1 * value2;
83 newValue = value1 / value2;
86 newValue = value1 % value2;
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 36 String value2 = "value 2"; local
38 Settings.setSetting(mContentResolver, "account", key2, value2);
40 assertEquals(value2, Settings.getSetting(mContentResolver, "account", key2));
43 Settings.setSetting(mContentResolver, "account", key1, value2);
44 assertEquals(value2, Settings.getSetting(mContentResolver, "account", key1));
  /external/chromium_org/third_party/WebKit/Source/core/testing/
PrivateScriptTest.cpp 20 int PrivateScriptTest::addIntegerImplementedInCPPForPrivateScriptOnly(int value1, int value2)
22 return value1 + value2;
PrivateScriptTest.h 25 int addIntegerImplementedInCPPForPrivateScriptOnly(int value1, int value2);
  /external/chromium_org/third_party/WebKit/Source/wtf/
DataLog.h 50 void dataLog(const T1& value1, const T2& value2)
52 dataFile().print(value1, value2);
56 void dataLog(const T1& value1, const T2& value2, const T3& value3)
58 dataFile().print(value1, value2, value3);
62 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4)
64 dataFile().print(value1, value2, value3, value4);
68 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5)
70 dataFile().print(value1, value2, value3, value4, value5);
74 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6)
76 dataFile().print(value1, value2, value3, value4, value5, value6)
    [all...]
PrintStream.h 60 void print(const T1& value1, const T2& value2)
63 print(value2);
67 void print(const T1& value1, const T2& value2, const T3& value3)
70 print(value2);
75 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4)
78 print(value2);
84 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5)
87 print(value2);
94 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6)
97 print(value2);
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Frame.java 199 Value value1, value2, value3, value4; local
242 value2 = pop();
244 push(interpreter.binaryOperation(insn, value1, value2));
273 value2 = pop();
275 interpreter.ternaryOperation(insn, value1, value2, value3);
299 value2 = pop();
300 if (value1.getSize() != 1 || value2.getSize() != 1) {
304 push(interpreter.copyOperation(insn, value2));
310 value2 = pop();
311 if (value2.getSize() == 1) {
    [all...]
Interpreter.java 124 * @param value2 the second argument of the instruction to be interpreted.
128 Value binaryOperation(AbstractInsnNode insn, Value value1, Value value2)
139 * @param value2 the second argument of the instruction to be interpreted.
147 Value value2,
  /external/chromium_org/chrome/common/extensions/docs/server2/
persistent_object_store_test.py 23 mapping = {'key2': 'value2', 'key3': 'value3'}
  /external/chromium_org/net/quic/crypto/
quic_random_test.cc 27 uint64 value2 = rng->RandUint64(); local
28 EXPECT_NE(value1, value2);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 84 const char* variable2, const string& value2);
87 const char* variable2, const string& value2,
printer.cc 127 const char* variable2, const string& value2) {
130 vars[variable2] = value2;
136 const char* variable2, const string& value2,
140 vars[variable2] = value2;
  /external/chromium_org/net/cert/
test_root_certs_mac.cc 21 Boolean OurSecCertificateEqual(const void* value1, const void* value2) {
23 CFGetTypeID(value2) != SecCertificateGetTypeID())
24 return CFEqual(value1, value2);
27 reinterpret_cast<SecCertificateRef>(const_cast<void*>(value2)));
  /external/clang/test/PCH/
chain-cxx.cpp 46 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/clang/test/SemaTemplate/
instantiate-enum.cpp 7 value2 enumerator in enum:adder::__anon24087
  /external/chromium_org/third_party/icu/source/test/cintltst/
trie2test.c 114 uint32_t value, value2; local
133 value2=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(trie, start);
135 value2=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, start);
137 if(value!=value2) {
139 typeName, testName, (long)start, (long)value2, (long)value);
144 value2=UTRIE2_GET16_FROM_SUPP(trie, start);
146 value2=UTRIE2_GET32_FROM_SUPP(trie, start);
148 if(value!=value2) {
150 typeName, testName, (long)start, (long)value2, (long)value);
154 value2=UTRIE2_GET16(trie, start)
489 uint32_t value, value2; local
733 uint32_t value, value2; local
1378 uint32_t value1, value2; local
1397 uint32_t value1, value2; local
    [all...]
trietest.c 264 uint32_t value, value2; local
380 value2=UTRIE_GET32_FROM_BMP(&trie, start);
382 value2=UTRIE_GET16_FROM_BMP(&trie, start);
384 if(value!=value2) {
386 testName, start, value2, value);
390 value2=UTRIE_GET32_FROM_LEAD(&trie, start);
392 value2=UTRIE_GET16_FROM_LEAD(&trie, start);
394 if(value!=value2) {
396 testName, start, value2, value);
401 UTRIE_GET32(&trie, start, value2);
458 uint32_t value, value2; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
trie2test.c 114 uint32_t value, value2; local
133 value2=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(trie, start);
135 value2=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, start);
137 if(value!=value2) {
139 typeName, testName, (long)start, (long)value2, (long)value);
144 value2=UTRIE2_GET16_FROM_SUPP(trie, start);
146 value2=UTRIE2_GET32_FROM_SUPP(trie, start);
148 if(value!=value2) {
150 typeName, testName, (long)start, (long)value2, (long)value);
154 value2=UTRIE2_GET16(trie, start)
489 uint32_t value, value2; local
733 uint32_t value, value2; local
1378 uint32_t value1, value2; local
1397 uint32_t value1, value2; local
    [all...]
trietest.c 264 uint32_t value, value2; local
380 value2=UTRIE_GET32_FROM_BMP(&trie, start);
382 value2=UTRIE_GET16_FROM_BMP(&trie, start);
384 if(value!=value2) {
386 testName, start, value2, value);
390 value2=UTRIE_GET32_FROM_LEAD(&trie, start);
392 value2=UTRIE_GET16_FROM_LEAD(&trie, start);
394 if(value!=value2) {
396 testName, start, value2, value);
401 UTRIE_GET32(&trie, start, value2);
458 uint32_t value, value2; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheReferencesTest.java 94 String value2 = key2.toString();
96 assertSame(value2, cache.getUnchecked(key2));
98 ASSERT.that(cache.asMap().values()).hasContentsAnyOrder(value1, value2);
99 assertEquals(ImmutableSet.of(immutableEntry(key1, value1), immutableEntry(key2, value2)),
109 String value2 = key2.toString();
111 assertSame(value2, cache.getUnchecked(key2));
117 ASSERT.that(cache.asMap().values()).hasContentsAnyOrder(value2);
118 assertEquals(ImmutableSet.of(immutableEntry(key2, value2)), cache.asMap().entrySet());
142 String value2 = cache.getUnchecked(key2);
147 // make sure the GC isn't going to see key2 or value2 as dead in assertCleanu
    [all...]
  /external/chromium_org/base/containers/
hash_tables.h 131 inline std::size_t HashInts32(uint32 value1, uint32 value2) {
133 uint64 hash64 = (value1_64 << 32) | value2;
152 inline std::size_t HashInts64(uint64 value1, uint64 value2) {
160 uint32 value2a = static_cast<uint32>(value2 & 0xffffffff);
161 uint32 value2b = static_cast<uint32>((value2 >> 32) & 0xffffffff);
183 inline std::size_t HashPair(Type1 value1, Type2 value2) { \
184 return HashInts32(value1, value2); \
207 inline std::size_t HashPair(Type1 value1, Type2 value2) { \
208 return HashInts64(value1, value2); \
hash_tables_unittest.cc 15 #define INSERT_PAIR_TEST(Type, value1, value2) \
17 Type pair(value1, value2); \
  /external/chromium_org/chrome/common/extensions/
value_counter_unittest.cc 23 base::DictionaryValue value2; local
25 ASSERT_EQ(1, vc.Add(value2));
  /external/chromium_org/ui/base/models/
table_model.cc 75 base::string16 value2 = GetText(row2, column_id); local
79 return base::i18n::CompareString16WithCollator(collator, value1, value2);

Completed in 895 milliseconds

1 2 3 4 5 6