| /OK3568_Linux_fs/buildroot/package/odb/ |
| H A D | 0002-Remove-gratuitous-classes.patch | 18 odb/relational/validator.cxx | 6 +++--- 19 odb/relational/validator.hxx | 29 +++++++++-------------------- 20 odb/validator.cxx | 13 ++++++------- 21 odb/validator.hxx | 28 +++++++++------------------- 186 - validator v; 213 - catch (validator::failed const&) 286 diff --git a/odb/relational/validator.cxx b/odb/relational/validator.cxx 288 --- a/odb/relational/validator.cxx 289 +++ b/odb/relational/validator.cxx 294 - void validator:: [all …]
|
| H A D | 0008-Fix-GCC-8-adaptation-to-be-compatible-with-previous-.patch | 10 odb/validator.cxx | 6 ++++++ 13 diff --git a/odb/validator.cxx b/odb/validator.cxx 15 --- a/odb/validator.cxx 16 +++ b/odb/validator.cxx
|
| H A D | 0006-Adapt-to-changes-in-GCC-8.patch | 13 odb/validator.cxx | 10 +++++++++- 195 diff --git a/odb/validator.cxx b/odb/validator.cxx 197 --- a/odb/validator.cxx 198 +++ b/odb/validator.cxx
|
| H A D | 0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch | 18 odb/validator.cxx | 2 +- 34 …validator.hxx semantics.hxx semantics/class-template.hxx semantics/class.hxx semantics/derived.hxx… 336 diff --git a/odb/validator.cxx b/odb/validator.cxx 338 --- a/odb/validator.cxx 339 +++ b/odb/validator.cxx
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-rfc3339-validator_0.1.4.bb | 1 SUMMARY = "A pure python RFC3339 validator" 2 HOMEPAGE = "https://github.com/naimetti/rfc3339-validator" 6 FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3339-validator:" 11 UPSTREAM_CHECK_REGEX = "/rfc3339-validator/(?P<pver>(\d+[\.\-_]*)+)/"
|
| H A D | python3-rfc3986-validator_0.1.1.bb | 1 SUMMARY = "Pure python rfc3986 validator" 2 HOMEPAGE = "https://github.com/naimetti/rfc3986-validator" 6 FILESEXTRAPATHS:prepend := "${THISDIR}/python-rfc3986-validator:" 12 UPSTREAM_CHECK_REGEX = "/rfc3986-validator/(?P<pver>(\d+[\.\-_]*)+)/"
|
| H A D | python3-jsonschema_4.4.0.bb | 25 ${PYTHON_PN}-rfc3986-validator \ 26 ${PYTHON_PN}-rfc3339-validator \
|
| /OK3568_Linux_fs/buildroot/package/python-json-schema-validator/ |
| H A D | python-json-schema-validator.hash | 1 # md5 from https://pypi.python.org/pypi/json-schema-validator/json, sha256 locally computed 2 md5 7691b41739faaa8b0965279e72889932 json-schema-validator-2.4.1.tar.gz 3 sha256 1562a21d83e56231cef09b9aa2c06e8f845974bd26f24be293de6cab9a2fac91 json-schema-validator-2.4…
|
| H A D | Config.in | 2 bool "python-json-schema-validator" 6 https://pypi.python.org/pypi/json-schema-validator
|
| H A D | python-json-schema-validator.mk | 8 PYTHON_JSON_SCHEMA_VALIDATOR_SOURCE = json-schema-validator-$(PYTHON_JSON_SCHEMA_VALIDATOR_VERSION)…
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-block-manager.c | 346 struct dm_block_validator *validator; member 357 aux->validator = NULL; in dm_block_manager_alloc_callback() 364 if (aux->validator) { in dm_block_manager_write_callback() 365 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback() 433 if (unlikely(!aux->validator)) { in dm_bm_validate_buffer() 443 aux->validator = v; in dm_bm_validate_buffer() 445 if (unlikely(aux->validator != v)) { in dm_bm_validate_buffer() 447 aux->validator->name, v ? v->name : "NULL", in dm_bm_validate_buffer() 582 aux->validator = v; in dm_bm_write_lock_zero()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/files/ |
| H A D | CVE-2022-40617.patch | 38 cert_validator_t *validator; 42 status = validator->check_lifetime(validator, cert, 55 cert_validator_t *validator; 67 if (!validator->validate(validator, subject, issuer,
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | qipaddressedititem.cpp | 14 QIntValidator *validator = new QIntValidator(this); in QIpAddressEditItem() local 15 validator->setBottom(0); in QIpAddressEditItem() 16 this->setValidator(validator); in QIpAddressEditItem()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/ |
| H A D | json-schema-validator_2.1.0.bb | 1 SUMMARY = "JSON schema validator for JSON for Modern C++" 5 SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=master;protocol=https \
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | vc4.rst | 72 :doc: Command list validator for VC4. 80 Shader validator for VC4 83 :doc: Shader validator for VC4.
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | lockdep-design.rst | 1 Runtime locking correctness validator 11 The basic object the validator operates upon is a 'class' of locks. 19 The validator tracks the 'usage state' of lock-classes, and it tracks 25 dependency just means the order ever happened. The validator maintains a 27 the validator will shoot a splat if incorrect. 41 The validator tracks lock-class usage history and divides the usage into 134 The validator detects and reports lock usage that violates these 151 validator will find such dependency circle in arbitrary complexity, 153 operations; the validator will still find whether these locks can be 169 kernel: when acquiring a new lock, the validator checks whether there is [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/serf/ |
| H A D | SConstruct.stop.creating.directories.without.sandbox-install.prefix.patch | 15 option.validator(option.key, env.subst('${%s}'%option.key), env) 30 validator in serf's SConstruct, removing that stops touching host 44 -# Custom path validator, creates directory when a specified option is set.
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | clock.c | 25 bool (*validator)(void *, int), u8 type) in find_uac_clock_desc() 31 if (validator(cs, id)) in find_uac_clock_desc() 74 #define DEFINE_FIND_HELPER(name, obj, validator, type) \ argument 77 return find_uac_clock_desc(iface, id, validator, type); \
|
| /OK3568_Linux_fs/buildroot/package/lua-livr/ |
| H A D | Config.in | 4 Lightweight validator supporting Language Independent
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/irq/ |
| H A D | irqflags-tracing.rst | 33 trace_hardirqs_off()/trace_hardirqs_on() functions. The lock validator 48 turn itself off. I.e. the lock validator will still be reliable. There
|
| /OK3568_Linux_fs/buildroot/package/python-typepy/ |
| H A D | Config.in | 7 checker/validator/converter at a run time.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pykwalify_1.8.0.bb | 2 DESCRIPTION = "pykwalify is a schema validator for YAML and JSON"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/desktop-file-utils/ |
| H A D | desktop-file-utils_0.26.bb | 8 … file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/spir/ |
| H A D | spirv-tools_1.3.204.1.bb | 4 disassembler, validator, and optimizer for SPIR-V."
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/ |
| H A D | 0001-cmake-Use-GNUInstallDirs.patch | 9 Upstream-Status: Submitted [https://github.com/pboettch/json-schema-validator/pull/197]
|