/aosp_15_r20/external/aws-sdk-java-v2/changelogs/ |
H A D | 2.8.x-CHANGELOG.md | 1 # __2.8.7__ __2019-09-12__ 3 - ### Features 4 …- AWS Elemental MediaLive now supports High Efficiency Video Coding (HEVC) for standard-definition… 7 - ### Features 8 - Fix for FleetActivityStatus and FleetStateCode enum 11 - ### Features 12 … - This release allows customers to access email messages as they flow to and from Amazon WorkMail. 15 - ### Features 16 …- Documentation updates for elasticloadbalancingv2: This release adds support for TLS SNI on Netwo… 18 # __2.8.6__ __2019-09-11__ [all …]
|
/aosp_15_r20/external/libxml2/test/valid/dtds/ |
H A D | spec.dtd | 1 <!-- ............................................................... --> 2 <!-- XML specification DTD ......................................... --> 3 <!-- ............................................................... --> 5 <!-- 8 # "-//W3C//DTD Specification::19980323//EN" 13 specifications. It is an XML-compliant DTD based in part on 24 <http://www.w3.org/XML/Group/DTD/xmlspec-report.htm> 38 --> 40 <!-- ............................................................... --> 41 <!-- Entities for characters and symbols ........................... --> [all …]
|
H A D | xmlspec.dtd | 1 <!-- ............................................................... --> 2 <!-- XML specification DTD ......................................... --> 3 <!-- ............................................................... --> 5 <!-- 8 # "-//W3C//DTD Specification::19980521//EN" 9 # "http://www.w3.org/XML/1998/06/xmlspec-19980521.dtd"> 13 specifications. It is an XML-compliant DTD based in part on 24 # <http://www.w3.org/XML/1998/06/xmlspec-report-19980521.htm> 38 --> 40 <!-- ............................................................... --> [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/fuzz/seed_corpus/ |
H A D | 61c137a2d172157a9636a814c7b2e88a3cc16f27 | 1 <!-- ............................................................... --> 2 <!-- XML specification DTD ......................................... --> 3 <!-- ............................................................... --> 5 <!-- 8 # "-//W3C//DTD Specification::19980323//EN" 13 specifications. It is an XML-compliant DTD based in part on 24 <http://www.w3.org/XML/Group/DTD/xmlspec-report.htm> 38 --> 40 <!-- ............................................................... --> 41 <!-- Entities for characters and symbols ........................... --> [all …]
|
H A D | 4082d19ec13578dcd0e426fd90f95292d0fd17ba | 1 <!-- ............................................................... --> 2 <!-- XML specification DTD ......................................... --> 3 <!-- ............................................................... --> 5 <!-- 8 # "-//W3C//DTD Specification::19980521//EN" 9 # "http://www.w3.org/XML/1998/06/xmlspec-19980521.dtd"> 13 specifications. It is an XML-compliant DTD based in part on 24 # <http://www.w3.org/XML/1998/06/xmlspec-report-19980521.htm> 38 --> 40 <!-- ............................................................... --> [all …]
|
/aosp_15_r20/external/apache-xml/test/tests/contrib/xsltc/mk/ |
H A D | spec.dtd | 1 <!-- ............................................................... --> 2 <!-- XML specification DTD ......................................... --> 3 <!-- ............................................................... --> 5 <!-- 8 # "-//W3C//DTD Specification::19980323//EN" 13 specifications. It is an XML-compliant DTD based in part on 24 <http://www.w3.org/XML/Group/DTD/xmlspec-report.htm> 38 --> 40 <!-- ............................................................... --> 41 <!-- Entities for characters and symbols ........................... --> [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/mail/ |
D | message_test.go | 2 // Use of this source code is governed by a BSD-style 27 Date: Fri, 21 Nov 1997 09:55:06 -0600 28 Message-ID: <[email protected]> 37 "Date": []string{"Fri, 21 Nov 1997 09:55:06 -0600"}, 38 "Message-Id": []string{"<[email protected]>"}, 43 // RFC 5965, Appendix B.1, a part of the multipart message (a header-only sub message) 44 in: `Feedback-Type: abuse 45 User-Agent: SomeGenerator/1.0 49 "Feedback-Type": []string{"abuse"}, 50 "User-Agent": []string{"SomeGenerator/1.0"}, [all …]
|
D | message.go | 2 // Use of this source code is governed by a BSD-style 11 - Obsolete address formats are not parsed, including addresses with 13 - The full range of spacing (the CFWS syntax element) is not supported, 15 - No unicode normalization is performed. 16 - A leading From line is permitted, as in mbox format (RFC 4155). 57 hdr, err := readHeader(tp) 58 if err != nil && (err != io.EOF || len(hdr) == 0) { 63 Header: Header(hdr), 126 dows := [...]string{"", "Mon, "} // day-of-week 130 // "-0700 (MST)" is not in RFC 5322, but is common. [all …]
|
/aosp_15_r20/external/blktrace/btreplay/ |
H A D | btreplay.c | 2 * Blktrace replay utility - Play traces back 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 70 * @devnm: Device name -- 'sd*' 120 * @tip: Pointer to per-thread information this IO is associated with 140 static int cpus_to_use = -1; // Number of CPUs to use 154 static int no_stalls = 0; // Boolean: Disable pre-stalls 237 * min - Return minimum of two integers 245 * minl - Return minimum of two longs 253 * usage - Display usage string and version 257 fprintf(stderr, "Usage: btreplay -- version %s\n%s", in usage() [all …]
|
H A D | btrecord.c | 2 * Blktrace record utility - Convert binary trace data into bunches of IOs 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 108 "\t[ -d <dir> : --input-directory=<dir> ] Default: .\n" \ 109 "\t[ -D <dir> : --output-directory=<dir>] Default: .\n" \ 110 "\t[ -F : --find-traces ] Default: Off\n" \ 111 "\t[ -h : --help ] Default: Off\n" \ 112 "\t[ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec\n" \ 113 "\t[ -M <pkts> : --max-pkts=<pkts> ] Default: 8\n" \ 114 "\t[ -o <base> : --output-base=<base> ] Default: replay\n" \ 115 "\t[ -v : --verbose ] Default: Off\n" \ [all …]
|
/aosp_15_r20/external/coreboot/src/drivers/net/ |
H A D | ne2k.c | 2 ETHERBOOT - BOOTP/TFTP Bootstrap Program 9 Copyright (C) 1993-1994, David Greenman, Martin Renters. 16 Multicast support added by Timothy Legge ([email protected]) 09/28/2003 21 RX overrun by Klaus Espenlaub ([email protected]-ulm.de) on 3/10/99 44 #define ETH_MAX_MTU (ETH_FRAME_LEN-ETH_HLEN) 86 while (cnt--) { in eth_pio_write() 112 acc += (c - '0'); in str2ip() 130 acc += (c - '0'); in str2mac() 133 acc += ((c - 'a') + 10); in str2mac() 136 acc += ((c - 'A') + 10); in str2mac() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/.changes/2.8.x/ |
H A D | 2.8.7.json | 3 "date": "2019-09-12", 23 …-definition (SD), high-definition (HD), and ultra-high-definition (UHD) encoding with HDR support.…
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf_probes.c | 1 // SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) 26 * Ubuntu 5.4.0-12.15-generic 5.4.8 57 * utsname::release 4.19.0-22-amd64 58 * utsname::version #1 SMP Debian 4.19.260-1 (2022-09-29) 68 p = strstr(info->version, "Debian "); in get_debian_kernel_version() 143 exp_err = -EINVAL; in probe_prog_load() 152 exp_err = -EINVAL; in probe_prog_load() 159 exp_err = -524; /* -ENOTSUPP */ in probe_prog_load() 188 return -EOPNOTSUPP; in probe_prog_load() 192 err = -errno; in probe_prog_load() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/ |
D | transfer_test.go | 2 // Use of this source code is governed by a BSD-style 22 hdr: true, // force reading the trailer 48 "Transfer-Encoding: chunked\r\n"+ 52 "09\r\n"+ 120 f, err := os.CreateTemp("", "net-http-newfilefunc") 156 name: "file, non-chunked, size set", 164 name: "file, non-chunked, size set, nopCloser wrapped", 175 name: "file, non-chunked, negative size", 178 contentLength: -1, 182 name: "file, non-chunked, CONNECT, negative size", [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/iron-icons/ |
H A D | image-icons.html | 1 <!-- 9 --> 11 <link rel="import" href="../iron-icon/iron-icon.html"> 12 <link rel="import" href="../iron-iconset-svg/iron-iconset-svg.html"> 13 <iron-iconset-svg name="image" size="24"> 15 …-a-photo"><path d="M3 4V1h2v3h3v2H5v3H3V6H0V4h3zm3 6V7h3V4h7l1.83 2H21c1.1 0 2 .9 2 2v12c0 1.1-.9 … 16 …add-to-photos"><path d="M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2… 17 …9 10 10 10 10-4.49 10-10S17.51 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm3… 18 …2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h4l3 3 3-3h4c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-5.12 10.88L12 1… 19 <g id="assistant-photo"><path d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z"/></g> [all …]
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/ |
H A D | SIPHeaderList.java | 14 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT 47 * @version 1.2 $Revision: 1.15 $ $Date: 2005/10/09 18:47:53 49 public abstract class SIPHeaderList<HDR extends SIPHeader> extends SIPHeader implements java.util.L… 55 protected List<HDR> hlist; 57 private Class<HDR> myClass; 65 hlist = new LinkedList<HDR>(); in SIPHeaderList() 76 protected SIPHeaderList(Class<HDR> objclass, String hname) { in SIPHeaderList() 88 public boolean add(HDR objectToAdd) { in add() 89 hlist.add((HDR)objectToAdd); in add() 100 public void addFirst(HDR obj) { in addFirst() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/ |
D | writer_test.go | 2 // Use of this source code is governed by a BSD-style 26 uniqueA = "- " 55 testHeader struct { // WriteHeader(hdr) == wantErr 56 hdr Header 81 // ln -s small.txt link.txt 82 // tar -b 1 --format=ustar -c -f writer.tar small.txt small2.txt link.txt 129 // tar -b 1 -c -f- /tmp/16gig.txt | dd bs=512 count=8 > writer-big.tar 130 file: "testdata/writer-big.tar", 148 // dd if=/dev/zero bs=1G count=16 >> writer-big-long.tar 149 // gnutar -xvf writer-big-long.tar [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 29 self.assertEqual(time2isoz(base), "2002-04-19 14:36:40Z") 30 self.assertEqual(time2isoz(base+day), "2002-04-20 14:36:40Z") 31 self.assertEqual(time2isoz(base+2*day), "2002-04-21 14:36:40Z") 32 self.assertEqual(time2isoz(base+3*day), "2002-04-22 14:36:40Z") 37 self.assertRegex(text, r"^\d{4}-\d\d-\d\d \d\d:\d\d:\d\dZ$", 43 self.assertEqual(time2netscape(base), "Fri, 19-Apr-2002 14:36:40 GMT") 45 "Sat, 20-Apr-2002 14:36:40 GMT") 48 "Sun, 21-Apr-2002 14:36:40 GMT") 51 "Mon, 22-Apr-2002 14:36:40 GMT") 56 # Format "%s, %02d-%s-%04d %02d:%02d:%02d GMT" [all …]
|
/aosp_15_r20/packages/apps/Camera2/res/values-nb/ |
D | strings.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (C) 2007 The Android Open Source Project 8 http://www.apache.org/licenses/LICENSE-2.0 15 --> 49 <string name="mimetype" msgid="6415940055077963944">"MIME-type"</string> 74 …<string name="no_storage" product="default" msgid="5922012950780548098">"Sett inn et SD-kort før d… 75 …<string name="preparing_sd" product="default" msgid="7435693655017362767">"Forbereder SD-kort …"</… 76 …ess_sd_fail" product="default" msgid="2634861611082499811">"Får ikke tilgang til SD-kort."</string> 87 <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) --> 107 <string name="pref_camera_flashmode_title" msgid="8363803841022314574">"Blits-modus"</string> [all …]
|
/aosp_15_r20/packages/apps/Camera2/res/values-sw/ |
D | strings.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- Copyright (C) 2007 The Android Open Source Project 8 http://www.apache.org/licenses/LICENSE-2.0 15 --> 87 <!-- no translation found for pref_camera_timer_sound_default (6225207881203007747) --> 129 <string name="pref_camera_scenemode_entry_hdr_plus" msgid="6759085555519758794">"HDR+"</string> 130 <string name="pref_camera_scenemode_entry_hdr" msgid="3098836808080630955">"HDR"</string> 131 …<string name="pref_camera_scenemode_entry_turn_hdr_plus_on" msgid="1096746750342289067">"HDR+ IMEW… 132 …<string name="pref_camera_scenemode_entry_turn_hdr_plus_off" msgid="2668770361856397834">"HDR+ IME… 133 …<string name="pref_camera_scenemode_entry_turn_hdr_on" msgid="5232394324298489502">"HDR IMEWASHWA"… [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 1 # -*- coding: latin-1 -*- 20 self.assertEqual(time2isoz(base), "2002-04-19 14:36:40Z") 21 self.assertEqual(time2isoz(base+day), "2002-04-20 14:36:40Z") 22 self.assertEqual(time2isoz(base+2*day), "2002-04-21 14:36:40Z") 23 self.assertEqual(time2isoz(base+3*day), "2002-04-22 14:36:40Z") 29 r"^\d{4}-\d\d-\d\d \d\d:\d\d:\d\dZ$", 35 self.assertEqual(time2netscape(base), "Fri, 19-Apr-2002 14:36:40 GMT") 37 "Sat, 20-Apr-2002 14:36:40 GMT") 40 "Sun, 21-Apr-2002 14:36:40 GMT") 43 "Mon, 22-Apr-2002 14:36:40 GMT") [all …]
|
/aosp_15_r20/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | ucode_download.c | 4 * Copyright (C) 1999-2013, Broadcom Corporation 18 * $Id: ucode_download.c 297277 2011-11-18 14:10:09Z $ 41 dload_ptr->flag = (DLOAD_HANDLER_VER << DLOAD_FLAG_VER_SHIFT); in dload_generic_data() 42 dload_ptr->flag |= DL_CRC_NOT_INUSE; in dload_generic_data() 43 dload_ptr->dload_type = dload_type; in dload_generic_data() 44 dload_ptr->len = htod32(len - actual_data_offset); in dload_generic_data() 45 dload_ptr->crc = 0; in dload_generic_data() 47 len = len + 8 - (len%8); in dload_generic_data() 87 ucode_ptr->ucode_type = ucode_type; in dload_ucode_part() 88 ucode_ptr->num_chunks = num_chunks; in dload_ucode_part() [all …]
|
/aosp_15_r20/external/python/setuptools/setuptools/tests/ |
D | test_easy_install.py | 82 '^# EASY-INSTALL-ENTRY-SCRIPT', script, flags=re.MULTILINE) 85 # new option '--no-find-links', that blocks find-links added at 122 path = normalize_path('/setuptools/test/site-packages') 141 name="setuptools-test-unicode", 157 sdist_name = 'setuptools-test-unicode-1.0.zip' 193 name="setuptools-test-unicode", 214 sdist_name = "setuptools-test-unicode-script-1.0.zip" 220 sdist_zip.writestr(filename, content.encode('utf-8')) 246 name="setuptools-test-script", 260 sdist_name = 'setuptools-test-script-1.0.zip' [all …]
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_sub_pic_rc.c | 9 * http://www.apache.org/licenses/LICENSE-2.0 28 * 18/09/2012 112 /* @ brief : Qp deviation of -6 to 6 is mapped */ 131 * Sub-pic RC thread interface function 153 WORD32 i4_frm_id = ps_ctxt->i4_enc_frm_id; in ihevce_sub_pic_rc_in_data() 154 WORD32 i4_br_id = ps_ctxt->i4_bitrate_instance_num; in ihevce_sub_pic_rc_in_data() 155 WORD32 i4_thrd_id = ps_ctxt->thrd_id; in ihevce_sub_pic_rc_in_data() 157 WORD32 i4_is_intra_pic = (ISLICE == ps_ctxt->i1_slice_type); in ihevce_sub_pic_rc_in_data() 162 ps_multi_thrd_ctxt->ai8_nctb_ipe_sad[i4_frm_id][i4_br_id][i4_thrd_id] += in ihevce_sub_pic_rc_in_data() 163 ps_ctb_ipe_analyse->ai4_best_sad_8x8_l1_ipe[j]; in ihevce_sub_pic_rc_in_data() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/ci/ |
H A D | traces-vmware.yml | 2 --- 3 traces-db: 4 download-url: "https://s3.freedesktop.org/mesa-tracie-public/" 7 bgfx/01-cubes.rdc: 8 gl-vmware-llvmpipe: 10 bgfx/02-metaballs.rdc: 11 gl-vmware-llvmpipe: 13 bgfx/03-raymarch.rdc: 14 gl-vmware-llvmpipe: 16 bgfx/04-mesh.rdc: [all …]
|