Home
last modified time | relevance | path

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

12345678910>>...18

/third_party/node/deps/npm/node_modules/nopt/lib/
Dnopt.js17 { String : { type: String, validate: validateString } property
18 , Boolean : { type: Boolean, validate: validateBoolean } property
19 , url : { type: url, validate: validateUrl } property
20 , Number : { type: Number, validate: validateNumber } property
21 , path : { type: path, validate: validatePath } property
22 , Stream : { type: Stream, validate: validateStream } property
23 , Date : { type: Date, validate: validateDate } property
187 function validate (data, k, val, type, typeDefs) { function
/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/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
/third_party/typescript/tests/cases/conformance/expressions/typeGuards/
DtypeGuardsWithInstanceOf.ts18 validate(): null | Record<string, unknown>; method
22 validate() { method in C
/third_party/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
/third_party/flutter/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
/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/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/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/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_capi.cpp27 UNumberFormatterData* UNumberFormatterData::validate(UNumberFormatter* input, UErrorCode& status) { in validate() function in UNumberFormatterData
34 UNumberFormatterData::validate(const UNumberFormatter* input, UErrorCode& status) { in validate() function in UNumberFormatterData
54 UFormattedNumberData* UFormattedNumberData::validate(UFormattedNumber* input, UErrorCode& status) { in validate() function in UFormattedNumberData
61 UFormattedNumberData::validate(const UFormattedNumber* input, UErrorCode& status) { in validate() function in UFormattedNumberData
/third_party/node/test/common/
Dreport.js26 function validate(filepath, fields) { function
301 module.exports = { findReports, validate, validateContent }; property
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsCrossfileMerge.ts14 function validate() {} function
/third_party/flutter/skia/tests/
DGrTRecorderTest.cpp90 virtual void validate(skiatest::Reporter* reporter) const { in validate() function in Base
104 virtual void validate(skiatest::Reporter* reporter) const { in validate() function in Subclass
119 virtual void validate(skiatest::Reporter* reporter) const { in validate() function in SubSubclass
141 virtual void validate(skiatest::Reporter* reporter) const { in validate() function in SubclassExtraData
/third_party/gstreamer/gstplugins_bad/tests/
Dmeson.build4 subdir('validate') subdir
/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/typescript/tests/cases/compiler/
DcomplicatedIndexesOfIntersectionsAreInferencable.ts4 validate?: (props: Values) => void; property
/third_party/gstreamer/gstreamer/tests/
Dmeson.build5 subdir('validate') subdir
/third_party/flutter/skia/src/gpu/gl/
DGrGLInterfaceAutogen.cpp26 bool GrGLInterface::validate() const { in validate() function in GrGLInterface
/third_party/flutter/skia/tools/gpu/
DFenceSync.h29 virtual bool validate() const { return true; } in validate() function

12345678910>>...18