/third_party/spirv-tools/test/opt/loop_optimizations/ |
H A D | loop_descriptions.cpp | 293 LoopDescriptor ld{context.get(), f}; in TEST_F() 369 LoopDescriptor ld{context.get(), f}; in TEST_F() 413 LoopDescriptor ld{context.get(), f}; in TEST_F()
|
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/ |
H A D | udmf_impl.cpp | 93 return unifiedData.get(); in TransformUnifiedDataPtr() 235 UDMF::Link* link = reinterpret_cast<UDMF::Link*>(record.get()); in GetLinkRecord() 266 UDMF::Html* html = reinterpret_cast<UDMF::Html*>(record.get()); in GetHtmlRecord() 318 UDMF::PlainText* plainText = reinterpret_cast<UDMF::PlainText*>(records[0].get()); in GetSinglePlainTextRecord() 350 UDMF::File* file = reinterpret_cast<UDMF::File*>(record.get()); in GetFileUriRecord() 372 UDMF::PlainText* plainText = reinterpret_cast<UDMF::PlainText*>(record.get()); in GetPlainTextRecords() 389 auto video = static_cast<UDMF::Video*>(records[0].get()); in GetVideoRecordUri() 424 UDMF::ApplicationDefinedRecord* app = reinterpret_cast<UDMF::ApplicationDefinedRecord*>(record.get()); in GetSpanStringRecord()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_text_timer_bridge.cpp | 226 vm, runtimeCallInfo->GetCallArgRef(NUM_1), radiusArray.get(), length, ArkTSUtils::parseShadowRadius); in SetTextShadow() 228 vm, runtimeCallInfo->GetCallArgRef(NUM_2), typeArray.get(), length, ArkTSUtils::parseShadowType); in SetTextShadow() 230 vm, runtimeCallInfo->GetCallArgRef(NUM_3), colorArray.get(), length, ArkTSUtils::parseShadowColor); in SetTextShadow() 232 vm, runtimeCallInfo->GetCallArgRef(NUM_4), offsetXArray.get(), length, ArkTSUtils::parseShadowOffset); in SetTextShadow() 234 vm, runtimeCallInfo->GetCallArgRef(NUM_5), offsetYArray.get(), length, ArkTSUtils::parseShadowOffset); in SetTextShadow() 236 vm, runtimeCallInfo->GetCallArgRef(NUM_6), fillArray.get(), length, ArkTSUtils::parseShadowFill); in SetTextShadow() 242 CHECK_NULL_RETURN(textShadowArray.get(), panda::JSValueRef::Undefined(vm)); in SetTextShadow() 251 GetArkUINodeModifiers()->getTextTimerModifier()->setTextShadow(nativeNode, textShadowArray.get(), length); in SetTextShadow()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/drawable/ |
H A D | rs_canvas_drawing_node_drawable_test.cpp | 356 drawable->GetBitmap(gpuContext.get()); in HWTEST_F() 429 drawable->canvas_ = std::make_shared<RSPaintFilterCanvas>(canvas.get()); in HWTEST_F() 430 res = drawable->GetPixelmap(pixelmap, rrect.get(), tid, drawCmdList); in HWTEST_F() 432 res = drawable->GetPixelmap(pixelmap, rrect.get(), tid, drawCmdList); in HWTEST_F() 437 res = drawable->GetPixelmap(pixelmap, rrect.get(), tid, drawCmdList); in HWTEST_F() 441 res = drawable->GetPixelmap(pixelmap, rrect.get(), tid, drawCmdList); in HWTEST_F() 486 drawable->canvas_ = std::make_shared<RSPaintFilterCanvas>(drawCanvas.get()); in HWTEST_F() 506 drawable->canvas_ = std::make_shared<RSPaintFilterCanvas>(drawCanvas.get()); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
H A D | dm_native_util.cpp | 403 int32_t authType = bindParamObj[AUTH_TYPE].get<int32_t>(); in InsertMapParames() 407 std::string appOperation = bindParamObj[APP_OPERATION].get<std::string>(); in InsertMapParames() 411 std::string appDescription = bindParamObj[CUSTOM_DESCRIPTION].get<std::string>(); in InsertMapParames() 415 std::string targetPkgName = bindParamObj[PARAM_KEY_TARGET_PKG_NAME].get<std::string>(); in InsertMapParames() 419 std::string metaType = bindParamObj[PARAM_KEY_META_TYPE].get<std::string>(); in InsertMapParames() 423 std::string pinCode = bindParamObj[PARAM_KEY_PIN_CODE].get<std::string>(); in InsertMapParames() 427 std::string authToken = bindParamObj[PARAM_KEY_AUTH_TOKEN].get<std::string>(); in InsertMapParames() 431 int32_t bindLevel = bindParamObj[BIND_LEVEL].get<std::int32_t>(); in InsertMapParames()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | icmp_redirect.sh | 260 echo "Error: Failed to get link-local address of r1's eth0" 267 echo "Error: Failed to get link-local address of r2's eth0" 290 run_cmd ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} 291 run_cmd ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} 298 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 301 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 305 # the route get output. The -v will wipe out the cache line 307 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 314 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \ 317 ip -netns h1 -6 ro get [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 62 " thrashing the CPU cache. This is to make it easier to get\n" 157 static inline int get(FILE *stream); 179 /* In case we get called by multiple threads or from an sighandler */ in shutdown() 238 static inline int get(FILE *stream) in get() function 254 new_value = get(stream); in set() 256 return shutdown(5, "We didn't get what we wrote to /proc back", in set() 266 new_value = get(stream); in try_set() 532 cur_max_msgs = get(max_msgs); in increase_limits() 535 cur_max_msgsize = get(max_msgsize); in increase_limits() 650 saved_max_msgs = cur_max_msgs = get(max_msg in main() [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | prodigy192.c | 354 .get = stac9460_dac_mute_get, 365 .get = stac9460_dac_vol_get, 375 .get = stac9460_dac_mute_get, 385 .get = stac9460_dac_vol_get, 394 .get = stac9460_adc_mute_get, 405 .get = stac9460_adc_vol_get, 413 .get = stac9460_mic_sw_get, 586 .get = ak4114_input_sw_get,
|
/kernel/linux/linux-6.6/tools/testing/selftests/mqueue/ |
H A D | mq_perf_tests.c | 63 " thrashing the CPU cache. This is to make it easier to get\n" 157 static inline int get(FILE *stream); 179 /* In case we get called by multiple threads or from an sighandler */ in shutdown() 238 static inline int get(FILE *stream) in get() function 254 new_value = get(stream); in set() 256 return shutdown(5, "We didn't get what we wrote to /proc back", in set() 266 new_value = get(stream); in try_set() 532 cur_max_msgs = get(max_msgs); in increase_limits() 535 cur_max_msgsize = get(max_msgsize); in increase_limits() 650 saved_max_msgs = cur_max_msgs = get(max_msg in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | icmp_redirect.sh | 264 echo "Error: Failed to get link-local address of r1's eth0" 271 echo "Error: Failed to get link-local address of r2's eth0" 294 run_cmd ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} 295 run_cmd ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} 302 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 305 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 309 # the route get output. The -v will wipe out the cache line 311 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 318 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \ 321 ip -netns h1 -6 ro get [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | prodigy192.c | 354 .get = stac9460_dac_mute_get, 365 .get = stac9460_dac_vol_get, 375 .get = stac9460_dac_mute_get, 385 .get = stac9460_dac_vol_get, 394 .get = stac9460_adc_mute_get, 405 .get = stac9460_adc_vol_get, 413 .get = stac9460_mic_sw_get, 586 .get = ak4114_input_sw_get,
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 80 # get test sources 160 module_name = result_dict.get("module", "") 161 part_name = result_dict.get("part", "") 162 subsystem_name = result_dict.get("subsystem", "") 181 # get test sources from testcases_dirs 190 # get test sources from config.testlist 197 # get test sources from config.testfile 213 # get test sources from config.testcase 281 # get norm_test_source 315 # get param [all...] |
/third_party/glslang/glslang/MachineIndependent/preprocessor/ |
H A D | PpContext.h | 259 int get(TPpToken& ppToken) in get() function in glslang::TPpContext::TokenStream::Token 287 // should get both pasted together as one token when token pasting. in peekContinuedPasting() 552 // Scanner used to get source stream characters. 557 int ch = input->get(); 568 ch = input->get(); 569 int nextch = input->get(); 571 ch = input->get(); 582 input->get(); 604 input->get(); 611 input->get(); [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 143 // if (other.equals("\uDBFF\uDFFF") && me.containsKey(0x10FFFF) && me.get(0x10FFFF).equals(me.get(0x10FFFE))) { in TestAMonkey() 205 Integer value = stayWithMe.get(key); in checkEquals() 206 assertEquals("get", value, me.get(key)); in checkEquals() 210 assertEquals("get", value, me.get(cp)); in checkEquals() 299 Object hashMapValue = hashMap.get(new Integer(i)); in hasSameValues() 312 assertEquals("original-abc", (Integer) 3, test.get("abc")); in TestCloneAsThawed11721() 313 assertNull("original-def", test.get("de in TestCloneAsThawed11721() [all...] |
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | UnicodeMapTest.java | 140 // if (other.equals("\uDBFF\uDFFF") && me.containsKey(0x10FFFF) && me.get(0x10FFFF).equals(me.get(0x10FFFE))) { in TestAMonkey() 202 Integer value = stayWithMe.get(key); in checkEquals() 203 assertEquals("get", value, me.get(key)); in checkEquals() 207 assertEquals("get", value, me.get(cp)); in checkEquals() 296 Object hashMapValue = hashMap.get(new Integer(i)); in hasSameValues() 309 assertEquals("original-abc", (Integer) 3, test.get("abc")); in TestCloneAsThawed11721() 310 assertNull("original-def", test.get("de in TestCloneAsThawed11721() [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer_postRA.cpp | 116 Instruction* get(Idx idx) { return program->blocks[idx.block].instructions[idx.instr].get(); } in get() function 244 Instruction* op0_instr = ctx.get(op0_instr_idx); in try_apply_branch_vcc() 245 Instruction* last_vcc_wr = ctx.get(last_vcc_wr_idx); in try_apply_branch_vcc() 299 Instruction* wr_instr = ctx.get(wr_idx); in try_optimize_scc_nocompare() 365 Instruction* wr_instr = ctx.get(wr_idx); in try_optimize_scc_nocompare() 420 const Instruction* mov = ctx.get(op_instr_idx); in try_combine_dpp() 516 { return !instr || is_dead(ctx.uses, instr.get()); }); in optimize_postRA()
|
/third_party/node/src/ |
H A D | node_platform.cc | 68 CHECK_EQ(0, uv_thread_create(t.get(), start_thread, this)); in Start() 136 CHECK_EQ(0, uv_timer_init(&scheduler_->loop_, timer.get())); 138 CHECK_EQ(0, uv_timer_start(timer.get(), RunTask, delay_millis, 0)); 190 if (uv_thread_create(t.get(), PlatformWorkerThread, in WorkerThreadsTaskRunner() 221 CHECK_EQ(0, uv_thread_join(threads_[i].get())); in Shutdown() 363 IsolatePlatformDelegate* ptr = delegate.get(); in RegisterIsolate() 438 return delayed.get() == task; in DeleteFromScheduledTasks() 468 delayed->timer.data = static_cast<void*>(delayed.get()); in FlushForegroundTasksInternal()
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker_process.cc | 386 LOG(INFO) << "Memcached: tls ticket key get request sent"; in memcached_get_ticket_key_cb() 456 if (neverbleed_init(nb.get(), nb_errbuf.data()) != 0) { in worker_process_event_loop() 473 conn_handler->set_neverbleed(nb.get()); in worker_process_event_loop() 484 std::make_unique<AcceptHandler>(&addr, conn_handler.get())); in worker_process_event_loop() 508 renew_ticket_key_timer.data = conn_handler.get(); in worker_process_event_loop() 535 renew_ticket_key_timer.data = conn_handler.get(); in worker_process_event_loop() 635 nb.get() in worker_process_event_loop() 641 ipcev.data = conn_handler.get(); in worker_process_event_loop() 647 quic_ipcev.data = conn_handler.get(); in worker_process_event_loop()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 423 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate() 424 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in iterate() 440 const auto descriptorSetAttachments = makeDescriptorSet(vk, device, descriptorPool.get(), inputAttachmentsSetLayout.get()); in iterate() 441 const std::vector<VkDescriptorSet> descriptorSets = { descriptorSetAttachments.get() }; in iterate() 452 updater.writeSingle(descriptorSetAttachments.get(), DescriptorSetUpdateBuilder::Location::binding(static_cast<deUint32>(0)), VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, &imageInfo); in iterate() 528 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in iterate() 529 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), 0u, static_cast<deUint32>(descriptorSets.size()), descriptorSets.data(), 0u, nullptr); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 348 m_resultBuffer->get(), 0ull, m_resultBufferSizeBytes); in iterate() 352 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0)); in iterate() 426 m_imageView = makeImageView(vk, device, m_image->get(), viewType, m_format, subresourceRange); in ImageSizeTestInstance() 447 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(m_resultBuffer->get(), 0ull, m_resultBufferSizeBytes); in prepareDescriptors() 465 m_image->get(), subresourceRange); in commandBeforeCompute() 503 m_bufferView = makeBufferView(vk, device, m_imageBuffer->get(), m_format, 0ull, imageSizeBytes); in BufferSizeTestInstance() 523 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(m_resultBuffer->get(), 0ull, m_resultBufferSizeBytes); in prepareDescriptors() 526 .writeSingle(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, &m_bufferView.get()) in prepareDescriptors()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryPassthroughTests.cpp | 543 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, m_context.getBinaryCollection().get("vert"), DE_NULL) in iterate() 544 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, m_context.getBinaryCollection().get("frag"), DE_NULL); in iterate() 548 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, m_context.getBinaryCollection().get("tesc"), DE_NULL) in iterate() 549 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, m_context.getBinaryCollection().get(pipelineDescription.tessEvalShaderName), DE_NULL); in iterate() 553 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, m_context.getBinaryCollection().get(pipelineDescription.geomShaderName), DE_NULL); in iterate() 587 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in iterate() 591 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); in iterate() 597 copyImageToBuffer(vk, *cmdBuffer, *colorAttachmentImage, colorBuffer[pipelineNdx]->get(), renderSize); in iterate()
|
H A D | vktTessellationPrimitiveDiscardTests.cpp | 463 const VkDescriptorBufferInfo resultBufferInfo = makeDescriptorBufferInfo(resultBuffer.get(), 0ull, resultBufferSizeBytes); 483 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("vert"), DE_NULL) 484 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get("tesc"), DE_NULL) 485 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(needPointSizeWrite ? "tese_psw" : "tese"), DE_NULL) 486 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("frag"), DE_NULL) 519 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, *pipelineLayout, 0u, 1u, &descriptorSet.get(), 0u, DE_NULL); 522 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); 632 addFunctionCaseWithPrograms(group.get(), caseName, checkSupportCase, initPrograms, test, caseDef);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsTransientAttachmentTests.cpp | 423 const Unique<VkShaderModule> vertexModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate() 424 const Unique<VkShaderModule> fragmentModule (createShaderModule(vk, device, m_context.getBinaryCollection().get("frag"), 0u)); in iterate() 440 const auto descriptorSetAttachments = makeDescriptorSet(vk, device, descriptorPool.get(), inputAttachmentsSetLayout.get()); in iterate() 441 const std::vector<VkDescriptorSet> descriptorSets = { descriptorSetAttachments.get() }; in iterate() 452 updater.writeSingle(descriptorSetAttachments.get(), DescriptorSetUpdateBuilder::Location::binding(static_cast<deUint32>(0)), VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT, &imageInfo); in iterate() 528 vk.cmdBindVertexBuffers(*cmdBuffer, 0u, 1u, &vertexBuffer.get(), &vertexBufferOffset); in iterate() 529 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_GRAPHICS, pipelineLayout.get(), 0u, static_cast<deUint32>(descriptorSets.size()), descriptorSets.data(), 0u, nullptr); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageSizeTests.cpp | 350 m_resultBuffer->get(), 0ull, m_resultBufferSizeBytes); in iterate() 354 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, m_context.getBinaryCollection().get("comp"), 0)); in iterate() 428 m_imageView = makeImageView(vk, device, m_image->get(), viewType, m_format, subresourceRange); in ImageSizeTestInstance() 449 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(m_resultBuffer->get(), 0ull, m_resultBufferSizeBytes); in prepareDescriptors() 467 m_image->get(), subresourceRange); in commandBeforeCompute() 505 m_bufferView = makeBufferView(vk, device, m_imageBuffer->get(), m_format, 0ull, imageSizeBytes); in BufferSizeTestInstance() 525 const VkDescriptorBufferInfo descriptorBufferInfo = makeDescriptorBufferInfo(m_resultBuffer->get(), 0ull, m_resultBufferSizeBytes); in prepareDescriptors() 528 .writeSingle(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(0u), VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER, &m_bufferView.get()) in prepareDescriptors()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | VertexDataManager.cpp | 83 gl::Buffer *buffer = binding.getBuffer().get(); in DirectStoragePossible() 174 gl::Buffer *buffer = binding.getBuffer().get(); in ClassifyAttributeStorage() 330 gl::Buffer *buffer = binding.getBuffer().get(); in StoreDirectAttrib() 354 gl::Buffer *buffer = binding.getBuffer().get(); in StoreStaticAttrib() 472 gl::Buffer *buffer = binding.getBuffer().get(); in PromoteDynamicAttribs() 496 gl::Buffer *buffer = binding.getBuffer().get(); in reserveSpaceForAttrib() 536 gl::Buffer *buffer = binding.getBuffer().get(); in storeDynamicAttrib() 677 VertexBuffer *VertexBufferBinding::get() const in get() function in rx::VertexBufferBinding
|