Home
last modified time | relevance | path

Searched refs:result (Results 9926 - 9950 of 15027) sorted by relevance

1...<<391392393394395396397398399400>>...602

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp184 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 DvktYCbCrCopyTests.cpp447 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 Dcommon_event_services_system_test.cpp1490 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 Dapp_spawn_sandbox_new_test.cpp1193 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 Dustrtest.cpp395 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 Dcalendar.cpp416 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 Dparser_impl.cc188 // 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 Dtu_pipeline.c2325 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 DlibVulkan.cpp541 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 Dcontacts_data_ability.h56 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 Dhidumper_service_test.cpp54 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 Ddynamic_buffer.cpp93 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 Djs_input_method.h43 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 Duser_cert_plugin.cpp82 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 Dcommon_test.cpp136 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 Dfaultloggerd_module_test.cpp87 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 Dappaccount_common.h67 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 Didle_entity.cpp116 void IdleEntity::DumpInfo(std::string& result, int32_t uid) in DumpInfo() argument
120 result.append("Idle dump:\n") in DumpInfo()
H A Dwifi_entity.cpp139 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 Daction_charger.cpp122 int32_t result = iBatteryInterface->SetChargingLimit(chargeLimitList_); in ExecuteCurrentLimit() local
123 if (result != ERR_OK) { in ExecuteCurrentLimit()
H A Daction_airplane.cpp59 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 Daction_voltage.cpp118 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 Dprint_resolution_test.cpp140 auto result = OHOS::Print::PrintResolution::Unmarshalling(parcel); in HWTEST_F() local
141 EXPECT_NE(nullptr, result); in HWTEST_F()
H A Dprint_page_size_test.cpp149 auto result = OHOS::Print::PrintPageSize::Unmarshalling(parcel); in HWTEST_F() local
150 EXPECT_NE(nullptr, result); in HWTEST_F()
H A Dprint_extension_info_test.cpp187 auto result = OHOS::Print::PrintExtensionInfo::Unmarshalling(parcel); in HWTEST_F() local
188 EXPECT_NE(nullptr, result); in HWTEST_F()

Completed in 42 milliseconds

1...<<391392393394395396397398399400>>...602