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 47 static ArrayList<MccEntry> sTable;
84 index = Collections.binarySearch(sTable, m);
89 return sTable.get(index);
402 sTable = new ArrayList<MccEntry>(240);
420 sTable.add(new MccEntry(202,"gr",2)); //Greece
421 sTable.add(new MccEntry(204,"nl",2,"nl")); //Netherlands (Kingdom of the)
422 sTable.add(new MccEntry(206,"be",2)); //Belgium
423 sTable.add(new MccEntry(208,"fr",2,"fr")); //France
424 sTable.add(new MccEntry(212,"mc",2)); //Monaco (Principality of)
425 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/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 93 next unless $line=~ /Start\sTable/;
166 if( $line =~ /End\sTable/){
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 93 next unless $line=~ /Start\sTable/;
166 if( $line =~ /End\sTable/){

Completed in 219 milliseconds