OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc
(Results
1 - 25
of
538
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/icu4c/samples/datecal/
cal.cpp
20
GregorianCalendar*
gc
= new GregorianCalendar(status);
local
26
gc
->set(2000, UCAL_FEBRUARY, 26);
27
gc
->set(UCAL_HOUR_OF_DAY, 23);
28
gc
->set(UCAL_MINUTE, 0);
29
gc
->set(UCAL_SECOND, 0);
30
gc
->set(UCAL_MILLISECOND, 0);
36
gc
->get(UCAL_YEAR, status),
37
gc
->get(UCAL_MONTH, status) + 1,
38
gc
->get(UCAL_MONTH, status),
39
gc
->get(UCAL_DATE, status))
[
all
...]
/external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp
31
void PluginViewBridgeAndroid::draw(GraphicsContext*
gc
,
PluginViewBridgeAndroid.h
42
virtual void draw(GraphicsContext*
gc
, const IntRect& rect);