Home
last modified time | relevance | path

Searched refs:props (Results 726 - 750 of 892) sorted by relevance

1...<<21222324252627282930>>...36

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c3006 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 Dconfig.c3430 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 Dselect_overlay_node.cpp1224 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 Danv_pipeline.c3003 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 Dhighlight_album_napi.cpp56 .props = { in Init()
H A Dmedia_assets_change_request_napi.cpp46 .props = { in Init()
H A Dfetch_file_result_napi.cpp315 .props = { in UserFileMgrInit()
336 .props = { in PhotoAccessHelperInit()
H A Dalbum_napi.cpp99 .props = { in UserFileMgrInit()
121 .props = { in PhotoAccessHelperInit()
/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test.cpp73 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 Ddshow_pin.c284 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 Dvf_subtitles.c402 if (dec_desc && !(dec_desc->props & AV_CODEC_PROP_TEXT_SUB)) { in init_subtitles()
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp408 op.props = &options.Properties; in Extract()
H A DOpenArchive.cpp101 #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 Ddevice.cpp85 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 Dqueryutils.h177 const GLenum *props,
H A DvalidationES31_autogen.h134 const GLenum *props,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.h76 const GLenum *props,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-buffer.hh103 hb_segment_properties_t props; /* Script, language, direction */ member
/third_party/vulkan-loader/tests/
H A Dloader_layer_tests.cpp4553 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 Dmenuwrapper_test_ng.cpp891 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 Dsendable_photo_access_helper_napi.cpp121 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 Dtriangle-vulkan.c907 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 Dzipfile.py631 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 DDMSrcSink.cpp1506 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 Dsession_restore_n_exporter.cpp735 vector<napi_property_descriptor> props = {
742 auto [succ, classValue] = NClass::DefineClass(exports_.env_, className, Constructor, std::move(props));

Completed in 76 milliseconds

1...<<21222324252627282930>>...36