/external/webkit/Source/WebCore/manual-tests/ |
empty-title-popup.html | 2 <p>Select the second item on the pop up.
|
remove-on-drop-crash.html | 2 Load <a href="http://www.google.com/">Google</a> and drag the logo onto this page. The second time you drag it on, Safari will crash.
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/overdraw/src/test/pkg/ |
SecondActivity.java.txt | 11 setContentView(R.layout.second);
|
/external/webkit/Source/WebCore/css/ |
Pair.h | 40 static PassRefPtr<Pair> create(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second) 42 return adoptRef(new Pair(first, second)); 47 CSSPrimitiveValue* second() const { return m_second.get(); } function in class:WebCore::Pair 50 void setSecond(PassRefPtr<CSSPrimitiveValue> second) { m_second = second; } 54 Pair(PassRefPtr<CSSPrimitiveValue> first, PassRefPtr<CSSPrimitiveValue> second) 55 : m_first(first), m_second(second) { }
|
CSSPrimitiveValueCache.cpp | 52 if (entry.second) 53 entry.first->second = CSSPrimitiveValue::createIdentifier(ident); 54 return entry.first->second; 75 if (entry.second) 76 entry.first->second = CSSPrimitiveValue::createColor(rgbValue); 77 return entry.first->second; 114 if (entry.second) 115 entry.first->second = CSSPrimitiveValue::create(value, type); 116 return entry.first->second;
|
/external/webkit/Source/WebCore/bridge/ |
IdentifierRep.cpp | 71 if (result.second) { 72 ASSERT(!result.first->second); 73 result.first->second = new IdentifierRep(intID); 75 identifierSet().add(result.first->second); 78 return result.first->second; 97 if (result.second) { 98 ASSERT(!result.first->second); 99 result.first->second = new IdentifierRep(name); 101 identifierSet().add(result.first->second); 104 return result.first->second; [all...] |
/external/guava/guava-tests/test/com/google/common/eventbus/ |
ReentrantEventsTest.java | 32 static final Double SECOND = 2.0d; 43 Lists.<Object>newArrayList(FIRST, SECOND), hater.eventsReceived); 55 bus.post(SECOND); 78 Lists.<Object>newArrayList(FIRST, SECOND), recorder.eventsReceived); 83 bus.post(SECOND);
|
/frameworks/ex/chips/tests/src/com/android/ex/chips/ |
ChipsTest.java | 175 String second = (String) mTokenizer.terminateToken("SECOND"); local 178 mEditable.append(first + extra + second); 181 int secondStart = mEditable.toString().indexOf(second); 182 int secondEnd = secondStart + second.trim().length(); 189 assertEquals(editableString.indexOf(second), secondStart - extra.length()); 190 assertEquals(editableString, (first + second)); 212 String second = (String) mTokenizer.terminateToken("SECOND"); local 215 mEditable.append(first + second); 239 String second = (String) mTokenizer.terminateToken("SECOND"); local 255 String second = (String) mTokenizer.terminateToken("SECOND"); local 290 String second = (String) mTokenizer.terminateToken("SECOND"); local 351 String second = (String) mTokenizer.terminateToken("SECOND"); local 430 String second = (String) mTokenizer.terminateToken("SE,COND"); local 471 String second = (String) mTokenizer.terminateToken("SECOND"); local 517 String second = (String) mTokenizer.terminateToken("SECOND"); local 590 assertEquals(mEditable.toString(), first + second); local 606 String second = (String) mTokenizer.terminateToken("SECOND"); local 758 String second = (String) mTokenizer.terminateToken("SECOND"); local 890 String second = (String) mTokenizer.terminateToken("SECOND"); local [all...] |