Searched refs:get_property (Results 1 - 21 of 21) sorted by relevance

/external/vboot_reference/utility/include/
H A Dgbb_utility.h53 std::string get_property(PROPINDEX i) const;
68 std::string get_hwid() const { return get_property(PROP_HWID); }
69 std::string get_rootkey() const { return get_property(PROP_ROOTKEY); }
70 std::string get_bmpfv() const { return get_property(PROP_BMPFV); }
71 std::string get_recovery_key() const { return get_property(PROP_RCVKEY); }
/external/freetype/include/freetype/internal/services/
H A Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
H A Dsvprop.h44 FT_Properties_GetFunc get_property; local
68 clazz->get_property = get_property_; \
/external/pdfium/third_party/freetype/include/freetype/internal/services/
H A Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
H A Dsvprop.h43 FT_Properties_GetFunc get_property; local
67 clazz->get_property = get_property_; \
/external/freetype/src/base/
H A Dftbdf.c82 if ( service && service->get_property )
83 error = service->get_property( face, prop_name, aproperty );
H A Dftobjs.c4736 missing_func = (FT_Bool)( !service->get_property );
4749 : service->get_property( cur[0],
/external/pdfium/third_party/freetype/src/base/
H A Dftbdf.c82 if ( service && service->get_property )
83 error = service->get_property( face, prop_name, aproperty );
H A Dftobjs.c4587 missing_func = (FT_Bool)( !service->get_property );
4597 : service->get_property( cur[0], property_name, value );
/external/ltp/tools/pounder21/src/xbonkers/
H A Dxbonkers.c83 static char *get_property(Display * disp, Window win, Atom xa_prop_type,
138 static char *get_property(Display * disp, Window win, Atom xa_prop_type, function
179 perror("get_property malloc failed");
208 if (!(list = (Atom *) get_property(disp, DefaultRootWindow(disp),
421 if ((res = (Window *) get_property(disp, DefaultRootWindow(disp),
425 (Window *) get_property(disp, DefaultRootWindow(disp),
454 if ((desktop = (long *)get_property(disp, client_list[i],
459 (long *)get_property(disp, client_list[i],
482 if ((desktop = (long *)get_property(disp, client_list[i],
487 (long *)get_property(dis
[all...]
/external/autotest/client/common_lib/cros/tendo/
H A Dn_faced_peerd_helper.py64 return dbus_send.get_property(
/external/autotest/client/tests/cgroup/
H A Dcgroup_common.py153 tmp = self.get_property(prop, pwd, supress)
162 def get_property(self, prop, pwd=None, supress=False): member in class:Cgroup
177 logging.error("cg.get_property(): %s" , inst)
226 _value = self.get_property(prop, pwd)[0][:-1]
H A Dcgroup.py115 memsw_limit_bytes = item.get_property("memory.memsw.limit_in_bytes",
/external/dtc/
H A Dchecks.c170 prop = get_property(node, propname);
189 prop = get_property(node, propname);
279 struct property *prop = get_property(node, "reg");
282 prop = get_property(node, "ranges");
409 prop = get_property(node, propname);
599 prop = get_property(node, "#address-cells");
603 prop = get_property(node, "#size-cells");
621 prop = get_property(node, "reg");
650 prop = get_property(node, "ranges");
696 reg = get_property(nod
[all...]
H A Dlivetree.c327 p = get_property(node, name);
404 struct property *get_property(struct node *node, const char *propname) function
575 if (!get_property(node, "linux,phandle")
581 if (!get_property(node, "phandle")
608 reg = get_property(bootcpu, "reg");
810 p = get_property(an, l->label);
H A Ddtc.h213 struct property *get_property(struct node *node, const char *propname);
/external/autotest/client/common_lib/cros/
H A Ddbus_send.py196 def get_property(bus_name, interface, object_path, property_name, host=None): function
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_output.c242 .get_property = output_get_property,
/external/v8/src/builtins/
H A Dbuiltins-object.cc338 Callable get_property = local
341 get_property, context, receiver, to_string_tag_symbol);
H A Dbuiltins-array.cc2364 Callable get_property = local
2367 assembler->CallStub(get_property, context, array, length_string);
2391 Callable get_property = CodeFactory::GetProperty(assembler->isolate()); local
2393 assembler->CallStub(get_property, context, array, index));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 480 milliseconds