Home
last modified time | relevance | path

Searched refs:validator (Results 1 – 25 of 57) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/json-schema-validator/
H A D0003-For-root-value-use-empty-pointer.patch6 Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/59c9d6200bf3cd5…
10 src/json-validator.cpp | 8 ++++++++
13 diff --git a/src/json-validator.cpp b/src/json-validator.cpp
15 --- a/src/json-validator.cpp
16 +++ b/src/json-validator.cpp
H A D0002-Fix-assumed-signed-char.patch10 …smtp-address-validator.cpp:213:1: error: narrowing conversion of '-32' from 'int' to 'char' [-Wnar…
14 Upstream-Status: Backport [https://github.com/pboettch/json-schema-validator/commit/491ac44026e08f3…
18 src/smtp-address-validator.cpp | 16 ++++++++--------
21 diff --git a/src/smtp-address-validator.cpp b/src/smtp-address-validator.cpp
23 --- a/src/smtp-address-validator.cpp
24 +++ b/src/smtp-address-validator.cpp
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-rfc3339-validator_0.1.4.bb1 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 Dpython3-jsonschema_4.23.0.bb24 python3-rfc3339-validator \
30 python3-rfc3986-validator \
31 python3-rfc3339-validator \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-rfc3986-validator_0.1.1.bb1 SUMMARY = "Pure python rfc3986 validator"
2 HOMEPAGE = "https://github.com/naimetti/rfc3986-validator"
9 UPSTREAM_CHECK_REGEX = "/rfc3986-validator/(?P<pver>(\d+[\.\-_]*)+)/"
H A Dpython3-pykwalify_1.8.0.bb2 DESCRIPTION = "pykwalify is a schema validator for YAML and JSON"
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-block-manager.c348 struct dm_block_validator *validator; member
360 aux->validator = NULL; in dm_block_manager_alloc_callback()
368 if (aux->validator) { in dm_block_manager_write_callback()
369 aux->validator->prepare_for_write(aux->validator, (struct dm_block *) buf, in dm_block_manager_write_callback()
446 if (unlikely(!aux->validator)) { in dm_bm_validate_buffer()
457 aux->validator = v; in dm_bm_validate_buffer()
459 if (unlikely(aux->validator != v)) { in dm_bm_validate_buffer()
461 aux->validator->name, v ? v->name : "NULL", in dm_bm_validate_buffer()
596 aux->validator = v; in dm_bm_write_lock_zero()
/openbmc/pldm/
H A D.eslintignore2 # be ignored by the eslint json validator
6 # required to be ignored by the json validator.
/openbmc/openpower-hw-diags/util/
H A Ddata_file.cpp38 valijson::Validator validator; in validateJson() local
41 return validator.validate(schema, targetAdapter, nullptr); in validateJson()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-schema-validator/
H A Djson-schema-validator_2.2.0.bb1 SUMMARY = "JSON schema validator for JSON for Modern C++"
5 SRC_URI = "git://github.com/pboettch/json-schema-validator;branch=main;protocol=https \
/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dfuzz.py87 def validator(current, pick, choices): function
102 return validator(current, random_from_intervals, intervals)
110 return validator(current, random_bits, bit_ranges)
118 return validator(current, random.choice, sequences)
/openbmc/linux/Documentation/gpu/
H A Dvc4.rst91 :doc: Command list validator for VC4.
99 Shader validator for VC4
102 :doc: Shader validator for VC4.
/openbmc/linux/Documentation/locking/
H A Dlockdep-design.rst1 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 …]
/openbmc/pyphosphor/obmc/dbuslib/
H A Dbindings.py34 self.validator = kw.pop('validator', None)
83 if self.validator:
84 self.validator(interface_name, property_name, new_value)
/openbmc/phosphor-led-manager/test/
H A Dmeson.build30 '../manager/config-validator.cpp',
56 'utest-config-validator.cpp'
/openbmc/openbmc/poky/meta/recipes-support/serf/serf/
H A DSConstruct.stop.creating.directories.without.sandbox-install.prefix.patch15 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.
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c1070 struct user_event_validator *validator, *next; in user_event_destroy_validators() local
1073 list_for_each_entry_safe(validator, next, head, user_event_link) { in user_event_destroy_validators()
1074 list_del(&validator->user_event_link); in user_event_destroy_validators()
1075 kfree(validator); in user_event_destroy_validators()
1094 struct user_event_validator *validator; in user_event_add_field() local
1117 validator = kmalloc(sizeof(*validator), GFP_KERNEL_ACCOUNT); in user_event_add_field()
1119 if (!validator) { in user_event_add_field()
1124 validator->flags = validator_flags; in user_event_add_field()
1125 validator->offset = offset; in user_event_add_field()
1128 list_add_tail(&validator->user_event_link, &user->validators); in user_event_add_field()
[all …]
/openbmc/entity-manager/scripts/
H A Dvalidate_configs.py143 validator = spec(schema, resolver=resolver)
153 validator.validate(config)
/openbmc/linux/sound/usb/
H A Dclock.c49 bool (*validator)(void *, int, int), in find_uac_clock_desc()
56 if (validator(cs, id, proto)) in find_uac_clock_desc()
100 #define DEFINE_FIND_HELPER(name, obj, validator, type2, type3) \ argument
103 return find_uac_clock_desc(chip->ctrl_intf, id, validator, \
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dspdx.py60 validator = os.path.join(
63 result = runCmd("{} {} -i {}".format(python, validator, filename))
/openbmc/openbmc-test-automation/redfish/dmtf_tools/
H A DRedfish_Service_Validator.robot37 ... Run the validator as additional non-admin user roles.
48 [Documentation] Create user and run validator.
/openbmc/linux/Documentation/core-api/irq/
H A Dirqflags-tracing.rst33 trace_hardirqs_off()/trace_hardirqs_on() functions. The lock validator
48 turn itself off. I.e. the lock validator will still be reliable. There
/openbmc/openbmc/poky/meta/recipes-devtools/desktop-file-utils/
H A Ddesktop-file-utils_0.28.bb8 … file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416"
/openbmc/bmcweb/
H A DTESTING.md134 # run validator and inspect the report for failures
140 Your change should not introduce any new validator errors. Please include
141 something to the effect of "Redfish service validator passing" in your commit
/openbmc/phosphor-led-manager/manager/
H A Dmeson.build7 'config-validator.cpp',

123