OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gonce
(Results
1 - 23
of
23
) sorted by null
/external/skia/src/core/
SkPixelRef.cpp
98
static bool
gOnce
;
99
if (!
gOnce
) {
101
gOnce
= true;
SkFlattenable.cpp
227
static bool
gOnce
;
228
if (!
gOnce
) {
230
gOnce
= true;
SkPoint.cpp
169
static bool
gOnce
;
170
if (!
gOnce
) {
172
gOnce
= true;
/development/ide/xcode/ports/
SkOSWindow_Mac.cpp
60
static bool
gOnce
= true;
61
if (
gOnce
) {
62
gOnce
= false;
/external/skia/tests/
BlitRowTest.cpp
188
static bool
gOnce
;
244
if (!
gOnce
&& false) {
247
gOnce
= true;
/external/bluetooth/glib/gio/
glocalfilemonitor.c
184
static
GOnce
once_init = G_ONCE_INIT;
glocaldirectorymonitor.c
260
static
GOnce
once_init = G_ONCE_INIT;
gvfs.c
231
static
GOnce
once_init = G_ONCE_INIT;
gioscheduler.c
231
static
GOnce
once_init = G_ONCE_INIT;
gunionvolumemonitor.c
479
static
GOnce
once_init = G_ONCE_INIT;
gdesktopappinfo.c
136
static
GOnce
once_init = G_ONCE_INIT;
[
all
...]
ChangeLog
[
all
...]
/external/bluetooth/glib/tests/
thread-test.c
305
static
GOnce
test_g_once_array[G_ONCE_SIZE];
346
static
GOnce
once_init = G_ONCE_INIT;
/external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml
[
all
...]
/external/bluetooth/glib/glib/
gthread.h
315
typedef struct _GOnce
GOnce
;
324
gpointer g_once_impl (
GOnce
*once, GThreadFunc func, gpointer arg);
gthread.c
176
g_once_impl (
GOnce
*once,
/external/bluetooth/glib/gio/fen/
fen-helper.c
226
static
GOnce
fen_init_once = G_ONCE_INIT;
/external/skia/src/gl/
SkGLDevice.cpp
713
static bool
gOnce
;
714
if (!
gOnce
) {
716
gOnce
= true;
/external/skia/src/effects/
SkGradientShader.cpp
[
all
...]
/external/bluetooth/glib/docs/reference/glib/
glib-sections.txt
630
GOnce
[
all
...]
/external/bluetooth/glib/docs/reference/
ChangeLog
[
all
...]
/external/bluetooth/glib/
ChangeLog.pre-2-4
[
all
...]
NEWS
[
all
...]
Completed in 158 milliseconds