Searched refs:prop_name (Results 1 - 19 of 19) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/tools/
H A Dsystem_app_test.py40 def dict_setprop(prop_name, value):
41 system_props[prop_name] = value
43 def dict_getprop(prop_name):
44 return system_props.get(prop_name, '')
/external/pdfium/fxjs/
H A DCJX_Define.h34 #define JS_PROP(prop_name) \
35 void prop_name(CFXJSE_Value* pValue, bool bSetting, XFA_Attribute eAttribute)
H A DJS_Define.h145 #define JS_STATIC_PROP(err_name, prop_name, class_name) \
146 static void get_##prop_name##_static( \
149 JSPropGetter<class_name, &class_name::get_##prop_name>( \
152 static void set_##prop_name##_static( \
155 JSPropSetter<class_name, &class_name::set_##prop_name>( \
/external/drm_hwcomposer/
H A Ddrmresources.h64 int GetPlaneProperty(const DrmPlane &plane, const char *prop_name,
66 int GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name,
68 int GetConnectorProperty(const DrmConnector &connector, const char *prop_name,
80 int GetProperty(uint32_t obj_id, uint32_t obj_type, const char *prop_name,
H A Ddrmresources.cpp389 const char *prop_name, DrmProperty *property) {
401 if (!strcmp(p->name, prop_name)) {
412 int DrmResources::GetPlaneProperty(const DrmPlane &plane, const char *prop_name, argument
414 return GetProperty(plane.id(), DRM_MODE_OBJECT_PLANE, prop_name, property);
417 int DrmResources::GetCrtcProperty(const DrmCrtc &crtc, const char *prop_name, argument
419 return GetProperty(crtc.id(), DRM_MODE_OBJECT_CRTC, prop_name, property);
423 const char *prop_name,
425 return GetProperty(connector.id(), DRM_MODE_OBJECT_CONNECTOR, prop_name,
388 GetProperty(uint32_t obj_id, uint32_t obj_type, const char *prop_name, DrmProperty *property) argument
422 GetConnectorProperty(const DrmConnector &connector, const char *prop_name, DrmProperty *property) argument
/external/icu/icu4c/source/tools/
H A Dicu-svnprops-check.py69 prop_name, prop_val = prop.split("=", 1)
72 prop_name, prop_val = prop, ""
73 prop_name = prop_name.strip()
78 proplist.append((prop_name, prop_val))
/external/freetype/include/freetype/
H A Dftbdf.h200 const char* prop_name,
/external/freetype/include/freetype/internal/services/
H A Dsvbdf.h38 const char* prop_name,
/external/freetype/src/base/
H A Dftbdf.c64 const char* prop_name,
83 error = service->get_property( face, prop_name, aproperty );
/external/autotest/client/site_tests/platform_CrosDisksDBus/
H A Dplatform_CrosDisksDBus.py53 for (prop_name, prop_value_type) in disk_properties:
55 if prop_name not in disk:
56 raise error.TestFail("disk.%s not found" % prop_name)
59 prop_value = disk[prop_name]
63 % (prop_name, type(prop_value), prop_value_type))
/external/dtc/pylibfdt/
H A Dlibfdt.i317 def delprop(self, nodeoffset, prop_name):
322 prop_name: Name of property to delete
327 return check_err(fdt_delprop(self._fdt, nodeoffset, prop_name))
329 def getprop(self, nodeoffset, prop_name, quiet=()):
334 prop_name: Name of property to get
343 pdata = check_err_null(fdt_getprop(self._fdt, nodeoffset, prop_name),
/external/ltp/tools/pounder21/src/xbonkers/
H A Dxbonkers.c84 char *prop_name, unsigned long *size,
139 char *prop_name, unsigned long *size,
151 xa_prop_name = XInternAtom(disp, prop_name, False);
157 fprintf(stderr, "Cannot get %s property.\n", prop_name);
162 fprintf(stderr, "Invalid type of %s property.\n", prop_name);
170 if (ret_format == 32 && strcmp(prop_name, "_NET_CLIENT_LIST") == 0 &&
138 get_property(Display * disp, Window win, Atom xa_prop_type, char *prop_name, unsigned long *size, unsigned long *items) argument
/external/v8/tools/
H A Dgenerate-builtins-tests.py102 for prop_name in obj["properties"]:
103 prop = obj["properties"][prop_name]
/external/autotest/client/cros/networking/
H A Dshill_xmlrpc_server.py428 def get_dbus_property_on_device(self, wifi_interface, prop_name):
432 @param prop_name: the name of the property.
442 if prop_name not in object_properties:
446 object_properties[prop_name])
450 def set_dbus_property_on_device(self, wifi_interface, prop_name, value):
454 @param prop_name: the name of the property.
465 prop_name,
/external/dtc/
H A Dfdtput.c280 * @param prop_name Name of property to delete
283 static int delete_prop(char *blob, const char *node_name, const char *prop_name) argument
293 node = fdt_delprop(blob, node, prop_name);
/external/autotest/server/cros/network/
H A Dwifi_client.py1413 def __init__(self, shill_proxy, interface, prop_name, value):
1419 @param prop_name: the name of the property we want to set
1425 self._prop_name = prop_name
1467 def __init__(self, shill_proxy, prop_name, value):
1471 @param prop_name: the name of the property we want to set
1476 self._prop_name = prop_name
/external/freetype/src/pcf/
H A Dpcfdrivr.c612 const char* prop_name,
618 prop = pcf_find_property( face, prop_name );
611 pcf_get_bdf_property( PCF_Face face, const char* prop_name, BDF_PropertyRec *aproperty ) argument
/external/freetype/src/bdf/
H A Dbdfdrivr.c872 const char* prop_name,
880 prop = bdf_get_font_property( face->bdffont, prop_name );
871 bdf_get_bdf_property( BDF_Face face, const char* prop_name, BDF_PropertyRec *aproperty ) argument
/external/autotest/client/site_tests/firmware_TouchMTB/
H A Dvalidators.py1339 prop_name = EV_STRINGS[EV_ABS].get(prop, prop)
1340 self.log_details(' %s=%6d' % (prop_name, slot[prop].value))

Completed in 626 milliseconds