| /third_party/rust/crates/rustix/.github/workflows/ |
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/icu/docs/userguide/ |
| D | design.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 34 2. [Data-driven services](#data-driven-services) 35 3. [ICU threading models and the open and close model](#icu-threading-model-and-open-and-close-mode… 36 4. [Cloning customization](#cloning-customization) 37 5. [Error handling](#error-handling) [all …]
|
| D | posix.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 23 ## Migration from Standard C and POSIX APIs 25 The ISO C and POSIX standards define a number of APIs for string handling and 27 initially designed before Unicode/ISO 10646 were developed, and the POSIX APIs 30 This chapter discusses C/POSIX APIs with their problems, and shows which ICU [all …]
|
| /third_party/rust/crates/rustix/ |
| D | CONTRIBUTING.md | 9 features. A special feature, `all-apis` enables all APIs, which is useful 13 cargo test --features=all-apis 18 enable the `use-libc` feature: 21 cargo test --features=all-apis,use-libc 26 getting all the `cfg`s lined up to get everything compiling on all the
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_KHR_external_memory.txt | 1 // Copyright 2016-2021 The Khronos Group, Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 10 2016-10-20 14 - Interacts with `apiext:VK_KHR_dedicated_allocation`. 15 - Interacts with `apiext:VK_NV_dedicated_allocation`. 16 - Promoted to Vulkan 1.1 Core 18 - Jason Ekstrand, Intel 19 - Ian Elliot, Google 20 - Jesse Hall, Google 21 - Tobias Hector, Imagination Technologies [all …]
|
| D | VK_KHR_external_memory.adoc | 1 // Copyright 2016-2022 The Khronos Group Inc. 3 // SPDX-License-Identifier: CC-BY-4.0 10 2016-10-20 14 - Interacts with `apiext:VK_KHR_dedicated_allocation`. 15 - Interacts with `apiext:VK_NV_dedicated_allocation`. 16 - Promoted to Vulkan 1.1 Core 18 - Jason Ekstrand, Intel 19 - Ian Elliott, Google 20 - Jesse Hall, Google 21 - Tobias Hector, Imagination Technologies [all …]
|
| /third_party/EGL/extensions/KHR/ |
| D | EGL_KHR_image_base.txt | 27 Copyright (c) 2008-2013 The Khronos Group Inc. Copyright terms at 59 sharing 2D arrays of image data between client APIs, the EGLImage. 63 the application and associated client APIs. 68 client APIs, presumably a 2D array of image data 70 EGLImage source: An object or sub-object originally created in 72 in OpenGL-ES, or a VGImage in OpenVG) which is used as 76 texture object in OpenGL-ES or a VGImage in OpenVG) 77 from a previously-created EGLImage 79 EGLImage sibling: The set of all EGLImage targets (in all 104 * target resources (inside client APIs). [all …]
|
| /third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
| D | EGL_KHR_image_base.txt | 27 Copyright (c) 2008-2013 The Khronos Group Inc. Copyright terms at 59 sharing 2D arrays of image data between client APIs, the EGLImage. 63 the application and associated client APIs. 68 client APIs, presumably a 2D array of image data 70 EGLImage source: An object or sub-object originally created in 72 in OpenGL-ES, or a VGImage in OpenVG) which is used as 76 texture object in OpenGL-ES or a VGImage in OpenVG) 77 from a previously-created EGLImage 79 EGLImage sibling: The set of all EGLImage targets (in all 104 * target resources (inside client APIs). [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.crypto-apis.md | 1 # Lws Crypto Apis 5  10 backends... it's as simple as rebuilding lws with `-DLWS_WITH_MBEDTLS=0` 18 The `JW` apis use the generic apis (`lws_genrsa_`, etc) to get the crypto tasks 19 done, so anything they can do you can also get done using the generic apis. 20 The main difference is that with the generic apis, you must instantiate the 21 correct types and use type-specfic apis. With the `JW` apis, there is only 22 one interface for all operations, with the details hidden in the api and 25 Because of this, the `JW` apis are often preferred because they give you 35 - SHA1 [all …]
|
| D | README.jwt.md | 6 and JWT validation. All of the common algorithms like ES512 are supported 7 along with JWK generation and handling apis. 9 The build options needed are `-DLWS_WITH_JOSE=1` `-DLWS_WITH_GENCRYPTO=1`. 11 Underlying JOSE primitives are exposed as apis, some JWT specific primitives 12 and finally a JWT-via http cookie level creation apis each building on top of 15 The higher level APIs are provided additionally because they have the most 17 not using the latest cookie security options; the provided APIs handle that 18 centrally for you. If your needs vary from what the higher level apis are 19 doing, you can cut-and-paste out those implementations and create your own 20 using the public lower level apis. [all …]
|
| D | README.cmake.md | 6 asserting the state of something like `-DMY_OPTION=1`, then the last way it was 8 very advisable to explicitly keep all your options and set them all on one cmake 21 Lws makes use of various CMake features to figure out what apis your libraries 22 offer, eg, OpenSSL has many different apis based on version, lws knows how to 23 work around most of the changes, but to do it it must find out what apis are 29 to figure out if we can use `xxx` or need to do a workaround at build-time. 36 When this happens, cmake indicates that apis that must be available are not available...
|
| /third_party/mbedtls/docs/ |
| D | use-psa-crypto.md | 1 This document describes the compile-time configuration option 9 ------------------- 11 Compile-time: enabling `MBEDTLS_USE_PSA_CRYPTO` requires 20 time. Said otherwise, these APIs are explicitly excluded from the usual API 23 New APIs / API extensions 24 ------------------------- 26 Some of these APIs are meant for the application to use in place of 27 pre-existing APIs, in order to get access to the benefits; in the sub-sections 28 below these are indicated by "Use in (X.509 and) TLS: opt-in", meaning that 32 Some of these APIs are mostly meant for internal use by the TLS (and X.509) [all …]
|
| /third_party/rust/crates/clap/src/ |
| D | _faq.rs | 4 //! 1. [How does `clap` compare to structopt?](#how-does-clap-compare-to-structopt) 5 …2. [What are some reasons to use `clap`? (The Pitch)](#what-are-some-reasons-to-use-clap-the-pitch) 6 …me reasons *not* to use `clap`? (The Anti Pitch)](#what-are-some-reasons-not-to-use-clap-the-anti-… 7 //! 4. [Reasons to use `clap`](#reasons-to-use-clap) 8 … [How many approaches are there to create a parser?](#how-many-approaches-are-there-to-create-a-pa… 9 //! 3. [When should I use the builder vs derive APIs?](#when-should-i-use-the-builder-vs-derive-api… 10 //! 4. [Why is there a default subcommand of help?](#why-is-there-a-default-subcommand-of-help) 15 //! in a critical or harsh manner. All the argument parsing libraries out there (to 17 //! comes down to personal taste when all other factors are equal. When in doubt, 18 //! try them all and pick one that you enjoy :). There's plenty of room in the Rust [all …]
|
| /third_party/libwebsockets/ |
| D | changelog | 2 --------- 7 - Add full CBOR stream parsing and writing support, with huge 8 amount of test vectors and resumable printf type write apis 9 See ./READMEs/README.cbor-lecp.md 10 - Add COSE key and signing / validation support with huge amount of 14 See ./READMEs/README.cbor-cose.md 15 - JIT Trust: for constrained devices, provides a way to determine the 19 See ./READMEs/README.jit-trust.md 20 - Add support for client Netscape cookie jar with caching 21 - Secure Streams: issue LWSSSCS_EVENT_WAIT_CANCELLED state() when [all …]
|
| /third_party/icu/docs/userguide/dev/ |
| D | codingguidelines.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 59 } else if(pBiDi==NULL || (length=pBiDi->length)<=0) { 72 Note: *Callers* (as opposed to implementers) of ICU APIs can simplify their code 94 return 0; // or calling UErrorCode-less 103 UnicodeString result = ((PluralRules*)uplrules)->select(number); [all …]
|
| /third_party/flutter/flutter/packages/flutter_test/test/ |
| D | test_async_utils_test.dart | 1 // Copyright 2016 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style license that can be 13 // out of its way to check that we're not leaking APIs and the whole point 14 // of this test is to see how we handle leaking APIs. 38 test('TestAsyncUtils - one class', () async { 48 real_test.expect(lines[1], 'You must use "await" with all Future-returning test APIs.'); 49 …d "testGuard1" from class TestAPI was called from .*test_async_utils_test.dart on line [0-9]+\.')); 50 …ethod \(also from class TestAPI\) was called from .*test_async_utils_test.dart on line [0-9]+\.')); 60 test('TestAsyncUtils - two classes, all callers in superclass', () async { 70 real_test.expect(lines[1], 'You must use "await" with all Future-returning test APIs.'); [all …]
|
| /third_party/flutter/engine/flutter/tools/android_lint/ |
| D | lint.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 4 <!-- The NewApi lint also catches the usage of Java 8 APIs. The engine 5 relies on being built with backwards support for Java 8 APIs enabled. BE 6 CAREFUL ADDING TO THIS LIST. Not all Java 8 APIs are backwards 7 compatible all the way back to API 16. See 8 https://developer.android.com/studio/write/java8-support.html#supported_features --> 9 <ignore regexp="^Try-with-resources requires API level 19"/>
|
| /third_party/openGLES/ |
| D | README.adoc | 1 // Copyright 2017-2021 The Khronos Group Inc. 2 // SPDX-License-Identifier: CC-BY-4.0 4 = OpenGL-Registry 7 == OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry 10 APIs - OpenGL, OpenGL ES, and OpenGL SC. It includes API specifications; 11 specifications of Khronos- and vendor-approved extensions; header files 16 the KhronosGroup/OpenGL-Refpages repository. 21 change the Registry, propose a pull request against the OpenGL-Registry 33 The OpenGL-Registry repository isn't the right place to report problems with 37 the https://github.com/KhronosGroup/OpenGL-API repository. [all …]
|
| /third_party/skia/third_party/externals/opengl-registry/ |
| D | README.adoc | 1 = OpenGL-Registry 4 == OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry 7 APIs - OpenGL, OpenGL ES, and OpenGL SC. It includes API specifications; 8 specifications of Khronos- and vendor-approved extensions; header files 13 the KhronosGroup/OpenGL-Refpages repository. 18 change the Registry, propose a pull request against the OpenGL-Registry 30 The OpenGL-Registry repository isn't the right place to report problems with 34 the https://github.com/KhronosGroup/OpenGL-API repository. 37 tracker in the https://github.com/KhronosGroup/OpenGL-GLSL repository. 44 OpenGL-Registry issue tracker. [all …]
|
| /third_party/icu/docs/userguide/strings/ |
| D | utf-8.md | 1 --- 3 title: UTF-8 6 --- 7 <!-- 10 --> 12 # UTF-8 14 *Note: This page is only relevant for C/C++. In Java, all strings are encoded in 15 UTF-16, except for conversion from bytes to strings (via InputStreamReader or 18 While most of ICU works with UTF-16 strings and uses data structures optimized 19 for UTF-16, there are APIs that facilitate working with UTF-8, or are optimized [all …]
|
| /third_party/rust/crates/cxx/syntax/ |
| D | types.rs | 16 pub all: OrderedSet<&'a Type>, field 31 pub fn collect(cx: &mut Errors, apis: &'a [Api]) -> Self { in collect() 32 let mut all = OrderedSet::new(); in collect() localVariable 44 fn visit<'a>(all: &mut OrderedSet<&'a Type>, ty: &'a Type) { in collect() 54 CollectTypes(all).visit_type(ty); in collect() 63 for api in apis { in collect() 69 // All other cases of duplicate identifiers are reported as an error. in collect() 86 visit(&mut all, &field.ty); in collect() 93 all.insert(repr_type); in collect() 95 #[cfg(feature = "experimental-enum-variants-from-header")] in collect() [all …]
|
| /third_party/icu/docs/userguide/collation/ |
| D | string-search.md | 1 --- 6 --- 7 <!-- 10 --> 16 {: .no_toc .text-delta } 21 --- 30 Therefore, a string search algorithm that is language-aware has become more 32 (C++) or `String.indexOf` (Java) APIs will not yield the correct result specific 33 to a particular language's requirements. The APIs will not yield the correct 34 result because all the issues that are important to language-sensitive collation [all …]
|
| /third_party/libwebsockets/include/libwebsockets/ |
| D | lws-genrsa.h | 2 * libwebsockets - small server side websockets and web server implementation 4 * Copyright (C) 2010 - 2019 Andy Green <andy@warmcat.com> 14 * all copies or substantial portions of the Software. 36 /* include/libwebsockets/lws-jwk.h must be included before this */ 57 /** lws_genrsa_public_decrypt_create() - Create RSA public decrypt context 64 * used in OAEP mode - normally, SHA1 74 * This and related APIs operate identically with OpenSSL or mbedTLS backends. 82 /** lws_genrsa_destroy_elements() - Free allocations in genrsa_elements 87 * where the elements are allocated on the heap, it frees any non-NULL 90 * NB: lws_genrsa_public_... apis do not need this as they take care of the key [all …]
|
| /third_party/openssl/ssl/ |
| D | tls_depr.c | 2 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 10 /* We need to use some engine and HMAC deprecated APIs */ 17 * Engine APIs are only used to support applications that still use ENGINEs. 18 * Once ENGINE is removed completely, all of this code can also be removed. 69 return ENGINE_load_ssl_client_cert(s->ctx->client_cert_engine, s, in tls_engine_load_ssl_client_cert() 87 ctx->client_cert_engine = e; in SSL_CTX_set_client_cert_engine() 93 * The HMAC APIs below are only used to support the deprecated public API 97 * SSL_CTX_set_tlsext_ticket_key_cb() is removed, then all of this code can also 103 ret->old_ctx = HMAC_CTX_new(); in ssl_hmac_old_new() 104 if (ret->old_ctx == NULL) in ssl_hmac_old_new() [all …]
|
| /third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
| D | ctest.h | 6 * Copyright (C) 1996-2013, International Business Machines 7 * Corporation and others. All Rights Reserved. 103 #define DECREMENT_OPTION_VALUE -99 110 * @internal Internal APIs for testing purpose only 120 * @internal Internal APIs for testing purpose only 126 * Show the names of all nodes. 129 * @internal Internal APIs for testing purpose only 138 * @internal Internal APIs for testing purpose only 153 * @internal Internal APIs for testing purpose only 164 * @internal Internal APIs for testing purpose only [all …]
|