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

  /external/autotest/client/site_tests/platform_TLSDateActual/
platform_TLSDateActual.py 110 (_, cmd, _, atyp) = recvbytes(sock, 4)
113 if atyp == ATYP_DOMAIN:
  /external/webrtc/webrtc/base/
socketadapters.cc 598 uint8_t ver, rep, rsv, atyp;
602 !response.ReadUInt8(&atyp))
611 if (atyp == 1) {
617 } else if (atyp == 3) {
625 } else if (atyp == 4) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 76 typedef WORD ATYP;
83 ATYP atyp; member in struct:_renddata
  /prebuilts/go/darwin-x86/src/go/types/
expr.go 1000 if atyp, _ := e.Type.(*ast.ArrayType); atyp != nil && atyp.Len != nil {
1001 if ellip, _ := atyp.Len.(*ast.Ellipsis); ellip != nil && ellip.Elt == nil {
1005 typ = &Array{len: -1, elem: check.typ(atyp.Elt)}
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
expr.go 1000 if atyp, _ := e.Type.(*ast.ArrayType); atyp != nil && atyp.Len != nil {
1001 if ellip, _ := atyp.Len.(*ast.Ellipsis); ellip != nil && ellip.Elt == nil {
1005 typ = &Array{len: -1, elem: check.typ(atyp.Elt)}
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go 537 func (dec *Decoder) decodeArray(atyp reflect.Type, state *decoderState, value reflect.Value, elemOp decOp, length int, ovfl error, helper decHelper) {
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go 537 func (dec *Decoder) decodeArray(atyp reflect.Type, state *decoderState, value reflect.Value, elemOp decOp, length int, ovfl error, helper decHelper) {
    [all...]

Completed in 841 milliseconds