HomeSort by relevance Sort by last modified time
    Searched full:__system_property_get (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /frameworks/rs/
rsCompatibilityLib.cpp 25 len = __system_property_get(key, value);
  /external/chromium_org/base/
sys_info_android.cc 80 __system_property_get("dalvik.vm.heapsize", heap_size_str);
97 __system_property_get("dalvik.vm.heapgrowthlimit", heap_size_str);
122 __system_property_get("ro.build.version.codename", os_version_codename_str);
128 __system_property_get("ro.build.id", os_build_id_str);
134 __system_property_get("ro.product.model", device_model_str);
149 __system_property_get("ro.build.version.release", os_version_str);
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
commandlineflags.h 119 // They are functions in Android because __system_property_get() doesn't
128 if (__system_property_get(envname, system_property_value) > 0)
136 if (__system_property_get(envname, system_property_value) > 0)
143 if (__system_property_get(envname, system_property_value) > 0)
150 if (__system_property_get(envname, system_property_value) > 0)
157 if (__system_property_get(envname, system_property_value) > 0)
  /bionic/tests/
system_properties_test.cpp 77 ASSERT_EQ(6, __system_property_get("property", propvalue));
80 ASSERT_EQ(6, __system_property_get("other_property", propvalue));
83 ASSERT_EQ(6, __system_property_get("property_other", propvalue));
110 ASSERT_EQ(6, __system_property_get("property", propvalue));
113 ASSERT_EQ(9, __system_property_get("other_property", propvalue));
116 ASSERT_EQ(6, __system_property_get("property_other", propvalue));
156 ASSERT_EQ(PROP_VALUE_MAX - 1, __system_property_get(prop_name, prop_value_ret));
260 ASSERT_EQ(PROP_VALUE_MAX - 1, __system_property_get(prop_name, prop_value_ret));
289 ASSERT_EQ(0, __system_property_get("property1", prop_value));
property_benchmark.cpp 124 __system_property_get(pa.names[random() % nprops], value);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 173 __system_property_get("ro.build.version.sdk", sdkVersion);
296 __system_property_get("persist.sys.language", propLang);
297 __system_property_get("persist.sys.country", propRegn);
301 __system_property_get("ro.product.locale.language", propLang);
302 __system_property_get("ro.product.locale.region", propRegn);
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 173 __system_property_get("ro.build.version.sdk", sdkVersion);
296 __system_property_get("persist.sys.language", propLang);
297 __system_property_get("persist.sys.country", propRegn);
301 __system_property_get("ro.product.locale.language", propLang);
302 __system_property_get("ro.product.locale.region", propRegn);
  /external/chromium_org/ui/gl/
gl_image_egl.cc 17 int prop_value_length = __system_property_get(kPropertyName, prop_value);
  /external/chromium_org/third_party/skia/src/core/
SkUtilsArm.cpp 43 // used to declare PROP_VALUE_MAX and __system_property_get()
59 if (__system_property_get(PROP_NAME, prop) > 0) {
  /external/skia/src/core/
SkUtilsArm.cpp 43 // used to declare PROP_VALUE_MAX and __system_property_get()
59 if (__system_property_get(PROP_NAME, prop) > 0) {
  /bionic/libc/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 47 int __system_property_get(const char *name, char *value);

Completed in 1376 milliseconds

1 2 3 4 5 6 7