HomeSort by relevance Sort by last modified time
    Searched refs:PROP_NAME_MAX (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/core/java/android/os/
SystemProperties.java 30 public static final int PROP_NAME_MAX = 31;
49 if (key.length() > PROP_NAME_MAX) {
50 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
61 if (key.length() > PROP_NAME_MAX) {
62 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
76 if (key.length() > PROP_NAME_MAX) {
77 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
91 if (key.length() > PROP_NAME_MAX) {
92 throw new IllegalArgumentException("key.length > " + PROP_NAME_MAX);
111 if (key.length() > PROP_NAME_MAX) {
    [all...]
  /external/chromium_org/third_party/hwcplus/include/cutils/
properties.h 25 #ifndef PROP_NAME_MAX
26 #define PROP_NAME_MAX 32
44 #define PROPERTY_KEY_MAX PROP_NAME_MAX
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
system_properties.h 38 #define PROP_NAME_MAX 32
65 ** If name is nonzero, up to PROP_NAME_MAX bytes will be

Completed in 215 milliseconds

1 2 3 4 5 6 7