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

  /external/e2fsprogs/lib/blkid/
probe.c 860 struct iso_volume_descriptor *iso; local
863 iso = (struct iso_volume_descriptor *) buf;
864 label = iso->volume_id;
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.cpp 684 m_params->iso = -1;
3396 int iso = fimc_v4l2_g_ctrl(m_cam_fd, V4L2_CID_CAMERA_GET_ISO); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucurr.cpp 216 UChar iso[ISO_COUNTRY_CODE_LENGTH+1]; member in struct:CReg
228 uprv_memcpy(iso, _iso, ISO_COUNTRY_CODE_LENGTH * sizeof(const UChar));
229 iso[ISO_COUNTRY_CODE_LENGTH] = 0;
283 result = p->iso;
564 // If we fail to find a match, use the ISO 4217 code
640 // If we fail to find a match, use the ISO 4217 code
744 ++(*total_currency_symbol_count); // iso code
817 char* iso = NULL; // currency ISO code local
839 iso = (char*)ures_getKey(names)
    [all...]
  /external/icu4c/i18n/
ucurr.cpp 216 UChar iso[ISO_COUNTRY_CODE_LENGTH+1]; member in struct:CReg
228 uprv_memcpy(iso, _iso, ISO_COUNTRY_CODE_LENGTH * sizeof(const UChar));
229 iso[ISO_COUNTRY_CODE_LENGTH] = 0;
280 result = p->iso;
556 // If we fail to find a match, use the ISO 4217 code
632 // If we fail to find a match, use the ISO 4217 code
730 ++(*total_currency_symbol_count); // iso code
803 char* iso = NULL; // currency ISO code local
825 iso = (char*)ures_getKey(names)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 1411 String iso = SystemProperties.get(TelephonyProperties.PROPERTY_OPERATOR_ISO_COUNTRY); local
    [all...]
CDMAPhone.java 201 // Sets iso country property by retrieving from build-time system property
1418 String iso = ""; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 959 String iso = ""; local
1453 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 */
624 int iso; member in struct:sec_cam_parm

Completed in 262 milliseconds