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

  /development/testrunner/
android_manifest.py 102 manifests = self._dom.getElementsByTagName('manifest')
103 if not manifests:
105 return manifests[0]
  /external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_platformapp_unittest.cc 113 // This manifest is a skeleton used to build more specific manifests for
120 std::vector<linked_ptr<DictionaryValue> > manifests; local
130 manifests.push_back(make_linked_ptr(manifest->DeepCopy()));
135 LoadAndExpectError(Manifest(manifests[i].get(), ""),
143 LoadAndExpectSuccess(Manifest(manifests[i].get(), ""));
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 47 std::map<std::string, linked_ptr<DictionaryValue> > manifests; member in struct:__anon4523::WhitelistedInstallData
66 data.manifests[id] = linked_ptr<DictionaryValue>(parsed_manifest);
73 if (ContainsKey(data.manifests, id))
74 return data.manifests[id].get();
83 if (ContainsKey(data.manifests, id)) {
84 DictionaryValue* manifest = data.manifests[id].release();
85 data.manifests.erase(id);
  /external/chromium_org/tools/gyp/pylib/gyp/
win_tool.py 121 mt, rc, intermediate_manifest, *manifests):
124 # The 'normal' way to do manifests is to have link generate a manifest
126 # manifest with other manifests supplied as sources, convert the merged
129 # is generally overly complicated. Instead, we merge all the manifests
143 'manifests': ' '.join(manifests),
146 if manifests:
149 '-manifest %(manifests)s -out:%(out)s.manifest' % variables)
165 if manifests:
174 # Load and normalize the manifests. mt.exe sometimes removes whitespace
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 666 manifests = []
669 manifests.append(os.path.join(root, filename))
670 return manifests
688 manifests = self._find_manifests(args[0])
689 if len(manifests) == 0:
692 elif len(manifests) > 1:
694 + self.manifest_name + " files found:\n" + "\n".join(manifests))
696 self.manifest_path = manifests[0]
  /external/chromium_org/chrome/browser/component_updater/
update_response.cc 242 std::vector<xmlNode*> manifests = GetChildren(updatecheck, "manifest"); local
248 return ParseManifestTag(manifests[0], result, error);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1423.js 45 // Bug manifests as UNREACHABLE code (due to an unallocated register) in
  /external/v8/test/mjsunit/regress/
regress-1423.js 45 // Bug manifests as UNREACHABLE code (due to an unallocated register) in
  /external/chromium/chrome/common/extensions/docs/build/
directory.py 193 manifest_paths: A list of paths to extension manifests
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 269 milliseconds