HomeSort by relevance Sort by last modified time
    Searched refs:GlobalState (Results 1 - 10 of 10) 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/chromium_org/third_party/cython/src/Cython/Compiler/
Code.pxd 83 #class GlobalState(object):
ModuleNode.py 133 Code.GlobalState(h_code, self)
204 Code.GlobalState(h_code, self)
303 globalstate = Code.GlobalState(rootwriter, self, emit_linenums, options.common_utility_include_dir)
304 globalstate.initialize_main_c_code()
305 h_code = globalstate['h_code']
309 globalstate.module_pos = self.pos
310 globalstate.directives = self.directives
312 globalstate.use_utility_code(refnanny_utility_code)
314 code = globalstate['before_global_var'
    [all...]
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/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/v8/src/
isolate.h     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1134 milliseconds