HomeSort by relevance Sort by last modified time
    Searched defs:GlobalState (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/content/shell/android/
shell_manager.cc 23 struct GlobalState {
24 GlobalState() {}
28 base::LazyInstance<GlobalState> g_global_state = LAZY_INSTANCE_INITIALIZER;
  /external/qemu/android/emulation/
CpuAccelerator.cpp 59 struct GlobalState {
66 GlobalState gGlobals = { false, false, CPU_ACCELERATOR_NONE, { '\0' } };
303 GlobalState* g = &gGlobals;
328 GlobalState *g = &gGlobals;
340 GlobalState *g = &gGlobals;
  /sdk/emulator/opengl/shared/emugl/common/
thread_store.cpp 63 class GlobalState {
65 GlobalState() {
189 LazyInstance<GlobalState> gGlobalState = LAZY_INSTANCE_INIT;
201 GlobalState* state = gGlobalState.ptr();
  /external/chromium_org/chrome/browser/net/
url_info.cc 49 struct GlobalState {
50 GlobalState() {
57 base::LazyInstance<GlobalState>::Leaky global_state;
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 35 class GlobalState(object):
39 globalState = GlobalState(tableType=self.tableTag,
41 reader = OTTableReader(data, globalState)
76 class GlobalState(object):
79 globalState = GlobalState(tableType=self.tableTag)
84 writer = OTTableWriter(globalState)
122 __slots__ = ('data', 'offset', 'pos', 'globalState', 'localState')
124 def __init__(self, data, globalState={}, localState=None, offset=0)
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 279 milliseconds