HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 451 - 475 of 3252) sorted by null

<<11121314151617181920>>

  /external/autotest/server/cros/ap_configurators/
ap_spec.py 188 @property
195 @property
201 @property
207 @property
215 @property
221 @property
227 @property
233 @property
239 @property
245 @property
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 25 #include "btcore/include/property.h"
119 bt_property_t* property = local
122 int rc = bt_interface->set_adapter_property(property);
128 property_free(property);
165 fprintf(stderr, "Unable to get adapter property\n");
168 bt_property_t* property = adapter_get_property(BT_PROPERTY_BDNAME); local
169 const bt_bdname_t* name = property_as_name(property);
180 bt_property_t* property = property_new_name(bd_name); local
183 CALL_AND_WAIT(error = bt_interface->set_adapter_property(property),
186 fprintf(stderr, "Unable to set adapter property\n")
206 bt_property_t* property = local
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
tab.py 29 @property
34 @property
38 @property
47 @property
102 @property
119 @property
209 @property
  /external/libnl/python/netlink/route/links/
inet.py 76 @property
86 @property
96 @property
105 @property
114 @property
123 @property
132 @property
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VNodeBuilder.java 99 public void onPropertyCreated(VCardProperty property) {
102 propNode.propName = property.getName();
103 List<String> groupList = property.getGroupList();
107 Map<String, Collection<String>> propertyParameterMap = property.getParameterMap();
121 if (property.getRawValue() == null) {
129 final List<String> values = property.getValueList();
138 propNode.propValue_bytes = property.getByteValue();
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DummyDynamicAccelDaemon.cpp 40 char property[PROPERTY_VALUE_MAX+1]; local
42 property_get(SYSPROP_PREFIX ".file", property, "");
43 if (strcmp(property, "") != 0) {
45 this, std::string(property), std::string(FILE_NAME_REGEX));
48 property_get(SYSPROP_PREFIX ".socket", property, "");
49 if (strcmp(property, "") != 0) {
50 mSocketDetector = new SocketConnectionDetector(this, atoi(property));
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
rbacrule.py 83 @property
88 @property
93 @property
98 @property
118 @property
123 @property
128 @property
terule.py 82 @property
87 @property
92 @property
96 @property
104 @property
143 @property
148 @property
153 @property
237 @property
242 @property
    [all...]
  /external/autotest/client/common_lib/cros/network/
interface.py 109 @property
115 @property
152 @property
200 @property
207 @property
236 @property
242 @property
248 @property
255 @property
262 @property
    [all...]
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 255 __declspec(property(get=GetV)) int V1;
256 __declspec(property(put=SetV)) int V2;
257 __declspec(property(get=GetV, put=SetV_NotExist)) int V3;
258 __declspec(property(get=GetV_NotExist, put=SetV)) int V4;
259 __declspec(property(get=GetV, put=SetV)) int V5;
266 int i = sp.V2; // expected-error{{no getter defined for property 'V2'}}
267 sp.V1 = 12; // expected-error{{no setter defined for property 'V1'}}
268 int j = sp.V4; // expected-error{{no member named 'GetV_NotExist' in 'StructWithProperty'}} expected-error{{cannot find suitable getter for property 'V4'}}
269 sp.V3 = 14; // expected-error{{no member named 'SetV_NotExist' in 'StructWithProperty'}} expected-error{{cannot find suitable setter for property 'V3'}}
281 __declspec(property(get=GetV)) SP1 V
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_config.py 91 @property
103 @property
113 @property
123 @property
132 @property
137 @property
153 @property
159 @property
165 @property
180 @property
    [all...]
  /external/pdfium/fpdfsdk/javascript/
JS_Define.h 40 v8::Local<v8::String> property,
65 v8::Local<v8::String> property,
88 v8::Local<v8::String> property, \
91 property, info); \
94 v8::Local<v8::String> property, v8::Local<v8::Value> value, \
97 property, value, info); \
270 v8::Local<v8::String> property, \
272 static void getprop_static(v8::Local<v8::String> property, \
274 static void putprop_static(v8::Local<v8::String> property, \
278 v8::Local<v8::String> property, \
    [all...]
  /system/media/camera/docs/
metadata_model.py 56 @property
60 @property
221 @property
228 @property
232 @property
616 @property
620 @property
624 @property
650 @property
654 @property
    [all...]
  /external/vboot_reference/host/arch/arm/lib/
crossystem_arch.c 41 /* Name of NvStorage type property */
89 static int ReadFdtValue(const char *property, int *value) {
94 snprintf(filename, sizeof(filename), FDT_BASE_PATH "/%s", property);
97 fprintf(stderr, "Unable to open FDT property %s\n", property);
102 fprintf(stderr, "Unable to read FDT property %s\n", property);
113 static int ReadFdtInt(const char *property) {
115 if (ReadFdtValue(property, &value))
120 static void GetFdtPropertyPath(const char *property, char *path, size_t size)
    [all...]
  /external/autotest/client/common_lib/cros/
virtual_ethernet_pair.py 138 @property
144 @property
150 @property
156 @property
162 @property
168 @property
174 @property
180 @property
186 @property
192 @property
    [all...]
  /external/autotest/client/cros/networking/
mm1_proxy.py 94 @property
178 @property
184 @property
190 @property
196 @property
202 @property
208 @property
291 @property
297 @property
303 @property
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_browser_backend.py 52 @property
96 @property
100 @property
107 @property
216 @property
222 @property
226 @property
230 @property
234 @property
238 @property
    [all...]
  /external/dtc/
livetree.c 53 struct property *build_property(char *name, struct data val)
55 struct property *new = xmalloc(sizeof(*new));
65 struct property *build_property_delete(char *name)
67 struct property *new = xmalloc(sizeof(*new));
77 struct property *chain_property(struct property *first, struct property *list)
85 struct property *reverse_properties(struct property *first)
87 struct property *p = first
    [all...]
  /external/toolchain-utils/automation/common/
job.py 30 @property
79 status = property(_StateGet, _StateSet)
81 @property
135 @property
139 @property
143 @property
147 @property
151 @property
155 @property
164 @property
    [all...]
  /frameworks/base/media/java/android/media/audiopolicy/
AudioMixingRule.java 270 * property to match against.
274 * @param property see the definition of each rule for the type to use (either an
281 public Builder addMixRule(int rule, Object property) throws IllegalArgumentException {
285 return checkAddRuleObjInternal(rule, property);
305 * @param property see the definition of each rule for the type to use (either an
311 public Builder excludeMixRule(int rule, Object property) throws IllegalArgumentException {
315 return checkAddRuleObjInternal(rule | RULE_EXCLUSION_MASK, property);
322 * @param property
326 private Builder checkAddRuleObjInternal(int rule, Object property)
328 if (property == null)
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 168 protected void handleParamWithoutName(VCardProperty property, final String paramValue) {
169 handleType(property, paramValue);
185 protected void handleType(VCardProperty property, final String paramValue) {
186 splitAndPutParam(property, VCardConstants.PARAM_TYPE, paramValue);
201 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) {
218 property.addParameter(paramName, encodeParamValue(builder.toString()));
226 Log.w(LOG_TAG, "Unexpected Dquote inside property.");
231 property.addParameter(paramName, encodeParamValue(builder.toString()));
241 property.addParameter(paramName, encodeParamValue(builder.toString()));
263 property.addParameter(paramName, encodeParamValue(builder.toString()))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_isinstance.py 33 __class__ = property(getclass)
38 __bases__ = property(getbases)
48 __bases__ = property(getbases)
53 __class__ = property(getclass)
58 __bases__ = property(getbases)
70 __bases__ = property(getbases)
82 __bases__ = property(getbases)
97 __bases__ = property(getbases)
107 __bases__ = property(getbases)
123 __bases__ = property(getbases)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_isinstance.py 33 __class__ = property(getclass)
38 __bases__ = property(getbases)
48 __bases__ = property(getbases)
53 __class__ = property(getclass)
58 __bases__ = property(getbases)
70 __bases__ = property(getbases)
82 __bases__ = property(getbases)
97 __bases__ = property(getbases)
107 __bases__ = property(getbases)
123 __bases__ = property(getbases
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_isinstance.py 33 __class__ = property(getclass)
38 __bases__ = property(getbases)
48 __bases__ = property(getbases)
53 __class__ = property(getclass)
58 __bases__ = property(getbases)
70 __bases__ = property(getbases)
82 __bases__ = property(getbases)
97 __bases__ = property(getbases)
107 __bases__ = property(getbases)
123 __bases__ = property(getbases
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 33 __class__ = property(getclass)
38 __bases__ = property(getbases)
48 __bases__ = property(getbases)
53 __class__ = property(getclass)
58 __bases__ = property(getbases)
70 __bases__ = property(getbases)
82 __bases__ = property(getbases)
97 __bases__ = property(getbases)
107 __bases__ = property(getbases)
123 __bases__ = property(getbases
    [all...]

Completed in 1563 milliseconds

<<11121314151617181920>>