HomeSort by relevance Sort by last modified time
    Searched defs:property (Results 126 - 150 of 1117) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/display/msm8909/libgralloc/
gpu.cpp 317 char property[PROPERTY_VALUE_MAX]; local
319 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
320 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
321 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_ad.cpp 110 char property[PROPERTY_VALUE_MAX]; local
114 if(property_get("ro.qcom.ad", property, "0") > 0) {
115 val = atoi(property);
hwc_vsync.cpp 126 char property[PROPERTY_VALUE_MAX]; local
127 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
128 if(atoi(property) == 1)
201 //Fake vsync is used only when set explicitly through a property or when
  /hardware/qcom/display/msm8909/liboverlay/
overlayRotator.cpp 33 char property[PROPERTY_VALUE_MAX]; local
35 if((property_get("debug.rotcache.disable", property, NULL) > 0) &&
36 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 289 char property[PROPERTY_VALUE_MAX]; local
291 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
292 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
293 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8994/libgralloc/
gpu.cpp 318 char property[PROPERTY_VALUE_MAX]; local
320 (property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
321 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
322 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp 110 char property[PROPERTY_VALUE_MAX]; local
114 if(property_get("ro.qcom.ad", property, "0") > 0) {
115 val = atoi(property);
hwc_vsync.cpp 126 char property[PROPERTY_VALUE_MAX]; local
127 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) {
128 if(atoi(property) == 1)
195 //Fake vsync is used only when set explicitly through a property or when
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp 33 char property[PROPERTY_VALUE_MAX]; local
35 if((property_get("debug.rotcache.disable", property, NULL) > 0) &&
36 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /hardware/qcom/display/msm8996/libgralloc/
gpu.cpp 298 char property[PROPERTY_VALUE_MAX]; local
301 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) &&
302 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) ||
303 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 5 * distributed under the W3C's Software Intellectual Property License. This
23 * property name.
25 private final String property; field in class:DocumentBuilderSetting
28 * property value.
33 * strategy used to set or get property value.
202 * @param property property name, follows JAXP.
203 * @param value property value
207 String property,
210 if (property == null)
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 5 * distributed under the W3C's Software Intellectual Property License. This
23 * property name.
25 private final String property; field in class:DocumentBuilderSetting
28 * property value.
33 * strategy used to set or get property value.
202 * @param property property name, follows JAXP.
203 * @param value property value
207 String property,
210 if (property == null)
    [all...]
  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 77 * protocol, Property prefix 1, Property prefix 2, ...
94 * basis, and change it only when the "source", i.e. the system property,
105 final String property; field in class:DefaultProxySelector.NonProxyInfo
112 property = p;
167 // HTTPS uses the same property as HTTP, for backward
204 * property.
212 * No system property defined for that
221 // Let's get the NonProxyHosts property
223 nphosts = NetProperties.get(nprop.property);
    [all...]
  /packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h 271 int32_t property; member in class:android::VehicleHalError
275 property(aProperty),
  /packages/services/Car/vehicle_network_service/
VehiclePropertyAccessControl.cpp 68 // "wr". Otherwise false is returned. The parameters property and uid are
72 const xmlChar* property,
75 if (!value || !property || !uid || !access) {
91 ALOGE("Unknown access tag %s for UID %s in PROPERTY %s\n",access, uid,
92 property);
99 // Adds the property/uid pair to the mVehicleAccessControlMap map if the pair
101 bool VehiclePropertyAccessControl::updateOrCreate(int32_t uid, int32_t property,
103 // check if property exists
104 if (mVehicleAccessControlMap.count(property) == 0) {
107 mVehicleAccessControlMap[property] = uid_access
133 xmlChar* property = NULL; local
292 int32_t property; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 22 import org.eclipse.wb.internal.core.model.property.Property;
27 * Property holding multiple instances of the same {@link XmlProperty} (but
33 * org.eclipse.wb.internal.core.model.property.GenericPropertyComposite
67 XmlPropertyComposite property = (XmlPropertyComposite) obj; local
68 return Arrays.equals(mProperties, property.mProperties);
76 for (Property property : mProperties) {
77 if (property.isModified()) {
88 for (Property property : mProperties)
113 Property property = properties[i]; local
    [all...]
  /system/bt/btcore/src/
property.c 23 #include "btcore/include/property.h"
57 // property's `len` field. We special-case the equivalence of BDNAME
111 void property_free(bt_property_t *property) {
112 property_free_array(property, 1);
126 bool property_is_addr(const bt_property_t *property) {
127 assert(property != NULL);
128 return property->type == BT_PROPERTY_BDADDR;
131 bool property_is_device_class(const bt_property_t *property) {
132 assert(property != NULL);
133 return property->type == BT_PROPERTY_CLASS_OF_DEVICE
209 bt_property_t *property = osi_calloc(sizeof(bt_property_t)); local
    [all...]
  /system/bt/service/
adapter.cpp 261 bt_property_t* property = properties + i; variable
262 switch (property->type) {
265 property->val));
271 bt_bdname_t* hal_name = reinterpret_cast<bt_bdname_t*>(property->val);
279 if (property->len != sizeof(bt_local_le_features_t)) {
280 LOG(WARNING) << "Malformed value received for property: "
285 reinterpret_cast<bt_local_le_features_t*>(property->val);
291 VLOG(1) << "Unhandled adapter property: "
292 << BtPropertyText(property->type);
330 // Sends a request to set the given HAL adapter property type and value
335 bt_property_t property; local
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 25 #include "btcore/include/property.h"
120 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); local
122 int rc = bt_interface->set_adapter_property(property);
127 property_free(property);
159 fprintf(stderr, "Unable to get adapter property\n");
162 bt_property_t *property = adapter_get_property(BT_PROPERTY_BDNAME); local
163 const bt_bdname_t *name = property_as_name(property);
174 bt_property_t *property = property_new_name(bd_name); local
177 CALL_AND_WAIT(error = bt_interface->set_adapter_property(property), adapter_properties);
179 fprintf(stderr, "Unable to set adapter property\n")
197 bt_property_t *property = property_new_scan_mode(BT_SCAN_MODE_CONNECTABLE_DISCOVERABLE); local
    [all...]
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 113 VCardProperty property = new VCardProperty(); local
114 property.setName(VCardConstants.PROPERTY_N);
115 property.setValues("test1");
116 entryConstructor.onPropertyCreated(property);
119 property = new VCardProperty();
120 property.setName(VCardConstants.PROPERTY_N);
121 property.setValues("test2");
122 entryConstructor.onPropertyCreated(property);
125 property = new VCardProperty();
126 property.setName(VCardConstants.PROPERTY_TEL)
206 VCardProperty property = new VCardProperty(); local
317 VCardProperty property = new VCardProperty(); local
340 VCardProperty property = new VCardProperty(); local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar 
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 138 ExportedProperty property; local
147 property = meth.getAnnotation(ExportedProperty.class);
148 mapping = property.mapping();
  /bionic/libc/kernel/uapi/mtd/
ubi-user.h 114 __u8 property; member in struct:ubi_set_vol_prop_req
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
34 import org.eclipse.wb.internal.core.model.property.Property;
35 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
41 * @coverage core.model.property.editor
158 public boolean activate(final PropertyTable propertyTable, final Property property, Point location)
170 // Add support for field completion, if the property provides an IContentProposalProvider
172 IContentProposalProvider completion = property.getAdapter(IContentProposalProvider.class);
179 ILabelProvider labelProvider = property.getAdapter(ILabelProvider.class)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
21 import org.eclipse.wb.internal.core.model.property.Property;
22 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
32 * @coverage core.model.property.editor
53 public final void hide(PropertyTable propertyTable, Property property) {
54 Control control = m_propertyToControl.remove(propertyTable, property);
62 Property property,
    [all...]

Completed in 739 milliseconds

1 2 3 4 56 7 8 91011>>