| /foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_zip/ |
| H A D | zip_n_exporter.cpp | 150 vector<napi_property_descriptor> props = { in DeflateExport() local 172 vector<napi_property_descriptor> props = { in InflateExport() local 199 vector<napi_property_descriptor> props = { in Export() local
|
| /foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
| H A D | ecs_serializer.cpp | 608 const auto* props = ec.GetSerializedProperties(entity, cm.GetUid()); in WriteComponent() local
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | ecs_serializer.cpp | 670 const auto* props = ec.GetSerializedProperties(entity, cm.GetUid()); in WriteComponent() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_canvas_autocache.cpp | 587 onNewSurface(const SkImageInfo& info, const SkSurfaceProps& props) onNewSurface() argument
|
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | image_creator_napi.cpp | 122 napi_property_descriptor props[] = { in Init() local
|
| H A D | picture_napi.cpp | 240 napi_property_descriptor props[] = { in Init() local
|
| H A D | image_receiver_napi.cpp | 142 napi_property_descriptor props[] = { in Init() local
|
| /test/testfwk/arkxtest/uitest/napi/ |
| H A D | uitest_napi.cpp | 524 napi_property_descriptor props[] = { in Export() local
|
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
| H A D | image_source_test.cpp | 53 napi_property_descriptor props[] = { in Init() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | utils.c | 1030 AVCPBProperties *props = av_mallocz(sizeof(AVCPBProperties)); in av_cpb_properties_alloc() local 1045 AVCPBProperties *props; in ff_add_cpb_side_data() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | mpegenc.c | 344 AVCPBProperties *props; in mpeg_mux_init() local 472 AVCPBProperties *props; in mpeg_mux_init() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | vulkan.h | 197 VkPhysicalDeviceProperties props; member
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | UCaseProps.java | 114 private static final int getExceptionsOffset(int props) { in getExceptionsOffset() argument 118 static final boolean propsHasException(int props) { in propsHasException() argument 1587 getTypeFromProps(int props) getTypeFromProps() argument 1592 getTypeAndIgnorableFromProps(int props) getTypeAndIgnorableFromProps() argument 1596 isUpperOrTitleFromProps(int props) isUpperOrTitleFromProps() argument 1616 getDelta(int props) getDelta() argument [all...] |
| /third_party/icu/tools/unicode/c/genprops/ |
| H A D | namespropsbuilder.cpp | 296 NamesPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | UCaseProps.java | 118 private static final int getExceptionsOffset(int props) { in getExceptionsOffset() argument 122 static final boolean propsHasException(int props) { in propsHasException() argument 1572 getTypeFromProps(int props) getTypeFromProps() argument 1577 getTypeAndIgnorableFromProps(int props) getTypeAndIgnorableFromProps() argument 1581 isUpperOrTitleFromProps(int props) isUpperOrTitleFromProps() argument 1601 getDelta(int props) getDelta() argument [all...] |
| /third_party/lzma/C/ |
| H A D | Xz.h | 41 Byte props[XZ_FILTER_PROPS_SIZE_MAX];
member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_formats.c | 1203 radv_get_modifier_flags(struct radv_physical_device *dev, VkFormat format, uint64_t modifier, const VkFormatProperties3 *props) radv_get_modifier_flags() argument 1354 radv_check_modifier_support(struct radv_physical_device *dev, const VkPhysicalDeviceImageFormatInfo2 *info, VkImageFormatProperties *props, VkFormat format, uint64_t modifier) radv_check_modifier_support() argument [all...] |
| /third_party/node/deps/v8/tools/debug_helper/ |
| H A D | get-object-properties.cc | 562 auto props = typed.object->GetProperties(accessor); in GetHeapObjectPropertiesNotCompressed() local 666 auto props = std::vector<std::unique_ptr<ObjectProperty>>(); in GetStackFrame() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | shader_query.cpp | 1701 _mesa_get_program_resourceiv(struct gl_shader_program *shProg, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) _mesa_get_program_resourceiv() argument
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_formats.c | 980 VkFormatProperties3 *props = (VkFormatProperties3 *)ext; in anv_GetPhysicalDeviceFormatProperties2() local
|
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_wayland.c | 121 VkFormatProperties props; in wsi_wl_display_add_vk_format() local
|
| /third_party/libdrm/ |
| H A D | xf86drmMode.h | 218 uint32_t *props; /**< List of property ids */ member 231 uint32_t *props; member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiBufferMarkerTests.cpp | 67 bool queueFamilyMatchesTestCase(const VkQueueFamilyProperties& props, VkQueueFlagBits testQueue) in queueFamilyMatchesTestCase() argument 222 VkMemoryHostPointerPropertiesEXT props = in chooseExternalMarkerMemoryType() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineExecutablePropertiesTests.cpp | 584 std::vector<VkPipelineExecutablePropertiesKHR> props[PIPELINE_CACHE_NDX_COUNT]; in verifyTestResult() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiBufferMarkerTests.cpp | 67 bool queueFamilyMatchesTestCase(const VkQueueFamilyProperties& props, VkQueueFlagBits testQueue) in queueFamilyMatchesTestCase() argument 186 VkMemoryHostPointerPropertiesEXT props = in chooseExternalMarkerMemoryType() local
|