Searched defs:GlobalState (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/shell/android/
H A Dshell_manager.cc23 struct GlobalState { struct in namespace:__anon7858
24 GlobalState() {} function in struct:__anon7858::GlobalState
28 base::LazyInstance<GlobalState> g_global_state = LAZY_INSTANCE_INITIALIZER;
/external/qemu/android/emulation/
H A DCpuAccelerator.cpp59 struct GlobalState { struct in namespace:android::__anon29111
66 GlobalState gGlobals = { false, false, CPU_ACCELERATOR_NONE, { '\0' } };
303 GlobalState* g = &gGlobals;
328 GlobalState *g = &gGlobals;
340 GlobalState *g = &gGlobals;
/external/chromium_org/chrome/browser/net/
H A Durl_info.cc49 struct GlobalState { struct in namespace:chrome_browser_net::__anon4352
50 GlobalState() { function in struct:chrome_browser_net::__anon4352::GlobalState
57 base::LazyInstance<GlobalState>::Leaky global_state;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotBase.py35 class GlobalState(object): class in function:BaseTTXConverter.decompile
39 globalState = GlobalState(tableType=self.tableTag,
76 class GlobalState(object): class in function:BaseTTXConverter.compile
79 globalState = GlobalState(tableType=self.tableTag)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotBase.py35 class GlobalState(object): class in function:BaseTTXConverter.decompile
39 globalState = GlobalState(tableType=self.tableTag,
76 class GlobalState(object): class in function:BaseTTXConverter.compile
79 globalState = GlobalState(tableType=self.tableTag)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCode.py318 See GlobalState.put_utility_code.
335 # proto_block: Which code block to dump prototype in. See GlobalState.
720 """Global info about a Python number constant held by GlobalState.
736 """Global info about a generic constant held by GlobalState.
754 """Global info about a C string constant held by GlobalState.
833 """Global info about a Python string constant held by GlobalState.
855 class GlobalState(object): class in inherits:object
1400 # globalstate GlobalState contains state global for a C file (input file info,
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 2025 milliseconds