/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 | 95 directory; the archives all have the same name, but may not exist for a given 119 bundles with no archives are considered for auto updating. 328 These archives must exist to consider a version for inclusion, as 349 A tuple (version, channel, archives). The version is a string such as 351 |archives| is a list of archive URLs.""" 368 A tuple (version, channel, archives). The version is a string such as 369 "19.0.1084.41". The channel is always 'canary'. |archives| is a list of 386 """Returns a sequence of archives that exist for a given version, on the 393 version: The version to find archives for. (e.g. "18.0.1025.164") 394 allow_trunk_revisions: If True, will search for archives using th [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 | 764 bundle.archives = [archive] [all...] |
/external/chromium_org/tools/telemetry/telemetry/page/ |
page_set_unittest.py | 14 "archives": {
|
page_set_archive_info.py | 25 for archive_path in data['archives']: 48 self._wpr_file_to_urls = data['archives'] 54 for wpr_file in data['archives']: 55 page_urls = data['archives'][wpr_file] 66 return cls(file_path, {'archives': {}}) 117 'Describes the Web Page Replay archives for a page set. Don\'t edit by ' 119 metadata['archives'] = self._wpr_file_to_urls.copy() 120 # Don't write data for abandoned archives. 123 del metadata['archives'][wpr_file]
|
page_set_archive_info_unittest.py | 25 "archives": {
|
page_measurement_unittest.py | 103 "archives": {
|
/prebuilts/devtools/tools/lib/ |
sdklib.jar | |
sdkuilib.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/ |
sdklib-22.2.0.jar | |
/ndk/build/core/ |
default-build-commands.mk | 32 $(call link-whole-archives,$3) \
|
definitions.mk | 316 # Function : link-whole-archives 319 # Usage : $(call link-whole-archives,<libraries>) 326 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1)) 330 $(call test-expect,,$(call link-whole-archives))\ 333 $(call test-expect,$(_start) foo $(_end),$(call link-whole-archives,foo))\ 334 $(call test-expect,$(_start) foo bar $(_end),$(call link-whole-archives,foo bar)) [all...] |
/external/elfutils/ |
elfutils.spec | 49 Summary: Static archives to handle compiled objects. 54 The elfutils-devel-static archive contains the static archives 261 - move archives into -static RPMs
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_options.py | 114 help='Run against live sites if the Web Page Replay archives don\'t '
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_tasks.js | 551 * Mounts archives. 561 * The core implementation of mounts archives.
|
/external/elfutils/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/sdch/open-vcdiff/ |
ltmain.sh | [all...] |
/external/chromium/third_party/libevent/ |
ltmain.sh | [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/libffi/ |
ltmain.sh | 1202 # See if our shared archives depend on static archives. [all...] |
/external/llvm/autoconf/ |
ltmain.sh | 1163 # See if our shared archives depend on static archives. [all...] |
/external/llvm/projects/sample/autoconf/ |
ltmain.sh | 1163 # See if our shared archives depend on static archives. [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
timeline_explorer.js | 232 var resultsUrl = 'https://storage.googleapis.com/chromium-layout-test-archives/' +
|