/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExecutablePropertiesTests.cpp | 184 std::string result(getShaderFlagStr(m_shaders, false)); in generateTestName() 187 result += "_statistics"; in generateTestName() 189 result += "_internal_representations"; in generateTestName() 191 return result; in generateTestName() 196 std::string result; in generateTestDescription() local 199 result += "Get pipeline executable statistics"; in generateTestDescription() 202 result += " and internal representations"; in generateTestDescription() 207 result += "Get pipeline executable internal representations"; in generateTestDescription() 211 result += "Get pipeline executable properties"; in generateTestDescription() 214 result in generateTestDescription() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrCopyTests.cpp | 447 UVec2 result; in randomUVec2() local 449 result[0] = min[0] + (rng.getUint32() % (1 + max[0] - min[0])); in randomUVec2() 450 result[1] = min[1] + (rng.getUint32() % (1 + max[1] - min[1])); in randomUVec2() 452 return result; in randomUVec2() 594 MultiPlaneImageData result (config.dst.format, config.dst.size); in imageCopyTest() 680 downloadImage(vkd, device, context.getUniversalQueueFamilyIndex(), context.getDefaultAllocator(), *dstImage, &result, vk::VK_ACCESS_TRANSFER_WRITE_BIT, vk::VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in imageCopyTest() 682 readImageMemory(vkd, device, context.getUniversalQueueFamilyIndex(), *dstImage, dstImageMemory, &result, vk::VK_ACCESS_TRANSFER_WRITE_BIT, vk::VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL); in imageCopyTest() 738 for (deUint32 planeNdx = 0; planeNdx < result.getDescription().numPlanes; ++planeNdx) in imageCopyTest() 740 deUint32 planeSize = vk::getPlaneSizeInBytes(result.getDescription(), result in imageCopyTest() [all...] |
/base/notification/common_event_service/test/systemtest/common/ces/common_event_services_system_test/ |
H A D | common_event_services_system_test.cpp | 1490 bool result = true; in HWTEST_F() local 1517 result = false; in HWTEST_F() 1522 EXPECT_FALSE(result); in HWTEST_F() 1577 bool result = true; in HWTEST_F() local 1605 result = false; in HWTEST_F() 1610 EXPECT_TRUE(result); in HWTEST_F() 1622 bool result = true; in HWTEST_F() local 1652 result = false; in HWTEST_F() 1657 EXPECT_FALSE(result); in HWTEST_F() 1669 bool result in HWTEST_F() local 1939 bool result = true; HWTEST_F() local 2253 bool result = false; HWTEST_F() local 2786 bool result = true; HWTEST_F() local [all...] |
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandbox_new_test.cpp | 1193 ASSERT_EQ(stub->result, 0); in HWTEST_F() 1245 ASSERT_NE(stub->result, 0); in HWTEST_F() 1304 ASSERT_NE(stub->result, 0); in HWTEST_F() 1356 ASSERT_EQ(stub->result, 0); in HWTEST_F() 1407 ASSERT_NE(stub->result, 0); in HWTEST_F() 1462 stub->result = 0; in HWTEST_F() 1464 ASSERT_EQ(ret, 0); // do not check result in HWTEST_F() 1465 ASSERT_EQ(stub->result, 0); in HWTEST_F() 1521 ASSERT_NE(stub->result, 0); in HWTEST_F() 1575 ASSERT_EQ(stub->result, in HWTEST_F() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ustrtest.cpp | 395 int8_t result; in TestCompare() local 398 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_DEFAULT); in TestCompare() 399 if(result!=0 || 0!=mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_DEFAULT)) { in TestCompare() 400 errln("error: mixed.caseCompare(other, default)=%ld instead of 0\n", result); in TestCompare() 402 result=mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCompare() 403 if(result!=0) { in TestCompare() 404 errln("error: mixed.caseCompare(otherExcludeSpecialI, U_FOLD_CASE_EXCLUDE_SPECIAL_I)=%ld instead of 0\n", result); in TestCompare() 406 result=mixed.caseCompare(otherDefault, U_FOLD_CASE_EXCLUDE_SPECIAL_I); in TestCompare() 407 if(result==0 || 0==mixed.caseCompareBetween(0, INT32_MAX, otherDefault, 0, INT32_MAX, U_FOLD_CASE_EXCLUDE_SPECIAL_I)) { in TestCompare() 412 result in TestCompare() 1337 UnicodeString result = IN.unescape(); TestUnescape() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | calendar.cpp | 416 virtual void updateVisibleIDs(Hashtable& result, UErrorCode& status) const override 423 result.put(id, (void*)this, status); 1541 uint8_t result = (uint8_t)(dayOfWeek + ((dayOfWeek < 0) ? (7+UCAL_SUNDAY ) : UCAL_SUNDAY)); in julianDayToDayOfWeek() local 1542 return result; in julianDayToDayOfWeek() 2111 // result of the add operation is to move from DST to Standard, or in add() 2120 // compensates by subtracting an hour. As a result the time in add() 2238 // time and the result time. As the result, wall time has in add() 2254 // The result wall time or adjusted wall time was shifted because in add() 2255 // the target wall time does not exist on the result dat in add() 2607 UBool result = false; isWeekend() local 2778 int32_t result = fieldValue; getActualMinimum() local 3891 int32_t result = startValue; getActualHelper() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | parser_impl.cc | 188 // the signedness of the result to match the signedness of the first operand. 215 // result to match the signedness of the first operand to the operation. 217 // @returns true if the result type must match the first operand type. 370 // We need to convert the result type and parameter types. in ConvertType() 390 DecorationList result; in GetDecorationsFor() local 401 result.push_back(d); in GetDecorationsFor() 403 return result; in GetDecorationsFor() 409 DecorationList result; in GetDecorationsForMember() local 420 result.push_back(d); in GetDecorationsForMember() 422 return result; in GetDecorationsForMember() 983 const Type* result = ty_.Array(ast_elem_ty, 0, array_stride); ConvertType() local 1035 const Type* result = ConvertType() local 1207 const auto* result = ty_.Struct(sym, std::move(ast_member_types)); ConvertType() local 1745 DecorationList result; GetMemberPipelineDecorations() local 1766 const ast::Decoration* result = nullptr; SetLocation() local 2552 auto* result = GetTypeForHandleVar() local [all...] |
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_pipeline.c | 2325 VkResult result = in tu_setup_pvtmem() local 2328 if (result != VK_SUCCESS) in tu_setup_pvtmem() 2329 return result; in tu_setup_pvtmem() 2333 return result; in tu_setup_pvtmem() 2392 VkResult result = tu_suballoc_bo_alloc(&pipeline->bo, &dev->pipeline_suballoc, in tu_pipeline_allocate_cs() local 2395 if (result != VK_SUCCESS) in tu_pipeline_allocate_cs() 2396 return result; in tu_pipeline_allocate_cs() 2790 VkResult result = VK_SUCCESS; in tu_pipeline_builder_compile_shaders() local 2877 result = VK_ERROR_OUT_OF_HOST_MEMORY; in tu_pipeline_builder_compile_shaders() 2919 result in tu_pipeline_builder_compile_shaders() 3776 VkResult result; tu_pipeline_builder_build() local 4015 VkResult result = tu_pipeline_builder_build(&builder, &pipeline); tu_graphics_pipeline_create() local 4038 VkResult result = tu_graphics_pipeline_create(device, pipelineCache, tu_CreateGraphicsPipelines() local 4069 VkResult result; tu_compute_pipeline_create() local 4245 VkResult result = tu_compute_pipeline_create(device, pipelineCache, tu_CreateComputePipelines() local [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 541 VkResult result = vk::DebugUtilsMessenger::Create(pAllocator, debugUtilsMessengerCreateInfoEXT, &messenger); in vkCreateInstance() local 542 if(result != VK_SUCCESS) in vkCreateInstance() 544 return result; in vkCreateInstance() 564 VkResult result = vk::DispatchablePhysicalDevice::Create(pAllocator, pCreateInfo, &physicalDevice); in vkCreateInstance() local 565 if(result != VK_SUCCESS) in vkCreateInstance() 568 return result; in vkCreateInstance() 571 result = vk::DispatchableInstance::Create(pAllocator, pCreateInfo, pInstance, physicalDevice, vk::Cast(messenger)); in vkCreateInstance() 572 if(result != VK_SUCCESS) in vkCreateInstance() 576 return result; in vkCreateInstance() 579 return result; in vkCreateInstance() 631 VkResult result = vkGetPhysicalDeviceImageFormatProperties2(physicalDevice, &info2, &properties2); vkGetPhysicalDeviceImageFormatProperties() local 1094 VkResult result = vk::DeviceMemory::Allocate(pAllocator, pAllocateInfo, pMemory, vk::Cast(device)); vkAllocateMemory() local 1799 VkResult result = vk::Image::Create(pAllocator, pCreateInfo, pImage, vk::Cast(device)); vkCreateImage() local 1906 VkResult result = vk::ImageView::Create(pAllocator, pCreateInfo, pView, ycbcrConversion); vkCreateImageView() local 2016 VkResult result = vk::GraphicsPipeline::Create(pAllocator, &pCreateInfos[i], &pPipelines[i], vk::Cast(device)); vkCreateGraphicsPipelines() local 2063 VkResult result = vk::ComputePipeline::Create(pAllocator, &pCreateInfos[i], &pPipelines[i], vk::Cast(device)); vkCreateComputePipelines() local 2199 VkResult result = vk::Sampler::Create(pAllocator, pCreateInfo, pSampler, samplerState, samplerID); vkCreateSampler() local [all...] |
/applications/standard/contacts_data/dataBusiness/contacts/include/ |
H A D | contacts_data_ability.h | 56 bool QueryExecute(std::shared_ptr<OHOS::NativeRdb::ResultSet> &result, 59 bool QueryExecuteSwitchSplit(std::shared_ptr<OHOS::NativeRdb::ResultSet> &result,
|
/base/hiviewdfx/hidumper/test/unittest/common/ |
H A D | hidumper_service_test.cpp | 54 int32_t result = sam->LoadSystemAbility(DFX_SYS_HIDUMPER_ABILITY_ID, loadCallback); in HWTEST_F() local 55 ASSERT_TRUE(result == ERR_OK) << "GetSystemAbility failed."; in HWTEST_F()
|
/base/hiviewdfx/hitrace/frameworks/native/ |
H A D | dynamic_buffer.cpp | 93 void DynamicBuffer::CalculateBufferSize(std::vector<int>& result)
in CalculateBufferSize() argument 109 result.push_back(newSize);
in CalculateBufferSize()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_input_method.h | 43 napi_status operator()(napi_env env, napi_value *result) override 49 return Context::operator()(env, result);
|
/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | user_cert_plugin.cpp | 82 std::string result = std::string(reinterpret_cast<char *>(certUri.data), certUri.size); in InstallUserCert() local 83 reply.WriteString(result); in InstallUserCert()
|
/base/hiviewdfx/faultloggerd/test/unittest/common/ |
H A D | common_test.cpp | 136 std::string result = DfxDumpRes::ToString(res); in HWTEST_F() local 137 ASSERT_EQ(result, "0 ( no error )"); in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/test/moduletest/ |
H A D | faultloggerd_module_test.cpp | 87 std::string result = ExecuteCommands(cmd); in HWTEST_F() local 88 ASSERT_EQ(result.find("libdfx_signalhandler.z.so") != std::string::npos, true); in HWTEST_F()
|
/base/account/os_account/frameworks/appaccount/cj/include/ |
H A D | appaccount_common.h | 67 void OnResult(int32_t resultCode, const AAFwk::Want &result) override; 104 void OnResult(int32_t resultCode, const AAFwk::Want &result) override;
|
/base/powermgr/battery_statistics/services/native/src/entities/ |
H A D | idle_entity.cpp | 116 void IdleEntity::DumpInfo(std::string& result, int32_t uid)
in DumpInfo() argument 120 result.append("Idle dump:\n")
in DumpInfo()
|
H A D | wifi_entity.cpp | 139 void WifiEntity::DumpInfo(std::string& result, int32_t uid)
in DumpInfo() argument 143 result.append("Wifi dump:\n")
in DumpInfo()
|
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
H A D | action_charger.cpp | 122 int32_t result = iBatteryInterface->SetChargingLimit(chargeLimitList_); in ExecuteCurrentLimit() local 123 if (result != ERR_OK) { in ExecuteCurrentLimit()
|
H A D | action_airplane.cpp | 59 long int result = strtol(value.c_str(), &endptr, STRTOL_FORMART_DEC); in AddActionValue() local 64 valueList_.push_back(static_cast<uint32_t>(result)); in AddActionValue()
|
H A D | action_voltage.cpp | 118 int32_t result = iBatteryInterface->SetChargingLimit(chargeLimitList_); in ExecuteVoltageLimit() local 119 if (result != ERR_OK) { in ExecuteVoltageLimit()
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_resolution_test.cpp | 140 auto result = OHOS::Print::PrintResolution::Unmarshalling(parcel); in HWTEST_F() local 141 EXPECT_NE(nullptr, result); in HWTEST_F()
|
H A D | print_page_size_test.cpp | 149 auto result = OHOS::Print::PrintPageSize::Unmarshalling(parcel); in HWTEST_F() local 150 EXPECT_NE(nullptr, result); in HWTEST_F()
|
H A D | print_extension_info_test.cpp | 187 auto result = OHOS::Print::PrintExtensionInfo::Unmarshalling(parcel); in HWTEST_F() local 188 EXPECT_NE(nullptr, result); in HWTEST_F()
|