Home
last modified time | relevance | path

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

123456789

/third_party/curl/tests/
DFILEFORMAT.md516 ### `<errorcode>`
521 ### `<strip>`
526 ### `<strippart>`
530 ### `<protocol [nonewline="yes"][crlf="yes"]>`
537 ### `<proxy [nonewline="yes"][crlf="yes"]>`
544 ### `<stderr [mode="text"] [nonewline="yes"]>`
553 ### `<stdout [mode="text"] [nonewline="yes"]>`
562 ### `<file name="log/filename" [mode="text"]>`
567 ### `<file1>`
570 ### `<file2>`
[all …]
/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/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
DcommentsMultiModuleSingleFile.ts24 verify.quickInfoAt(marker, "namespace multiM", comment); constant
/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/ltp/testcases/kernel/mce-test/cases/apei-inj/ucr/
Dcases.sh50 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_npcc/
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_ucr/
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/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/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsThisTypes.ts16 verify() { } method in Base
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/
Dcases.sh36 verify() function
/third_party/openssl/crypto/evp/
Devp_key.c43 int EVP_read_pw_string(char *buf, int len, const char *prompt, int verify) in EVP_read_pw_string()
49 int verify) in EVP_read_pw_string_min()
/third_party/typescript/tests/cases/compiler/
DconstEnumSyntheticNodesComments.ts7 function verify(a: En) { function
/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()

123456789