| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomapparameter.cpp | 81 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 D | qgeomapparameter_p.h | 74 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 D | winmultiwindowclass.c | 69 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 D | winwin32rootlesswndproc.c | 303 if (prop->propertyName == AtmWindowsWMMouseActivate() in IsMouseActive()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 313 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 D | qgeomapmapboxgl.h | 73 void onParameterPropertyUpdated(QGeoMapParameter *param, const char *propertyName);
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrproperty.c | 74 .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 D | rrproviderproperty.c | 73 .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 D | randrstr.h | 103 ATOM propertyName; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeotiledmap_test.cpp | 99 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 D | qgeotiledmap_test.h | 54 void onCameraCenter_testChanged(QGeoMapParameter *param, const char *propertyName);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | utils.js | 84 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 D | property.c | 79 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 D | xiproperty.c | 229 *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 D | qdeclarativepolylinemapitem_p.h | 149 void updateLineStyleParameter(QGeoMapParameter *p, const char *propertyName); 150 void updateLineStyleParameter(QGeoMapParameter *p, const char *propertyName, bool update);
|
| H A D | qdeclarativepolylinemapitem.cpp | 1314 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 D | propertyst.h | 58 ATOM propertyName; member
|
| H A D | inputstr.h | 459 Atom propertyName; member
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_hooks.c | 257 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 D | xselinux_ext.c | 429 id = pProp->propertyName; in ProcSELinuxListProperties()
|
| H A D | security.c | 852 ATOM name = (*rec->ppProp)->propertyName; in SecurityProperty()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/ |
| HD | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_internal_api.h | 552 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 D | xwayland.c | 173 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 D | plugins.qmltypes | 1727 Parameter { name: "propertyName"; type: "const char"; isPointer: true }
|