Searched defs:claim (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerOptInfo.h38 void claim() { Claimed = true; } function in class:clang::ento::CheckerOptInfo
/external/llvm/include/llvm/Option/
H A DArg.h89 void claim() const { getBaseArg().Claimed = true; } function in class:llvm::opt::Arg
/external/ipsec-tools/src/racoon/
H A Dproposal.h63 int claim; /* flag to send RESPONDER-LIFETIME. */ member in struct:saprop
165 * "claim"
/external/tensorflow/tensorflow/core/platform/cloud/
H A Doauth_client_test.cc117 // Now look at the JWT claim that was sent to the OAuth server.
177 // Now check the content of the header and the claim.
182 string header, claim; local
184 TF_EXPECT_OK(Base64Decode(claim_encoded, &claim));
193 EXPECT_TRUE(reader.parse(claim, claim_json));
H A Doauth_client.cc127 /// Encodes a claim for a JSON web token (JWT) to make an OAuth request.
131 // Step 1: create the JSON with the claim.
144 string claim = root.toStyledString(); local
147 return Base64Encode(claim, encoded);
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc1772 // TODO(titzer): claim and poke probably take small immediates.
1775 ArchOpcode claim = to_native_stack ? kArm64ClaimCSP : kArm64ClaimJSSP; local
1777 Emit(claim, g.NoOutput(), g.TempImmediate(claim_count));
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc14042 // * Claim <claim> bytes to set the stack alignment.
14046 // * Drop <claim> bytes to restore the original stack pointer.
14051 int claim,
14097 __ Claim(claim);
14157 __ Drop(claim);
14184 for (int claim = 0; claim <= 8; claim++) {
14187 claim,
14192 claim,
14050 PushPopSimpleHelper(int reg_count, int claim, int reg_size, PushPopMethod push_method, PushPopMethod pop_method) argument
14293 PushPopFPSimpleHelper(int reg_count, int claim, int reg_size, PushPopMethod push_method, PushPopMethod pop_method) argument
14534 PushPopMixedMethodsHelper(int claim, int reg_size) argument
14638 PushPopWXOverlapHelper(int reg_count, int claim) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 692 milliseconds