OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_initialized
(Results
1 - 10
of
10
) sorted by null
/external/pixman/pixman/
pixman-compiler.h
127
static volatile int tls_ ## name ##
_initialized
= 0; \
144
if (!tls_ ## name ##
_initialized
) \
156
if (!tls_ ## name ##
_initialized
) \
159
tls_ ## name ##
_initialized
= 1; \
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RequestJSONView.js
93
if (this.
_initialized
)
95
this.
_initialized
= true;
InspectorBackend.js
46
this.
_initialized
= false;
91
this.
_initialized
= true;
101
this.
_initialized
= true;
108
this.
_initialized
= true;
295
if (this.
_initialized
)
AuditsPanel.js
241
if (!this.
_initialized
) {
244
this.
_initialized
= true;
AdvancedSearchController.js
633
if (fileTreeElement.
_initialized
)
643
fileTreeElement.
_initialized
= true;
ResourcesPanel.js
147
if (!this.
_initialized
&& this.isShowing() && this._cachedResourcesWereLoaded) {
155
this.
_initialized
= true;
166
if (!this.
_initialized
)
[
all
...]
/device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.h
108
uint8_t
_initialized
;
member in class:Max_LCD
/dalvik/vm/mterp/x86/
OP_NEW_INSTANCE.S
29
.L${opcode}
_initialized
: # on entry, ecx<- class
86
jne .L${opcode}
_initialized
# success, continue
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py
47
_initialized
= 0
variable
50
global
_initialized
51
if
_initialized
: return
/external/chromium_org/chrome_frame/
CFInstance.js
[
all
...]
Completed in 2585 milliseconds