Home
last modified time | relevance | path

Searched refs:pass (Results 376 - 400 of 2099) sorted by relevance

1...<<11121314151617181920>>...84

/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/
H A Dinit.c131 char line[2048], *start, *pass; in kmod_selftests() local
147 pass = strstr(start, ": pass"); in kmod_selftests()
148 if (!pass || pass[6] != '\0') { in kmod_selftests()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Drif_mac_profiles.sh114 action pass
120 dst_port 54321 action pass
149 action pass
153 dst_port 12345 action pass
/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_sbag.c202 const char *pass, in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
224 p8 = PKCS8_encrypt_ex(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter, in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
239 const char *pass, in PKCS12_SAFEBAG_create_pkcs8_encrypt()
245 return PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(pbe_nid, pass, passlen, in PKCS12_SAFEBAG_create_pkcs8_encrypt()
201 PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(int pbe_nid, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_SAFEBAG_create_pkcs8_encrypt_ex() argument
238 PKCS12_SAFEBAG_create_pkcs8_encrypt(int pbe_nid, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf) PKCS12_SAFEBAG_create_pkcs8_encrypt() argument
/third_party/openssl/crypto/pkcs12/
H A Dp12_sbag.c202 const char *pass, in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
224 p8 = PKCS8_encrypt_ex(pbe_nid, pbe_ciph, pass, passlen, salt, saltlen, iter, in PKCS12_SAFEBAG_create_pkcs8_encrypt_ex()
239 const char *pass, in PKCS12_SAFEBAG_create_pkcs8_encrypt()
245 return PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(pbe_nid, pass, passlen, in PKCS12_SAFEBAG_create_pkcs8_encrypt()
201 PKCS12_SAFEBAG_create_pkcs8_encrypt_ex(int pbe_nid, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf, OSSL_LIB_CTX *ctx, const char *propq) PKCS12_SAFEBAG_create_pkcs8_encrypt_ex() argument
238 PKCS12_SAFEBAG_create_pkcs8_encrypt(int pbe_nid, const char *pass, int passlen, unsigned char *salt, int saltlen, int iter, PKCS8_PRIV_KEY_INFO *p8inf) PKCS12_SAFEBAG_create_pkcs8_encrypt() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp127 return tcu::TestStatus::pass("Not validated"); in logBuildInfo()
148 return tcu::TestStatus::pass("Not validated"); in logDeviceInfo()
162 return tcu::TestStatus::pass("Not validated"); in logPlatformInfo()
244 return tcu::TestStatus::pass("Pass"); in logPlatformMemoryLimits()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dshrinker_test.cpp172 FuzzerPassDonateModules pass(variant_ir_context.get(), in TEST()
175 pass.DonateSingleModule(donor_ir_context.get(), true); in TEST()
350 FuzzerPassDonateModules pass(variant_ir_context.get(), in TEST()
353 pass.DonateSingleModule(donor_ir_context.get(), true); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dshrinker_test.cpp172 FuzzerPassDonateModules pass(variant_ir_context.get(), in TEST()
175 pass.DonateSingleModule(donor_ir_context.get(), true); in TEST()
350 FuzzerPassDonateModules pass(variant_ir_context.get(), in TEST()
353 pass.DonateSingleModule(donor_ir_context.get(), true); in TEST()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng2.c75 png_uint_32 row_num, int pass);
391 png_uint_32 row_num, int pass) in readpng2_row_callback()
396 /* first check whether the row differs from the previous pass; if not, in readpng2_row_callback()
409 /* save the pass number for optional use by the front end */ in readpng2_row_callback()
411 mainprog_ptr->pass = pass; in readpng2_row_callback()
390 readpng2_row_callback(png_structp png_ptr, png_bytep new_row, png_uint_32 row_num, int pass) readpng2_row_callback() argument
/third_party/toybox/toys/pending/
H A Dmdev.c147 struct passwd *pass; in make_device() local
149 pass = getpwnam(str); in make_device()
151 if (!pass) goto end_line; in make_device()
152 uid = pass->pw_uid; in make_device()
/third_party/spirv-tools/test/fuzz/
H A Dshrinker_test.cpp172 FuzzerPassDonateModules pass(variant_ir_context.get(), in TEST()
175 pass.DonateSingleModule(donor_ir_context.get(), true); in TEST()
350 FuzzerPassDonateModules pass(variant_ir_context.get(), in TEST()
353 pass.DonateSingleModule(donor_ir_context.get(), true); in TEST()
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dtc_flower_l2_miss.sh82 dst_ip $dip action pass
86 dst_ip $dip action pass
139 action pass
143 action pass
256 dst_ip $dip action pass
307 action pass
310 action pass
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_test_dma.c95 bool pass = true; in compare_textures() local
109 pass = false; in compare_textures()
116 return pass; in compare_textures()
213 bool pass; in r600_test_dma() local
378 pass = compare_textures(ctx, dst, &dst_cpu, bpp); in r600_test_dma()
379 if (pass) in r600_test_dma()
385 gfx_blits, dma_blits, pass ? "pass" : "fail", in r600_test_dma()
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_result.c545 char *pass = NULL; in try_pkcs12() local
558 pass = NULL; in try_pkcs12()
560 pass = ""; in try_pkcs12()
562 static char prompt_info[] = "PKCS12 import pass phrase"; in try_pkcs12()
577 pass = tpass; in try_pkcs12()
582 pass[tpass_len] = '\0'; in try_pkcs12()
583 if (!PKCS12_verify_mac(p12, pass, tpass_len)) { in try_pkcs12()
592 if (PKCS12_parse(p12, pass, &pkey, &cert, &chain)) { in try_pkcs12()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageBlockShapes.cpp233 return tcu::TestStatus::pass("Pass (residencyStandard3DBlockShape disabled)"); in iterate()
268 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
300 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
332 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
364 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
398 return tcu::TestStatus::pass("Pass (residencyStandard2DBlockShape disabled)"); in iterate()
435 return tcu::TestStatus::pass("Passed"); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcNearestEdgeTests.cpp148 // Some implementations treat GL_RGB8 as GL_RGBA8888,so the test should pass implementation format to ReadPixels. in toTextureFormat()
375 bool pass = true; in verifyResults() local
385 pass = false; in verifyResults()
394 if (!pass) in verifyResults()
408 return pass; in verifyResults()
423 bool pass = verifyResults(); in iterate() local
428 const qpTestResult result = (pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL); in iterate()
429 const char* desc = (pass ? "Pass" : "Pixel mismatch; check the generated images"); in iterate()
H A DglcBlendEquationAdvancedTests.cpp742 bool pass = firstOk && allSame;
743 if (!pass)
751 m_testCtx.setTestResult(pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, pass ? "" : "results differ");
1060 bool pass = true;
1077 pass = pass && pixelOk;
1088 m_testCtx.setTestResult(pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, pass ? "" : "results differ");
1192 bool pass
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgifdec.c147 int pass; in GIFReadFrame() local
148 for (pass = 0; pass < 4; ++pass) { in GIFReadFrame()
150 int y = interlace_offsets[pass]; in GIFReadFrame()
152 const size_t jump = interlace_jumps[pass] * stride; in GIFReadFrame()
153 for (; y < rect.height; y += interlace_jumps[pass], row += jump) { in GIFReadFrame()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DIOSurfaceWrappingTests.cpp322 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in DoSampleTest() local
323 pass.SetPipeline(pipeline); in DoSampleTest()
324 pass.SetBindGroup(0, bindGroup); in DoSampleTest()
325 pass.Draw(6); in DoSampleTest()
326 pass.EndPass(); in DoSampleTest()
358 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPassDescriptor); in DoClearTest() local
359 pass.EndPass(); in DoClearTest()
H A DPrimitiveTopologyTests.cpp206 wgpu::RenderPassEncoder pass = encoder.BeginRenderPass(&renderPass.renderPassInfo); in DoTest() local
207 pass.SetPipeline(pipeline); in DoTest()
208 pass.SetVertexBuffer(0, vertexBuffer); in DoTest()
209 pass.Draw(6); in DoTest()
210 pass.EndPass(); in DoTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
H A DvktSparseResourcesImageBlockShapes.cpp236 return tcu::TestStatus::pass("Pass (residencyStandard3DBlockShape disabled)"); in iterate()
271 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
303 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
335 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
367 return tcu::TestStatus::pass("Pass (residencyStandard2DMultisampleBlockShape disabled)"); in iterate()
401 return tcu::TestStatus::pass("Pass (residencyStandard2DBlockShape disabled)"); in iterate()
438 return tcu::TestStatus::pass("Passed"); in iterate()
/third_party/ffmpeg/libavfilter/
H A Dvf_find_rect.c146 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax, int *best_x, int *best_y, float best_score) in search() argument
150 if (pass + 1 <= maxpass) { in search()
152 search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search()
161 float score = compare(foc->haystack_frame[pass], foc->needle_frame[pass], x, y); in search()
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp405 bool pass = true; in iterate() local
406 for(int y = 0; pass && y < RENDERTARGET_HEIGHT; ++y) in iterate()
410 pass = false; in iterate()
416 const qpTestResult result = (pass ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL); in iterate()
417 const char* desc = (pass ? "Pass" : "Pixel mismatch; numeric value parsed incorrectly"); in iterate()
/third_party/skia/third_party/externals/libpng/
H A Dpngtest.c174 read_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass) in read_row_callback() argument
179 if (status_pass != pass) in read_row_callback()
181 fprintf(stdout, "\n Pass %d: ", pass); in read_row_callback()
182 status_pass = pass; in read_row_callback()
199 write_row_callback(png_structp png_ptr, png_uint_32 row_number, int pass) in write_row_callback() argument
201 if (png_ptr == NULL || row_number > PNG_UINT_31_MAX || pass > 7) in write_row_callback()
876 int pass; in test_one_file() local
995 /* Allow application (pngtest) errors and warnings to pass */ in test_one_file()
1453 "png_set_interlace_handling(read): wrong pass count "); in test_one_file()
1456 "png_set_interlace_handling(write): wrong pass coun in test_one_file()
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1022 ldr r5,[$inp,#240] @ pass rounds
1023 mov r4,$inp @ pass key
1024 mov r12,$out @ pass key schedule
1042 mov r4,$key @ pass the key
1044 mov r5,#10 @ pass rounds
1070 ldr r5,[$inp,#240] @ pass rounds
1071 mov r4,$inp @ pass key
1072 mov r12,$out @ pass key schedule
1092 mov r4,$key @ pass the key
1094 mov r5,#10 @ pass round
[all...]
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1022 ldr r5,[$inp,#240] @ pass rounds
1023 mov r4,$inp @ pass key
1024 mov r12,$out @ pass key schedule
1042 mov r4,$key @ pass the key
1044 mov r5,#10 @ pass rounds
1070 ldr r5,[$inp,#240] @ pass rounds
1071 mov r4,$inp @ pass key
1072 mov r12,$out @ pass key schedule
1092 mov r4,$key @ pass the key
1094 mov r5,#10 @ pass round
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...84