HomeSort by relevance Sort by last modified time
    Searched full:property_name (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /external/autotest/client/cros/tendo/n_faced_peerd/
dbus_property_exposer.py 23 def register_property(self, property_name, property_getter):
26 @param property_name: string name of property to expose.
31 self._properties[property_name] = property_getter
34 def on_property_changed(self, property_name):
37 @param property_name: string name of property that changed.
52 for property_name, property_getter in self._properties.iteritems():
53 results[dbus.String(property_name)] = property_getter()
69 for property_name, property_getter in self._properties.iteritems():
70 if property_name == requested_property_name:
88 for property_name, property_getter in self._properties.iteritems()
    [all...]
  /external/freetype/src/autofit/
afmodule.c 101 const char* property_name,
108 if ( !ft_strcmp( property_name, "fallback-script" ) )
134 fallback_script, property_name ));
140 else if ( !ft_strcmp( property_name, "default-script" ) )
149 else if ( !ft_strcmp( property_name, "increase-x-height" ) )
162 else if ( !ft_strcmp( property_name, "warping" ) )
174 property_name ));
181 const char* property_name,
193 if ( !ft_strcmp( property_name, "glyph-to-script-map" ) )
205 else if ( !ft_strcmp( property_name, "fallback-script" )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afmodule.c 109 const char* property_name,
116 if ( !ft_strcmp( property_name, "fallback-script" ) )
142 fallback_script, property_name ));
148 else if ( !ft_strcmp( property_name, "default-script" ) )
157 else if ( !ft_strcmp( property_name, "increase-x-height" ) )
170 else if ( !ft_strcmp( property_name, "warping" ) )
180 else if ( !ft_strcmp( property_name, "darkening-parameters" ) )
211 else if ( !ft_strcmp( property_name, "no-stem-darkening" ) )
222 property_name ));
229 const char* property_name,
    [all...]
  /external/freetype/include/internal/services/
svprop.h 31 const char* property_name,
36 const char* property_name,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/
svprop.h 31 const char* property_name,
36 const char* property_name,
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svprop.h 31 const char* property_name,
36 const char* property_name,
  /external/libbrillo/brillo/dbus/
exported_property_set.cc 41 const std::string& property_name,
45 auto res = prop_map.insert(std::make_pair(property_name, exported_property));
46 CHECK(res.second) << "Property '" << property_name << "' already exists";
53 property_name);
82 const std::string& property_name,
92 LOG(INFO) << "Looking for " << property_name << " on " << interface_name;
93 auto property_itr = property_map_itr->second.find(property_name);
106 const std::string& property_name,
116 LOG(INFO) << "Looking for " << property_name << " on " << interface_name;
117 auto property_itr = property_map_itr->second.find(property_name);
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
dbus_std_ifaces.py 124 def SetUInt32(self, interface_name, property_name, value):
130 @param property_name: The property name.
133 |property_name| is not exposed by this object.
138 self.Set(interface_name, property_name, dbus.types.UInt32(value))
141 def SetInt32(self, interface_name, property_name, value):
147 @param property_name: The property name.
150 |property_name| is not exposed by this object.
155 self.Set(interface_name, property_name, dbus.types.Int32(value))
161 def Get(self, interface_name, property_name):
166 @param property_name: The property name
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/
django_orm.py 89 def __init__(self, model_class, key_name, key_value, property_name):
96 property_name: string, name of the property that is an CredentialsProperty
101 self.property_name = property_name
114 credential = getattr(entities[0], self.property_name)
134 setattr(entity, self.property_name, credentials)
  /system/connectivity/shill/test-rpc-proxy/
proxy_dbus_client.cc 31 const std::string& property_name,
37 if (proxy_properties.find(property_name) == proxy_properties.end()) {
40 *property_value = proxy_properties[property_name];
46 const std::string& property_name,
54 if ((GetPropertyValueFromProxy<Proxy>(proxy, property_name, &property_value)) &&
210 const std::string& property_name,
213 proxy, property_name, property_value);
218 const std::string& property_name,
221 proxy, property_name, property_value);
226 const std::string& property_name,
    [all...]
