/external/chromium_org/third_party/WebKit/Source/wtf/ |
DataLog.h | 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); 80 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) 82 dataFile().print(value1, value2, value3, value4, value5, value6, value7) [all...] |
PrintStream.h | 66 void print(const T1& value1, const T2& value2, const T3& value3) 70 print(value3); 74 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) 78 print(value3); 83 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) 87 print(value3); 93 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) 97 print(value3); 104 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) 108 print(value3); [all...] |
/external/clang/test/Analysis/inlining/ |
InlineObjCInstanceMethod.h | 23 int value3; variable 31 @property int value3; variable 32 - (int)value3;
|
DynDispatchBifurcate.m | 36 - (int)value3 { 37 return value3; 40 value3 = newValue; 163 p.value3 = 0; 164 if (p.value3 != 0) 166 return 5/p.value3;// expected-warning {{Division by zero}}
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/ |
xml-parser.html | 10 xmlArray.push('<item attribute1="value1" attribute2="value2" attribute3="value3" attribute4="value4" attribute5="value5" />');
|
/external/chromium_org/net/tools/balsa/ |
balsa_headers_test.cc | 164 headers_->AppendHeader("key3", "value3"); 165 headers_->AppendHeader("key3", "value3.1"); 166 headers_->AppendHeader("key3", "value3.2"); 172 ASSERT_EQ("value3", headers_->GetHeader("key3")); 188 ASSERT_EQ("value3", v3[0]); 189 ASSERT_EQ("value3.1", v3[1]); 190 ASSERT_EQ("value3.2", v3[2]); 193 ASSERT_EQ("value3,value3.1,value3.2", s3) [all...] |
/external/chromium_org/tools/gyp/test/gyp-defines/ |
gyptest-multiple-values.py | 17 os.environ['GYP_DEFINES'] = 'key=value1 key=value2 key=value3' 20 test.must_contain('action.txt', 'value3')
|
/cts/tests/tests/content/src/android/content/cts/ |
ContentQueryMapTest.java | 46 private static final String VALUE3 = "value3"; 222 // insert NAME3 and VALUE3 225 values.put(DummyProvider.VALUE, VALUE3); 233 assertEquals(VALUE3, contentValues.getAsString(DummyProvider.VALUE)); 250 // update NAME3 and VALUE3 261 assertEquals(VALUE3, contentValues.getAsString(DummyProvider.VALUE)); 311 // insert NAME3 and VALUE3 314 values.put(DummyProvider.VALUE, VALUE3); 322 assertEquals(VALUE3, contentValues.getAsString(DummyProvider.VALUE)) [all...] |
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
in_file_unittest.py | 37 name1 arg=value, arg2=value2, arg2=value3 47 {'name': 'name1', 'arg': 'value', 'arg2': ['value2', 'value3']}, 56 name1 arg=value, arg2=value2, arg2=value3
|
/external/chromium_org/base/ |
ini_parser_unittest.cc | 59 expected_triplets.push_back(TestTriplet("section1", "key3", "value3")); 70 "key3=value3\n" 81 expected_triplets.push_back(TestTriplet("section1", "key3", "value3")); 94 "key3=value3\n"
|
/external/chromium/base/ |
string_split_unittest.cc | 44 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3", 49 EXPECT_EQ("value1, value2 value3", values[0]); 78 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3", 83 EXPECT_EQ("value1, value2 value3", values[0]); 100 EXPECT_TRUE(SplitStringIntoKeyValuePairs("key1:value1,,key3:value3", 108 EXPECT_EQ("value3", kv_pairs[1].second);
|
/external/chromium_org/base/strings/ |
string_split_unittest.cc | 64 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3", 69 EXPECT_EQ("value1, value2 value3", values[0]); 99 EXPECT_TRUE(SplitStringIntoKeyValues("key1\tvalue1, value2 value3", 104 EXPECT_EQ("value1, value2 value3", values[0]); 121 EXPECT_TRUE(SplitStringIntoKeyValuePairs("key1:value1,,key3:value3", 129 EXPECT_EQ("value3", kv_pairs[1].second);
|
/external/clang/test/Parser/ |
recovery.c | 96 #define VALUE3 VALUE+0 99 x = VALUE3 // expected-error{{expected ';' after expression}}
|
/external/apache-harmony/prefs/src/test/resources/prefs/java/util/prefs/ |
userprefs-ascii.xml | 47 <entry key="key3" value="value3" />
|
userprefs-badform.xml | 41 <entry key="key3" value="value3" />
|
userprefs-badtype.xml | 48 <entry key="key3" value="value3" />
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
persistent_object_store_test.py | 23 mapping = {'key2': 'value2', 'key3': 'value3'}
|
/libcore/luni/src/test/resources/prefs/java/util/prefs/ |
userprefs-ascii.xml | 47 <entry key="key3" value="value3" />
|
userprefs-badform.xml | 41 <entry key="key3" value="value3" />
|
userprefs-badtype.xml | 48 <entry key="key3" value="value3" />
|
/bionic/tests/ |
system_properties_test.cpp | 75 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6)); 84 ASSERT_STREQ(propvalue, "value3"); 96 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6)); 175 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6)); 187 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6)); 286 ASSERT_EQ(0, __system_property_add("property_other", 14, "value3", 6)); 317 __system_property_update(pi, "value3", 6);
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
DeviceMotionAndOrientationTest.java | 320 private double value3 = 0; field in class:DeviceMotionAndOrientationTest.DeviceMotionAndOrientationForTests 333 assertEquals(v3, value3); 339 assertEquals(v3, value3, 0.1); 350 value3 = gamma; 358 value3 = z; 366 value3 = z; 374 value3 = gamma;
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_util_unittest.cc | 159 const double value3 = 9.42; local 160 metric_vector.push_back(Metric(METRIC_CPU_USAGE, data_time3, value3)); 180 EXPECT_EQ((value2 + value3) / 2, aggregated_metric[1].value); 183 EXPECT_EQ(value3, aggregated_metric[2].value); 201 EXPECT_EQ(value3, aggregated_metric[2].value);
|
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
FilePreferencesImplTest.java | 63 uroot.put("ukey2", "value3"); 64 assertEquals("value3", uroot.get("ukey2", null));
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
linux_unittest.cc | 92 "Key3:Value3\n" 101 EXPECT_EQ("Value3", key_val_pairs[0]["Key3"]);
|