HomeSort by relevance Sort by last modified time
    Searched refs:AAAA (Results 1 - 25 of 43) sorted by null

1 2

  /art/runtime/interpreter/mterp/mips64/
op_goto_16.S 7 /* goto/16 +AAAA */
8 lh rINST, 2(rPC) # rINST <- offset (sign-extended AAAA)
op_goto_32.S 11 lh rINST, 2(rPC) # rINST <- aaaa (low)
12 lh a1, 4(rPC) # a1 <- AAAA (high)
op_move_wide_16.S 4 lhu a2, 2(rPC) # a2 <- AAAA
op_move_16.S 5 lhu a2, 2(rPC) # a2 <- AAAA
  /art/runtime/interpreter/mterp/mips/
op_move_16.S 5 FETCH(a0, 1) # a0 <- AAAA
10 SET_VREG_OBJECT_GOTO(a2, a0, t0) # fp[AAAA] <- a2
12 SET_VREG_GOTO(a2, a0, t0) # fp[AAAA] <- a2
op_goto_32.S 11 FETCH(rINST, 1) # rINST <- aaaa (lo)
12 FETCH(a1, 2) # a1 <- AAAA (hi)
op_move_wide_16.S 4 FETCH(a2, 1) # a2 <- AAAA
9 SET_VREG64_GOTO(a0, a1, a2, t0) # fp[AAAA] <- a0/a1
  /art/runtime/interpreter/mterp/arm/
op_goto_32.S 13 FETCH r0, 1 @ r0<- aaaa (lo)
14 FETCH r3, 2 @ r1<- AAAA (hi)
op_move_16.S 5 FETCH r0, 1 @ r0<- AAAA
10 SET_VREG_OBJECT r2, r0 @ fp[AAAA]<- r2
12 SET_VREG r2, r0 @ fp[AAAA]<- r2
op_move_wide_16.S 4 FETCH r2, 1 @ r2<- AAAA
6 VREG_INDEX_TO_ADDR lr, r2 @ r2<- &fp[AAAA]
10 stmia lr, {r0-r1} @ fp[AAAA]<- r0/r1
  /art/runtime/interpreter/mterp/x86/
op_move_wide_16.S 4 movzwl 2(rPC), %eax # eax<- AAAA
op_move_wide_from16.S 4 movzbl rINSTbl, %eax # eax <- AAAA
op_move_16.S 5 movzwl 2(rPC), %eax # eax <- AAAA
  /art/runtime/interpreter/mterp/x86_64/
op_move_wide_16.S 4 movzwq 2(rPC), %rax # eax<- AAAA
op_move_16.S 5 movzwq 2(rPC), %rax # eax <- AAAA
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/rdtypes/IN/
AAAA.py 21 class AAAA(dns.rdata.Rdata):
22 """AAAA record.
30 super(AAAA, self).__init__(rdclass, rdtype)
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rdatatype.py 61 AAAA = 28
123 'AAAA' : AAAA,
  /external/skia/include/private/
GrSwizzle.h 113 static GrSwizzle AAAA() { return GrSwizzle("aaaa"); }
127 return AAAA();
  /external/clang/test/Parser/
MicrosoftExtensions.cpp 178 class AAAA {
188 typename AAAA a;// expected-warning {{expected a qualified name after 'typename'}}
207 extern TypenameWrongPlace<AAAA> PR16925;
  /prebuilts/go/darwin-x86/src/encoding/base32/
base32_test.go 149 {"AAA=AAAA", 3},
156 {"AAAA=", 5},
157 {"AAAA==", 6},
163 {"AAAA====", -1},
  /prebuilts/go/linux-x86/src/encoding/base32/
base32_test.go 149 {"AAA=AAAA", 3},
156 {"AAAA=", 5},
157 {"AAAA==", 6},
163 {"AAAA====", -1},
  /prebuilts/go/darwin-x86/src/net/
dnsclient_unix_test.go 285 a, aaaa bool // whether response contains A, AAAA-record
309 // a few A records, no AAAA records
340 // no A records, a few AAAA records
371 // both A and AAAA records
424 if !tt.a && !tt.aaaa && len(addrs) > 0 {
431 if !tt.aaaa && addr.IP.To16() != nil && addr.IP.To4() == nil {
dnsmsg.go 296 AAAA [16]byte
304 return rr.Hdr.Walk(f) && f(rr.AAAA[:], "AAAA", "ipv6")
  /prebuilts/go/linux-x86/src/net/
dnsclient_unix_test.go 285 a, aaaa bool // whether response contains A, AAAA-record
309 // a few A records, no AAAA records
340 // no A records, a few AAAA records
371 // both A and AAAA records
424 if !tt.a && !tt.aaaa && len(addrs) > 0 {
431 if !tt.aaaa && addr.IP.To16() != nil && addr.IP.To4() == nil {
  /external/skia/src/gpu/vk/
GrVkCaps.cpp 194 shaderCaps->fConfigOutputSwizzle[i] = GrSwizzle::AAAA();

Completed in 1283 milliseconds

1 2