Home
last modified time | relevance | path

Searched refs:Success (Results 1 – 25 of 580) sorted by relevance

12345678910>>...24

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c175 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_FBCONFIG_ID, &val)) in fb_config_to_structure()
180 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_VISUAL_ID, &val)) in fb_config_to_structure()
185 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_CONFIG_CAVEAT, &val)) in fb_config_to_structure()
190 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_DRAWABLE_TYPE, &val)) in fb_config_to_structure()
195 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_X_RENDERABLE, &val)) in fb_config_to_structure()
200 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_LEVEL, &val)) in fb_config_to_structure()
205 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_RENDER_TYPE, in fb_config_to_structure()
210 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_RED_SIZE, &val)) in fb_config_to_structure()
215 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_GREEN_SIZE, &val)) in fb_config_to_structure()
220 if (Success != glXGetFBConfigAttrib (dpy, fbconfig, GLX_BLUE_SIZE, &val)) in fb_config_to_structure()
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp82 if (expectation == utils::Expectation::Success) { in ValidateExpectation()
189 TestBothTBCopies(utils::Expectation::Success, source, 0, bufferBytesPerRow, rowsPerImage, in TestBothTBCopiesExactBufferSize()
233 TEST_F(CopyCommandTest_B2B, Success) { in TEST_F() argument
429 TEST_F(CopyCommandTest_B2T, Success) { in TEST_F() argument
438 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 4, destination, 0, {0, 0, 0}, in TEST_F()
441 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 4, destination, 0, {12, 12, 0}, in TEST_F()
444 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 4, destination, 2, {0, 0, 0}, in TEST_F()
447 TestB2TCopy(utils::Expectation::Success, source, bufferSize - 4, 256, 1, destination, 0, in TEST_F()
449 TestB2TCopy(utils::Expectation::Success, source, bufferSize - 4, 256, in TEST_F()
456 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 4, destination, 0, {0, 0, 0}, in TEST_F()
[all …]
DDrawIndirectValidationTests.cpp48 if (expectation == utils::Expectation::Success) { in ValidateExpectation()
99 TestIndirectOffsetDraw(utils::Expectation::Success, {1, 2, 3, 4}, 0); in TEST_F()
101 TestIndirectOffsetDraw(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7}, 0); in TEST_F()
103 TestIndirectOffsetDraw(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7, 8}, in TEST_F()
124 TestIndirectOffsetDrawIndexed(utils::Expectation::Success, {1, 2, 3, 4, 5}, 0); in TEST_F()
126 TestIndirectOffsetDrawIndexed(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7, 8, 9}, 0); in TEST_F()
128 TestIndirectOffsetDrawIndexed(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, in TEST_F()
152 TestIndirectOffset(utils::Expectation::Success, {1, 2, 3, 4}, 0, false, in TEST_F()
154 TestIndirectOffset(utils::Expectation::Success, {1, 2, 3, 4, 5}, 0, true, in TEST_F()
DCopyTextureForBrowserTests.cpp60 if (expectation == utils::Expectation::Success) { in TestCopyTextureForBrowser()
71 TEST_F(CopyTextureForBrowserTest, Success) { in TEST_F() argument
82 TestCopyTextureForBrowser(utils::Expectation::Success, source, 0, {0, 0, 0}, destination, 0, in TEST_F()
86 TestCopyTextureForBrowser(utils::Expectation::Success, source, 0, {0, 0, 0}, destination, 0, in TEST_F()
90 TestCopyTextureForBrowser(utils::Expectation::Success, source, 0, {8, 8, 0}, destination, 0, in TEST_F()
94 TestCopyTextureForBrowser(utils::Expectation::Success, source, 0, {0, 0, 0}, destination, 2, in TEST_F()
98 TestCopyTextureForBrowser(utils::Expectation::Success, source, 2, {0, 0, 0}, destination, 0, in TEST_F()
102 TestCopyTextureForBrowser(utils::Expectation::Success, source, 0, {0, 0, 0}, destination, 0, in TEST_F()
109 TestCopyTextureForBrowser(utils::Expectation::Success, source, 0, {0, 0, 0}, destination, 0, in TEST_F()
113 TestCopyTextureForBrowser(utils::Expectation::Success, source, 0, {0, 0, 0}, destination, 0, in TEST_F()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonDepDecoders.inc21 return MCDisassembler::Success;
26 return MCDisassembler::Success;
31 return MCDisassembler::Success;
36 return MCDisassembler::Success;
41 return MCDisassembler::Success;
46 return MCDisassembler::Success;
51 return MCDisassembler::Success;
56 return MCDisassembler::Success;
61 return MCDisassembler::Success;
66 return MCDisassembler::Success;
[all …]
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_blocks.c78 …reateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); in main()
79 assert(XvMCCreateSurface(display, &context, &surface) == Success); in main()
86 assert(XvMCCreateBlocks(display, &context, min_required_blocks, &blocks) == Success); in main()
98 …assert(XvMCCreateMacroBlocks(display, &context, min_required_macroblocks, &macroblocks) == Success in main()
104 assert(XvMCDestroyMacroBlocks(display, &macroblocks) == Success); in main()
106 assert(XvMCDestroyBlocks(display, &blocks) == Success); in main()
108 assert(XvMCDestroySurface(display, &surface) == Success); in main()
109 assert(XvMCDestroyContext(display, &context) == Success); in main()
Dtest_context.c91 …reateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); in main()
105 assert(XvMCDestroyContext(display, &context) == Success); in main()
107 …eContext(display, port_num, surface_type_id, width + 1, height, XVMC_DIRECT, &context) == Success); in main()
109 assert(XvMCDestroyContext(display, &context) == Success); in main()
111 …eContext(display, port_num, surface_type_id, width, height + 1, XVMC_DIRECT, &context) == Success); in main()
113 assert(XvMCDestroyContext(display, &context) == Success); in main()
115 …text(display, port_num, surface_type_id, width + 1, height + 1, XVMC_DIRECT, &context) == Success); in main()
117 assert(XvMCDestroyContext(display, &context) == Success); in main()
Dxvmc_bench.c238 …_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success); in main()
239 assert(XvMCCreateSurface(display, &context, &surface) == Success); in main()
240 …t(XvMCCreateBlocks(display, &context, mbw * mbh * BLOCKS_PER_MACROBLOCK, &block_array) == Success); in main()
241 assert(XvMCCreateMacroBlocks(display, &context, mbw * mbh, &mb_array) == Success); in main()
274 …t, XVMC_FRAME_PICTURE, &surface, NULL, NULL, 0, mbw * mbh, 0, &mb_array, &block_array) == Success); in main()
275 assert(XvMCFlushSurface(display, &surface) == Success); in main()
278 …fig.input_height, 0, 0, config.output_width, config.output_height, XVMC_FRAME_PICTURE) == Success); in main()
299 assert(XvMCDestroyBlocks(display, &block_array) == Success); in main()
300 assert(XvMCDestroyMacroBlocks(display, &mb_array) == Success); in main()
301 assert(XvMCDestroySurface(display, &surface) == Success); in main()
[all …]
Dtest_rendering.c186 …(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success); in main()
187 assert(XvMCCreateSurface(display, &context, &surface) == Success); in main()
188 …CreateBlocks(display, &context, NUM_MACROBLOCKS * BLOCKS_PER_MACROBLOCK, &block_array) == Success); in main()
189 assert(XvMCCreateMacroBlocks(display, &context, NUM_MACROBLOCKS, &mb_array) == Success); in main()
273 …C_FRAME_PICTURE, &surface, NULL, NULL, 0, NUM_MACROBLOCKS, 0, &mb_array, &block_array) == Success); in main()
306 ) == Success in main()
320 assert(XvMCDestroyBlocks(display, &block_array) == Success); in main()
321 assert(XvMCDestroyMacroBlocks(display, &mb_array) == Success); in main()
322 assert(XvMCDestroySurface(display, &surface) == Success); in main()
323 assert(XvMCDestroyContext(display, &context) == Success); in main()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp76 if (expectation == utils::Expectation::Success) { in ValidateExpectation()
152 TEST_F(CopyCommandTest_B2B, Success) { in TEST_F() argument
272 TEST_F(CopyCommandTest_B2T, Success) { in TEST_F() argument
281 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 0, destination, 0, 0, {0, 0, 0}, in TEST_F()
284 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 0, destination, 0, 0, {12, 12, 0}, in TEST_F()
287 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 0, destination, 2, 0, {0, 0, 0}, in TEST_F()
290 TestB2TCopy(utils::Expectation::Success, source, bufferSize - 4, 256, 0, destination, 0, 0, in TEST_F()
297 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 0, destination, 0, 0, {0, 0, 0}, in TEST_F()
300 TestB2TCopy(utils::Expectation::Success, source, 0, 256, 0, destination, 0, 0, {5, 7, 0}, in TEST_F()
303 TestB2TCopy(utils::Expectation::Success, source, 31 * 4, 256, 0, destination, 0, 0, in TEST_F()
[all …]
DDrawIndirectValidationTests.cpp53 if (expectation == utils::Expectation::Success) { in ValidateExpectation()
103 TestIndirectOffsetDraw(utils::Expectation::Success, {1, 2, 3, 4}, 0); in TEST_F()
105 TestIndirectOffsetDraw(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7}, 0); in TEST_F()
107 TestIndirectOffsetDraw(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7, 8}, in TEST_F()
124 TestIndirectOffsetDrawIndexed(utils::Expectation::Success, {1, 2, 3, 4, 5}, 0); in TEST_F()
126 TestIndirectOffsetDrawIndexed(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7, 8, 9}, 0); in TEST_F()
128 TestIndirectOffsetDrawIndexed(utils::Expectation::Success, {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.cpp19 Result Success; variable
28 return Success; in FromJS()
39 return Success; in FromJS()
50 return Success; in FromJS()
61 return Success; in FromJS()
72 return Success; in FromJS()
83 return Success; in FromJS()
94 return Success; in FromJS()
105 return Success; in FromJS()
116 return Success; in FromJS()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/Disassembler/
DRISCVDisassembler.cpp73 return MCDisassembler::Success; in DecodeGPRRegisterClass()
84 return MCDisassembler::Success; in DecodeFPR32RegisterClass()
95 return MCDisassembler::Success; in DecodeFPR32CRegisterClass()
106 return MCDisassembler::Success; in DecodeFPR64RegisterClass()
117 return MCDisassembler::Success; in DecodeFPR64CRegisterClass()
148 return MCDisassembler::Success; in DecodeGPRCRegisterClass()
175 return MCDisassembler::Success; in decodeUImmOperand()
194 return MCDisassembler::Success; in decodeSImmOperand()
215 return MCDisassembler::Success; in decodeSImmOperandAndLsl1()
226 return MCDisassembler::Success; in decodeCLUIImmOperand()
[all …]
/third_party/openssl/test/ssl-tests/
D22-compression.conf.in31 "ExpectedResult" => "Success"
43 "ExpectedResult" => "Success"
55 "ExpectedResult" => "Success"
66 "ExpectedResult" => "Success"
82 "ExpectedResult" => "Success"
95 "ExpectedResult" => "Success"
108 "ExpectedResult" => "Success"
120 "ExpectedResult" => "Success"
D20-cert-select.conf.in66 "ExpectedResult" => "Success"
90 "ExpectedResult" => "Success"
127 "ExpectedResult" => "Success"
145 "ExpectedResult" => "Success"
167 "ExpectedResult" => "Success"
180 "ExpectedResult" => "Success"
193 "ExpectedResult" => "Success"
208 "ExpectedResult" => "Success"
225 "ExpectedResult" => "Success"
243 "ExpectedResult" => "Success"
[all …]
D14-curves.conf59 ExpectedResult = Success
87 ExpectedResult = Success
115 ExpectedResult = Success
143 ExpectedResult = Success
171 ExpectedResult = Success
199 ExpectedResult = Success
227 ExpectedResult = Success
255 ExpectedResult = Success
283 ExpectedResult = Success
311 ExpectedResult = Success
[all …]
D17-renegotiate.conf.in30 "ExpectedResult" => "Success"
43 "ExpectedResult" => "Success"
57 "ExpectedResult" => "Success"
70 "ExpectedResult" => "Success"
89 "ExpectedResult" => "Success"
108 "ExpectedResult" => "Success"
129 "ExpectedResult" => "Success"
148 "ExpectedResult" => "Success"
167 "ExpectedResult" => "Success"
186 "ExpectedResult" => "Success"
D07-dtls-protocol-version.conf92 ExpectedResult = Success
119 ExpectedResult = Success
145 ExpectedResult = Success
173 ExpectedResult = Success
201 ExpectedResult = Success
228 ExpectedResult = Success
308 ExpectedResult = Success
335 ExpectedResult = Success
361 ExpectedResult = Success
389 ExpectedResult = Success
[all …]
D19-mac-then-encrypt.conf.in27 "ExpectedResult" => "Success",
40 "ExpectedResult" => "Success",
54 "ExpectedResult" => "Success",
70 "ExpectedResult" => "Success",
83 "ExpectedResult" => "Success",
97 "ExpectedResult" => "Success",
D18-dtls-renegotiate.conf.in37 "ExpectedResult" => "Success"
49 "ExpectedResult" => "Success"
70 "ExpectedResult" => "Success"
88 "ExpectedResult" => "Success"
106 "ExpectedResult" => "Success"
130 "ExpectedResult" => "Success"
149 "ExpectedResult" => "Success"
168 "ExpectedResult" => "Success"
187 "ExpectedResult" => "Success"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp153 return MCDisassembler::Success; in DecodeIntRegsRegisterClass()
164 return MCDisassembler::Success; in DecodeI64RegsRegisterClass()
176 return MCDisassembler::Success; in DecodeFPRegsRegisterClass()
188 return MCDisassembler::Success; in DecodeDFPRegsRegisterClass()
203 return MCDisassembler::Success; in DecodeQFPRegsRegisterClass()
214 return MCDisassembler::Success; in DecodeCPRegsRegisterClass()
223 return MCDisassembler::Success; in DecodeFCCRegsRegisterClass()
232 return MCDisassembler::Success; in DecodeASRRegsRegisterClass()
241 return MCDisassembler::Success; in DecodePRRegsRegisterClass()
246 DecodeStatus S = MCDisassembler::Success; in DecodeIntPairRegisterClass()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp630 return MCDisassembler::Success; in DecodeINSVE_DF()
644 return MCDisassembler::Success; in DecodeDAHIDATIMMR6()
658 return MCDisassembler::Success; in DecodeDAHIDATI()
697 return MCDisassembler::Success; in DecodeAddiGroupBranch()
731 return MCDisassembler::Success; in DecodePOP35GroupBranchMMR6()
770 return MCDisassembler::Success; in DecodeDaddiGroupBranch()
804 return MCDisassembler::Success; in DecodePOP37GroupBranchMMR6()
843 return MCDisassembler::Success; in DecodePOP65GroupBranchMMR6()
882 return MCDisassembler::Success; in DecodePOP75GroupBranchMMR6()
925 return MCDisassembler::Success; in DecodeBlezlGroupBranch()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp207 return MCDisassembler::Success; in DecodeGRRegsRegisterClass()
219 return MCDisassembler::Success; in DecodeRRegsRegisterClass()
230 return MCDisassembler::Success; in DecodeBitpOperand()
236 return MCDisassembler::Success; in DecodeNegImmOperand()
254 return MCDisassembler::Success; in Decode2OpInstruction()
270 return MCDisassembler::Success; in Decode3OpInstruction()
348 if (S != MCDisassembler::Success) in Decode2RInstruction()
361 if (S != MCDisassembler::Success) in Decode2RImmInstruction()
374 if (S != MCDisassembler::Success) in DecodeR2RInstruction()
387 if (S != MCDisassembler::Success) in Decode2RSrcDstInstruction()
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandSerializer.h35 SerializeCommand(cmd, 0, [](SerializeBuffer*) { return WireResult::Success; }); in SerializeCommand()
53 [](SerializeBuffer*) { return WireResult::Success; }); in SerializeCommand()
85 if (DAWN_UNLIKELY(r1 != WireResult::Success || r2 != WireResult::Success)) { in SerializeCommandImpl()
99 if (DAWN_UNLIKELY(r1 != WireResult::Success || r2 != WireResult::Success)) { in SerializeCommandImpl()
/third_party/typescript/tests/baselines/reference/
DobjectInstantiationFromUnionSpread.symbols4 interface Success {
5 >Success : Symbol(Success, Decl(objectInstantiationFromUnionSpread.ts, 0, 0))
8 >isSuccess : Symbol(Success.isSuccess, Decl(objectInstantiationFromUnionSpread.ts, 2, 19))
18 type Item = Success | Fail;
20 >Success : Symbol(Success, Decl(objectInstantiationFromUnionSpread.ts, 0, 0))

12345678910>>...24