Home
last modified time | relevance | path

Searched refs:sTable (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/Analysis/
Dmalloc-sizeof.c39 static const int sTable[10]; in mallocArraySize() local
41 int *table = malloc(sizeof sTable); in mallocArraySize()
49 static const double sTable[10]; in mallocWrongArraySize() local
50 …int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a poi… in mallocWrongArraySize()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp32 static const char* sTable = "0123456789abcdef"; variable
83 hexString [j++] = sTable [(*data >> 4) & 0xf]; in ToHex()
84 hexString [j++] = sTable [*data & 0xf]; in ToHex()
191 **str = sTable[(*data >> 4) & 0xf]; in byte2hex()
193 **str = sTable[*data & 0xf]; in byte2hex()
/external/guice/extensions/persist/lib/
Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/ ...
/external/robolectric/v3/runtime/
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...