| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:41442:41443 pt:CX"> 6 <assertion id="2" tag="ref:XSH6:41443:41444 pt:CX"> 11 <assertion id="3" tag="ref:XSH6:41444:41445 pt:CX"> 14 <assertion id="4" tag="ref:XSH6:41446:41447 pt:CX"> 18 <assertion id="5" tag="ref:XSH6:41449:41450 pt:CX"> 19 If the SA_SIGINFO flag is cleared in the sa_flags field of the sigaction 23 <assertion id="6" tag="ref:XSH6:41450:41453 pt:XSI,RTS"> 24 If the SA_SIGINFO flag is set in the sa_flags field, and the implementation 28 <assertion id="7" tag="ref:XSH6:41453:41455 pt:CX"> 32 of the thread before the signal-catching function is invoked. [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:25736:25740 pt:MSG"> 14 <assertion id="2" tag="ref:XSH6:25740:25746 pt:MSG"> 17 - If the first letter of name is "/" then any other process calling the 20 - If the first letter of name is not "/" the behavior is implementation 22 - How other "/"s in name are interpreted is implementation-defined. 24 <assertion id="3" tag="ref:XSH6:25747:25748 pt:MSG"> 28 <assertion id="4" tag="ref:XSH6:25749:25750 pt:MSG"> 32 <assertion id="5" tag="ref:XSH6:25751:25753 pt:MSG"> 37 <assertion id="6" tag="ref:XSH6:25754:25755 ref:XSH6:25768:25768 pt:MSG"> 38 oflag is a bitwise-inclusive OR of: [all …]
|
| /third_party/skia/m133/infra/bots/task_drivers/push_apps_from_skia_image/ |
| D | push_apps_from_skia_image.go | 3 // Use of this source code is governed by a BSD-style license that can be 7 // gcr.io/skia-public/skia-release image. It then issues a PubSub notification to have those apps 14 "flag" 40 projectId = flag.String("project_id", "", "ID of the Google Cloud project.") 41 taskId = flag.String("task_id", "", "ID of this task.") 42 taskName = flag.String("task_name", "", "Name of the task.") 43 workdir = flag.String("workdir", ".", "Working directory") 44 …infraRevision = flag.String("infra_revision", "origin/main", "Specifies which revision of the infr… 49 local = flag.Bool("local", false, "True if running locally (as opposed to on the bots)") 50 …output = flag.String("o", "", "If provided, dump a JSON blob of step data to the given file. Print… [all …]
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| D | sfwoff2.c | 7 * Copyright (C) 2019-2021 by 91 FT_Memory memory = stream->memory; in stream_close() 94 FT_FREE( stream->base ); in stream_close() 96 stream->size = 0; in stream_close() 97 stream->base = NULL; in stream_close() 98 stream->close = NULL; in stream_close() 109 FT_Tag tag1 = table1->Tag; in compare_tags() 110 FT_Tag tag2 = table2->Tag; in compare_tags() 116 return -1; in compare_tags() 268 pad_bytes = ROUND4( dest_offset ) - dest_offset; in pad4() [all …]
|
| /third_party/openssl/crypto/ |
| D | der_writer.c | 2 * Copyright 2020-2022 The OpenSSL Project Authors. All Rights Reserved. 16 static int int_start_context(WPACKET *pkt, int tag) in int_start_context() argument 18 if (tag < 0) in int_start_context() 20 if (!ossl_assert(tag <= 30)) in int_start_context() 25 static int int_end_context(WPACKET *pkt, int tag) in int_end_context() argument 28 * If someone set the flag WPACKET_FLAGS_ABANDON_ON_ZERO_LENGTH on this in int_end_context() 29 * sub-packet and this sub-packet has nothing written to it, the DER length in int_end_context() 32 * anything was written, and only write our tag if it has. in int_end_context() 37 if (tag < 0) in int_end_context() 39 if (!ossl_assert(tag <= 30)) in int_end_context() [all …]
|
| /third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
| D | alts_iovec_record_protocol.h | 9 // http://www.apache.org/licenses/LICENSE-2.0 37 // An implementation of alts record protocol. The API is thread-compatible. 49 /// This method gets the length of record protocol frame tag. 51 ///- rp: an alts_iovec_record_protocol instance. 53 /// On success, the method returns the length of record protocol frame tag. 63 ///- rp: an alts_iovec_record_protocol instance. 64 ///- max_protected_frame_size: maximum protected frame size. 73 /// This method performs integrity-only protect operation on a 74 /// alts_iovec_record_protocol instance, i.e., compute frame header and tag. The 75 /// caller needs to allocate the memory for header and tag prior to calling this [all …]
|
| /third_party/openhitls/pki/x509_crl/src/ |
| D | hitls_x509_crl.c | 11 * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, 85 uint8_t tag = *(uint8_t *) data; in HITLS_X509_CrlTagGetOrCheck() local 86 if ((tag == BSL_ASN1_TAG_UTCTIME) || (tag == BSL_ASN1_TAG_GENERALIZEDTIME)) { in HITLS_X509_CrlTagGetOrCheck() 87 *(uint8_t *) expVal = tag; in HITLS_X509_CrlTagGetOrCheck() 94 BslOidString oidStr = {param->len, (char *)param->buff, 0}; in HITLS_X509_CrlTagGetOrCheck() 122 BSL_SAL_AtomicDownReferences(&(crl->references), &ret); in HITLS_X509_CrlFree() 126 if ((crl->flag & HITLS_X509_CRL_GEN_FLAG) != 0) { in HITLS_X509_CrlFree() 127 BSL_LIST_FREE(crl->tbs.issuerName, (BSL_LIST_PFUNC_FREE)HITLS_X509_FreeNameNode); in HITLS_X509_CrlFree() 128 BSL_SAL_FREE(crl->tbs.tbsRawData); in HITLS_X509_CrlFree() 129 BSL_SAL_FREE(crl->signature.buff); in HITLS_X509_CrlFree() [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:25180:25190"> 8 <assertion id="2" tag="ref:XSH6:25191:25196"> 10 POSIX_TYPED_MEM_ALLOCATE flag or the POSIX_TYPED_MEM_ALLOCATE_CONTIG 11 flag, the memory object to be mapped shall be that portion of the typed memory object allocated. 14 <assertion id="3" tag="ref:XSH6:25197:25199"> 19 <assertion id="4" tag="ref:XSH6:25203:25204"> 24 <assertion id="5" tag="ref:XSH6:25206:25216"> 25 The prot shall be either PROT_NONE or the bitwise- 33 <assertion id="6" tag="ref:XSH6:25217:25226"> 38 PROT_NONE, PROT_READ, PROT_WRITE, and the bitwise-inclusive OR of PROT_READ and [all …]
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/ |
| D | assertions.xml | 2 <assertion id="1" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 4 space of a process to be memory-resident until unlocked or until the process 7 <assertion id="2" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 8 The flags argument is constructed from the bitwise-inclusive OR of one or 13 <assertion id="3" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 14 When the MCL_CURRENT flag is set, mlockall lock all of the pages currently 17 <assertion id="4" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 18 When the MCL_FUTURE flag is set, mlockall lock all of the pages that become 22 <assertion id="5" tag="ref:XSH6:{System Interfaces:mlockall:DESCRIPTION}"> 25 available physical memory or any other implementation-defined limit, the [all …]
|
| /third_party/gn/src/gn/ |
| D | xml_element_writer.h | 2 // Use of this source code is governed by a BSD-style license that can be 15 // Vector of XML attribute key-value pairs. 27 // handles XML file formatting in order to produce human-readable document. 33 const std::string& tag, 37 const std::string& tag, 45 const std::string& tag, 49 // Ends XML element. All sub-elements should be ended at this point. 55 // Starts new XML sub-element. Caller must ensure that parent element outlives 57 std::unique_ptr<XmlElementWriter> SubElement(const std::string& tag); 58 std::unique_ptr<XmlElementWriter> SubElement(const std::string& tag, [all …]
|
| /third_party/skia/src/gpu/ |
| D | GrGpuResource.h | 4 * Use of this source code is governed by a BSD-style license that can be 27 * Separated out as a base class to isolate the ref-cnting behavior and provide friendship without 41 SkASSERT(this->getRefCnt() > 0); in ref() 53 SkASSERT(this->getRefCnt() > 0); in unref() 54 if (1 == fRefCnt.fetch_add(-1, std::memory_order_acq_rel)) { in unref() 55 this->notifyWillBeZero(LastRemovedRef::kMainRef); in unref() 65 SkASSERT(!this->hasNoCommandBufferUsages()); in removeCommandBufferUsage() 66 if (1 == fCommandBufferUsageCnt.fetch_add(-1, std::memory_order_acq_rel)) { in removeCommandBufferUsage() 67 this->notifyWillBeZero(LastRemovedRef::kCommandBufferUsage); in removeCommandBufferUsage() 72 int32_t testingOnly_getRefCnt() const { return this->getRefCnt(); } in testingOnly_getRefCnt() [all …]
|
| /third_party/icu/icu4c/source/i18n/ |
| D | collation.h | 5 * Copyright (C) 2010-2015, International Business Machines 26 * Data structures except for expansion tables store 32-bit CEs which are 27 * either specials (see tags below) or are compact forms of 64-bit CEs. 39 * Merge-sort-key separator. 40 * Same as the unique primary and identical-level weights of U+FFFE. 87 * We want a 3-byte primary so that it fits into the root elements table. 89 * This 3-byte primary will not collide with 90 * any unassigned-implicit 4-byte primaries because 100 // CE32 value for U+FFFD as well as illegal UTF-8 byte sequences (which behave like U+FFFD). 101 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+). [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/i18n/ |
| D | collation.h | 5 * Copyright (C) 2010-2015, International Business Machines 26 * Data structures except for expansion tables store 32-bit CEs which are 27 * either specials (see tags below) or are compact forms of 64-bit CEs. 39 * Merge-sort-key separator. 40 * Same as the unique primary and identical-level weights of U+FFFE. 87 * We want a 3-byte primary so that it fits into the root elements table. 89 * This 3-byte primary will not collide with 90 * any unassigned-implicit 4-byte primaries because 100 // CE32 value for U+FFFD as well as illegal UTF-8 byte sequences (which behave like U+FFFD). 101 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+). [all …]
|
| /third_party/skia/m133/src/gpu/ganesh/ |
| D | GrGpuResource.h | 4 * Use of this source code is governed by a BSD-style license that can be 40 * Separated out as a base class to isolate the ref-cnting behavior and provide friendship without 54 SkASSERT(this->getRefCnt() > 0); in ref() 66 SkASSERT(this->getRefCnt() > 0); in unref() 67 if (1 == fRefCnt.fetch_add(-1, std::memory_order_acq_rel)) { in unref() 68 this->notifyWillBeZero(LastRemovedRef::kMainRef); in unref() 78 SkASSERT(!this->hasNoCommandBufferUsages()); in unrefCommandBuffer() 79 if (1 == fCommandBufferUsageCnt.fetch_add(-1, std::memory_order_acq_rel)) { in unrefCommandBuffer() 80 this->notifyWillBeZero(LastRemovedRef::kCommandBufferUsage); in unrefCommandBuffer() 85 int32_t testingOnly_getRefCnt() const { return this->getRefCnt(); } in testingOnly_getRefCnt() [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | collation.h | 5 * Copyright (C) 2010-2015, International Business Machines 26 * Data structures except for expansion tables store 32-bit CEs which are 27 * either specials (see tags below) or are compact forms of 64-bit CEs. 39 * Merge-sort-key separator. 40 * Same as the unique primary and identical-level weights of U+FFFE. 87 * We want a 3-byte primary so that it fits into the root elements table. 89 * This 3-byte primary will not collide with 90 * any unassigned-implicit 4-byte primaries because 100 // CE32 value for U+FFFD as well as illegal UTF-8 byte sequences (which behave like U+FFFD). 101 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+). [all …]
|
| /third_party/rust/crates/bindgen/.github/workflows/ |
| D | release.yml | 1 # Copyright 2022-2023, axodotdev 2 # SPDX-License-Identifier: MIT or Apache-2.0 6 # * checks for a Git Tag that looks like a release 7 # * builds artifacts with cargo-dist (archives, installers, hashes) 19 # This task will run whenever you push a git tag that looks like a version 20 # like "1.0.0", "v0.1.0-prerelease.1", "my-app/0.1.0", "releases/v1.0.0", etc. 23 # must be a Cargo-style SemVer Version (must have at least major.minor.patch). 26 # package (erroring out if it doesn't have the given version or isn't cargo-dist-able). 29 # (cargo-dist-able) packages in the workspace with that version (this mode is 30 # intended for workspaces with only one dist-able package, or with all dist-able [all …]
|
| /third_party/mesa3d/src/panfrost/compiler/valhall/ |
| D | valhall.py | 1 #encoding=utf-8 62 if child.tag == 'value': 65 elif child.tag == 'reserved': 92 def Flag(name, start): function 115 self.offset['neg'] = 32 + 2 + ((2 - index) * 2) 116 self.offset['abs'] = 33 + 2 + ((2 - index) * 2) 130 self.offset['swizzle'] = 24 + ((2 - index) * 2) 191 # Message-passing instruction <===> not ALU instruction 280 # 64-bit sources in a 32-bit (message) instruction count as two slots 301 if (mod.tag in MODIFIERS) and not (mod.attrib.get('pseudo', False)): [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | hq_hqa.c | 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 55 uint8_t *p = pic->data[plane] + x; in put_blocks() 57 c->hqhqadsp.idct_put(p + y * pic->linesize[plane], in put_blocks() 58 pic->linesize[plane] << ilace, block0); in put_blocks() 59 c->hqhqadsp.idct_put(p + (y + (ilace ? 1 : 8)) * pic->linesize[plane], in put_blocks() 60 pic->linesize[plane] << ilace, block1); in put_blocks() 80 val = get_vlc2(gb, c->hq_ac_vlc.table, 9, 2); in hq_decode_block() 97 int qgroup, flag; in hq_decode_mb() local 101 flag = get_bits1(gb); in hq_decode_mb() 104 ret = hq_decode_block(c, gb, c->block[i], qgroup, i >= 4, 0); in hq_decode_mb() [all …]
|
| /third_party/openhitls/pki/x509_common/src/ |
| D | hitls_x509_attrs.c | 11 * EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, 32 * RFC 2985: section-5.4.2 36 * ID pkcs-9-at-extensionRequest 62 attrs->list = BSL_LIST_New(sizeof(HITLS_X509_AttrEntry *)); in HITLS_X509_AttrsNew() 63 if (attrs->list == NULL) { in HITLS_X509_AttrsNew() 68 attrs->flag = HITLS_X509_ATTRS_GEN_FLAG; in HITLS_X509_AttrsNew() 82 BSL_LIST_FREE(attrs->list, (BSL_LIST_PFUNC_FREE)freeItem); in HITLS_X509_AttrsFree() 87 if ((attrs->flag & HITLS_X509_ATTRS_PARSE_FLAG) != 0) { in HITLS_X509_AttrsFree() 88 BSL_LIST_FREE(attrs->list, NULL); in HITLS_X509_AttrsFree() 90 BSL_LIST_FREE(attrs->list, (BSL_LIST_PFUNC_FREE)HITLS_X509_AttrEntryFree); in HITLS_X509_AttrsFree() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
| D | NaClBitcodeHeader.h | 1 //===-- llvm/Bitcode/NaCl/NaClBitcodeHeader.h - ----------------*- C++ -*-===// 9 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 28 // Class representing a variable-size metadata field in the bitcode header. 29 // Also contains the list of known (typed) Tag IDs. 32 // variable-length data subfield 45 } Tag; typedef 54 // Defines the number of bytes in a (32-bit) word. 63 // Creates a header field where MyID is a flag. 64 NaClBitcodeHeaderField(Tag MyID); [all …]
|
| /third_party/libedit/doc/ |
| D | editline.3.roff | 3 .\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc. 194 The wide-character functions behave the same way as their narrow 198 .Bl -tag -width 4n 243 is set to \-1 and 261 Returns 1 if a valid character was read, 0 on end of file, or \-1 on 270 and return 0 on end of file or \-1 on failure. 271 If the wide character can be represented as a single-byte character, 280 and return \-1. 282 locale, including UTF-8, this is rarely useful. 320 \-1 if the command is unknown, [all …]
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| D | AudioOutputTester.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 36 Log.i(TapToToneActivity.TAG, "create OboeAudioOutputStream ---------"); in AudioOutputTester() 45 Log.i(TapToToneActivity.TAG, "setToneType(" + index + ")"); in setToneType() 49 public void setEnabled(boolean flag) { in setEnabled() argument 50 mOboeAudioOutputStream.setToneEnabled(flag); in setEnabled()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
| D | Collation.java | 6 * Copyright (C) 2010-2015, International Business Machines 20 * Data structures except for expansion tables store 32-bit CEs which are 21 * either specials (see tags below) or are compact forms of 64-bit CEs. 28 public static final int SENTINEL_CP = -1; 32 public static final int LESS = -1; 44 * Merge-sort-key separator. 45 * Same as the unique primary and identical-level weights of U+FFFE. 92 * We want a 3-byte primary so that it fits into the root elements table. 94 * This 3-byte primary will not collide with 95 * any unassigned-implicit 4-byte primaries because [all …]
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| D | Collation.java | 5 * Copyright (C) 2010-2015, International Business Machines 19 * Data structures except for expansion tables store 32-bit CEs which are 20 * either specials (see tags below) or are compact forms of 64-bit CEs. 26 public static final int SENTINEL_CP = -1; 30 public static final int LESS = -1; 42 * Merge-sort-key separator. 43 * Same as the unique primary and identical-level weights of U+FFFE. 90 * We want a 3-byte primary so that it fits into the root elements table. 92 * This 3-byte primary will not collide with 93 * any unassigned-implicit 4-byte primaries because [all …]
|
| /third_party/parse5/test/data/huge-page/ |
| D | huge-page.html | 2 <!DOCTYPE html><html class=split data-revision="$Revision: 8844 $" lang=en-GB-x-hixie><title>HTML S… 4 var current_revision = "r" + document.documentElement.getAttribute('data-revision').substr(11); 5 current_revision = current_revision.substr(0, current_revision.length - 2); 130 if (location.search == '?slow-browser') 139 …document.getElementsByTagName('h2')[0].textContent += '; load: ' + (new Date() - loadTimer) + 'ms'; 161 .bad, .bad *:not(.X\58X) { color: gray; border-color: gray; background: transparent; } 162 #updatesStatus { display: none; z-index: 10; } 163 …ht: 1em; top: 1em; padding: 0.5em; font: bold small sans-serif; min-width: 25em; width: 30%; max-w… 164 div.head .logo { width: 11em; margin-bottom: 20em; } 166 …-index: 20; top: auto; right: 0; width: 11em; padding: 0 0.5em 0 0.5em; font-size: small; backgrou… [all …]
|