/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 46 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048 48 $(OPENSSL) rsa -passin pass:$(test_ca_pwd_rsa) -in $< -out $@ 63 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER -passin "pass:$(test_ca_pwd_rsa)" 91 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -utf8 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@ 95 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@ 99 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@ 110 -passin "pass:$(test_ca_pwd_rsa)" -set_serial 17 -days 3653 -sha256 \ 119 -extfile $(test_ca_config_file) -extensions ext_multi_nocn -passin "pass:$(test_ca_pwd_rsa)" \ 171 $(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) -extfile $(test_ca_config_file) -outform DER -extensions rfc822name_names -passin "pass:$(test_ca_pwd_rsa)" -set_serial 17 -days 3653 -sha256 -in $< > $@ 237 -key $(test_ca_key_file_rsa) -passin "pass [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 3157 // Run again, one pass won't combine 4 32 bit ld/st to a single 128 bit ld/st in visit() 3416 // be replaced, so only remove them after this pass is done ? in tryPropagateBranch() 3534 // Does NVC0+ have other situations where this pass makes sense? 3598 * want to create a post-RA dead-code elim pass */ in handleMADforNV50() 4068 n pass; \ 4069 if (!pass.f(this)) \
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 2389 deUint32 m_testIteration; // for multi-pass tests such as capture/replay 4432 // The capture pass saves the opaque data, while the replay pass uses it and compares the results. 4652 // 1. in the first test iteration (which is also the capture pass of capture/replay test) 4653 // 2. in the replay pass, for the binding with the matching descriptor type 5086 // The first pass succeeded, continue to the next one where we verify replay. 5092 return tcu::TestStatus::pass("Pass"); 5203 return tcu::TestStatus::pass("Pass");
|
H A D | vktBindingDescriptorUpdateASTests.cpp | 551 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingBuiltinTests.cpp | 2455 return tcu::TestStatus::pass("pass"); in iterate() 3888 return verifyResults() ? tcu::TestStatus::pass("Pass") : tcu::TestStatus::fail("Invalid results"); in iterate()
|
H A D | vktRayTracingMiscTests.cpp | 8478 return tcu::TestStatus::pass("Pass"); in iterate() 8704 return tcu::TestStatus::pass("Pass"); in nullMissInstance() 8923 return tcu::TestStatus::pass("Pass"); in reuseCreationBufferInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorBufferTests.cpp | 2387 deUint32 m_testIteration; // for multi-pass tests such as capture/replay 4403 // The capture pass saves the opaque data, while the replay pass uses it and compares the results. 4615 // 1. in the first test iteration (which is also the capture pass of capture/replay test) 4616 // 2. in the replay pass, for the binding with the matching descriptor type 5028 // The first pass succeeded, continue to the next one where we verify replay. 5034 return tcu::TestStatus::pass("Pass"); 5145 return tcu::TestStatus::pass("Pass");
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageCompressionTranscodingSupport.cpp | 170 // didn't pass in the first comparison, but means in the general case the in BinaryCompare() 251 // the ASTC quality warning instead of a pass 667 return TestStatus::pass("Pass"); in iterate() 1610 return TestStatus::pass("Pass"); in iterate()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 1226 bool pass = (seed_ % kPassProbability) != 0; in IsExclusive() local 1229 return pass; in IsExclusive()
|
/third_party/backends/backend/ |
H A D | umax_pp_low.c | 7401 /* one pass (B&W ?) */ in sanei_umax_pp_probeScanner() 7424 /* three pass (RGB ?) */ in sanei_umax_pp_probeScanner() 8661 int pass = 0; in cmdGetBuffer() local 8667 pass++; in cmdGetBuffer() 8669 while ((pass < 32768) && ((reg & 0x08) == 0x08)); in cmdGetBuffer() 8670 DBG (64, "Status after waiting is 0x%02X (pass=%d) (%s:%d)\n", in cmdGetBuffer() 8671 reg, pass, __FILE__, __LINE__); in cmdGetBuffer() 11033 /* with cmd 01, may be use to do 3 pass scanning ? */ in sanei_umax_pp_startScan()
|
H A D | rts8891.c | 1414 /* only single pass scanning supported */ in compute_parameters() 4877 int pass = 0; in gain_calibration() local 5199 pass++; in gain_calibration() 5201 while ((pass < 20) in gain_calibration()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 1458 // Combo box helper allowing to pass an array of strings. 1465 // Combo box helper allowing to pass all items in a single string literal holding multiple zero-terminated items "item1\0item2\0" 3071 bool pass = false; 3072 pass |= (c == '\n' && (flags & ImGuiInputTextFlags_Multiline)); 3073 pass |= (c == '\t' && (flags & ImGuiInputTextFlags_AllowTabInput)); 3074 if (!pass) 3338 // Insert character if they pass filtering 3633 // We are attempting to do most of that in **one main pass** to minimize the computation cost (non-negligible for large amount of text) + 2nd pass for selection rendering (we could merge them by an extra refactoring effort) 5019 // Tip: pass [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 1709 IM_ASSERT(g.LastItemData.Rect.Min.x == preview_data->PreviewRect.Min.x && g.LastItemData.Rect.Min.y == preview_data->PreviewRect.Min.y); // Didn't call after BeginCombo/EndCombo block or forgot to pass ImGuiComboFlags_CustomPreview flag? in BeginComboPreview() 1825 // Combo box helper allowing to pass an array of strings. 1832 // Combo box helper allowing to pass all items in a single string literal holding multiple zero-terminated items "item1\0item2\0" 3858 bool pass = false; in InputTextFilterCharacter() local 3859 pass |= (c == '\n' && (flags & ImGuiInputTextFlags_Multiline)); in InputTextFilterCharacter() 3860 pass |= (c == '\t' && (flags & ImGuiInputTextFlags_AllowTabInput)); in InputTextFilterCharacter() 3861 if (!pass) in InputTextFilterCharacter() 4225 // Insert character if they pass filtering in InputTextEx() 4573 // We are attempting to do most of that in **one main pass** to minimize the computation cost (non-negligible for large amount of text) + 2nd pass fo in InputTextEx() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 6039 bool pass = false; in VerifyActivationLock() local 6040 ErrCode res = bmsExtensionDataMgr.VerifyActivationLock(pass); in VerifyActivationLock() 6041 if ((res == ERR_OK) && !pass) { in VerifyActivationLock() 6046 LOG_D(BMS_TAG_INSTALLER, "activation lock pass"); in VerifyActivationLock() 6047 // otherwise, pass in VerifyActivationLock()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.cpp | 1862 /* VUE header fields all live in the same URB slot, so we pass them 2117 * This pass aggressively splits VGRFs into as small a chunks as possible, 2119 * false so this pass can safely be used inside an optimization loop. We 3718 * The expression style allows the CSE pass before this to optimize out 4024 * lowered by the subsequent lower_regioning pass. In this case that 4025 * pass would spawn another dword multiply. Instead, lower the 4704 * empirical testing with existing CTS tests show that they pass just fine 6035 * pass forgets to ask for a location explicitly set it to NULL here to 6047 #define OPT(pass, args...) ({ \ 6049 bool this_progress = pass(arg [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4987 *renderPassClearValues[attachmentNdx], config.useFormatCompCount) << " in the beginning of the render pass." << TestLog::EndMessage; 5320 return tcu::TestStatus::pass("Pass"); 5323 return tcu::TestStatus::pass("Pass"); 5518 return tcu::TestStatus::pass("Pass"); 5981 // Each pass uses one more attachmen than previous one 5983 // Each pass uses one less attachment than previous one 5985 // Each pass drops one attachment and picks up new one 7921 // Simple basic render pass tests
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 4973 *renderPassClearValues[attachmentNdx], config.useFormatCompCount) << " in the beginning of the render pass." << TestLog::EndMessage; 5295 return tcu::TestStatus::pass("Pass"); 5298 return tcu::TestStatus::pass("Pass"); 5493 return tcu::TestStatus::pass("Pass"); 5949 // Each pass uses one more attachmen than previous one 5951 // Each pass uses one less attachment than previous one 5953 // Each pass drops one attachment and picks up new one 7873 addTestGroup(group, "simple", "Simple basic render pass tests", addSimpleTests, testConfigExternal);
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_private.h | 224 /* Whenever we generate an error, pass it through this function. Useful for 934 * - the pass to use for profiling. (as an array of bools) 1448 struct radv_render_pass *pass; 1533 /* Whether the cmdbuffer owns the current render pass rather than the app. */
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 995 // Make sure VK_KHR_create_renderpass2 is supported. Due to InstanceFactory1 being used and the render pass being created in in createRenderPass() 1310 tcu::TestStatus result = tcu::TestStatus::pass(successMessage); in verifyResultImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryMappingTests.cpp | 1685 return tcu::TestStatus::pass("Pass");
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineVertexInputTests.cpp | 1176 // Create render pass in VertexInputInstance() 1752 return tcu::TestStatus::pass("Result image matches reference"); in verifyImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryWatertightnessTests.cpp | 2087 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 901 // So the not tested one is 'unused'. It is then a minimal/simplest possible pass-through shader. in MakeShader() 1642 return tcu::TestStatus::pass("All values OK");
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
H A D | vktDeviceObjectReservationTests.cpp | 904 return tcu::TestStatus::pass("Pass"); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRender.cpp | 706 return tcu::TestStatus::pass("Result image matches reference"); 2003 // Create render pass
|