HomeSort by relevance Sort by last modified time
    Searched defs:iso (Results 1 - 15 of 15) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
MccTable.java 49 String iso; field in class:MccTable.MccEntry
53 MccEntry(int mnc, String iso, int smallestDigitsMCC) {
54 this(mnc, iso, smallestDigitsMCC, null);
57 MccEntry(int mnc, String iso, int smallestDigitsMCC, String language) {
59 this.iso = iso;
98 if (entry == null || entry.iso == null) {
103 locale = new Locale(entry.iso);
105 locale = new Locale(entry.language, entry.iso);
115 * an ISO two-character country code if available
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.cpp 566 m_params->iso = -1;
2836 int iso = fimc_v4l2_g_ctrl(m_cam_fd, V4L2_CID_CAMERA_GET_ISO); local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 979 struct iso_volume_descriptor *iso; local
982 iso = (struct iso_volume_descriptor *) buf;
983 label = iso->volume_id;
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 101 // ISO codes mapping table
257 UChar iso[ISO_COUNTRY_CODE_LENGTH+1]; member in struct:CReg
269 uprv_memcpy(iso, _iso, ISO_COUNTRY_CODE_LENGTH * sizeof(const UChar));
270 iso[ISO_COUNTRY_CODE_LENGTH] = 0;
321 result = p->iso;
606 // If we fail to find a match, use the ISO 4217 code
682 // If we fail to find a match, use the ISO 4217 code
780 ++(*total_currency_symbol_count); // iso code
853 char* iso = NULL; // currency ISO cod local
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 111 const char *iso [] = { "auto", "100", "200", "400", "800", "1200", "1600"}; variable
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1352 String iso = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY); local
    [all...]
CDMAPhone.java 212 // Sets iso country property by retrieving from build-time system property
1402 String iso = ""; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 866 String iso = ""; local
1429 String iso = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY); local
    [all...]
  /device/samsung/crespo/include/
videodev2_samsung.h 65 /* Manual exposure control items menu type: iris, shutter, iso */
628 int iso; member in struct:sec_cam_parm
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 249 XkbISOAction iso; member in union:_XkbAction
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 249 XkbISOAction iso; member in union:_XkbAction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 249 XkbISOAction iso; member in union:_XkbAction
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/zxing/core/
core.jar 

Completed in 369 milliseconds