HomeSort by relevance Sort by last modified time
    Searched refs:archives (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
update.py 45 def ExtractArchives(self, archives, extract_dir, rename_from_dir,
53 self.archive_cache = os.path.join(user_data_dir, 'archives')
93 """Remove archives from the local filesystem cache until the
153 def ExtractArchives(self, archives, extract_dir, rename_from_dir,
176 for i, archive in enumerate(archives):
179 if len(archives) > 1:
181 i + 1, len(archives), os.path.basename(archive_path))
187 len(archives)))
259 # have a cache manifest that contains duplicate archives. Remove all
260 # archives with the same basename except for the most recent
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
update_nacl_manifest.py 140 directory; the archives all have the same name, but may not exist for a given
164 bundles with no archives are considered for auto updating.
362 These archives must exist to consider a version for inclusion, as
364 is_bionic: True if we are searching for bionic archives.
385 A tuple (version, channel, archives). The version is a string such as
387 |archives| is a list of archive URLs."""
403 A tuple (version, channel, archives). The version is a string such as
404 "trunk.123456". The channel is always 'canary'. |archives| is a list of
410 """Returns a sequence of archives that exist for a given version, on the
417 version: The version to find archives for. (e.g. "18.0.1025.164"
    [all...]
manifest_util.py 15 ARCHIVES_KEY = 'archives'
222 Archives in |bundle| will be appended to archives in self.
260 archives = []
264 archives.append(new_archive)
265 self[ARCHIVES_KEY] = archives
305 # Validate the archives
328 """Retrieve all archives for the current host os, or marked all.
334 """Returns all the archives in this bundle"""
342 """Remove all archives from this Bundle.""
    [all...]
build_sdk.py 768 bundle.archives = [archive]
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info_unittest.py 27 "archives": {
78 u'description': (u'Describes the Web Page Replay archives for a page'
81 u'archives': {
page_set_archive_info.py 26 for archive_path in data['archives']:
39 self._wpr_file_to_page_names = data['archives']
45 for wpr_file in data['archives']:
46 page_names = data['archives'][wpr_file]
57 return cls(file_path, {'archives': {}}, ignore_archive=ignore_archive)
119 'Describes the Web Page Replay archives for a page set. Don\'t edit by '
121 metadata['archives'] = self._wpr_file_to_page_names.copy()
122 # Don't write data for abandoned archives.
125 del metadata['archives'][wpr_file]
page_test_unittest.py 121 "archives": {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.cc 610 // TODO(hidehiko): Is it necessary to unmount mounted archives, too, here?
692 std::vector<VolumeInfo> archives; local
701 // Archives are mounted after other types of volume. See below.
702 archives.push_back(CreateVolumeInfoFromMountPointInfo(it->second, NULL));
712 // We mount archives only if they are opened from currently mounted volumes.
714 std::vector<bool> done(archives.size(), false);
715 for (size_t i = 0; i < archives.size(); ++i) {
721 chain.push_back(archives[i]);
723 // If archives[i]'s source_path is in another archive, mount it first.
724 for (size_t parent = i + 1; parent < archives.size(); ++parent)
    [all...]
  /external/elfutils/0.153/
elfutils.spec 55 Summary: Static archives to handle compiled objects.
60 The elfutils-devel-static archive contains the static archives
199 can be configured with the --enable-deterministic-archives option
388 - move archives into -static RPMs
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_tasks.js 567 * Mounts archives.
577 * The core implementation of mounts archives.
  /external/elfutils/0.153/src/
ld.h 43 /* Methods for handling archives. */
108 /* How to extract elements from archives. */
746 /* List of all archives participating, in this order. */
747 struct usedfiles *archives; member in struct:ld_state
818 /* How to extract elements from archives. */
    [all...]
  /external/chromium_org/third_party/libevent/
ltmain.sh     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
ltmain.sh 1192 # See if our shared archives depend on static archives.
    [all...]
  /external/cmockery/cmockery_0_1_2/
libtool 182 # Compiler flag to generate shared objects directly from archives.
    [all...]
ltmain.sh 1163 # See if our shared archives depend on static archives.
    [all...]
  /external/libunwind/aux/
ltmain.sh 823 # See if our shared archives depend on static archives.
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
update_nacl_manifest_test.py 199 del new_bundle.archives[:]
711 archive = manifest.GetBundles()[0]['archives'][0]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /external/chromium_org/sdch/open-vcdiff/
ltmain.sh     [all...]
  /external/chromium_org/third_party/libxml/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/opus/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/sqlite/src/
ltmain.sh     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
ltmain.sh     [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 170 # Tool to manipulate fat objects and archives on Mac OS X.
292 # Compiler flag to generate shared objects directly from archives.
    [all...]
ltmain.sh     [all...]

Completed in 328 milliseconds

1 2