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

  /development/testrunner/tests/
android_manifest_tests.py 30 self._manifest = android_manifest.AndroidManifest(app_path='.')
34 self._manifest.GetPackageName())
38 self._manifest.GetInstrumentationNames())
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSSettings.py 498 _manifest = _Tool('VCManifestTool', 'Manifest') variable
506 _AddTool(_manifest)
    [all...]
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 71 self._manifest = parse_json_file(manifest_path)
136 return set(module['namespace'].encode() for module in self._manifest
147 for module in self._manifest:
272 self._manifest = parse_json_file(self._manifest_path)
325 if self._manifest.has_key(key):
326 if self._manifest[key][:6] == '__MSG_':
328 return self._get_localized_value(self._manifest[key])
333 return self._manifest[key]
451 if self._manifest.has_key(feature_attr):
457 if self._manifest.has_key('permissions')
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheItemsView.js 160 delete this._manifest;
173 this._manifest = applicationCache.manifestURL;

Completed in 2595 milliseconds