HomeSort by relevance Sort by last modified time
    Searched refs:validIndex (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
malloc.c 931 void testStrdup(const char *s, unsigned validIndex) {
933 s2[validIndex + 1] = 'b';
936 int testStrndup(const char *s, unsigned validIndex, unsigned size) {
938 s2 [validIndex + 1] = 'b';
939 if (s2[validIndex] != 'a')
945 void testStrdupContentIsDefined(const char *s, unsigned validIndex) {
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 458 if (validIndex(index)) {
554 private boolean validIndex(int index) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 343 boolean validIndex = newIndex > 0;
345 validIndex = false;
348 if (validIndex && currentIndex != newIndex) {
351 updateSpeedBump(validIndex);
    [all...]

Completed in 314 milliseconds