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

1 2 3 4 5

  /system/core/debuggerd/test/sys/
system_properties.h 35 #define PROP_NAME_MAX 32
  /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...]
  /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/current/platforms/android-12/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/current/platforms/android-12/arch-mips/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/current/platforms/android-12/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/current/platforms/android-13/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/current/platforms/android-13/arch-mips/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/current/platforms/android-13/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/current/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/current/platforms/android-14/arch-mips/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/current/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/current/platforms/android-15/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/current/platforms/android-15/arch-mips/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/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-16/arch-mips/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/current/platforms/android-16/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/current/platforms/android-17/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/current/platforms/android-17/arch-mips/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/current/platforms/android-17/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/current/platforms/android-18/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/current/platforms/android-18/arch-mips/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/current/platforms/android-18/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/current/platforms/android-19/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 1325 milliseconds

1 2 3 4 5