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

  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64.go 20 // The ISO polynomial, defined in ISO 3309 and used in HDLC.
21 ISO = 0xD800000000000000
31 slicing8TableISO = makeSlicingBy8Table(makeTable(ISO))
39 case ISO:
201 // tableSum returns the ISO checksum of table t.
210 return Checksum(b, MakeTable(ISO))
  /prebuilts/go/linux-x86/src/hash/crc64/
crc64.go 20 // The ISO polynomial, defined in ISO 3309 and used in HDLC.
21 ISO = 0xD800000000000000
31 slicing8TableISO = makeSlicingBy8Table(makeTable(ISO))
39 case ISO:
201 // tableSum returns the ISO checksum of table t.
210 return Checksum(b, MakeTable(ISO))
  /external/skia/src/sfnt/
SkOTTable_name.h 41 ISO = SkTEndian_SwapBE16(2), // Deprecated, use Unicode instead.
106 struct ISO {
112 } iso;
  /external/skqp/src/sfnt/
SkOTTable_name.h 41 ISO = SkTEndian_SwapBE16(2), // Deprecated, use Unicode instead.
106 struct ISO {
112 } iso;
  /libcore/ojluni/src/main/java/java/time/temporal/
WeekFields.java 110 * {@linkplain ChronoField#DAY_OF_WEEK ISO day-of-week} which are based on the
117 * For example, the ISO-8601 standard considers Monday to be the first day-of-week.
119 * For example, the ISO-8601 standard counts the first week as needing at least 4 days.
189 * Initialized first to be available for definition of ISO, etc.
194 * The ISO-8601 definition, where a week starts on Monday and the first week
197 * The ISO-8601 standard defines a calendar system based on weeks.
205 public static final WeekFields ISO = new WeekFields(DayOfWeek.MONDAY, 4);
221 * The estimated duration of a week-based-year is the same as that of a standard ISO
298 * The first day-of-week defines the ISO {@code DayOfWeek} that is day 1 of the week.
386 * For example, the US uses Sunday, while France and the ISO-8601 standard use Monday
    [all...]
  /external/libpcap/
grammar.h 121 ISO = 331,
243 #define ISO 331
grammar.c 424 ISO = 331,
546 #define ISO 331
977 "VLAN", "MPLS", "PPPOED", "PPPOES", "GENEVE", "ISO", "ESIS", "CLNP",
    [all...]
  /prebuilts/sdk/current/
core.jar 

Completed in 529 milliseconds