| /third_party/node/deps/v8/src/compiler/ |
| D | access-builder.h | 18 // This access builder provides a set of static methods constructing commonly 27 // Provides access to an IntPtr field identified by an external reference. in NON_EXPORTED_BASE() 33 // Provides access to HeapObject::map() field. in NON_EXPORTED_BASE() 36 // Provides access to HeapNumber::value() field. in NON_EXPORTED_BASE() 39 // Provides access to BigInt's bit field. in NON_EXPORTED_BASE() 42 // Provides access to BigInt's 32 bit padding that is placed after the in NON_EXPORTED_BASE() 47 // Provides access to BigInt's least significant digit on 64 bit in NON_EXPORTED_BASE() 51 // Provides access to JSObject::properties() field. in NON_EXPORTED_BASE() 54 // Provides access to JSObject::properties() field for known pointers. in NON_EXPORTED_BASE() 57 // Provides access to JSObject::elements() field. in NON_EXPORTED_BASE() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | assignmentCompatWithConstructSignatures.errors.txt | 2 Type 'S2' provides no match for the signature 'new (x: number): void'. 4 Type '(x: string) => void' provides no match for the signature 'new (x: number): void'. 6 Type '(x: string) => number' provides no match for the signature 'new (x: number): void'. 8 Type '(x: string) => string' provides no match for the signature 'new (x: number): void'. 10 Type 'S2' provides no match for the signature 'new (x: number): void'. 12 Type '(x: string) => void' provides no match for the signature 'new (x: number): void'. 14 Type '(x: string) => number' provides no match for the signature 'new (x: number): void'. 16 Type '(x: string) => string' provides no match for the signature 'new (x: number): void'. 50 !!! error TS2322: Type 'S2' provides no match for the signature 'new (x: number): void'. 54 !!! error TS2322: Type '(x: string) => void' provides no match for the signature 'new (x: number)… [all …]
|
| D | optionalTupleElements1.errors.txt | 3 Source provides no match for required element at position 2 in target. 5 Source provides no match for required element at position 1 in target. 7 Source provides no match for required element at position 0 in target. 9 Source provides no match for required element at position 1 in target. 11 Source provides no match for required element at position 0 in target. 13 Source provides no match for required element at position 0 in target. 36 !!! error TS2322: Source provides no match for required element at position 2 in target. 40 !!! error TS2322: Source provides no match for required element at position 1 in target. 44 !!! error TS2322: Source provides no match for required element at position 0 in target. 50 !!! error TS2322: Source provides no match for required element at position 1 in target. [all …]
|
| D | missingAndExcessProperties.errors.txt | 1 …ucturing/missingAndExcessProperties.ts(3,11): error TS2525: Initializer provides no value for this… 2 …ucturing/missingAndExcessProperties.ts(3,14): error TS2525: Initializer provides no value for this… 4 …ucturing/missingAndExcessProperties.ts(4,18): error TS2525: Initializer provides no value for this… 5 …ucturing/missingAndExcessProperties.ts(5,11): error TS2525: Initializer provides no value for this… 9 …ucturing/missingAndExcessProperties.ts(12,8): error TS2525: Initializer provides no value for this… 10 …cturing/missingAndExcessProperties.ts(12,11): error TS2525: Initializer provides no value for this… 11 …cturing/missingAndExcessProperties.ts(13,18): error TS2525: Initializer provides no value for this… 12 …ucturing/missingAndExcessProperties.ts(14,8): error TS2525: Initializer provides no value for this… 26 !!! error TS2525: Initializer provides no value for this binding element and the binding element ha… 28 !!! error TS2525: Initializer provides no value for this binding element and the binding element ha… [all …]
|
| D | intTypeCheck.errors.txt | 16 Type '{}' provides no match for the signature '(): any'. 19 Type 'Object' provides no match for the signature '(): any'. 22 Type 'Base' provides no match for the signature '(): any'. 29 Type '{}' provides no match for the signature 'new (): any'. 32 Type 'Object' provides no match for the signature 'new (): any'. 34 Type 'Base' provides no match for the signature 'new (): any'. 36 Type '() => void' provides no match for the signature 'new (): any'. 62 Type '{}' provides no match for the signature '(): any'. 65 Type 'Object' provides no match for the signature '(): any'. 68 Type 'Base' provides no match for the signature '(): any'. [all …]
|
| D | functionConstraintSatisfaction2.errors.txt | 5 Type 'Function' provides no match for the signature '(x: string): string'. 10 Type 'typeof C' provides no match for the signature '(x: string): string'. 12 Type 'new (x: string) => string' provides no match for the signature '(x: string): string'. 15 Type 'typeof C2' provides no match for the signature '(x: string): string'. 17 Type 'new <T>(x: T) => T' provides no match for the signature '(x: string): string'. 19 Type 'F2' provides no match for the signature '(x: string): string'. 59 !!! error TS2345: Type 'Function' provides no match for the signature '(x: string): string'. 68 !!! error TS2345: Type 'typeof C' provides no match for the signature '(x: string): string'. 72 !!! error TS2345: Type 'new (x: string) => string' provides no match for the signature '(x: strin… 80 !!! error TS2345: Type 'typeof C2' provides no match for the signature '(x: string): string'. [all …]
|
| D | jsxIssuesErrorWhenTagExpectsTooManyArguments.errors.txt | 1 …p4' expects at least '4' arguments, but the JSX factory 'React.createElement' provides at most '2'. 2 …p3' expects at least '3' arguments, but the JSX factory 'React.createElement' provides at most '2'. 24 …2}/>; // using `MyComp` as a component should error - it expects more arguments than react provides 26 …p4' expects at least '4' arguments, but the JSX factory 'React.createElement' provides at most '2'. 28 …2}/>; // using `MyComp` as a component should error - it expects more arguments than react provides 30 …p3' expects at least '3' arguments, but the JSX factory 'React.createElement' provides at most '2'.
|
| D | assignmentCompatWithConstructSignatures2.errors.txt | 8 Type '(x: string) => void' provides no match for the signature 'new (x: number): void'. 12 Type '(x: string) => void' provides no match for the signature 'new (x: number): void'. 18 Type '(x: string) => void' provides no match for the signature 'new (x: number): void'. 22 Type '(x: string) => void' provides no match for the signature 'new (x: number): void'. 74 !!! error TS2322: Type '(x: string) => void' provides no match for the signature 'new (x: num… 80 !!! error TS2322: Type '(x: string) => void' provides no match for the signature 'new (x: num… 92 !!! error TS2322: Type '(x: string) => void' provides no match for the signature 'new (x: num… 98 !!! error TS2322: Type '(x: string) => void' provides no match for the signature 'new (x: num…
|
| D | callConstructAssignment.errors.txt | 2 Type 'new () => any' provides no match for the signature '(): void'. 4 Type '() => void' provides no match for the signature 'new (): any'. 15 !!! error TS2322: Type 'new () => any' provides no match for the signature '(): void'. 19 !!! error TS2322: Type '() => void' provides no match for the signature 'new (): any'.
|
| D | parserAutomaticSemicolonInsertion1.errors.txt | 3 Type 'Object' provides no match for the signature '(): void'. 6 Type 'Object' provides no match for the signature '(): void'. 21 !!! error TS2322: Type 'Object' provides no match for the signature '(): void'. 31 !!! error TS2322: Type 'Object' provides no match for the signature '(): void'.
|
| D | objectTypeWithConstructSignatureHidingMembersOfFunctionAssignmentCompat.errors.txt | 3 Type 'Object' provides no match for the signature 'new (): any'. 6 Type 'Object' provides no match for the signature 'new (): any'. 21 !!! error TS2322: Type 'Object' provides no match for the signature 'new (): any'. 31 !!! error TS2322: Type 'Object' provides no match for the signature 'new (): any'.
|
| D | objectTypeWithCallSignatureHidingMembersOfFunctionAssignmentCompat.errors.txt | 3 Type 'Object' provides no match for the signature '(): void'. 6 Type 'Object' provides no match for the signature '(): void'. 21 !!! error TS2322: Type 'Object' provides no match for the signature '(): void'. 31 !!! error TS2322: Type 'Object' provides no match for the signature '(): void'.
|
| D | typesWithPublicConstructor.errors.txt | 2 Type 'Function' provides no match for the signature '(): void'. 5 Type 'Function' provides no match for the signature '(x: number): void'. 19 !!! error TS2322: Type 'Function' provides no match for the signature '(): void'. 33 !!! error TS2322: Type 'Function' provides no match for the signature '(x: number): void'.
|
| D | propertyAssignment.errors.txt | 4 Type '{ x: number; }' provides no match for the signature 'new (): any'. 6 Type '{ x: number; }' provides no match for the signature '(): void'. 28 !!! error TS2322: Type '{ x: number; }' provides no match for the signature 'new (): any'. 33 !!! error TS2322: Type '{ x: number; }' provides no match for the signature '(): void'.
|
| D | jsxIssuesErrorWhenTagExpectsTooManyArguments.js | 20 …2}/>; // using `MyComp` as a component should error - it expects more arguments than react provides 21 …2}/>; // using `MyComp` as a component should error - it expects more arguments than react provides 41 …2 }); // using `MyComp` as a component should error - it expects more arguments than react provides 42 …2 }); // using `MyComp` as a component should error - it expects more arguments than react provides
|
| /third_party/icu/docs/userguide/icu/ |
| D | services.md | 28 currency, message sorting, and searching. ICU provides language-specific results 33 ICU provides basic Unicode support for the following: 62 resource bundles) and provides APIs to access and make use of that data in 73 programmatic expression of locale IDs, ICU provides the C++ `Locale` class. In C, 85 locale-dependent application data. ICU provides the generic resource bundle APIs 86 to access these bundles and also provides the tools to build them. 119 ICU provides the following [classes](datetime/index.md) to support calendars and 154 ICU provides the following areas and classes for general formatting, formatting 169 NumberFormat provides the basic fields and methods to format number objects 174 DecimalFormat provides the methods used to format number objects and number [all …]
|
| D | i18n.md | 147 together and not embedded in the program's executable code. ICU provides the 165 The remainder of this section provides an overview of some cultural and hidden 192 message is translated into a new language. ICU provides 209 change. [NumberFormat](format_parse/numbers/index.md) provides some support for 219 what strcmp() provides), to sort user-visible lists. 232 acceptable approximation for the definition of a word. ICU provides the 241 and `islower()`. ICU provides a large group of utility functions for testing 256 is in any particular language or writing system. ICU provides many methods that 263 written on it in Hieroglyphic, Greek and Demotic. ICU provides the services to 271 (with `TimeZone`), or when daylight-savings time starts. ICU provides the Calendar [all …]
|
| /third_party/curl/lib/ |
| D | curlx.h | 35 /* this is still a public header file that provides the curl_mprintf() 40 /* "strcase.h" provides the strcasecompare protos */ 43 /* "strtoofft.h" provides this function: curlx_strtoofft(), returns a 48 /* "nonblock.h" provides curlx_nonblock() */ 51 /* "warnless.h" provides functions: 59 /* "curl_multibyte.h" provides these functions and macros: 69 /* "version_win32.h" provides curlx_verify_windows_version() */
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | ReachingDefAnalysis.h | 35 /// This class provides the reaching def analysis. 94 /// Provides the instruction id of the closest reaching def instruction of 98 /// Provides the instruction of the closest reaching def instruction of 102 /// Provides the MI, from the given block, corresponding to the Id or a 122 /// Provides the first instruction before MI that uses PhysReg 125 /// Provides all instructions before MI that uses PhysReg 129 /// Provides the clearance - the number of instructions since the closest 133 /// Provides the uses, in the same block as MI, of register that MI defines.
|
| /third_party/node/deps/npm/test/schemas/spdx/ |
| D | spdx-2.3.schema.json | 68 …"description" : "One instance is required for each SPDX file produced. It provides the necessary i… 89 …"description" : "The checksumValue property provides a lower case hexidecimal encoded digest value… 217 …"description" : "The URI provides an unambiguous mechanism for other SPDX documents to reference S… 266 …"description" : "This field provides a place for the SPDX data creator to record acknowledgements … 269 …"description" : "This field provides a place for the SPDX data creator to record acknowledgements … 274 …"description" : "This field provides a place for recording the actual date the package was built.", 278 …"description" : "The checksum property provides a mechanism that can be used to verify that the co… 289 …"description" : "The checksumValue property provides a lower case hexidecimal encoded digest value… 306 "description" : "Provides a detailed description of the package.", 409 …"description" : "This field provides information about the primary purpose of the identified packa… [all …]
|
| /third_party/libbpf/docs/ |
| D | libbpf_overview.rst | 15 * Provides high-level and low-level APIs for user space programs to interact 19 * Provides overall support for the BPF object skeleton generated by bpftool. 22 * Provides BPF-side APIS, including BPF helper definitions, BPF maps support, 38 a common set of data. libbpf provides APIs that user space programs can use to 42 The following section provides a brief overview of each phase in the BPF life 81 provides the following custom functions that correspond to the BPF lifecycle, 93 in mind, BPF skeleton provides access to the underlying BPF object, so whatever 101 * BPF skeleton provides an interface for user space programs to work with BPF 108 available maps, programs, etc. BPF skeleton provides direct access to all the 120 libbpf provides BPF-side APIs that BPF programs can use to interact with the [all …]
|
| /third_party/libwebsockets/READMEs/ |
| D | README.crypto-apis.md | 7 Lws provides a "generic" crypto layer on top of both OpenSSL and 77 …sockets.org/git/libwebsockets/tree/include/libwebsockets/lws-genhash.h)|Provides SHA1 + SHA2 hashe… 78 …bsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-genrsa.h)|Provides RSA encryption, d… 79 …bsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-genaes.h)|Provides AES in all common… 80 …ebsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-genec.h)|Provides Elliptic Curve fo… 124 …websockets.org/git/libwebsockets/tree/include/libwebsockets/lws-jose.h)|Provides crypto agility fo… 125 …bwebsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-jwe.h)|Provides Encryption and De… 126 …bwebsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-jws.h)|Provides signature and ver… 127 …bwebsockets.org/git/libwebsockets/tree/include/libwebsockets/lws-jwk.h)|Provides signature and ver…
|
| /third_party/libcoap/man/ |
| D | coap_logging.txt.in | 159 The *coap_log_emerg*() function provides a wrapper to the *coap_log*() function 165 The *coap_log_alert*() function provides a wrapper to the *coap_log*() function 171 The *coap_log_crit*() function provides a wrapper to the *coap_log*() function 177 The *coap_log_err*() function provides a wrapper to the *coap_log*() function 183 The *coap_log_warn*() function provides a wrapper to the *coap_log*() function 189 The *coap_log_notice*() function provides a wrapper to the *coap_log*() function 195 The *coap_log_info*() function provides a wrapper to the *coap_log*() function 201 The *coap_log_debug*() function provides a wrapper to the *coap_log*() function 207 The *coap_log_oscore*() function provides a wrapper to the *coap_log*() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | XCOFF.h | 154 R_POS = 0x00, ///< Positive relocation. Provides the address of the referenced 159 R_NEG = 0x01, ///< Negative relocation. Provides the negative of the address 161 R_REL = 0x02, ///< Relative to self relocation. Provides a displacement value 165 R_TOC = 0x03, ///< Relative to the TOC relocation. Provides a displacement 178 R_GL = 0x05, ///< Global linkage-external TOC address relocation. Provides the 181 R_TCL = 0x06, ///< Local object TOC address relocation. Provides the address 189 R_BA = 0x08, ///< Branch absolute relocation. Provides the address of the 191 R_BR = 0x0a, ///< Branch relative to self relocation. Provides the 204 R_TLSM = 0x24, ///< Module reference to TLS. Provides a handle for the module
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
| D | VK_NV_fragment_shader_barycentric.adoc | 14 - This extension provides API support for 26 The extension provides access to three additional fragment shader variable 73 (1) The AMD_shader_explicit_vertex_parameter extension provides similar 101 This extension provides a smaller number of decorations than the AMD 114 behavior of the GLSL extension, which provides two built-in variables.
|