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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
ProtocolParamsReaderActivity.java 46 short sak, byte[] atqa, byte[] ats) {
70 sb.append("ATS: " + HceUtils.getHexBytes(null, ats) + "\n");
71 sb.append(" TL: 0x" + Integer.toHexString(ats[0] & 0xFF) + "\n");
72 sb.append(" T0: 0x" + Integer.toHexString(ats[1] & 0xFF) + "\n");
78 if ((ats[atsIndex] & 0x40) != 0) {
85 if ((ats[atsIndex] & 0x20) != 0) {
92 if ((ats[atsIndex] & 0x10) != 0) {
99 int fsc = ats[atsIndex] & 0x0F;
111 sb.append(" TA: 0x" + Integer.toHexString(ats[atsIndex] & 0xff) + "\n")
    [all...]
  /bionic/libc/tzcode/
localtime.c 122 time_t ats[TZ_MAX_TIMES]; member in struct:state
399 sp->timecnt * stored + /* ats */
408 sp->ats[i] = (stored == 4) ?
471 ** Out-of-sort ats should mean we're running on a
477 sp->ats[i] > sp->ats[i + 1]) ||
479 sp->ats[i] >
499 sp->ats[i] = 0;
501 sp->ats[j] = sp->ats[j + i]
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 115 time_t ats[TZ_MAX_TIMES]; member in struct:state
411 sp->timecnt * stored + /* ats */
420 sp->ats[i] = (stored == 4) ?
483 ** Out-of-sort ats should mean we're running on a
488 if (sp->ats[i] > sp->ats[i + 1]) {
502 sp->ats[j] = sp->ats[j + i];
541 ts.ats[i] <=
542 sp->ats[sp->timecnt - 1]
    [all...]
zic.c 1614 zic_t ats[TZ_MAX_TIMES]; local
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 115 time_t ats[TZ_MAX_TIMES]; member in struct:state
411 sp->timecnt * stored + /* ats */
420 sp->ats[i] = (stored == 4) ?
483 ** Out-of-sort ats should mean we're running on a
488 if (sp->ats[i] > sp->ats[i + 1]) {
502 sp->ats[j] = sp->ats[j + i];
541 ts.ats[i] <=
542 sp->ats[sp->timecnt - 1]
    [all...]
zic.c 1614 zic_t ats[TZ_MAX_TIMES]; local
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 380 ATSFontRef ats = CTFontGetPlatformFont(fontRef, NULL); local
381 id = (SkFontID)ats;
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 380 ATSFontRef ats = CTFontGetPlatformFont(fontRef, NULL); local
381 id = (SkFontID)ats;
    [all...]

Completed in 333 milliseconds