Home
last modified time | relevance | path

Searched refs:info (Results 6301 - 6325 of 7496) sorted by relevance

1...<<251252253254255256257258259260>>...300

/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc200 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 =
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp1060 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/mesa3d/src/panfrost/vulkan/
H A Dpanvk_device.c863 struct sysinfo info; in panvk_get_system_heap_size() local
864 sysinfo(&info); in panvk_get_system_heap_size()
866 uint64_t total_ram = (uint64_t)info.totalram * info.mem_unit; in panvk_get_system_heap_size()
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-mqtt.c633 if (!h || !h->info.rx) in secstream_mqtt()
677 r = h->info.rx(ss_to_userobj(h), (const uint8_t *)pmqpp->payload, in secstream_mqtt()
797 if (!h || !h->info.tx) in secstream_mqtt()
825 r = h->info.tx(ss_to_userobj(h), h->txord++, buf + LWS_PRE, in secstream_mqtt()
926 * Munge connect info according to protocol-specific considerations... this
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc6 #include "src/compiler/access-info.h"
486 // of the access info. in ComputeDataFieldAccessInfo()
962 for (PropertyAccessInfo const& info : *result) { in FinalizePropertyAccessInfos()
963 if (info.IsInvalid()) return false; in FinalizePropertyAccessInfos()
965 for (PropertyAccessInfo& info : *result) { in FinalizePropertyAccessInfos()
966 info.RecordDependencies(dependencies()); in FinalizePropertyAccessInfos()
/third_party/node/deps/v8/src/common/
H A Dglobals.h1620 const AssemblerDebugInfo& info) { in operator <<()
1621 os << "(" << info.name << ":" << info.file << ":" << info.line << ")"; in operator <<()
1619 operator <<(std::ostream& os, const AssemblerDebugInfo& info) operator <<() argument
/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc23 #include "src/objects/shared-function-info-inl.h"
24 #include "src/objects/shared-function-info.h"
557 CoverageInfo info = CoverageInfo::cast( in NewCoverageInfo() local
559 info.set_slot_count(slot_count); in NewCoverageInfo()
562 info.InitializeSlot(i, range.start, range.end); in NewCoverageInfo()
564 return handle(info, isolate()); in NewCoverageInfo()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_nir.c140 if (s->info.stage == MESA_SHADER_FRAGMENT) { in ir2_optimize_nir()
406 const nir_op_info *info = &nir_op_infos[alu->op]; in emit_alu() local
426 for (int i = 0; i < info->num_inputs; i++) { in emit_alu()
432 if (!(alu->dest.write_mask & 1 << i) && !info->output_size) in emit_alu()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_render_pass.c175 if (!screen->info.have_KHR_synchronization2) in create_render_pass2()
178 VkDependencyFlags flag = screen->info.have_KHR_synchronization2 ? VK_DEPENDENCY_BY_REGION_BIT : 0; in create_render_pass2()
340 ctx->gfx_stages[PIPE_SHADER_FRAGMENT]->nir->info.outputs_written : 0; in zink_init_zs_attachment()
365 rt->format = surf->info.format[0]; in zink_init_color_attachment()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_derived.c58 struct tgsi_shader_info* info = &vs->info; in r300_draw_emit_attrib() local
62 info->output_semantic_name[index], in r300_draw_emit_attrib()
63 info->output_semantic_index[index]); in r300_draw_emit_attrib()
302 * too. The funky part is that this info has been pretty much obtained by trial
/third_party/python/
H A Dsetup.py194 setting of various variables; see the xcrun man page for more info.
293 log.info(f"WARNING: multiple copies of {module} found")
1518 # Customize subcommands to not install an egg-info file for Python
1547 log.info("changing mode of %s to %o", filename, mode)
1554 log.info("changing mode of %s to %o", dirpath, mode)
1570 log.info(f'renaming {filename} to {newfilename}')
1610 # Build info
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp246 const VkPhysicalDeviceImageFormatInfo2 info = in checkAhbImageSupport() local
292 VkResult result = context.getInstanceInterface().getPhysicalDeviceImageFormatProperties2(context.getPhysicalDevice(), &info, &properties); in checkAhbImageSupport()
344 const VkPhysicalDeviceImageFormatInfo2 info = in CheckOHOSImageSupport() local
391 context.getPhysicalDevice(), &info, &properties); in CheckOHOSImageSupport()
/third_party/skia/src/gpu/v1/
H A DDevice_drawTexture.cpp438 GrColorInfo info(image.imageInfo().colorInfo()); in draw_image()
439 info = info.makeColorType(ct); in draw_image()
452 info); in draw_image()
/third_party/skia/tests/
H A DVkHardwareBufferTest.cpp836 GrFlushInfo info; in flushSurfaceAndSignalSemaphore() local
837 info.fNumSemaphores = 1; in flushSurfaceAndSignalSemaphore()
838 info.fSignalSemaphores = &semaphore; in flushSurfaceAndSignalSemaphore()
839 GrSemaphoresSubmitted submitted = fDirectContext->flush(info); in flushSurfaceAndSignalSemaphore()
854 // Query supported info in setupSemaphoreForSignaling()
H A DSerializationTest.cpp684 SkImageInfo info = SkImageInfo::MakeN32Premul(kBitmapSize, kBitmapSize); in DEF_TEST() local
687 validBitmap.setInfo(info); in DEF_TEST()
691 invalidBitmap.setInfo(info.makeWH(info.width(), 1000000000)); in DEF_TEST()
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp1051 typedef int(system_property_read_callback)(const prop_info* info,
1081 const prop_info* info = in uprv_tzname_clear_cache() local
1083 if (info) { in uprv_tzname_clear_cache()
1084 property_read_callback(info, &u_property_read, gAndroidTimeZone); in uprv_tzname_clear_cache()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c1180 gnutls_datum_t info; in tls_connection_verify_peer() local
1185 &info, 0); in tls_connection_verify_peer()
1192 wpa_printf(MSG_DEBUG, "GnuTLS: %s", info.data); in tls_connection_verify_peer()
1193 gnutls_free(info.data); in tls_connection_verify_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant_sd.c563 const u8 *info = NULL; in wpas_sd_req_asp() local
580 info = &svc[svc_len]; in wpas_sd_req_asp()
581 info_len = *info++; in wpas_sd_req_asp()
584 /* Range check length of svc string and info block */ in wpas_sd_req_asp()
605 find_p2ps_substr(adv_data, info, info_len)) { in wpas_sd_req_asp()
634 "P2P: Add Svc: %s info: %s", in wpas_sd_req_asp()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTexture.cpp855 de::UniquePtr<ContextInfo> info (ContextInfo::create(m_context)); in init()
859 if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExtensionSupported("GL_ARB_texture_buffer_range")) in init()
861 && info->isExtensionSupported("GL_EXT_texture_buffer"))) in init()
870 && info->isExtensionSupported("GL_EXT_texture_buffer"))) in init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c1180 gnutls_datum_t info; in tls_connection_verify_peer() local
1185 &info, 0); in tls_connection_verify_peer()
1192 wpa_printf(MSG_DEBUG, "GnuTLS: %s", info.data); in tls_connection_verify_peer()
1193 gnutls_free(info.data); in tls_connection_verify_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant_sd.c565 const u8 *info = NULL; in wpas_sd_req_asp() local
582 info = &svc[svc_len]; in wpas_sd_req_asp()
583 info_len = *info++; in wpas_sd_req_asp()
586 /* Range check length of svc string and info block */ in wpas_sd_req_asp()
607 find_p2ps_substr(adv_data, info, info_len)) { in wpas_sd_req_asp()
636 "P2P: Add Svc: %s info: %s", in wpas_sd_req_asp()
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp237 PrinterInfo info; in HWTEST_F() local
238 info.SetPrinterName(printerName); in HWTEST_F()
239 printCupsClient.QueryPrinterInfoByPrinterId(printerId, info); in HWTEST_F()
625 PrinterInfo info; in HWTEST_F() local
626 info.SetPrinterName("testPrinterName"); in HWTEST_F()
627 printCupsClient.QueryPrinterInfoByPrinterId(printerId, info); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/advanced_notification_service_test/
H A Dadvanced_notification_service_publish_test.cpp178 ImageInfo info; in MakePixelMap() local
179 info.size.width = width; in MakePixelMap()
180 info.size.height = height; in MakePixelMap()
181 info.pixelFormat = PixelFormat::ARGB_8888; in MakePixelMap()
182 info.colorSpace = ColorSpace::SRGB; in MakePixelMap()
183 pixelMap->SetImageInfo(info); in MakePixelMap()
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_queue_test.cpp2006 [[maybe_unused]]const StageInfo* info) -> int { in HWTEST_F()
2047 [[maybe_unused]]const StageInfo* info) -> int { in HWTEST_F()
2071 [[maybe_unused]]const StageInfo* info) -> int { in HWTEST_F()
2090 [[maybe_unused]]const StageInfo* info) -> int { in ObserverTest()
2127 [[maybe_unused]]const StageInfo* info) -> int { in HWTEST_F()
2150 [[maybe_unused]]const StageInfo* info) -> int { in HWTEST_F()
/base/telephony/core_service/services/network_search/src/
H A Dnetwork_search_manager.cpp975 int32_t NetworkSearchManager::GetImsRegStatus(int32_t slotId, ImsServiceType imsSrvType, ImsRegInfo &info) in GetImsRegStatus() argument
987 return inner->networkSearchState_->GetImsStatus(imsSrvType, info); in GetImsRegStatus()
1733 void NetworkSearchManager::NotifyImsRegInfoChanged(int32_t slotId, ImsServiceType imsSrvType, const ImsRegInfo &info) in NotifyImsRegInfoChanged() argument
1736 slotId, imsSrvType, info.imsRegState, info.imsRegTech); in NotifyImsRegInfoChanged()
1745 iter.imsCallback->OnImsRegInfoChanged(slotId, imsSrvType, info); in NotifyImsRegInfoChanged()

Completed in 55 milliseconds

1...<<251252253254255256257258259260>>...300