/external/chromium_org/tools/perf/page_sets/data/ |
peacekeeper_experimental.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
intl_ar_fa_he.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
top_10.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
tough_layout_cases.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
intl_es_fr_pt-BR.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
intl_hi_ru.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
intl_ko_th_vi.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
key_silk_cases.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
peacekeeper_render.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
peacekeeper_string.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
intl_ja_zh.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
peacekeeper_html5.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
top_10_mobile.json | 2 "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.", 3 "archives": {
|
/external/chromium_org/native_client_sdk/src/build_tools/json/ |
naclsdk_manifest0.json | 4 "archives": [
|
naclsdk_manifest.json | 9 "archives": [ 43 "archives": [ 61 "archives": [ 95 "archives": [ 129 "archives": [ 163 "archives": [
|
/external/chromium_org/third_party/WebKit/ |
.gitattributes | 5 # Exclude these git specific files from archives created via git-archive.
|
/frameworks/base/docs/html/sdk/ |
older_releases.jd | 1 page.title=SDK Archives 51 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.6_r1.zip">android-sdk- 61 href="{@docRoot}sdk/download.html?v=archives/android-sdk-mac_x86-1.6_r1.zip">android-sdk- 71 href="{@docRoot}sdk/download.html?v=archives/android-sdk-linux_x86-1.6_r1.tgz">android- 96 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.5_r3.zip">android-sdk- 106 href="{@docRoot}sdk/download.html?v=archives/android-sdk-mac_x86-1.5_r3.zip">android-sdk- 116 href="{@docRoot}sdk/download.html?v=archives/android-sdk-linux_x86-1.5_r3.zip">android- 141 href="{@docRoot}sdk/download.html?v=archives/android-sdk-windows-1.1_r1.zip">android-sdk- 152 href="{@docRoot}sdk/download.html?v=archives/android-sdk-mac_x86-1.1_r1.zip">android-sdk- 163 href="{@docRoot}sdk/download.html?v=archives/android-sdk-linux_x86-1.1_r1.zip">android [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/ |
README.txt | 12 http://weblogs.macromedia.com/pmartin/archives/2007/09/flexunit_for_an_2.cfm
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
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]
|
/external/zlib/src/contrib/minizip/ |
minizip.1 | 16 minizip - create ZIP archives 23 is a simple tool which allows the creation of compressed file archives
|
/frameworks/base/tests/LegacyRestoreTest/ |
README | 17 These archives can be used as an ongoing test to verify that historical encrypted 18 archives from various points in Android's history can be successfully restored.
|
/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...] |
/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/web/ |
manifest.html | 117 var archives = data[i].archives; 118 for (var k = 0; k < archives.length; ++k) { 119 if (columns[j] == archives[k].host_os) { 120 var url = archives[k].url;
|
/frameworks/support/v13/ |
build.gradle | 92 archives jar 93 archives sourcesJar 94 archives javadocJar
|