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

/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h23 int value3; variable
31 @property int value3; variable
32 - (int)value3;
/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/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/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/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/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...]
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp3153 bool CSSParser::parseTransformOriginShorthand(RefPtr<CSSValue>& value1, RefPtr<CSSValue>& value2, RefPtr<CSSValue>& value3) argument
3160 value3 = primitiveValueCache()->createValue(m_valueList->current()->fValue,
5746 bool CSSParser::parseTransformOrigin(int propId, int& propId1, int& propId2, int& propId3, RefPtr<CSSValue>& value, RefPtr<CSSValue>& value2, RefPtr<CSSValue>& value3) argument
5759 if (!parseTransformOriginShorthand(value, value2, value3))
/external/v8/test/cctest/
H A Dtest-api.cc227 v8::Handle<Value> value3 = CompileRun("Fun1() == '';"); local
228 CHECK(value3->IsTrue());

Completed in 450 milliseconds