HomeSort by relevance Sort by last modified time
    Searched defs:GlobalState (Results 1 - 7 of 7) 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/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py 318 See GlobalState.put_utility_code.
335 # proto_block: Which code block to dump prototype in. See GlobalState.
486 def put_code(self, globalstate):
487 utility = self.callback(globalstate.rootwriter)
488 globalstate.use_utility_code(utility)
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)
1409 globalstate = None variable in class:CCodeWriter
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 201 milliseconds