Home
last modified time | relevance | path

Searched refs:GlobalState (Results 1 – 8 of 8) sorted by relevance

/external/qemu/android/emulation/
DCpuAccelerator.cpp59 struct GlobalState { struct
66 GlobalState gGlobals = { false, false, CPU_ACCELERATOR_NONE, { '\0' } };
303 GlobalState* g = &gGlobals; in GetCurrentCpuAccelerator()
328 GlobalState *g = &gGlobals; in GetCurrentCpuAcceleratorStatus()
340 GlobalState *g = &gGlobals; in SetCurrentCpuAcceleratorForTesting()
/external/chromium_org/content/shell/android/
Dshell_manager.cc23 struct GlobalState { struct
24 GlobalState() {} in GlobalState() function
28 base::LazyInstance<GlobalState> g_global_state = LAZY_INSTANCE_INITIALIZER;
/external/chromium_org/chrome/browser/net/
Durl_info.cc49 struct GlobalState { struct
50 GlobalState() { in GlobalState() argument
57 base::LazyInstance<GlobalState>::Leaky global_state;
/external/fonttools/Lib/fontTools/ttLib/tables/
DotBase.py35 class GlobalState(object): class
39 globalState = GlobalState(tableType=self.tableTag,
76 class GlobalState(object): class
79 globalState = GlobalState(tableType=self.tableTag)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DCode.pxd83 #class GlobalState(object):
DModuleNode.py133 Code.GlobalState(h_code, self)
204 Code.GlobalState(h_code, self)
303 …globalstate = Code.GlobalState(rootwriter, self, emit_linenums, options.common_utility_include_dir)
DCode.py855 class GlobalState(object): class
/external/chromium_org/v8/src/
Disolate.h1115 friend struct GlobalState;