OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gInited
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontPlatformDataWin.cpp
90
static bool
gInited
;
92
if (!
gInited
) {
104
gInited
= true;
/external/qemu/distrib/sdl-1.2.15/src/timer/macos/
FastTimes.c
85
static Boolean
gInited
= false;
106
if (!
gInited
) {
173
gInited
= true;
186
if (!
gInited
) FastInitialize();
228
if (!
gInited
) FastInitialize();
269
if (!
gInited
) FastInitialize();
/frameworks/base/core/jni/android/graphics/
CreateJavaOutputStreamAdaptor.cpp
224
static bool
gInited
;
226
if (!
gInited
) {
228
gInited
= true;
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp
[
all
...]
SkFontHost_mac.cpp
[
all
...]
/external/skia/src/ports/
SkFontHost_win.cpp
[
all
...]
SkFontHost_mac.cpp
[
all
...]
Completed in 167 milliseconds