Home
last modified time | relevance | path

Searched defs:validate (Results 151 - 175 of 326) sorted by relevance

12345678910>>...14

/third_party/skia/src/core/
H A DSkReadBuffer.h174 bool validate(bool isValid) { in validate() function in SkReadBuffer
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_get_chunked.c133 validate (struct CBC cbc, int ebase) in validate() function
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstream.py56 def validate(self): member in StreamParams
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dgenglvnd.py34 validate= False variable
66 validate = True variable
H A Dgenheaders.py34 validate= False variable
66 validate = True variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1000 StringRef MappingTraits<ELFYAML::Symbol>::validate(IO &IO, in validate() function in llvm::yaml::MappingTraits
1299 StringRef MappingTraits<std::unique_ptr<ELFYAML::Chunk>>::validate( in validate() function in llvm::yaml::MappingTraits
H A DMinidumpYAML.cpp437 StringRef yaml::MappingTraits<std::unique_ptr<Stream>>::validate( in validate() function in yaml::MappingTraits
/third_party/skia/tools/gpu/gl/
H A DGLTestContext.cpp91 bool GLGpuTimer::validate() const { in validate() function in __anon26496::GLGpuTimer
/third_party/skia/third_party/externals/egl-registry/api/
H A Dgenheaders.py34 validate= False variable
66 validate = True variable
/third_party/skia/include/private/
H A DSkTDArray.h324 void validate() const { in validate() function in SkTDArray
/third_party/skia/include/core/
H A DSkStream.h514 void validate() const {} in validate() function in SkDynamicMemoryWStream
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A Druntests.py352 def validate(bin64, bin32, text): function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsQuadTests.cpp122 const string validate = in getTestSrc() local
140 << validate in getTestSrc() local
167 << validate in getTestSrc() local
174 << validate; in getTestSrc() local
/foundation/graphic/graphic_3d/kits/js/include/napi/
H A Dnapi_api.h105 inline bool validate(size_t index) in validate() function in NapiApi::FunctionContext
/kernel/linux/linux-5.10/lib/
H A Dnlattr.c85 nla_validate_array(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack, unsigned int validate, unsigned int depth) nla_validate_array() argument
163 nla_validate_range_unsigned(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_range_unsigned() argument
303 nla_validate_int_range(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_int_range() argument
358 validate_nla(const struct nlattr *nla, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, unsigned int depth) validate_nla() argument
560 __nla_validate_parse(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, struct nlattr **tb, unsigned int depth) __nla_validate_parse() argument
629 __nla_validate(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_validate() argument
683 __nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_parse() argument
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dnvm.c39 int (*validate)(struct tb_nvm *nvm); member
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Djob.c456 static int validate(struct host1x_firewall *fw, struct host1x_job_gather *g) in validate() function
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_bloom_filter_map.c108 static void validate(void) in validate() function
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/sched/
H A Dcs_prctl_test.c221 #define validate(v) _validate(__LINE__, v, #v) macro
[all...]
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c89 nla_validate_array(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack, unsigned int validate, unsigned int depth) nla_validate_array() argument
169 nla_validate_range_unsigned(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_range_unsigned() argument
317 nla_validate_int_range(const struct nla_policy *pt, const struct nlattr *nla, struct netlink_ext_ack *extack, unsigned int validate) nla_validate_int_range() argument
380 validate_nla(const struct nlattr *nla, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, unsigned int depth) validate_nla() argument
582 __nla_validate_parse(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack, struct nlattr **tb, unsigned int depth) __nla_validate_parse() argument
651 __nla_validate(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_validate() argument
705 __nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack) __nla_parse() argument
[all...]
/third_party/glslang/SPIRV/
H A Ddisassemble.cpp133 void SpirvStream::validate() in validate() function in spv::SpirvStream
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java54 static boolean validate(ByteBuffer bytes) { in validate() method in ICUBinary.DatPackageReader
/third_party/icu/icu4c/source/common/
H A Dlocalebuilder.cpp160 _copyExtensions(const Locale& from, icu::StringEnumeration *keywords, Locale& to, bool validate, UErrorCode& errorCode) _copyExtensions() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUBinary.java58 static boolean validate(ByteBuffer bytes) { in validate() method in ICUBinary.DatPackageReader
/third_party/libunwind/libunwind/include/tdep-x86/
H A Dlibunwind_i.h75 int validate; member

Completed in 27 milliseconds

12345678910>>...14