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

  /external/autotest/client/common_lib/cros/
dbus_send.py 208 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/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 42 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
installd_dexopt_test.cpp 65 int get_property(const char *key, char *value, const char *default_value) { function in namespace:android::installd
    [all...]
  /art/openjdkjvmti/
ti_search.cc 109 art::ArtMethod* get_property = local
114 DCHECK(get_property != nullptr);
115 DCHECK(!get_property->IsDirect());
116 DCHECK(get_property->GetDeclaringClass() == properties_class);
145 art::jni::EncodeArtMethod(get_property),
  /frameworks/native/cmds/installd/
installd.cpp 50 int get_property(const char *key, char *value, const char *default_value) { function in namespace:android::installd
otapreopt.cpp 748 // to compile, instead of the A properties we could get from init/get_property.
769 int get_property(const char *key, char *value, const char *default_value) { function in namespace:android::installd
    [all...]
  /external/lisa/libs/utils/android/
system.py 156 def get_property(target, prop): member in class:System
172 return System.get_property(target, prop) in {'yes', 'true', 'on', '1', 'y'}
  /system/extras/simpleperf/scripts/
utils.py 278 build_type = self.get_property('ro.build.type')
287 def get_property(self, name): member in class:AdbHelper
309 build_version = self.get_property('ro.build.version.release')
  /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
576 if (!get_property(node, "linux,phandle")
582 if (!get_property(node, "phandle")
609 reg = get_property(bootcpu, "reg");
811 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 402 milliseconds