HomeSort by relevance Sort by last modified time
    Searched full:_manifest (Results 1 - 6 of 6) 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/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/tools/gyp/pylib/gyp/
MSVSSettings.py 498 _manifest = _Tool('VCManifestTool', 'Manifest') variable
506 _AddTool(_manifest)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
availability_finder_test.py 209 # Listed as 'trunk' on all channels, in _api, _permission, or _manifest.
213 # Moves between _permission and _manifest as file system is traversed.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheItemsView.js 160 delete this._manifest;
173 this._manifest = applicationCache.manifestURL;
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 148 static final String BACKUP_MANIFEST_FILENAME = "_manifest";
    [all...]

Completed in 193 milliseconds