OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sf3
(Results
1 - 3
of
3
) sorted by null
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
SimplePieChartActivity.java
95
SegmentFormatter
sf3
= new SegmentFormatter();
local
96
sf3
.configure(getApplicationContext(), R.xml.pie_segment_formatter3);
98
sf3
.getFillPaint().setMaskFilter(emf);
107
pie.addSeries(s3,
sf3
);
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketFactoryTest.java
166
SocketFactory
sf3
= SSLSocketFactory.getDefault();
local
167
assertNotNull(
sf3
);
168
assertTrue(SSLSocketFactory.class.isAssignableFrom(
sf3
.getClass()));
170
assertTrue(sf1.getClass() + " should be " +
sf3
.getClass(),
171
sf1.getClass().equals(
sf3
.getClass()));
/art/test/125-gc-and-classloading/src/
Main.java
72
static Object
sf3
;
field in class:Main.BigClass
[
all
...]
Completed in 88 milliseconds