HomeSort by relevance Sort by last modified time
    Searched refs:_FACTORY (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/grit/grit/
grit_runner.py 76 _FACTORY = 1
83 ['build', { _FACTORY : ToolFactoryBuild, _REQUIRES_INPUT : True }],
84 ['buildinfo', { _FACTORY : ToolFactoryBuildInfo, _REQUIRES_INPUT : True }],
85 ['count', { _FACTORY : ToolFactoryCount, _REQUIRES_INPUT : True }],
87 _FACTORY: ToolFactoryMenuTranslationsFromParts,
89 ['newgrd', { _FACTORY : ToolFactoryNewGrd, _REQUIRES_INPUT : False }],
90 ['rc2grd', { _FACTORY : ToolFactoryRc2Grd, _REQUIRES_INPUT : False }],
92 _FACTORY : ToolFactoryResizeDialog, _REQUIRES_INPUT : True }],
93 ['sdiff', { _FACTORY : ToolFactoryDiffStructures,
96 _FACTORY: ToolFactoryTest, _REQUIRES_INPUT : True
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message_factory.py 75 _FACTORY = MessageFactory()
94 result[desc.full_name] = _FACTORY.GetPrototype(desc)

Completed in 68 milliseconds