HomeSort by relevance Sort by last modified time
    Searched defs:GlobalState (Results 1 - 4 of 4) 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/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...]

Completed in 8821 milliseconds