/third_party/typescript/tests/baselines/reference/ |
D | classCanExtendConstructorFunction.types | 245 /** @extends {Soup<{ claim: "ignorant" | "malicious" }>} */ 248 >Soup : Soup<{ claim: "ignorant" | "malicious"; }> 251 >log : () => { claim: "ignorant" | "malicious"; } 254 >this.flavour : { claim: "ignorant" | "malicious"; } 256 >flavour : { claim: "ignorant" | "malicious"; } 271 var chowder = new Chowder({ claim: "ignorant" }); 273 >new Chowder({ claim: "ignorant" }) : Chowder 275 >{ claim: "ignorant" } : { claim: "ignorant"; } 276 >claim : "ignorant" 279 chowder.flavour.claim [all …]
|
D | classCanExtendConstructorFunction.symbols | 201 /** @extends {Soup<{ claim: "ignorant" | "malicious" }>} */ 225 var chowder = new Chowder({ claim: "ignorant" }); 228 >claim : Symbol(claim, Decl(generic.js, 16, 27)) 230 chowder.flavour.claim 231 >chowder.flavour.claim : Symbol(claim, Decl(generic.js, 7, 20)) 235 >claim : Symbol(claim, Decl(generic.js, 7, 20))
|
D | classCanExtendConstructorFunction.errors.txt | 6 …2345: Argument of type 'number' is not assignable to parameter of type '{ claim: "ignorant" | "mal… 124 /** @extends {Soup<{ claim: "ignorant" | "malicious" }>} */ 133 var chowder = new Chowder({ claim: "ignorant" }); 134 chowder.flavour.claim 141 !!! error TS2345: Argument of type 'number' is not assignable to parameter of type '{ claim: "ignor…
|
/third_party/uboot/u-boot-2020.01/doc/ |
D | README.i2c | 11 U-Boot provides a scheme based on two 'claim' GPIOs, one driven by the 18 Since U-Boot runs on the AP, the terminology used is 'our' claim GPIO, 19 meaning the AP's, and 'their' claim GPIO, meaning the EC's. This terminology 26 each have a 'bus claim' line, which is an output that the other can see. 35 Let's say the AP wants to claim the bus. It: 43 5. If not, back off, release the claim and wait for a few more milliseconds 50 To release the bus, just de-assert the claim line.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | ArgList.cpp | 112 Arg->claim(); in AddAllArgsExcept() 133 Arg->claim(); in AddAllArgs() 141 Arg->claim(); in AddAllArgValues() 151 Arg->claim(); in AddAllArgsTranslated() 165 Arg->claim(); in ClaimAllArgs() 171 Arg->claim(); in ClaimAllArgs()
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | gen.go | 102 claim := strings.TrimSpace(reason[:i]) 105 if err := genClaim(claim); err != nil { 106 return fmt.Errorf("bad claim %q: %v", claim, err) 130 func genClaim(claim string) error { 131 n, err := parse(claim)
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | classCanExtendConstructorFunction.ts | 102 var chowder = new Chowder({ claim: "ignorant" }); 103 chowder.flavour.claim
|
/third_party/grpc/test/core/security/ |
D | json_token_test.cc | 243 static void check_jwt_claim(const Json& claim, const char* expected_audience, in check_jwt_claim() argument 245 Json::Object object = claim.object_value(); in check_jwt_claim() 322 static void service_account_creds_check_jwt_claim(const Json& claim) { in service_account_creds_check_jwt_claim() argument 323 check_jwt_claim(claim, GRPC_JWT_OAUTH2_AUDIENCE, test_scope); in service_account_creds_check_jwt_claim() 326 static void jwt_creds_check_jwt_claim(const Json& claim) { in jwt_creds_check_jwt_claim() argument 327 check_jwt_claim(claim, test_service_url, nullptr); in jwt_creds_check_jwt_claim()
|
/third_party/skia/third_party/externals/dng_sdk/ |
D | PATENTS | 30 “Essential Claim” means a claim of a patent, whenever and wherever 33 DNG Specification. A claim is unavoidably infringed by the DNG 37 Essential Claim does not include a claim that is infringed by 69 claim other than Essential Claims.
|
/third_party/libpng/ |
D | TRADEMARK | 7 the Copyright owners claim "common-law trademark protection" in any
|
/third_party/skia/third_party/externals/libpng/ |
D | TRADEMARK | 7 the Copyright owners claim "common-law trademark protection" in any
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | TRADEMARK | 7 the Copyright owners claim "common-law trademark protection" in any
|
/third_party/flutter/glfw/ |
D | COPYING.txt | 13 claim that you wrote the original software. If you use this software
|
/third_party/node/deps/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/ |
D | COPYING.txt | 13 claim that you wrote the original software. If you use this software
|
/third_party/skia/third_party/externals/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/third_party/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/ |
D | COPYING.txt | 13 claim that you wrote the original software. If you use this software
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | COPYING.txt | 14 claim that you wrote the original software. If you use this software
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode/SDL/pkg-support/resources/ |
D | License.txt | 14 claim that you wrote the original software. If you use this software
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/ |
D | COPYING.txt | 13 claim that you wrote the original software. If you use this software
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ManagedStatic.h | 108 C *claim() {
|
/third_party/python/Tools/msi/bundle/bootstrap/ |
D | LICENSE.txt | 22 …(C) If you bring a patent claim against any contributor over patents that you claim are infringed …
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | README.txt | 21 of the people below claim any rights with regard to the contents of this
|