/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | ELFObjectWriter.cpp | 66 #define DEBUG_TYPE "reloc-info" 96 void writeSymbol(uint32_t name, uint8_t info, uint64_t value, uint64_t size, 364 void SymbolTableWriter::writeSymbol(uint32_t name, uint8_t info, uint64_t value, in writeSymbol() argument 383 write(info); // st_info in writeSymbol() 392 write(info); // st_info in writeSymbol() 808 // Include the debug info compression header.
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcKHRDebugTests.cpp | 1294 inspectDebugState(GL_TRUE, 0 /* cb */, 0 /* info */); in iterate() 1796 * @param info Pointer to uint counter 1800 const glw::GLchar* /* message */, const void* info) in debug_proc() 1802 GLuint* counter = (GLuint*)info; in debug_proc() 2402 * @param info Pointer to uint counter 2406 const glw::GLchar* /* message */, const void* info) in debug_proc() 2408 int* callback_executed = (int*)info; in debug_proc() 1798 debug_proc(glw::GLenum , glw::GLenum , glw::GLuint , glw::GLenum , glw::GLsizei , const glw::GLchar* , const void* info) debug_proc() argument 2404 debug_proc(glw::GLenum , glw::GLenum , glw::GLuint , glw::GLenum , glw::GLsizei , const glw::GLchar* , const void* info) debug_proc() argument
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 39 'info', 'log', 'makeLogRecord', 'setLoggerClass', 'shutdown', 1479 def info(self, msg, *args, **kwargs): member in Logger 1486 logger.info("Houston, we have a %s", "interesting problem", exc_info=1) 1845 def info(self, msg, *args, **kwargs): member in LoggerAdapter 1847 Delegate an info call to the underlying logger. 2140 def info(msg, *args, **kwargs): function 2148 root.info(msg, *args, **kwargs)
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFramebufferBlitTests.cpp | 1086 tcu::TextureFormat info = glu::mapGLInternalFormat(depthFormat); 1089 if (info.order == tcu::TextureFormat::D || info.order == tcu::TextureFormat::DS) 1091 if (info.order == tcu::TextureFormat::DS)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationSignalOrderTests.cpp | 508 const VkPhysicalDeviceExternalSemaphoreInfo info = in QueueSubmitSignalOrderSharedTestInstance() local 523 vki.getPhysicalDeviceExternalSemaphoreProperties(context.getPhysicalDevice(), &info, &properties); in QueueSubmitSignalOrderSharedTestInstance() 995 const VkPhysicalDeviceExternalBufferInfo info = in isResourceExportable() local 1010 vki.getPhysicalDeviceExternalBufferProperties(physicalDevice, &info, &properties); in isResourceExportable()
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 1843 BY_HANDLE_FILE_INFORMATION *info, in find_data_to_file_info() 1846 memset(info, 0, sizeof(*info)); in find_data_to_file_info() 1847 info->dwFileAttributes = pFileData->dwFileAttributes; in find_data_to_file_info() 1848 info->ftCreationTime = pFileData->ftCreationTime; in find_data_to_file_info() 1849 info->ftLastAccessTime = pFileData->ftLastAccessTime; in find_data_to_file_info() 1850 info->ftLastWriteTime = pFileData->ftLastWriteTime; in find_data_to_file_info() 1851 info->nFileSizeHigh = pFileData->nFileSizeHigh; in find_data_to_file_info() 1852 info->nFileSizeLow = pFileData->nFileSizeLow; in find_data_to_file_info() 1853 /* info in find_data_to_file_info() 1842 find_data_to_file_info(WIN32_FIND_DATAW *pFileData, BY_HANDLE_FILE_INFORMATION *info, ULONG *reparse_tag) find_data_to_file_info() argument 1861 attributes_from_dir(LPCWSTR pszFile, BY_HANDLE_FILE_INFORMATION *info, ULONG *reparse_tag) attributes_from_dir() argument 5043 WIN32_FILE_ATTRIBUTE_DATA info; Py_DeleteFileW() local [all...] |
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 730 std::string info = "Do not disturb mode changed, userId: " + std::to_string(userId) + ", enable: " + enable; in ReportDoNotDisturbModeChanged() local 734 ANS_LOGI("%{public}s", info.c_str()); in ReportDoNotDisturbModeChanged() 735 message.Message(info); in ReportDoNotDisturbModeChanged() 741 ANS_LOGI("%{public}s", info.c_str()); in ReportDoNotDisturbModeChanged() 742 message.Message(info); in ReportDoNotDisturbModeChanged() 819 // only update auth info for LIVE_VIEW notification in UpdateSlotAuthInfo() 2246 // Update sound permission info cache in CheckSoundPermission()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 172 TAG_LOGI(AceLogTag::ACE_INPUTKEYFLOW, "InputTracking id:%{public}d, touch test hitted node info: %{public}s", in LogTouchTestResultInfo() 183 "EventTreeDumpInfo size is over limit, the following info is dropped!"); in LogTouchTestResultInfo() 300 hittedRecognizerTypeInfo.append(std::to_string(touchEventId)).append(", touch test hitted recognizer type info: "); in LogTouchTestResultRecognizers() 302 hittedRecognizerTypeInfo.append("recognizer type ").append(item.first).append(" node info:"); in LogTouchTestResultRecognizers() 313 TAG_LOGI(AceLogTag::ACE_INPUTTRACKING, "Hitted recognizer info is empty."); in LogTouchTestResultRecognizers() 1636 std::string info; in IsSystemKeyboardShortcut() local 2066 RefPtr<GestureSnapshot> info = target->Dump(); in AddGestureSnapshot() local 2069 info->nodeId = frameNode->GetId(); in AddGestureSnapshot() 2071 info->depth = depth; in AddGestureSnapshot() 2073 eventTree.AddGestureSnapshot(finger, std::move(info)); in AddGestureSnapshot() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_marshalling_helper.cpp | 493 MemoryInfo info = {pixmapSize, 0, 0, MEMORY_TYPE::MEM_SKIMAGE}; in UnmarshallingNoLazyGeneratedImage() local 494 MemoryTrack::Instance().AddPictureRecord(addr, info); in UnmarshallingNoLazyGeneratedImage() 1466 MemoryInfo info = { in Unmarshalling() local 1478 MemoryTrack::Instance().AddPictureRecord(val->GetFd(), info); in Unmarshalling() 1480 MemoryTrack::Instance().AddPictureRecord(val->GetPixels(), info); in Unmarshalling()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 1613 for (const auto &info : infos) { in StubGetDisplayBindInfo() 1614 WRITEINT32(reply, info.inputDeviceId, ERR_INVALID_VALUE); in StubGetDisplayBindInfo() 1615 WRITESTRING(reply, info.inputDeviceName, ERR_INVALID_VALUE); in StubGetDisplayBindInfo() 1616 WRITEINT32(reply, info.displayId, ERR_INVALID_VALUE); in StubGetDisplayBindInfo() 1617 WRITESTRING(reply, info.displayName, ERR_INVALID_VALUE); in StubGetDisplayBindInfo()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_settings.cpp | 887 int WifiSettings::ManageBlockList(const StationInfo &info, int mode, int id) in ManageBlockList() argument 890 auto iter = mBlockListInfo.find(info.bssid); in ManageBlockList() 893 iter->second = info; in ManageBlockList() 895 mBlockListInfo.emplace(std::make_pair(info.bssid, info)); in ManageBlockList() 1564 /* init block list info */ in InitHotspotConfig()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_params.c | 124 params->info = ~0U; in _snd_pcm_hw_params_any() 2201 params->info &= src->info; in _snd_pcm_hw_params_refine() 2438 pcm->info = params->info; in _snd_pcm_hw_params_internal()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 2716 SANE_Action action, void *val, SANE_Int * info) in sane_control_option() 2725 if (info) in sane_control_option() 2726 *info = 0; in sane_control_option() 2821 if (info) in sane_control_option() 2822 *info = myinfo; in sane_control_option() 2715 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
|
H A D | gt68xx.c | 1659 SANE_Action action, void *val, SANE_Int * info) in sane_control_option() 1672 if (info) in sane_control_option() 1673 *info = 0; in sane_control_option() 1888 if (info) in sane_control_option() 1889 *info = myinfo; in sane_control_option() 1658 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_query.c | 107 b.shader->info.workgroup_size[0] = 64; in build_occlusion_query_shader() 242 b.shader->info.workgroup_size[0] = 64; in build_pipeline_statistics_query_shader() 407 b.shader->info.workgroup_size[0] = 64; in build_tfb_query_shader() 528 b.shader->info.workgroup_size[0] = 64; in build_timestamp_query_shader() 641 b.shader->info.workgroup_size[0] = 64; in build_pg_query_shader()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_client.c | 3267 union BIO_sock_info_u info; in print_stuff() local 3270 if ((info.addr = BIO_ADDR_new()) != NULL in print_stuff() 3271 && BIO_sock_info(sock, BIO_SOCK_INFO_ADDRESS, &info)) { in print_stuff() 3273 ntohs(BIO_ADDR_rawport(info.addr))); in print_stuff() 3275 BIO_ADDR_free(info.addr); in print_stuff()
|
/third_party/openssl/apps/ |
H A D | s_client.c | 3267 union BIO_sock_info_u info; in print_stuff() local 3270 if ((info.addr = BIO_ADDR_new()) != NULL in print_stuff() 3271 && BIO_sock_info(sock, BIO_SOCK_INFO_ADDRESS, &info)) { in print_stuff() 3273 ntohs(BIO_ADDR_rawport(info.addr))); in print_stuff() 3275 BIO_ADDR_free(info.addr); in print_stuff()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 78 // Check that the operand of a debug info instruction |inst| at |word_index| 101 // For NonSemantic.Shader.DebugInfo.100 check that the operand of a debug info 131 // True if the operand of a debug info instruction |inst| at |word_index| 150 // Check that the operand of a debug info instruction |inst| at |word_index| 151 // is a result id of an debug info instruction whose debug instruction type 185 // Check that the operand of a debug info instruction |inst| at |word_index| 186 // is a result id of an debug info instruction with DebugTypeBasic. 194 // Check that the operand of a debug info instruction |inst| at |word_index| 218 // Check that the operand of a debug info instruction |inst| at |word_index| 362 auto info in ValidateArgInfo() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_extensions.cpp | 78 // Check that the operand of a debug info instruction |inst| at |word_index| 101 // For NonSemantic.Shader.DebugInfo.100 check that the operand of a debug info 131 // True if the operand of a debug info instruction |inst| at |word_index| 150 // Check that the operand of a debug info instruction |inst| at |word_index| 151 // is a result id of an debug info instruction whose debug instruction type 185 // Check that the operand of a debug info instruction |inst| at |word_index| 186 // is a result id of an debug info instruction with DebugTypeBasic. 194 // Check that the operand of a debug info instruction |inst| at |word_index| 218 // Check that the operand of a debug info instruction |inst| at |word_index| 362 auto info in ValidateArgInfo() local [all...] |
/third_party/skia/tests/ |
H A D | ResourceCacheTest.cpp | 37 SkImageInfo info = SkImageInfo::MakeN32Premul(gWidth, gHeight); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 38 auto surface(SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, info)); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1828 auto info = SkImageInfo::Make(10, 10, kRGBA_8888_SkColorType, kPremul_SkAlphaType); in DEF_GPUTEST_FOR_MOCK_CONTEXT() local 1829 auto surf1 = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, info, 1, nullptr); in DEF_GPUTEST_FOR_MOCK_CONTEXT() 1830 auto surf2 = SkSurface::MakeRenderTarget(context, SkBudgeted::kYes, info, 1, nullptr); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_test.cc | 2044 start_size += sampler.Iterate([&](const HashtablezInfo& info) { in TEST() 2045 preexisting_info.insert(&info); in TEST() 2057 end_size += sampler.Iterate([&](const HashtablezInfo& info) { in TEST() 2058 if (preexisting_info.count(&info) == 0) { in TEST() 2059 observed_checksums[info.hashes_bitwise_xor.load( in TEST()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 557 const char *info, u8 *okm, size_t okm_len) in hkdf_expand() 559 size_t info_len = os_strlen(info); in hkdf_expand() 563 (const u8 *) info, info_len, in hkdf_expand() 568 (const u8 *) info, info_len, in hkdf_expand() 574 (const u8 *) info, info_len, in hkdf_expand() 556 hkdf_expand(size_t hash_len, const u8 *prk, size_t prk_len, const char *info, u8 *okm, size_t okm_len) hkdf_expand() argument
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 2611 // We avoid a generic memcpy(data, &backup.Backup.., GDataTypeSize[info->Type] * info->Count), the overhead in Debug is not worth it. in PopStyleVar() 2613 const ImGuiStyleVarInfo* info = GetStyleVarInfo(backup.VarIdx); in PopStyleVar() local 2614 void* data = info->GetVarPtr(&g.Style); in PopStyleVar() 2615 if (info->Type == ImGuiDataType_Float && info->Count == 1) { ((float*)data)[0] = backup.BackupFloat[0]; } in PopStyleVar() 2616 else if (info->Type == ImGuiDataType_Float && info->Count == 2) { ((float*)data)[0] = backup.BackupFloat[0]; ((float*)data)[1] = backup.BackupFloat[1]; } in PopStyleVar() 3150 // This marking is solely to be able to provide info for IsItemDeactivatedAfterEdit(). in MarkItemEdited() 3918 // Update io.WantCaptureMouse for the user application (true = dispatch mouse info t in UpdateHoveredWindowAndCaptureFlags() 12193 ImGuiStackLevelInfo* info = &tool->Results[n]; ShowStackToolWindow() local [all...] |
/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | zero_branch_test.cpp | 402 ImsRegInfo info; in HWTEST_F() local 403 imsRegInfoCallbackProxy->OnImsRegInfoChanged(0, ImsServiceType::TYPE_VOICE, info); in HWTEST_F() 1029 ImsRegInfo info; in HWTEST_F() local 1030 EXPECT_EQ(mInner.GetImsRegStatus(0, ImsServiceType::TYPE_VOICE, info), TELEPHONY_ERR_LOCAL_PTR_NULL); in HWTEST_F() 1985 ImsRegInfo info; in HWTEST_F() local 1994 networkSearchState->NotifyImsStateChange(ImsServiceType::TYPE_VOICE, info); in HWTEST_F() 2018 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_VOICE, info), 0); in HWTEST_F() 2019 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_VIDEO, info), 0); in HWTEST_F() 2020 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_UT, info), 0); in HWTEST_F() 2021 EXPECT_EQ(networkSearchState->GetImsStatus(ImsServiceType::TYPE_SMS, info), in HWTEST_F() 2035 ImsRegInfo info; HWTEST_F() local 2292 ImsRegInfo info; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 220 RS_LOGD("RSMainThread::soc perf info [%{public}d %{public}d]", perfRequestCode, onOffTag); in PerfRequest() 1343 // Reset BasicGeoTrans info at the beginning of cmd process in ConsumeAndUpdateAllNodes() 1865 DvsyncInfo info; in ProcessHgmFrameRate() local 1867 info.isRsDvsyncOn = rsVSyncDistributor_->IsDVsyncOn(); in ProcessHgmFrameRate() 1868 info.isUiDvsyncOn = rsVSyncDistributor_->IsUiDvsyncOn(); in ProcessHgmFrameRate() 1881 frameRateMgr->ProcessPendingRefreshRate(timestamp, vsyncId_, rsRate, info); in ProcessHgmFrameRate() 1883 HgmTaskHandleThread::Instance().PostTask([timestamp, info, rsCurrRange = rsCurrRange_, in ProcessHgmFrameRate() 1908 idleTimerExpiredFlag, info); in ProcessHgmFrameRate() 3245 // dump all node info in RenderServiceAllNodeDump() 3249 for (auto& [nodeId, info] in RenderServiceAllNodeDump() [all...] |