Home
last modified time | relevance | path

Searched refs:claim (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/third_party/typescript/tests/baselines/reference/
DclassCanExtendConstructorFunction.types245 /** @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 …]
DclassCanExtendConstructorFunction.symbols201 /** @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))
DclassCanExtendConstructorFunction.errors.txt6 …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/
DREADME.i2c11 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/
DArgList.cpp112 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/
Dgen.go102 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/
DclassCanExtendConstructorFunction.ts102 var chowder = new Chowder({ claim: "ignorant" });
103 chowder.flavour.claim
/third_party/grpc/test/core/security/
Djson_token_test.cc243 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/
DPATENTS30 “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/
DTRADEMARK7 the Copyright owners claim "common-law trademark protection" in any
/third_party/skia/third_party/externals/libpng/
DTRADEMARK7 the Copyright owners claim "common-law trademark protection" in any
/third_party/flutter/skia/third_party/externals/libpng/
DTRADEMARK7 the Copyright owners claim "common-law trademark protection" in any
/third_party/flutter/glfw/
DCOPYING.txt13 claim that you wrote the original software. If you use this software
/third_party/node/deps/zlib/
DLICENSE14 claim that you wrote the original software. If you use this software
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/
DCOPYING.txt13 claim that you wrote the original software. If you use this software
/third_party/skia/third_party/externals/zlib/
DLICENSE14 claim that you wrote the original software. If you use this software
/third_party/zlib/
DLICENSE14 claim that you wrote the original software. If you use this software
/third_party/flutter/skia/third_party/externals/imgui/examples/libs/glfw/
DCOPYING.txt13 claim that you wrote the original software. If you use this software
/third_party/flutter/skia/third_party/externals/sdl/
DCOPYING.txt14 claim that you wrote the original software. If you use this software
/third_party/flutter/skia/third_party/externals/zlib/
DLICENSE14 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/
DLicense.txt14 claim that you wrote the original software. If you use this software
/third_party/flutter/skia/third_party/externals/sdl/visualtest/
DCOPYING.txt13 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/
DManagedStatic.h108 C *claim() {
/third_party/python/Tools/msi/bundle/bootstrap/
DLICENSE.txt22 …(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/
DREADME.txt21 of the people below claim any rights with regard to the contents of this

12345678910>>...18