/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 48 RSProperties properties; variable 63 RSProperties properties; variable 80 RSProperties properties; variable 93 RSProperties properties; variable 109 RSProperties properties; variable 125 RSProperties properties; variable 141 RSProperties properties; variable 157 RSProperties properties; variable 178 RSProperties properties; variable 195 RSProperties properties; variable [all …]
|
H A D | rs_properties_test2.cpp | 50 RSProperties properties; variable 66 RSProperties properties; variable 86 RSProperties properties; variable 106 RSProperties properties; variable 125 RSProperties properties; variable 148 RSProperties properties; variable 214 RSProperties properties; variable 282 RSProperties properties; variable 302 RSProperties properties; variable 319 RSProperties properties; variable [all …]
|
H A D | rs_properties_painter_test.cpp | 179 RSProperties properties; variable 215 RSProperties properties; variable 231 RSProperties properties; variable 251 RSProperties properties; variable 272 RSProperties properties; variable 293 RSProperties properties; variable 314 RSProperties properties; variable 331 RSProperties properties; variable 348 RSProperties properties; variable 369 RSProperties properties; variable [all …]
|
H A D | rs_property_drawable_bounds_geometry_test.cpp | 444 RSProperties& properties = content.GetMutableRenderProperties(); variable 473 RSProperties& properties = content.GetMutableRenderProperties(); variable 496 RSProperties& properties = content.GetMutableRenderProperties(); variable 513 RSProperties& properties = content.GetMutableRenderProperties(); variable 547 RSProperties properties; variable 575 RSProperties properties; variable 599 RSProperties& properties = content.GetMutableRenderProperties(); variable 629 RSProperties& properties = content.GetMutableRenderProperties(); variable 654 RSProperties properties; variable 676 RSProperties& properties = content.GetMutableRenderProperties(); variable [all …]
|
H A D | rs_property_drawable_test.cpp | 49 RSProperties properties; variable 151 auto& properties = content.GetMutableRenderProperties(); variable 172 auto& properties = content.GetMutableRenderProperties(); variable 206 auto& properties = content.GetMutableRenderProperties(); variable 254 auto& properties = content.GetMutableRenderProperties(); variable
|
/aosp12/system/libbase/ |
H A D | properties_test.cpp | 32 TEST(properties, smoke) { in TEST() argument 49 TEST(properties, too_long) { in TEST() argument 70 TEST(properties, empty_key) { in TEST() argument 75 TEST(properties, empty_value) { in TEST() argument 88 TEST(properties, GetBoolProperty_true) { in TEST() argument 96 TEST(properties, GetBoolProperty_false) { in TEST() argument 104 TEST(properties, GetBoolProperty_default) { in TEST() argument 157 TEST(properties, WaitForProperty) { in TEST() argument 176 TEST(properties, WaitForProperty_timeout) { in TEST() argument 231 TEST(properties, WaitForPropertyCreation) { in TEST() argument [all …]
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipImagePropertiesTest.java | 125 BipImageProperties properties = new BipImageProperties(stream); in testParsePropertiesSimple() local 156 BipImageProperties properties = new BipImageProperties(stream); in testParsePropertiesRich() local 181 BipImageProperties properties = new BipImageProperties(stream); in testParseNoHandle() local 207 BipImageProperties properties = new BipImageProperties(stream); in testParseNoVersion() local 232 BipImageProperties properties = new BipImageProperties(stream); in testParseNoFriendlyName() local 254 BipImageProperties properties = new BipImageProperties(stream); in testParseFixedVariantThumbnailFormat() local 276 BipImageProperties properties = new BipImageProperties(stream); in testParseRangeVariantThumbnailFormat() local 298 BipImageProperties properties = new BipImageProperties(stream); in testParseFixedRangeVariantThumbnailFormat() local 323 BipImageProperties properties = new BipImageProperties(stream); in testParseNoThumbnailFormats() local 344 BipImageProperties properties = new BipImageProperties(stream); in testParseNoFormats() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | unified_data_properties_napi.cpp | 26 napi_property_descriptor properties[] = { in Constructor() local 44 auto* properties = new (std::nothrow) UnifiedDataPropertiesNapi(); in New() local 55 auto *properties = static_cast<UnifiedDataPropertiesNapi *>(data); in Destructor() local 76 auto properties = GetPropertiesNapi(env, info, ctxt); in GetExtras() local 95 auto properties = static_cast<UnifiedDataPropertiesNapi*>(ctxt->native); in SetExtras() local 106 auto properties = GetPropertiesNapi(env, info, ctxt); in GetTag() local 126 auto properties = static_cast<UnifiedDataPropertiesNapi*>(ctxt->native); in SetTag() local 137 auto properties = GetPropertiesNapi(env, info, ctxt); in GetShareOptions() local 159 auto properties = static_cast<UnifiedDataPropertiesNapi *>(ctxt->native); in SetShareOptions() local 170 auto properties = GetPropertiesNapi(env, info, ctxt); in GetTimestamp() local [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 52 auto& properties = content.GetRenderProperties(); in Draw() local 86 auto& properties = content.GetRenderProperties(); in Draw() local 97 auto& properties = content.GetRenderProperties(); in Generate() local 226 auto& properties = content.GetRenderProperties(); in Draw() local 248 auto& properties = content.GetRenderProperties(); in Generate() local 273 auto& properties = content.GetRenderProperties(); in Generate() local 310 auto& properties = content.GetRenderProperties(); in Draw() local 334 auto& properties = content.GetRenderProperties(); in Draw() local 358 auto& properties = content.GetRenderProperties(); in Draw() local 385 auto& properties = content.GetRenderProperties(); in Draw() local [all …]
|
H A D | rs_properties_painter.cpp | 219 void RSPropertiesPainter::GetShadowDirtyRect(RectI& dirtyShadow, const RSProperties& properties, in GetShadowDirtyRect() 332 const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::Path& path) in DrawColorfulShadowInner() 410 const RSProperties& properties, RSPaintFilterCanvas& canvas, Drawing::Path& path) in DrawShadowInner() 726 const RSProperties& properties, RSPaintFilterCanvas& canvas) in DrawBackgroundEffect() 857 const RSProperties& properties, const bool isAbsCoordinate) in GetPixelStretchDirtyRect() 878 const RSProperties& properties, const bool isAbsCoordinate) in GetForegroundEffectDirtyRect() 1125 RRect RSPropertiesPainter::GetRRectForDrawingBorder(const RSProperties& properties, in GetRRectForDrawingBorder() 1137 RRect RSPropertiesPainter::GetInnerRRectForDrawingBorder(const RSProperties& properties, in GetInnerRRectForDrawingBorder() 1199 void RSPropertiesPainter::DrawLight(const RSProperties& properties, Drawing::Canvas& canvas) in DrawLight() 1371 const RSProperties& properties, const bool isAbsCoordinate) in GetOutlineDirtyRect() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test2.cpp | 459 auto& properties = node.GetMutableRenderProperties(); variable 499 auto& properties = node.GetMutableRenderProperties(); variable 516 auto& properties = node.GetMutableRenderProperties(); variable 689 auto& properties = node.GetMutableRenderProperties(); variable 789 auto& properties = node.GetMutableRenderProperties(); variable 843 auto& properties = node.GetMutableRenderProperties(); variable 862 auto& properties = node.GetMutableRenderProperties(); variable 881 auto& properties = node.GetMutableRenderProperties(); variable 902 auto& properties = node.GetMutableRenderProperties(); variable 926 auto& properties = node.GetMutableRenderProperties(); variable [all …]
|
/aosp12/frameworks/layoutlib/bridge/src/android/os/ |
H A D | SystemProperties_Delegate.java | 39 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get() local 49 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get_int() local 60 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get_long() local 75 Map<String, String> properties = Bridge.getPlatformProperties(); in native_get_boolean() local 93 Map<String, String> properties = Bridge.getPlatformProperties(); in native_set() local
|
/aosp12/bionic/libc/system_properties/ |
H A D | context_lookup_benchmark.cpp | 72 std::vector<std::string> properties; in PropertiesToLookup() local 89 auto properties = PropertiesToLookup(); in LegacyLookupOreo() local 100 auto properties = PropertiesToLookup(); in LegacyLookupS() local 126 auto properties = PropertiesToLookup(); in TrieLookupOreo() local 138 auto properties = PropertiesToLookup(); in TrieLookupS() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_alert_dialog_ffi.cpp | 45 …atic void ParseAlertDialogConfirm(NativeAlertDialogParam alertDialog, DialogProperties& properties) in ParseAlertDialogConfirm() 113 DialogProperties& properties, in ParseButtonObj() 164 DialogProperties properties { .type = DialogType::ALERT_DIALOG }; in FfiOHOSShowAlertDialogParamWithConfirm() local 179 DialogProperties properties { .type = DialogType::ALERT_DIALOG }; in FfiOHOSShowAlertDialogParamWithButtons() local 193 DialogProperties& properties, in ParseButtonArray() 211 DialogProperties properties { .type = DialogType::ALERT_DIALOG }; in FfiOHOSShowAlertDialogParamWithOptions() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_modifier_test.cpp | 62 RSProperties properties; variable 214 RSProperties properties; variable 240 RSProperties properties; variable 261 RSProperties properties; variable 307 RSProperties properties; variable 327 RSProperties properties; variable 364 RSProperties properties; variable 396 RSProperties properties; variable 413 RSProperties properties; variable 438 RSProperties properties; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_alert_dialog.cpp | 71 void ParseButtonObj(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef<JSV… in ParseButtonObj() 183 void ParseButtons(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef<JSObj… in ParseButtons() 211 void ParseDialogTitleAndMessage(DialogProperties& properties, JSRef<JSObject> obj) in ParseDialogTitleAndMessage() 235 void ParseTextStyle(DialogProperties& properties, JSRef<JSObject> obj) in ParseTextStyle() 253 void ParseAlertShadow(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertShadow() 263 void ParseAlertBorderWidthAndColor(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertBorderWidthAndColor() 310 void ParseAlertRadius(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertRadius() 319 void ParseAlertAlignment(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertAlignment() 332 void ParseAlertOffset(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertOffset() 351 void ParseAlertMaskRect(DialogProperties& properties, JSRef<JSObject> obj) in ParseAlertMaskRect() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_store_instance.cpp | 67 static IRelationalStore *GetFromCache(const RelationalDBProperties &properties, int &errCode) in GetFromCache() 89 void RelationalStoreInstance::RemoveKvDBFromCache(const RelationalDBProperties &properties) in RemoveKvDBFromCache() 96 …nstance::SaveRelationalDBToCache(IRelationalStore *store, const RelationalDBProperties &properties) in SaveRelationalDBToCache() 105 IRelationalStore *RelationalStoreInstance::OpenDatabase(const RelationalDBProperties &properties, i… in OpenDatabase() 131 IRelationalStore *RelationalStoreInstance::GetDataBase(const RelationalDBProperties &properties, in… in GetDataBase() 193 …onnection *RelationalStoreInstance::GetDatabaseConnection(const RelationalDBProperties &properties, in GetDatabaseConnection()
|
/aosp12/bionic/tests/ |
H A D | system_properties_test.cpp | 92 TEST(properties, __system_property_add) { in TEST() argument 128 TEST(properties, __system_property_update) { in TEST() argument 163 TEST(properties, fill) { in TEST() argument 209 TEST(properties, __system_property_foreach) { in TEST() argument 226 TEST(properties, __system_property_find_nth) { in TEST() argument 255 TEST(properties, fill_hierarchical) { in TEST() argument 314 TEST(properties, errors) { in TEST() argument 335 TEST(properties, __system_property_serial) { in TEST() argument 351 TEST(properties, __system_property_wait_any) { in TEST() argument 382 TEST(properties, __system_property_wait) { in TEST() argument [all …]
|
/aosp12/build/soong/android/soongconfig/ |
H A D | modules_test.go | 291 type properties struct { struct 292 A *string 293 B bool
|
/aosp12/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigTest.java | 398 Properties properties = DeviceConfig.getProperties(NAMESPACE); in getProperties_fullNamespace() local 427 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getString() local 439 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2, KEY3); in getProperties_getBoolean() local 460 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getInt() local 474 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getFloat() local 488 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getLong() local 500 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_defaults() local 511 Properties properties = new Properties.Builder(NAMESPACE).setString(KEY, VALUE) in setProperties() local 544 Properties properties = DeviceConfig.getProperties(NAMESPACE); in setProperties_multipleNamespaces() local 575 Properties properties = new Properties.Builder(NAMESPACE).setString(KEY, VALUE) in propertiesBuilder() local [all …]
|
/aosp12/frameworks/native/vulkan/vkjson/ |
H A D | vkjson.cc | 523 VkPhysicalDeviceSparseProperties* properties) { in Iterate() 534 VkPhysicalDeviceProperties* properties) { in Iterate() 609 VkJsonExtDriverProperties* properties) { in Iterate() 616 VkPhysicalDeviceDriverPropertiesKHR* properties) { in Iterate() 671 VkPhysicalDeviceSubgroupProperties* properties) { in Iterate() 689 VkPhysicalDeviceMultiviewProperties* properties) { in Iterate() 698 VkPhysicalDeviceIDProperties* properties) { in Iterate() 785 VkExternalSemaphoreProperties* properties) { in Iterate() 811 inline bool Iterate(Visitor* visitor, VkLayerProperties* properties) { in Iterate() 820 inline bool Iterate(Visitor* visitor, VkFormatProperties* properties) { in Iterate() [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/http_module/src/ |
H A D | http_module.cpp | 98 std::initializer_list<napi_property_descriptor> properties = { in DefineHttpRequestClass() local 111 std::initializer_list<napi_property_descriptor> properties = { in DefineHttpResponseCacheClass() local 120 std::initializer_list<napi_property_descriptor> properties = { in InitHttpProperties() local 135 std::initializer_list<napi_property_descriptor> properties = { in InitRequestMethod() local 150 std::initializer_list<napi_property_descriptor> properties = { in InitResponseCode() local 197 std::initializer_list<napi_property_descriptor> properties = { in InitHttpProtocol() local 211 std::initializer_list<napi_property_descriptor> properties = { in InitCertType() local 226 std::initializer_list<napi_property_descriptor> properties = { in InitHttpDataType() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
H A D | js_action_sheet.cpp | 109 void ParseTitleAndMessage(DialogProperties& properties, JSRef<JSObject> obj) in ParseTitleAndMessage() 133 void ParseConfirmButton(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef… in ParseConfirmButton() 188 void ParseShadow(DialogProperties& properties, JSRef<JSObject> obj) in ParseShadow() 198 void ParseBorderWidthAndColor(DialogProperties& properties, JSRef<JSObject> obj) in ParseBorderWidthAndColor() 215 void ParseRadius(DialogProperties& properties, JSRef<JSObject> obj) in ParseRadius() 254 void ParseDialogAlignment(DialogProperties& properties, JSRef<JSObject> obj) in ParseDialogAlignment() 272 void ParseOffset(DialogProperties& properties, JSRef<JSObject> obj) in ParseOffset() 291 void ParseMaskRect(DialogProperties& properties, JSRef<JSObject> obj) in ParseMaskRect() 319 DialogProperties properties { in Show() local
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 115 int32_t FrameworkExecutorCallback::OnSetProperty(const Attributes &properties) in OnSetProperty() 120 ResultCode FrameworkExecutorCallback::OnSetPropertyInner(const Attributes &properties) in OnSetPropertyInner() 191 … FrameworkExecutorCallback::ProcessEnrollCommand(uint64_t scheduleId, const Attributes &properties) in ProcessEnrollCommand() 199 …de FrameworkExecutorCallback::ProcessAuthCommand(uint64_t scheduleId, const Attributes &properties) in ProcessAuthCommand() 218 …rameworkExecutorCallback::ProcessIdentifyCommand(uint64_t scheduleId, const Attributes &properties) in ProcessIdentifyCommand() 238 ResultCode FrameworkExecutorCallback::ProcessDeleteTemplateCommand(const Attributes &properties) in ProcessDeleteTemplateCommand() 268 ResultCode FrameworkExecutorCallback::ProcessSetCachedTemplates(const Attributes &properties) in ProcessSetCachedTemplates() 286 ResultCode FrameworkExecutorCallback::ProcessNotifyExecutorReady(const Attributes &properties) in ProcessNotifyExecutorReady() 305 ResultCode FrameworkExecutorCallback::ProcessCustomCommand(const Attributes &properties) in ProcessCustomCommand()
|
/aosp12/frameworks/base/location/java/android/location/provider/ |
H A D | ILocationProviderManager.aidl | 27 …void onInitialize(boolean allowed, in ProviderProperties properties, @nullable String attributionT… in onInitialize() 29 void onSetProperties(in ProviderProperties properties); in onSetProperties()
|