Home
last modified time | relevance | path

Searched refs:BadValue (Results 1 – 25 of 26) sorted by relevance

12

/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/vld/
DValidatePolymBaseTypeTest.java24 static class BadValue extends BaseValue { } class in ValidatePolymBaseTypeTest
38 public BadValue value;
40 protected AnnotatedBadWrapper() { value = new BadValue(); } in AnnotatedBadWrapper()
50 public BadValue value;
52 protected DefTypeBadWrapper() { value = new BadValue(); } in DefTypeBadWrapper()
63 if (raw == BadValue.class) { in validateBaseType()
DValidatePolymSubTypeTest.java31 static class BadValue extends BaseValue { } class in ValidatePolymSubTypeTest
73 if (subClassName.equals(BadValue.class.getName())) { in validateSubClassName()
103 if (subType.hasRawClass(BadValue.class)) { in validateSubType()
293 final String json = mapper.writeValueAsString(new DefTypeWrapper(new BadValue())); in _verifyBadDefaultValue()
303 final String json = mapper.writeValueAsString(new AnnotatedWrapper(new BadValue())); in _verifyBadAnnotatedValue()
313 final String json = mapper.writeValueAsString(new AnnotatedMinimalWrapper(new BadValue())); in _verifyBadAnnotatedMinValue()
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_context.c83 …rt(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); in main()
85 …eateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); in main()
87 …reateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); in main()
89 …reateContext(display, port_num, surface_type_id, 16384, 16384, XVMC_DIRECT, &context) == BadValue); in main()
Dtest_subpicture.c153 …CreateSubpicture(display, &context, &subpicture, 16384, subpic_height, subpics[0].id) == BadValue); in main()
155 …CCreateSubpicture(display, &context, &subpicture, subpic_width, 16384, subpics[0].id) == BadValue); in main()
157 …ert(XvMCCreateSubpicture(display, &context, &subpicture, 16384, 16384, subpics[0].id) == BadValue); in main()
Dtest_blocks.c84 assert(XvMCCreateBlocks(display, &context, 0, &blocks) == BadValue); in main()
96 assert(XvMCCreateMacroBlocks(display, &context, 0, &macroblocks) == BadValue); in main()
Dtest_rendering.c271 …y, &context, 0, &surface, NULL, NULL, 0, NUM_MACROBLOCKS, 0, &mb_array, &block_array) == BadValue); in main()
/external/mesa3d/src/gallium/frontends/xvmc/
Dblock.c45 return BadValue; in XvMCCreateBlocks()
75 return BadValue; in XvMCCreateMacroBlocks()
Dcontext.c134 return BadValue; in Validate()
138 return BadValue; in Validate()
Dsurface.c247 return BadValue; in XvMCRenderSurface()
Dsubpicture.c287 return BadValue; in XvMCCreateSubpicture()
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dcommon.go575 type BadValue int type
578 BadValueNone BadValue = iota
617 BadECDSAR BadValue
618 BadECDSAS BadValue
Dsign.go147 func maybeCorruptECDSAValue(n *big.Int, typeOfCorruption BadValue, limit *big.Int) *big.Int { argument
Drunner.go4131 for badR := BadValue(1); badR < NumBadValues; badR++ {
4132 for badS := BadValue(1); badS < NumBadValues; badS++ {
/external/boringssl/src/ssl/test/runner/
Dcommon.go579 type BadValue int type
582 BadValueNone BadValue = iota
621 BadECDSAR BadValue
622 BadECDSAS BadValue
Dsign.go147 func maybeCorruptECDSAValue(n *big.Int, typeOfCorruption BadValue, limit *big.Int) *big.Int { argument
Drunner.go4131 for badR := BadValue(1); badR < NumBadValues; badR++ {
4132 for badS := BadValue(1); badS < NumBadValues; badS++ {
/external/webrtc/modules/desktop_capture/linux/x11/
Dscreen_capturer_x11.h98 Window root_window_ = BadValue;
Dscreen_capturer_x11.cc64 if (root_window_ == BadValue) { in Init()
/external/v4l2_codec2/components/
DV4L2EncodeInterface.cpp89 return C2R(C2SettingResultBuilder::BadValue(info.F(info.v.profile))); in H264ProfileLevelSetter()
182 return C2R(C2SettingResultBuilder::BadValue(info.F(info.v.level))); in H264ProfileLevelSetter()
204 return C2R(C2SettingResultBuilder::BadValue(info.F(info.v.profile))); in VP9ProfileLevelSetter()
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c610 win == BadValue || in XInitialize()
624 xres == BadValue || in XInitialize()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_api.c2148 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, true); in glXQueryDrawable()
2705 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, True); in glXCreateContextAttribsARB()
2712 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, True); in glXCreateContextAttribsARB()
2727 generate_error(dpy, BadValue, 0, X_GLXCreateContextAttribsARB, True); in glXCreateContextAttribsARB()
/external/vulkan-validation-layers/tests/
Dvktestframework.cpp34 #undef BadValue
/external/mesa3d/src/glx/
Dglxcmds.c448 __glXSendError(dpy, BadValue, vis->visualid, X_GLXCreateContext, True); in glXCreateContext()
1867 __glXSendError(dpy, BadValue, interval, 0, True); in glXSwapIntervalEXT()
/external/ImageMagick/MagickCore/
Dxwindow.c2688 if ((int) error->error_code == BadValue) in XError()
/external/libabigail/tests/data/test-read-dwarf/
Dtest11-pr18828.so.abi13536 <enumerator name='BadValue' value='2'/>

12