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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MccTable.java 50 static ArrayList<MccEntry> sTable;
75 int index = Collections.binarySearch(sTable, m);
80 return sTable.get(index);
386 sTable = new ArrayList<MccEntry>(240);
403 sTable.add(new MccEntry(202,"gr",2)); //Greece
404 sTable.add(new MccEntry(204,"nl",2)); //Netherlands (Kingdom of the)
405 sTable.add(new MccEntry(206,"be",2)); //Belgium
406 sTable.add(new MccEntry(208,"fr",2)); //France
407 sTable.add(new MccEntry(212,"mc",2)); //Monaco (Principality of)
408 sTable.add(new MccEntry(213,"ad",2)); //Andorra (Principality of
    [all...]
  /external/clang/test/Analysis/
malloc-sizeof.c 39 static const int sTable[10];
41 int *table = malloc(sizeof sTable);
49 static const double sTable[10];
50 int *table = malloc(sizeof sTable); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'int', which is incompatible with sizeof operand type 'const double [10]'}}
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 32 static const char* sTable = "0123456789abcdef";
83 hexString [j++] = sTable [(*data >> 4) & 0xf];
84 hexString [j++] = sTable [*data & 0xf];
191 **str = sTable[(*data >> 4) & 0xf];
193 **str = sTable[*data & 0xf];
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 93 next unless $line=~ /Start\sTable/;
166 if( $line =~ /End\sTable/){
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 221 milliseconds