Home
last modified time | relevance | path

Searched defs:verify (Results 1 – 25 of 240) sorted by relevance

12345678910

/third_party/node/deps/npm/test/need-npm5-update/belongs-in-pacote/
Dadd-remote-git-get-resolved.js36 function verify (uri) { function
53 function verify (uri) { function
75 function verify (uri) { function
/third_party/node/deps/npm/node_modules/http-signature/lib/
Dindex.js5 var verify = require('./verify'); variable
26 verify: verify.verifySignature, property
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsThisTypes.js10 verify() { } method in Base
48 Base.prototype.verify = function () { }; method in Base
/third_party/cef/tools/yapf/yapf/
D__init__.py198 verify=True, argument
246 verify=True): argument
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fBufferWriteTests.cpp180 …, const char* name, const char* desc, deUint32 target, deUint32 usage, int size, VerifyType verify) in BasicBufferDataCase()
224 …t, const char* name, const char* desc, const DataStoreSpec* specs, int numSpecs, VerifyType verify) in RecreateBufferDataStoreCase()
273 …sc, deUint32 target, deUint32 usage, int size, int subDataOffs, int subDataSize, VerifyType verify) in BasicBufferSubDataCase()
327 …int32 target, deUint32 usage, int size, const tcu::IVec2* ranges, int numRanges, VerifyType verify) in SubDataToUndefinedCase()
562 VerifyType verify; in init() member
581 const VerifyType verify = VERIFY_AS_VERTEX_ARRAY; in init() local
604 const VerifyType verify = verifyTypes[verifyNdx].verify; in init() local
666 const VerifyType verify = VERIFY_AS_VERTEX_ARRAY; in init() local
697 const VerifyType verify = VERIFY_AS_VERTEX_ARRAY; in init() local
/third_party/cef/tools/yapf/yapf/yapflib/
Dyapf_api.py58 verify=False, argument
108 verify=False): argument
/third_party/typescript/tests/cases/fourslash/
DquickinfoIsConsistent.ts10 verify.quickInfoAt("" + val, "var f: (x: number) => number"); constant
DdocCommentTemplateVariableStatements01.ts32 verify.docCommentTemplateAt(varName, /*newTextOffset*/ 3, constant
DdocCommentTemplateVariableStatements02.ts32 verify.docCommentTemplateAt(varName, /*newTextOffset*/ 3, constant
DcommentsMultiModuleMultiFile.ts37 verify.quickInfoAt(marker, "namespace multiM", comment); constant
/third_party/openssl/crypto/evp/
Devp_key.c47 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string()
53 int verify) in EVP_read_pw_string_min()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_common.c206 int tls_verify_hash_init(struct tls_verify_hash *verify) in tls_verify_hash_init()
238 void tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf, in tls_verify_hash_add()
264 void tls_verify_hash_free(struct tls_verify_hash *verify) in tls_verify_hash_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_common.c206 int tls_verify_hash_init(struct tls_verify_hash *verify) in tls_verify_hash_init()
238 void tls_verify_hash_add(struct tls_verify_hash *verify, const u8 *buf, in tls_verify_hash_add()
264 void tls_verify_hash_free(struct tls_verify_hash *verify) in tls_verify_hash_free()
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsThisTypes.ts16 verify() { } method in Base
/third_party/rust/crates/tracing/bin/
Dpublish28 verify() { function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/
Dcases.sh36 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/
Dcases.sh36 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/
Dcases.sh36 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/
Dcases.sh43 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/apei-inj/ucr/
Dcases.sh50 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/
Dcases.sh36 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/
Dcases.sh42 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/
Dcases.sh36 verify() function
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_ucr/
Dcases.sh36 verify() function
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBufferMapTests.cpp110 …t char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int size, VerifyType verify) in BufferMapWriteCase()
159 …Uint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) in BufferPartialMapWriteCase()
215 …ame, const char* desc, deUint32 bufferTarget, deUint32 usage, bool partialWrite, VerifyType verify) in BufferMapInvalidateCase()
274 …ame, const char* desc, deUint32 bufferTarget, deUint32 usage, bool partialWrite, VerifyType verify) in BufferMapPartialInvalidateCase()
333 …ame, const char* desc, deUint32 bufferTarget, deUint32 usage, bool partialWrite, VerifyType verify) in BufferMapExplicitFlushCase()
474 …Uint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) in BufferMapReadWriteCase()
590 VerifyType verify; in init() member
651 VerifyType verify = bufferUses[useNdx].verify; in init() local
756 VerifyType verify = bufferUses[useNdx].verify; in init() local

12345678910