Home
last modified time | relevance | path

Searched refs:add_property (Results 1 – 6 of 6) sorted by relevance

/external/toybox/toys/android/
Dgetprop.c44 static void add_property(char *name, char *value, void *unused) in add_property() function
91 if (property_list((void *)add_property, 0)) error_exit("property_list"); in getprop_main()
/external/clang/test/SemaCXX/
Daddr-of-overloaded-function.cpp144 …void add_property(double(*)(mcdata<double> const &)); // expected-note{{candidate function not via…
146 add_property(&wrap_mean); // expected-error{{no matching function for call to 'add_property'}} in f()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_introspect.c85 static void add_property(struct wpabuf *xml, in add_property() function
135 add_property(iface->xml, dsc); in extract_interfaces_properties()
/external/chromium-trace/catapult/dashboard/dashboard/
Ddatastore_hooks.py155 new_property = external_filter.add_property()
/external/autotest/client/site_tests/security_DbusMap/
Dsecurity_DbusMap.py227 def add_property(self, dbus_list, dest, iface, signal): member in security_DbusMap
555 self.add_property(user_observed,
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DEmitUtils.java837 EmitUtils.add_property(ce, names[i], types[i], fieldName); in add_properties()
841 public static void add_property(ClassEmitter ce, String name, Type type, String fieldName) { in add_property() method in EmitUtils