| /external/mbedtls/tests/include/test/ | 
| D | macros.h | 228 #define ARRAY_LENGTH( array )                                           \  macro 235 #define ARRAY_LENGTH( array ) ARRAY_LENGTH_UNSAFE( array )  macro
  | 
| /external/mockito/subprojects/inline/src/test/java/org/mockitoinline/bugs/ | 
| D | SelfSpyReferenceMemoryLeakTest.java | 14     private static final int ARRAY_LENGTH = 1 << 20;  // 4 MB  field in SelfSpyReferenceMemoryLeakTest
  | 
| D | CyclicMockMethodArgumentMemoryLeakTest.java | 14     private static final int ARRAY_LENGTH = 1 << 20;  // 4 MB  field in CyclicMockMethodArgumentMemoryLeakTest
  | 
| /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ | 
| D | SetValues003Debuggee.java | 29     static final int ARRAY_LENGTH = 1;  field in SetValues003Debuggee
  | 
| /external/openthread/third_party/mbedtls/repo/tests/include/test/ | 
| D | macros.h | 327 #define ARRAY_LENGTH( array )                                           \  macro 334 #define ARRAY_LENGTH( array ) ARRAY_LENGTH_UNSAFE( array )  macro
  | 
| /external/dexmaker/dexmaker-mockito-inline-tests/src/main/java/com/android/dx/mockito/inline/tests/ | 
| D | MemoryLeaks.java | 29     private static final int ARRAY_LENGTH = 1 << 20;  // 4 MB  field in MemoryLeaks
  | 
| /external/cronet/third_party/icu/source/samples/layout/ | 
| D | layout.cpp | 32 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])  macro
  | 
| D | gnomelayout.cpp | 37 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])  macro
  | 
| /external/icu/icu4c/source/samples/layout/ | 
| D | layout.cpp | 32 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])  macro
  | 
| D | gnomelayout.cpp | 37 #define ARRAY_LENGTH(array) (sizeof array / sizeof array[0])  macro
  | 
| /external/wayland/src/ | 
| D | wayland-private.h | 43 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])  macro
  | 
| /external/wayland/tests/ | 
| D | queue-test.c | 40 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])  macro
  | 
| /external/mbedtls/library/ | 
| D | psa_crypto_slot_management.c | 39 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) )  macro
  | 
| D | sha512.c | 936 #define ARRAY_LENGTH( a )   ( sizeof( a ) / sizeof( ( a )[0] ) )  macro
  | 
| /external/openthread/third_party/mbedtls/repo/library/ | 
| D | psa_crypto_slot_management.c | 44 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) )  macro
  | 
| D | sha512.c | 570 #define ARRAY_LENGTH( a )   ( sizeof( a ) / sizeof( ( a )[0] ) )  macro
  | 
| /external/wayland/cursor/ | 
| D | wayland-cursor.c | 41 #define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])  macro
  | 
| /external/deqp/external/vulkancts/modules/vulkan/postmortem/ | 
| D | vktPostmortemDeviceFaultTests.cpp | 40 #define ARRAY_LENGTH(a_) std::extent<decltype(a_)>::value  macro
  | 
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/ | 
| D | LongNameHandler.java | 44     static final int ARRAY_LENGTH = StandardPlural.COUNT + i++;  field in LongNameHandler
  | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ | 
| D | LongNameHandler.java | 42     static final int ARRAY_LENGTH = StandardPlural.COUNT + i++;  field in LongNameHandler
  | 
| /external/icu/icu4c/source/test/intltest/ | 
| D | tstnorm.cpp | 28 #define ARRAY_LENGTH(array) UPRV_LENGTHOF(array)  macro
  | 
| /external/cronet/third_party/icu/source/test/intltest/ | 
| D | tstnorm.cpp | 28 #define ARRAY_LENGTH(array) UPRV_LENGTHOF(array)  macro
  | 
| /external/icu/icu4c/source/i18n/ | 
| D | number_longnames.cpp | 49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3;  variable
  | 
| /external/cronet/third_party/icu/source/i18n/ | 
| D | number_longnames.cpp | 49 constexpr int32_t ARRAY_LENGTH = StandardPlural::Form::COUNT + 3;  variable
  | 
| /external/harfbuzz_ng/src/ | 
| D | hb-algs.hh | 813 static inline unsigned int ARRAY_LENGTH (const Type (&)[n]) { return n; }  in ARRAY_LENGTH()  function
  |