proxy_dbus_client.h 68 const std::string& property_name,
71 const std::string& property_name,
74 const std::string& property_name,
80 const std::string& property_name,
87 const std::string& property_name,
94 const std::string& property_name,
128 bool GetPropertyValueFromManager(const std::string& property_name,
141 const std::string& property_name,
  /cts/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
CtsTradefedTest.java 32 private static final String PROPERTY_NAME = "CTS_ROOT";
42 System.setProperty(PROPERTY_NAME, root.getAbsolutePath());
54 System.clearProperty(PROPERTY_NAME);
  /external/autotest/client/site_tests/network_ChromeWifiConfigure/
network_ChromeWifiConfigure.py 23 def _test_property(self, network, property_name, expected_value):
24 value = test_utils.get_ui_property(network, property_name)
26 raise error.TestFail('Expected value for "' + property_name +
  /system/connectivity/shill/bin/
set_wake_on_lan 30 PROPERTY_NAME=WakeOnLanEnabled
53 local value=$(get_manager_property "${PROPERTY_NAME}")
74 dbus / "${IMANAGER}.SetProperty" string:"${PROPERTY_NAME}" "variant:boolean:${set_value}"
  /external/freetype/src/sfnt/
ttbdf.h 37 const char* property_name,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttbdf.h 37 const char* property_name,
  /external/pdfium/third_party/freetype/src/sfnt/
ttbdf.h 37 const char* property_name,
  /hardware/qcom/display/msm8996/sdm/include/utils/
debug.h 77 static bool GetProperty(const char *property_name, char *value);
78 static bool SetProperty(const char *property_name, const char *value);
95 virtual DisplayError GetProperty(const char */*property_name*/, int */*value*/) {
98 virtual DisplayError GetProperty(const char */*property_name*/, char */*value*/) {
101 virtual DisplayError SetProperty(const char */*property_name*/, const char */*value*/) {
  /external/autotest/client/cros/networking/chrome_testing/
test_utils.py 17 def get_ui_property(network, property_name, expansion_level=1):
24 @param property_name: The property to obtain.
41 path = property_name.split('.', expansion_level)
53 property_name,
63 @param property_name: Property to check.
77 value = get_ui_property(network, property_name, expansion_level)
81 error.TestFail('Property "' + property_name + '" on network "' +
  /external/pdfium/fpdfsdk/src/javascript/
resource.cpp 54 const char* property_name,
57 if (property_name) {
59 result += CFX_WideString::FromLocal(property_name);
resource.h 36 const char* property_name,
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_debugger.h 64 virtual DisplayError GetProperty(const char *property_name, int *value);
65 virtual DisplayError GetProperty(const char *property_name, char *value);
66 virtual DisplayError SetProperty(const char *property_name, const char *value);
hwc_debugger.cpp 165 DisplayError HWCDebugHandler::GetProperty(const char *property_name, int *value) {
168 if (property_get(property_name, property, NULL) > 0) {
176 DisplayError HWCDebugHandler::GetProperty(const char *property_name, char *value) {
177 if (property_get(property_name, value, NULL) > 0) {
184 DisplayError HWCDebugHandler::SetProperty(const char *property_name, const char *value) {
185 if (property_set(property_name, value) == 0) {
  /hardware/qcom/display/msm8996/sdm/include/core/
debug_interface.h 114 @param[in] property_name name of the property
119 virtual DisplayError GetProperty(const char *property_name, int *value) = 0;
123 @param[in] property_name name of the property
128 virtual DisplayError GetProperty(const char *property_name, char *value) = 0;
132 @param[in] property_name name of the property
137 virtual DisplayError SetProperty(const char *property_name, const char *value) = 0;
  /external/autotest/client/cros/scripts/
wifi 156 property_name, raw_value = property_string.split('=', 1)
158 if not property_name in SERVICE_PROP_PARSERS:
159 print '%s is not a recognized service property' % property_name
164 return property_name, SERVICE_PROP_PARSERS[property_name](raw_value)

Completed in 1515 milliseconds

1 2 3 4 5 6 7 8