Home
last modified time | relevance | path

Searched defs:validate (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/third_party/node/deps/npm/node_modules/nopt/lib/
Dtype-defs.js83 String: { type: String, validate: validateString }, property
84 Boolean: { type: Boolean, validate: validateBoolean }, property
85 url: { type: url, validate: validateUrl }, property
86 Number: { type: Number, validate: validateNumber }, property
87 path: { type: path, validate: validatePath }, property
88 Stream: { type: Stream, validate: validateStream }, property
89 Date: { type: Date, validate: validateDate }, property
/third_party/typescript/tests/baselines/reference/
DtypeGuardsWithInstanceOf.js21 validate() { method in C
55 C.prototype.validate = function () { method in C
DcomplicatedIndexesOfIntersectionsAreInferencable.js19 validate: props => { method
30 validate: function (props) { method
DjsDeclarationsClassAccessor.js37 *validate(defs) { } generator in Argument
63 *validate(defs) { } generator in Argument
DjsDeclarationsCrossfileMerge.js10 function validate() {} function
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dumask.js27 const validate = (data, k, val) => { function
36 module.exports = { Umask, parse, validate } field
Dtype-defs.js27 validate: validateSemver, property
32 validate: validateUmask, property
41 validate: validatePath, property
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsWithInstanceOf.ts18 validate(): null | Record<string, unknown>; method
22 validate() { method in C
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
Dsvgxval.h55 gxv_validate_func validate; in FT_DEFINE_SERVICE() local
60 ckern_validate_func validate; in FT_DEFINE_SERVICE() local
Dsvotval.h43 otv_validate_func validate; in FT_DEFINE_SERVICE() local
/third_party/node/deps/icu-small/source/common/
Dcapi_helper.h52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate() function
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate() function
/third_party/skia/third_party/externals/icu/source/common/
Dcapi_helper.h52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate() function
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate() function
/third_party/icu/icu4c/source/common/
Dcapi_helper.h52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate() function
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate() function
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dobject.hpp68 validate(D *d) { in validate() function
87 validate(D *d) { in validate() function
104 validate(D *d) { in validate() function
121 validate(D *d) { in validate() function
/third_party/node/test/parallel/
Dtest-http2-getpackedsettings.js219 const settings = http2.getUnpackedSettings(packed, { validate: true }); property
228 const settings = http2.getUnpackedSettings(packed, { validate: true }); property
244 http2.getUnpackedSettings(packed, { validate: true }); property
252 http2.getUnpackedSettings(packed, { validate: true }); property
/third_party/node/test/common/
Dreport.js26 function validate(filepath, fields) { function
339 module.exports = { findReports, validate, validateContent }; property
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsCrossfileMerge.ts14 function validate() {} function
/third_party/rust/crates/syn/examples/lazy-static/example/src/
Dmain.rs17 fn validate(name: &str) { in validate() function
/third_party/skia/tools/gpu/
DFenceSync.h29 virtual bool validate() const { return true; } in validate() function
/third_party/node/test/report/
Dtest-report-signal.js25 (function validate() { function
/third_party/typescript/tests/cases/compiler/
DcomplicatedIndexesOfIntersectionsAreInferencable.ts4 validate?: (props: Values) => void; property
DcontextualOverloadListFromUnionWithPrimitiveNoImplicitAny.ts6 validate: string | RegExp | Validate; property
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp19 bool ValidateSwitch::validate(TBasicType switchType, TParseContext *context, in validate() function in ValidateSwitch
22 ValidateSwitch validate(switchType, context); in validate() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_validate.cpp42 fs_visitor::validate() in validate() function in fs_visitor
/third_party/lz4/tests/
DcheckTag.c46 static int validate(const char* const tag) in validate() function

12345678910>>...12