/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | config.c | 3006 char **props; in wpa_config_get_all() 3011 props = os_calloc(2 * NUM_SSID_FIELDS + 1, sizeof(char *)); in wpa_config_get_all() 3012 if (!props) in wpa_config_get_all() 3034 props[fields_num * 2] = key; in wpa_config_get_all() 3035 props[fields_num * 2 + 1] = value; in wpa_config_get_all() 3040 return props; in wpa_config_get_all() 3043 for (i = 0; props[i]; i++) in wpa_config_get_all() 3044 os_free(props[i]); in wpa_config_get_all() 3045 os_free(props); in wpa_config_get_all()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | config.c | 3430 char **props; in wpa_config_get_all() 3435 props = os_calloc(2 * NUM_SSID_FIELDS + 1, sizeof(char *)); in wpa_config_get_all() 3436 if (!props) in wpa_config_get_all() 3458 props[fields_num * 2] = key; in wpa_config_get_all() 3459 props[fields_num * 2 + 1] = value; in wpa_config_get_all() 3464 return props; in wpa_config_get_all() 3467 for (i = 0; props[i]; i++) in wpa_config_get_all() 3468 os_free(props[i]); in wpa_config_get_all() 3469 os_free(props); in wpa_config_get_all()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 1224 auto props = menu->GetLayoutProperty<MenuLayoutProperty>(); in CreatExtensionMenu() local 1226 CHECK_NULL_VOID(props); in CreatExtensionMenu() 1232 props->UpdateMenuOffset(GetPageOffset()); in CreatExtensionMenu() 1972 auto props = menu->GetLayoutProperty<MenuLayoutProperty>(); in CreateMenuNode() local 1973 CHECK_NULL_RETURN(props, nullptr); in CreateMenuNode() 1983 props->UpdateMenuOffset(info->rightClickOffset + pageOffset); in CreateMenuNode()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline.c | 3003 vk_outarray_append_typed(VkPipelineExecutablePropertiesKHR, &out, props) { in anv_GetPipelineExecutablePropertiesKHR() 3005 props->stages = mesa_to_vk_shader_stage(stage); in anv_GetPipelineExecutablePropertiesKHR() 3009 WRITE_STR(props->name, "%s%d %s", in anv_GetPipelineExecutablePropertiesKHR() 3014 WRITE_STR(props->name, "%s", _mesa_shader_stage_to_string(stage)); in anv_GetPipelineExecutablePropertiesKHR() 3016 WRITE_STR(props->description, "%s%d %s shader", in anv_GetPipelineExecutablePropertiesKHR() 3024 props->subgroupSize = MAX2(simd_width, 1); in anv_GetPipelineExecutablePropertiesKHR()
|
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | highlight_album_napi.cpp | 56 .props = { in Init()
|
H A D | media_assets_change_request_napi.cpp | 46 .props = { in Init()
|
H A D | fetch_file_result_napi.cpp | 315 .props = { in UserFileMgrInit() 336 .props = { in PhotoAccessHelperInit()
|
H A D | album_napi.cpp | 99 .props = { in UserFileMgrInit() 121 .props = { in PhotoAccessHelperInit()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test.cpp | 73 void SetWindowSystemProps(const sptr<Window>& window, const SystemBarRegionTints& props);
377 * @tc.desc: set systembar props with wrong window type
|
/third_party/ffmpeg/libavdevice/ |
H A D | dshow_pin.c | 284 ALLOCATOR_PROPERTIES *props) in ff_dshow_meminputpin_GetAllocatorRequirements() 283 ff_dshow_meminputpin_GetAllocatorRequirements(DShowMemInputPin *this, ALLOCATOR_PROPERTIES *props) ff_dshow_meminputpin_GetAllocatorRequirements() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_subtitles.c | 402 if (dec_desc && !(dec_desc->props & AV_CODEC_PROP_TEXT_SUB)) { in init_subtitles()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Extract.cpp | 408 op.props = &options.Properties;
in Extract()
|
H A D | OpenArchive.cpp | 101 #define OPEN_PROPS_PARAM , props
1375 if (op.props)
1378 FOR_VECTOR (y, op.props)
1380 const COptionalOpenProperties &optProps = (*op.props)[y];
1388 RINOK(SetProperties(archive, *op.props))
3361 op2.props = op.props;
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | device.cpp | 85 const cl_device_partition_property *props, in clCreateSubDevices() 84 clCreateSubDevices(cl_device_id d_dev, const cl_device_partition_property *props, cl_uint num_devs, cl_device_id *rd_devs, cl_uint *rnum_devs) clCreateSubDevices() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.h | 177 const GLenum *props,
|
H A D | validationES31_autogen.h | 134 const GLenum *props,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.h | 76 const GLenum *props,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-buffer.hh | 103 hb_segment_properties_t props; /* Script, language, direction */ member
|
/third_party/vulkan-loader/tests/ |
H A D | loader_layer_tests.cpp | 4553 VkPhysicalDeviceProperties props{}; in TEST() 4554 inst->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 4555 if (string_eq(props.deviceName, "physdev_added_xx")) { in TEST() 4723 VkPhysicalDeviceProperties props{}; in TEST() 4724 inst->vkGetPhysicalDeviceProperties(physical_devices[dev], &props); in TEST() 4725 if (string_eq(props.deviceName, "physdev_added_xx")) { in TEST() 4813 VkPhysicalDeviceProperties props{}; in TEST() 4814 inst->vkGetPhysicalDeviceProperties(phys_dev_groups[grp].physicalDevices[dev], &props); in TEST() 4815 if (string_eq(props.deviceName, "physdev_added_xx")) { in TEST() 4996 VkPhysicalDeviceProperties props{}; in TEST() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuwrapper_test_ng.cpp | 891 auto props = layoutWrapperNode->GetLayoutProperty(); in HWTEST_F() local 893 props->UpdateLayoutConstraint(parentLayoutConstraint); in HWTEST_F() 894 props->UpdateContentConstraint(); in HWTEST_F() 896 props->UpdateSafeAreaInsets(safeArea); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_photo_access_helper_napi.cpp | 121 napi_property_descriptor props[] = { in Init() local 131 MediaLibraryNapiConstructor, nullptr, sizeof(props) / sizeof(props[0]), in Init() 132 props, nullptr, &ctorObj); in Init()
|
/third_party/glfw/tests/ |
H A D | triangle-vulkan.c | 907 VkFormatProperties props; in demo_prepare_textures() local 914 vkGetPhysicalDeviceFormatProperties(demo->gpu, tex_format, &props); in demo_prepare_textures() 917 if ((props.linearTilingFeatures & in demo_prepare_textures() 926 } else if (props.optimalTilingFeatures & in demo_prepare_textures()
|
/third_party/python/Lib/ |
H A D | zipfile.py | 631 props = lzma._encode_filter_properties({'id': lzma.FILTER_LZMA1}) 633 lzma._decode_filter_properties(lzma.FILTER_LZMA1, props) 635 return struct.pack('<BBH', 9, 4, len(props)) + props
|
/third_party/skia/dm/ |
H A D | DMSrcSink.cpp | 1506 SkSurfaceProps props(fSurfaceFlags, kRGB_H_SkPixelGeometry); in createDstSurface() 1511 &props); in createDstSurface() 1520 &props); in createDstSurface() 1528 &props); in createDstSurface()
|
/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | session_restore_n_exporter.cpp | 735 vector<napi_property_descriptor> props = { 742 auto [succ, classValue] = NClass::DefineClass(exports_.env_, className, Constructor, std::move(props));
|