HomeSort by relevance Sort by last modified time
    Searched refs:sTable (Results 1 - 12 of 12) 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 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.4.0-beta6/
hierarchyviewer2lib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/24.5.0/
hierarchyviewer2lib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/hierarchyviewer2lib/25.0.0-alpha1/
hierarchyviewer2lib-25.0.0-alpha1.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 357 milliseconds