Home
last modified time | relevance | path

Searched refs:propertyName (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomapparameter.cpp81 void QGeoMapParameter::updateProperty(const char *propertyName, QVariant value) in updateProperty() argument
83 setProperty(propertyName, value); in updateProperty()
87 emit propertyUpdated(this, propertyName); in updateProperty()
101 bool QGeoMapParameter::hasProperty(const char *propertyName) in hasProperty() argument
103 return metaObject()->indexOfProperty(propertyName) != -1 in hasProperty()
104 || dynamicPropertyNames().indexOf(QByteArray(propertyName)) != -1; in hasProperty()
H A Dqgeomapparameter_p.h74 void updateProperty(const char *propertyName, QVariant value);
77 bool hasProperty(const char *propertyName);
80 void propertyUpdated(QGeoMapParameter *param, const char *propertyName);
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowclass.c69 if (prop->propertyName == XA_WM_CLASS in winMultiWindowGetClassHint()
137 if (prop->propertyName == XA_WM_HINTS && prop->data) { in winMultiWindowGetWMHints()
167 if (prop->propertyName == AtmWmWindowRole() in winMultiWindowGetWindowRole()
211 if (prop->propertyName == XA_WM_NORMAL_HINTS && prop->data) { in winMultiWindowGetWMNormalHints()
244 if (prop->propertyName == XA_WM_TRANSIENT_FOR) { in winMultiWindowGetTransientFor()
279 if (prop->propertyName == XA_WM_NAME in winMultiWindowGetWMName()
H A Dwinwin32rootlesswndproc.c303 if (prop->propertyName == AtmWindowsWMMouseActivate() in IsMouseActive()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp313 for (const QByteArray &propertyName : propertyNames) { in fromMapParameter() local
314 if (isImmutableProperty(propertyName)) in fromMapParameter()
319 layout->m_value = param->property(propertyName); in fromMapParameter()
325 layout->m_property = formatPropertyName(propertyName); in fromMapParameter()
390 for (const QByteArray &propertyName : propertyNames) { in fromMapParameter() local
391 if (isImmutableProperty(propertyName)) in fromMapParameter()
396 paint->m_value = param->property(propertyName); in fromMapParameter()
402 paint->m_property = formatPropertyName(propertyName); in fromMapParameter()
512 for (const QByteArray &propertyName : propertyNames) { in fromMapParameter() local
513 if (isImmutableProperty(propertyName)) in fromMapParameter()
[all …]
H A Dqgeomapmapboxgl.h73 void onParameterPropertyUpdated(QGeoMapParameter *param, const char *propertyName);
/OK3568_Linux_fs/external/xserver/randr/
H A Drrproperty.c74 .atom = prop->propertyName, in RRDeleteProperty()
112 prop->propertyName = property; in RRCreateOutputProperty()
129 if (prop->propertyName == property) { in RRDeleteOutputProperty()
240 prop->propertyName, &new_value)) { in RRChangeOutputProperty()
263 RRNoticePropertyChange(output, prop->propertyName, prop_value); in RRChangeOutputProperty()
271 .atom = prop->propertyName, in RRChangeOutputProperty()
310 if (RRChangeOutputProperty(output, property->propertyName, in RRPostPendingProperties()
325 if (prop->propertyName == property) in RRQueryOutputProperty()
345 prop->propertyName); in RRGetOutputProperty()
448 *temppAtoms++ = prop->propertyName; in ProcRRListOutputProperties()
[all …]
H A Drrproviderproperty.c73 .atom = prop->propertyName, in RRDeleteProperty()
111 prop->propertyName = property; in RRCreateProviderProperty()
128 if (prop->propertyName == property) { in RRDeleteProviderProperty()
218 prop->propertyName, &new_value)) { in RRChangeProviderProperty()
246 .atom = prop->propertyName, in RRChangeProviderProperty()
285 if (RRChangeProviderProperty(provider, property->propertyName, in RRPostProviderPendingProperties()
300 if (prop->propertyName == property) in RRQueryProviderProperty()
320 prop->propertyName); in RRGetProviderProperty()
419 *temppAtoms++ = prop->propertyName; in ProcRRListProviderProperties()
610 if (prop->propertyName == stuff->property) in ProcRRGetProviderProperty()
[all …]
H A Drandrstr.h103 ATOM propertyName; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/
H A Dqgeotiledmap_test.cpp99 void QGeoTiledMapTest::onCameraCenter_testChanged(QGeoMapParameter *param, const char *propertyName) in onCameraCenter_testChanged() argument
101 if (strcmp(propertyName, "center") == 0) { in onCameraCenter_testChanged()
104 QGeoCoordinate newCenter = param->property(propertyName).value<QGeoCoordinate>(); in onCameraCenter_testChanged()
H A Dqgeotiledmap_test.h54 void onCameraCenter_testChanged(QGeoMapParameter *param, const char *propertyName);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dutils.js84 for (var propertyName in obj2) {
85 if (obj1[propertyName] !== undefined) {
86 if (propertyName === "dateTime" && isNaN(obj2["dateTime"].getTime()))
89 testCase.compare(obj1[propertyName], obj2[propertyName])
/OK3568_Linux_fs/external/xserver/dix/
H A Dproperty.c79 ErrorF("[dix] %x %x\n", pProp->propertyName, pProp->type); in PrintPropertys()
90 dixLookupProperty(PropertyPtr *result, WindowPtr pWin, Atom propertyName, in dixLookupProperty() argument
96 client->errorValue = propertyName; in dixLookupProperty()
99 if (pProp->propertyName == propertyName) in dixLookupProperty()
123 .u.property.atom = pProp->propertyName, in deliverPropertyNotifyEvent()
283 pProp->propertyName = property; in dixChangeWindowProperty()
596 *temppAtoms++ = pProp->propertyName; in ProcListProperties()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c229 *a = prop->propertyName; in list_atoms()
263 if (prop->propertyName == property) in get_property()
585 prop->propertyName = property; in XICreateDeviceProperty()
601 if (prop->propertyName == property) in XIFetchDeviceProperty()
626 send_property_event(device, prop->propertyName, XIPropertyDeleted); in XIDeleteAllDeviceProperties()
651 if (prop->propertyName == property) in XIDeleteDeviceProperty()
666 rc = handler->DeleteProperty(device, prop->propertyName); in XIDeleteDeviceProperty()
676 send_property_event(device, prop->propertyName, XIPropertyDeleted); in XIDeleteDeviceProperty()
771 rc = handler->SetProperty(dev, prop->propertyName, in XIChangeDeviceProperty()
800 send_property_event(dev, prop->propertyName, in XIChangeDeviceProperty()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p.h149 void updateLineStyleParameter(QGeoMapParameter *p, const char *propertyName);
150 void updateLineStyleParameter(QGeoMapParameter *p, const char *propertyName, bool update);
H A Dqdeclarativepolylinemapitem.cpp1314 const char *propertyName, in updateLineStyleParameter() argument
1320 switch (acceptedParameterTypes.indexOf(QByteArray(propertyName))) { in updateLineStyleParameter()
1322 … qWarning() << "Invalid property " << QLatin1String(propertyName) << " for parameter lineStyle"; in updateLineStyleParameter()
1345 …DeclarativePolylineMapItem::updateLineStyleParameter(QGeoMapParameter *p, const char *propertyName) in updateLineStyleParameter() argument
1347 updateLineStyleParameter(p, propertyName, true); in updateLineStyleParameter()
/OK3568_Linux_fs/external/xserver/include/
H A Dpropertyst.h58 ATOM propertyName; member
H A Dinputstr.h459 Atom propertyName; member
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxselinux_hooks.c257 const char *propertyName, *selectionName; in SELinuxAudit() local
270 propertyName = audit->property ? NameForAtom(audit->property) : NULL; in SELinuxAudit()
289 audit->property ? propertyName : "", in SELinuxAudit()
556 Atom name = pProp->propertyName; in SELinuxProperty()
583 while (pProp->propertyName != name || obj->sid != tsid) { in SELinuxProperty()
H A Dxselinux_ext.c429 id = pProp->propertyName; in ProcSELinuxListProperties()
H A Dsecurity.c852 ATOM name = (*rec->ppProp)->propertyName; in SecurityProperty()
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/
HDgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_internal_api.h552 char *propertyName, in Invoke_GetPropertyName() argument
581 strLen = strlen(propertyName) + 1; in Invoke_GetPropertyName()
589 propertyName, strLen)); in Invoke_GetPropertyName()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c173 if (prop->propertyName != xwl_window->xwl_screen->allow_commits_prop) in xwl_window_set_allow_commits_from_property()
182 NameForAtom(prop->propertyName)); in xwl_window_set_allow_commits_from_property()
228 if (rec->prop->propertyName == xwl_screen->allow_commits_prop) in xwl_property_callback()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes1727 Parameter { name: "propertyName"; type: "const char"; isPointer: true }

12