HomeSort by relevance Sort by last modified time
    Searched defs:get_property (Results 1 - 19 of 19) sorted by null

  /external/autotest/client/common_lib/cros/
dbus_send.py 205 def get_property(bus_name, interface, object_path, property_name, host=None): function
  /external/freetype/include/freetype/internal/services/
svbdf.h 45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
svprop.h 44 FT_Properties_GetFunc get_property; local
68 clazz->get_property = get_property_; \
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svbdf.h 45 FT_BDF_GetPropertyFunc get_property; local
68 clazz->get_property = get_property_; \
svprop.h 43 FT_Properties_GetFunc get_property; local
67 clazz->get_property = get_property_; \
  /external/autotest/client/tests/cgroup/
cgroup_common.py 153 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]
  /frameworks/native/cmds/installd/tests/
installd_service_test.cpp 40 int get_property(const char *key, char *value, const char *default_value) { function in namespace:android::installd
installd_cache_test.cpp 46 int get_property(const char *key, char *value, const char *default_value) { function in namespace:android::installd
  /system/extras/simpleperf/scripts/
utils.py 216 build_type = self.get_property('ro.build.type')
225 def get_property(self, name): member in class:AdbHelper
  /art/runtime/openjdkjvmti/
ti_search.cc 107 art::ArtMethod* get_property = local
112 DCHECK(get_property != nullptr);
113 DCHECK(!get_property->IsDirect());
114 DCHECK(get_property->GetDeclaringClass() == properties_class);
143 art::jni::EncodeArtMethod(get_property),
  /hardware/libhardware/tests/vehicle/
vehicle-hal-tool.c 210 void get_property( function
513 get_property(vehicle_device, property, type, value);
  /frameworks/native/cmds/installd/
installd.cpp 49 int get_property(const char *key, char *value, const char *default_value) { function in namespace:android::installd
otapreopt.cpp 1103 int get_property(const char *key, char *value, const char *default_value) { function in namespace:android::installd
    [all...]
  /external/ltp/tools/pounder21/src/xbonkers/
xbonkers.c 83 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(disp, client_list[i]
    [all...]
  /external/dtc/
livetree.c 327 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);
  /external/v8/src/builtins/
builtins-object.cc 198 Callable get_property = local
201 CallStub(get_property, context, receiver, to_string_tag_symbol);
    [all...]
builtins-array.cc 2600 Callable get_property = CodeFactory::GetProperty(assembler.isolate()); local
2626 Callable get_property = CodeFactory::GetProperty(assembler.isolate()); local
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 597 milliseconds