/third_party/python/Lib/ |
H A D | pydoc.py | 445 (exc, value, tb) = info = sys.exc_info() 448 raise ErrorDuringImport(sys.modules[path].__file__, info) 451 raise ErrorDuringImport(value.filename, info) 762 info = [] 767 info.append('version %s' % self.escape(version)) 769 info.append(self.escape(str(object.__date__))) 770 if info: 771 head = head + ' (%s)' % ', '.join(info)
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_handles.hpp | 5460 void copyAccelerationStructureKHR( const VULKAN_HPP_NAMESPACE::CopyAccelerationStructureInfoKHR & info, 5469 void copyAccelerationStructureToMemoryKHR( const VULKAN_HPP_NAMESPACE::CopyAccelerationStructureToMemoryInfoKHR & info, 5478 void copyMemoryToAccelerationStructureKHR( const VULKAN_HPP_NAMESPACE::CopyMemoryToAccelerationStructureInfoKHR & info, 5587 void buildAccelerationStructureNV( const VULKAN_HPP_NAMESPACE::AccelerationStructureInfoNV & info, 6210 void copyMicromapEXT( const VULKAN_HPP_NAMESPACE::CopyMicromapInfoEXT & info, 6219 void copyMicromapToMemoryEXT( const VULKAN_HPP_NAMESPACE::CopyMicromapToMemoryInfoEXT & info, 6228 void copyMemoryToMicromapEXT( const VULKAN_HPP_NAMESPACE::CopyMemoryToMicromapInfoEXT & info, 10230 getImageMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, 10234 getImageMemoryRequirements2( const VULKAN_HPP_NAMESPACE::ImageMemoryRequirementsInfo2 & info, 10245 getBufferMemoryRequirements2( const VULKAN_HPP_NAMESPACE::BufferMemoryRequirementsInfo2 & info, [all...] |
/third_party/backends/backend/ |
H A D | artec_eplus48u.c | 3930 SANE_Action action, void *value, SANE_Int * info) in sane_control_option() 3937 XDBG ((8, "sane_control_option: handle=%p, opt=%d, act=%d, val=%p, info=%p\n", in sane_control_option() 3938 (void *) handle, option, action, (void *) value, (void *) info)); in sane_control_option() 3940 if (info) in sane_control_option() 3941 *info = 0; in sane_control_option() 3958 status = sanei_constrain_value (s->opt + option, value, info); in sane_control_option() 3971 *info |= SANE_INFO_RELOAD_OPTIONS; in sane_control_option() 3978 *info |= SANE_INFO_RELOAD_OPTIONS; in sane_control_option() 3982 if (info) in sane_control_option() 3984 *info | in sane_control_option() 3929 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *value, SANE_Int * info) sane_control_option() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | DateFormatTest.java | 761 String[] info = fallbackTests[i]; in TestTimeZoneDisplayName() 762 logln(info[0] + ";" + info[1] + ";" + info[2] + ";" + info[3]); in TestTimeZoneDisplayName() 766 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() 772 ULocale l = new ULocale(info[0]); in TestTimeZoneDisplayName() 773 TimeZone tz = TimeZone.getTimeZone(info[1]); in TestTimeZoneDisplayName() 774 SimpleDateFormat fmt = new SimpleDateFormat(info[3], l); in TestTimeZoneDisplayName() 778 if (!result.equals(info[ in TestTimeZoneDisplayName() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DateFormatTest.java | 758 String[] info = fallbackTests[i]; in TestTimeZoneDisplayName() 759 logln(info[0] + ";" + info[1] + ";" + info[2] + ";" + info[3]); in TestTimeZoneDisplayName() 763 Date testd = testfmt.parse(info[2]); in TestTimeZoneDisplayName() 769 ULocale l = new ULocale(info[0]); in TestTimeZoneDisplayName() 770 TimeZone tz = TimeZone.getTimeZone(info[1]); in TestTimeZoneDisplayName() 771 SimpleDateFormat fmt = new SimpleDateFormat(info[3], l); in TestTimeZoneDisplayName() 775 if (!result.equals(info[ in TestTimeZoneDisplayName() [all...] |
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 8 #include "src/codegen/optimized-compilation-info.h" 775 if (is_wasm_on_be(info()->IsWasm())) { \ 805 if (is_wasm_on_be(info()->IsWasm())) { \ 824 if (is_wasm_on_be(info()->IsWasm())) { \ 848 if (is_wasm_on_be(info()->IsWasm())) { \ 868 maybe_reverse_bytes && is_wasm_on_be(info()->IsWasm()); \ 1008 if (is_wasm_on_be(info()->IsWasm())) { \ 2407 bool reverse_bytes = is_wasm_on_be(info()->IsWasm()); in AssembleArchInstruction() 2433 bool reverse_bytes = is_wasm_on_be(info()->IsWasm()); in AssembleArchInstruction() 2485 if (is_wasm_on_be(info() in AssembleArchInstruction() [all...] |
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 2018 info = t.get_info() 2019 header = t.create_pax_header(info, encoding="iso8859-1") 2020 self.assertEqual(info['name'], "foo") 2022 self.assertIsInstance(info['mtime'], int) 2023 self.assertEqual(info['mtime'], 1000) 2024 self.assertEqual(info['size'], 100) 2025 self.assertEqual(info['uid'], 123) 2026 self.assertEqual(info['gid'], 124) 2042 info = t.get_info() 2043 header = t.create_pax_header(info, encodin [all...] |
/third_party/littlefs/ |
H A D | lfs.c | 1378 uint16_t id, struct lfs_info *info) { in lfs_dir_getinfo() 1381 strcpy(info->name, "/"); in lfs_dir_getinfo() 1382 info->type = LFS_TYPE_DIR; in lfs_dir_getinfo() 1387 LFS_MKTAG(LFS_TYPE_NAME, id, lfs->name_max+1), info->name); in lfs_dir_getinfo() 1392 info->type = lfs_tag_type3(tag); in lfs_dir_getinfo() 1403 info->size = ctz.size; in lfs_dir_getinfo() 1405 info->size = lfs_tag_size(tag); in lfs_dir_getinfo() 2714 static int lfs_dir_rawread(lfs_t *lfs, lfs_dir_t *dir, struct lfs_info *info) { in lfs_dir_rawread() argument 2715 memset(info, 0, sizeof(*info)); in lfs_dir_rawread() 1377 lfs_dir_getinfo(lfs_t *lfs, lfs_mdir_t *dir, uint16_t id, struct lfs_info *info) lfs_dir_getinfo() argument 3808 lfs_rawstat(lfs_t *lfs, const char *path, struct lfs_info *info) global() argument 5858 lfs_stat(lfs_t *lfs, const char *path, struct lfs_info *info) global() argument 6152 lfs_dir_read(lfs_t *lfs, lfs_dir_t *dir, struct lfs_info *info) global() argument [all...] |
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_proxy.cpp | 193 ACCOUNT_LOGE("failed to write name for getting extra info"); in GetAccountExtraInfo() 720 ErrCode AppAccountProxy::GetAuthenticatorInfo(const std::string &owner, AuthenticatorInfo &info) in GetAuthenticatorInfo() argument 740 info.owner = reply.ReadString(); in GetAuthenticatorInfo() 741 info.iconId = reply.ReadUint32(); in GetAuthenticatorInfo() 742 info.labelId = reply.ReadUint32(); in GetAuthenticatorInfo() 1162 ACCOUNT_LOGE("failed to read app account info"); in ReadAppAccountList()
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_stub.cpp | 284 PrinterInfo info; in OnQueryPrinterInfoByPrinterId() local 285 int32_t ret = QueryPrinterInfoByPrinterId(printerId, info); in OnQueryPrinterInfoByPrinterId() 287 PRINT_HILOGI("PrintServiceStub::OnQueryPrinterInfoByPrinterId out %{public}s", info.GetPrinterName().c_str()); in OnQueryPrinterInfoByPrinterId() 288 info.Marshalling(reply); in OnQueryPrinterInfoByPrinterId() 773 PRINT_HILOGE("Failed to unmarshall printer info"); in OnUpdatePrinterInDiscovery()
|
/base/request/request/test/fuzztest/downloaduploadmanager_fuzzer/ |
H A D | downloaduploadmanager_fuzzer.cpp | 102 TaskInfo info; in ShowRequestFuzzTest() local 105 RequestManager::GetInstance()->Show(tid, info); in ShowRequestFuzzTest() 110 TaskInfo info; in TouchRequestFuzzTest() local 114 RequestManager::GetInstance()->Touch(tid, token, info); in TouchRequestFuzzTest()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch6_test.cpp | 707 CallEventInfo info; in HWTEST_F() local 708 callAbilityCallbackProxy.OnCallEventChange(info); in HWTEST_F() 756 AppExecFwk::PacMap info; in HWTEST_F() local 757 ott.PackCellularCallInfo(requestInfo, info); in HWTEST_F()
|
/base/telephony/core_service/frameworks/native/src/ |
H A D | core_service_client.cpp | 465 int32_t CoreServiceClient::GetSimAccountInfo(int32_t slotId, IccAccountInfo &info) in GetSimAccountInfo() argument 472 return proxy->GetSimAccountInfo(slotId, info); in GetSimAccountInfo() 827 int32_t CoreServiceClient::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) in GetImsRegStatus() argument 834 return proxy->GetImsRegStatus(slotId, imsSrvType, info); in GetImsRegStatus()
|
/base/telephony/call_manager/frameworks/native/src/ |
H A D | call_manager_service_proxy.cpp | 455 int32_t CallManagerServiceProxy::SetCallRestriction(int32_t slotId, CallRestrictionInfo &info) in SetCallRestriction() argument 463 dataParcel.WriteRawData((const void *)&info, sizeof(CallRestrictionInfo)); in SetCallRestriction() 517 int32_t CallManagerServiceProxy::SetCallTransferInfo(int32_t slotId, CallTransferInfo &info) in SetCallTransferInfo() argument 525 dataParcel.WriteRawData((const void *)&info, sizeof(CallTransferInfo)); in SetCallTransferInfo()
|
/base/usb/usb_manager/test/native/mock/src/ |
H A D | usb_bulkcallback_mock_test.cpp | 102 USBDeviceInfo info = {ACT_DEVUP, BUS_NUM_OK, DEV_ADDR_OK};
in SetUpTestCase() local 103 auto ret = mockUsbImpl_->SubscriberDeviceEvent(info);
in SetUpTestCase() 136 USBDeviceInfo info = {ACT_DEVDOWN, BUS_NUM_OK, DEV_ADDR_OK};
in TearDownTestCase() local 137 ret = mockUsbImpl_->SubscriberDeviceEvent(info);
in TearDownTestCase()
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 72 Elf_Word info, in checkSection() 83 EXPECT_EQ( sec->get_info(), info ); in checkSection() 96 Elf_Word info, in checkSection() 101 info, addrAlign, entrySize ); in checkSection() 64 checkSection( const section* sec, Elf_Half index, const std::string& name, Elf_Word type, Elf_Xword flags, Elf64_Addr address, Elf_Xword size, Elf_Word link, Elf_Word info, Elf_Xword addrAlign, Elf_Xword entrySize ) checkSection() argument 89 checkSection( const section* sec, const std::string& name, Elf_Word type, Elf_Xword flags, Elf64_Addr address, Elf_Xword size, Elf_Word link, Elf_Word info, Elf_Xword addrAlign, Elf_Xword entrySize ) checkSection() argument
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plug.c | 83 static int snd_pcm_plug_info(snd_pcm_t *pcm, snd_pcm_info_t *info) in snd_pcm_plug_info() argument 89 if ((err = snd_pcm_info(slave, info)) < 0) in snd_pcm_plug_info() 1014 params->info &= ~(SND_PCM_INFO_MMAP | SND_PCM_INFO_MMAP_VALID); in snd_pcm_plug_hw_refine_cchange() 1118 .info = snd_pcm_plug_info,
|
/third_party/icu/icu4c/source/common/ |
H A D | putil.cpp | 1060 typedef int(system_property_read_callback)(const prop_info* info, 1090 const prop_info* info = in uprv_tzname_clear_cache() local 1092 if (info) { in uprv_tzname_clear_cache() 1093 property_read_callback(info, &u_property_read, gAndroidTimeZone); in uprv_tzname_clear_cache()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 92 by the \Var{unwind\_info} member must remain valid until the info is 116 call-back to obtain the address of the head of the dynamic unwind-info 121 address of the dynamic unwind-info registration list. If no dynamic 122 unwind-info registration list exist, the value pointed to by
|
/third_party/libwebsockets/lib/core-net/ |
H A D | private-lib-core-net.h | 902 struct lws_spawn_piped_info info; member 1086 int _lws_vhost_init_server(const struct lws_context_creation_info *info, 1094 const struct lws_context_creation_info *info); 1520 const struct lws_context_creation_info *info);
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 350 """Check if the name of the current RPM denotes a debug info package""" 539 The sibling debuginfo is a debug info package for the 616 # the debug info packages associated to with the main package 1055 """Given a list of debug info package descriptors return an option 1061 representing the debug info rpms to use to construct the option
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_alu.c | 454 vtn_fail_if(b->shader->info.stage != MESA_SHADER_KERNEL, in vtn_rounding_mode_to_nir() 458 vtn_fail_if(b->shader->info.stage != MESA_SHADER_KERNEL, in vtn_rounding_mode_to_nir() 486 vtn_fail_if(b->shader->info.stage != MESA_SHADER_KERNEL, in handle_conversion_opts() 857 if (b->shader->info.stage == MESA_SHADER_KERNEL) { in vtn_handle_alu()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_blit2d.c | 385 src_img ? util_logbase2(src_img->image->info.samples) : 0); in radv_meta_blit2d() 544 b.shader->info.fs.uses_sample_shading = is_multisampled; in build_nir_copy_fragment_shader() 569 b.shader->info.fs.uses_sample_shading = is_multisampled; in build_nir_copy_fragment_shader_depth() 594 b.shader->info.fs.uses_sample_shading = is_multisampled; in build_nir_copy_fragment_shader_stencil()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_uvd.c | 1043 struct radeon_info info; in ruvd_create_decoder() local 1047 ws->query_info(ws, &info, false, false); in ruvd_create_decoder() 1051 if (templ->entrypoint > PIPE_VIDEO_ENTRYPOINT_BITSTREAM || info.family < CHIP_PALM) in ruvd_create_decoder() 1088 dec->stream_type = profile2stream_type(dec, info.family); in ruvd_create_decoder()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_unittest.cc | 200 bool GetInfo(const base::FilePath& path, Info* const info) override { 202 DCHECK(info); variable 207 info->is_directory = !files_.count(path); 208 info->last_modified =
|