Searched refs:value3 (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h23 int value3; variable
31 @property int value3; variable
32 - (int)value3;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDataLog.h56 void dataLog(const T1& value1, const T2& value2, const T3& value3) argument
58 dataFile().print(value1, value2, value3);
62 void dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4) argument
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) argument
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) argument
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) argument
82 dataFile().print(value1, value2, value3, value
86 dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) argument
92 dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) argument
98 dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) argument
104 dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) argument
110 dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) argument
116 dataLog(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) argument
[all...]
H A DPrintStream.h67 void print(const T1& value1, const T2& value2, const T3& value3) argument
71 print(value3);
75 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4) argument
79 print(value3);
84 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5) argument
88 print(value3);
94 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6) argument
98 print(value3);
105 void print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7) argument
109 print(value3);
117 print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8) argument
130 print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9) argument
144 print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10) argument
159 print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11) argument
175 print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12) argument
192 print(const T1& value1, const T2& value2, const T3& value3, const T4& value4, const T5& value5, const T6& value6, const T7& value7, const T8& value8, const T9& value9, const T10& value10, const T11& value11, const T12& value12, const T13& value13) argument
[all...]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DDeviceMotionAndOrientationTest.java225 private double value3 = 0; field in class:DeviceMotionAndOrientationTest.DeviceMotionAndOrientationForTests
238 assertEquals(v3, value3);
244 assertEquals(v3, value3, 0.1);
255 value3 = gamma;
263 value3 = z;
271 value3 = z;
279 value3 = gamma;
/external/clang/test/SemaTemplate/
H A Dnested-template.cpp49 static Y value3; member in struct:Outer::Inner1::ReallyInner
89 Y Outer<X>::Inner1<Y>::ReallyInner::value3 = Y(); member in class:Outer::Inner1::ReallyInner
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaFragmentURIParser.cpp296 int value3; local
305 value3 = digits3.toInt();
307 value3 = value2;
315 time = (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + fraction;
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dprinter.h88 const char* variable3, const string& value3);
H A Dprinter.cc137 const char* variable3, const string& value3) {
141 vars[variable3] = value3;
134 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2, const char* variable3, const string& value3) argument
/external/chromium_org/net/http/
H A Dhttp_server_properties_impl_unittest.cc340 const uint32 value3 = 93997; local
341 SettingsFlagsAndValue flags_and_value3(flags3, value3);
342 EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_docs, id3, flags3, value3));
351 EXPECT_EQ(value3, flags_and_value3_ret.second);
397 const uint32 value3 = 93997; local
398 EXPECT_TRUE(impl_.SetSpdySetting(spdy_server_docs, id3, flags3, value3));
407 EXPECT_EQ(value3, flags_and_value3_ret.second);
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_ui_util_unittest.cc159 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/chromium/base/
H A Dcommand_line_unittest.cc123 std::string value3 = "a value with spaces"; local
133 cl.AppendSwitchASCII(switch3, value3);
141 EXPECT_EQ(value3, cl.GetSwitchValueASCII(switch3));
H A Dvalues_unittest.cc315 Value* value3; local
316 EXPECT_FALSE(dict.Get("this.isnt.expanded", &value3));
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DWebVTTParser.cpp425 int value3; local
434 value3 = digits3.toInt();
436 value3 = value2;
450 if (value2 > 59 || value3 > 59)
454 return (value1 * secondsPerHour) + (value2 * secondsPerMinute) + value3 + (value4 * secondsPerMillisecond);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DCookieManagerTest.java205 String value3 = cookie3 + "; expires=" + date.toGMTString();
206 mCookieManager.setCookie(url, value3); // expires in 3s
/external/chromium_org/sync/internal_api/public/base/
H A Denum_set.h137 EnumSet(E value1, E value2, E value3) {
140 Put(value3);
/external/chromium_org/base/
H A Dcommand_line_unittest.cc247 std::string value3 = "a value with spaces"; local
257 cl.AppendSwitchASCII(switch3, value3);
265 EXPECT_EQ(value3, cl.GetSwitchValueASCII(switch3));
H A Dvalues_unittest.cc319 Value* value3; local
320 EXPECT_FALSE(dict.Get("this.isnt.expanded", &value3));
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c89 xmlChar *value3; member in struct:_xsltStepOp
192 if (op->value3 != NULL)
193 xmlFree(op->value3);
314 comp->steps[comp->nbStep].value3 = NULL;
380 tmp = comp->steps[i].value3;
381 comp->steps[i].value3 = comp->steps[j].value3;
382 comp->steps[j].value3 = tmp;
425 tmp = comp->steps[i].value3;
426 comp->steps[i].value3
[all...]
/external/libxslt/libxslt/
H A Dpattern.c89 xmlChar *value3; member in struct:_xsltStepOp
192 if (op->value3 != NULL)
193 xmlFree(op->value3);
314 comp->steps[comp->nbStep].value3 = NULL;
380 tmp = comp->steps[i].value3;
381 comp->steps[i].value3 = comp->steps[j].value3;
382 comp->steps[j].value3 = tmp;
425 tmp = comp->steps[i].value3;
426 comp->steps[i].value3
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp1502 Pick * value3 = new Literal("string3"); local
1504 tab.put("z", value3);
1509 pass = pass && strcmp(var3.next(), value3->next()) == 0;
/external/icu4c/test/intltest/
H A Dwbnf.cpp1502 Pick * value3 = new Literal("string3"); local
1504 tab.put("z", value3);
1509 pass = pass && strcmp(var3.next(), value3->next()) == 0;
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1259 Object value3 = new Object();
1264 assertTrue(segment.storeLoadedValue(key, hash, valueRef, value3));
1265 assertSame(value3, segment.get(key, hash));
1271 DummyValueReference<Object, Object> value3Ref = DummyValueReference.create(value3, entry);
1275 assertSame(value3, segment.get(key, hash));
1281 assertEquals(immutableEntry(key, value3), notification);
1288 assertSame(value3, segment.get(key, hash));
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSParser-in.cpp3759 RefPtr<CSSPrimitiveValue> value3 = parseFillPositionComponent(valueList, cumulativeFlags, value3Flag, ResolveValuesAsKeyword); local
3760 if (!value3)
3764 CSSValueID ident3 = value3->getValueID();
3791 value2 = createPrimitiveValuePair(value3, value4);
3802 RefPtr<CSSPrimitiveValue> value3 = parseFillPositionComponent(valueList, cumulativeFlags, value3Flag, ResolveValuesAsKeyword); local
3804 // value3 is not an expected value, we return.
3805 if (!value3)
3813 CSSValueID ident3 = value3->getValueID();
3833 value2 = createPrimitiveValuePair(parsedValue2, value3);
3856 secondPositionValue = value3;
4346 parseTransformOriginShorthand(RefPtr<CSSValue>& value1, RefPtr<CSSValue>& value2, RefPtr<CSSValue>& value3) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxpath.c565 int value3; member in struct:_xmlXPathStepOp
710 * @value3: the third int value
721 int value2, int value3, void *value4, void *value5) {
742 comp->steps[comp->nbStep].value3 = value3;
1171 xmlXPathTypeVal type = (xmlXPathTypeVal)op->value3;
11483 " searching for type %d\n", op->value3);
11938 xmlXPathTypeVal type = (xmlXPathTypeVal) op->value3;
14577 ((xmlXPathTypeVal) op->value3 == NODE_TYPE_NODE /* 0 */))
14590 ((xmlXPathTypeVal) prevop->value3
719 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
[all...]
/external/libxml2/
H A Dxpath.c566 int value3; member in struct:_xmlXPathStepOp
711 * @value3: the third int value
722 int value2, int value3, void *value4, void *value5) {
743 comp->steps[comp->nbStep].value3 = value3;
1172 xmlXPathTypeVal type = (xmlXPathTypeVal)op->value3;
11540 " searching for type %d\n", op->value3);
12000 xmlXPathTypeVal type = (xmlXPathTypeVal) op->value3;
14648 ((xmlXPathTypeVal) op->value3 == NODE_TYPE_NODE /* 0 */))
14661 ((xmlXPathTypeVal) prevop->value3
720 xmlXPathCompExprAdd(xmlXPathCompExprPtr comp, int ch1, int ch2, xmlXPathOp op, int value, int value2, int value3, void *value4, void *value5) argument
[all...]

Completed in 810 milliseconds

12