Home
last modified time | relevance | path

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

12345678910>>...25

/external/llvm/lib/Option/
DArgList.cpp89 Res->claim(); in getLastArg()
102 Res->claim(); in getLastArg()
118 Res->claim(); in getLastArg()
134 Res->claim(); in getLastArg()
152 Res->claim(); in getLastArg()
171 Res->claim(); in getLastArg()
192 Res->claim(); in getLastArg()
214 Res->claim(); in getLastArg()
249 A->claim(); in AddLastArg()
257 A->claim(); in AddLastArg()
[all …]
/external/u-boot/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.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Option/
DArgList.cpp101 A->claim(); in AddLastArg()
109 A->claim(); in AddLastArg()
128 Arg->claim(); in AddAllArgsExcept()
149 Arg->claim(); in AddAllArgs()
157 Arg->claim(); in AddAllArgValues()
167 Arg->claim(); in AddAllArgsTranslated()
181 Arg->claim(); in ClaimAllArgs()
187 Arg->claim(); in ClaimAllArgs()
/external/clang/lib/Driver/
DSanitizerArgs.cpp130 Arg->claim(); in parseSanitizeTrapArgs()
141 Arg->claim(); in parseSanitizeTrapArgs()
145 Arg->claim(); in parseSanitizeTrapArgs()
150 Arg->claim(); in parseSanitizeTrapArgs()
208 Arg->claim(); in SanitizerArgs()
265 Arg->claim(); in SanitizerArgs()
345 Arg->claim(); in SanitizerArgs()
350 Arg->claim(); in SanitizerArgs()
364 Arg->claim(); in SanitizerArgs()
367 Arg->claim(); in SanitizerArgs()
[all …]
DDriver.cpp208 A->claim(); in MakeInputArg()
274 A->claim(); in TranslateInputArgs()
294 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim(); in TranslateInputArgs()
514 A->claim(); in BuildCompilation()
1100 A->claim(); in BuildUniversalActions()
1251 InputTypeArg->claim(); in BuildInputs()
1313 InputTypeArg->claim(); in BuildInputs()
1326 A->claim(); in BuildInputs()
1333 A->claim(); in BuildInputs()
1342 A->claim(); in BuildInputs()
[all …]
/external/grpc-grpc/test/core/security/
Djson_token_test.cc261 static void check_jwt_claim(grpc_json* claim, const char* expected_audience, in check_jwt_claim() argument
274 for (ptr = claim->child; ptr; ptr = ptr->next) { in check_jwt_claim()
366 static void service_account_creds_check_jwt_claim(grpc_json* claim) { in service_account_creds_check_jwt_claim() argument
367 check_jwt_claim(claim, GRPC_JWT_OAUTH2_AUDIENCE, test_scope); in service_account_creds_check_jwt_claim()
370 static void jwt_creds_check_jwt_claim(grpc_json* claim) { in jwt_creds_check_jwt_claim() argument
371 check_jwt_claim(claim, test_service_url, nullptr); in jwt_creds_check_jwt_claim()
/external/clang/test/SemaObjC/
Dproperty-user-setter.m130 self.t = 0; // expected-error {{synthesized properties 't' and 'T' both claim setter 'setT:'}}
131 self.T = 0; // expected-error {{synthesized properties 'T' and 't' both claim setter 'setT:'}}
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
Divar-sem-check-2.m19 …lue; // expected-error {{synthesized properties 'value1' and 'value' both claim instance variable …
/external/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.
/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client_test.cc181 string header, claim; in TEST() local
183 TF_EXPECT_OK(Base64Decode(claim_encoded, &claim)); in TEST()
192 EXPECT_TRUE(reader.parse(claim, claim_json)); in TEST()
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerOptInfo.h38 void claim() { Claimed = true; } in claim() function
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/NVPTX/
Dbypass-slow-div-not-exact.ll7 ; creates is not marked as "exact" (that is, it doesn't claim that the
/external/llvm/test/CodeGen/SPARC/
Dselect-mask.ll3 ;; getBooleanContents on Sparc used to claim that no bits mattered
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Dselect-mask.ll3 ;; getBooleanContents on Sparc used to claim that no bits mattered
/external/llvm/tools/msbuild/
DMicrosoft.Cpp.Win32.llvm.props.in14 <!-- Set the value of _MSC_VER to claim for compatibility -->
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DLICENSE.txt22 …(C) If you bring a patent claim against any contributor over patents that you claim are infringed …
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit20 proposal_check strict; # obey, strict or claim
/external/tinyxml2/
DNOTICE10 not claim that you wrote the original software. If you use this
DLICENSE10 not claim that you wrote the original software. If you use this
/external/tinyxml/
DNOTICE10 not claim that you wrote the original software. If you use this
/external/nanopb-c/
DNOTICE12 must not claim that you wrote the original software. If you use
DLICENSE.txt12 must not claim that you wrote the original software. If you use
/external/grpc-grpc/third_party/nanopb/
DLICENSE.txt12 must not claim that you wrote the original software. If you use
/external/llvm/include/llvm/Option/
DArg.h89 void claim() const { getBaseArg().Claimed = true; } in claim() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Option/
DArg.h92 void claim() const { getBaseArg().Claimed = true; } in claim() function

12345678910>>...25