/art/runtime/mirror/ |
object_test.cc | 196 template<typename ArrayT> 199 typedef typename ArrayT::ElementType T; 201 ArrayT* a = ArrayT::Alloc(soa.Self(), 2); 245 typedef DoubleArray ArrayT; 247 typedef typename ArrayT::ElementType T; 249 ArrayT* a = ArrayT::Alloc(soa.Self(), 2); 275 typedef FloatArray ArrayT; 277 typedef typename ArrayT::ElementType T [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
debug.go | 373 wire.ArrayT = &arrayType{com, id, length} 526 case wire.ArrayT != nil: 527 deb.printCommonType(indent, "array", &wire.ArrayT.CommonType) 528 fmt.Fprintf(os.Stderr, "%slen %d\n", indent+1, wire.ArrayT.Len) 529 fmt.Fprintf(os.Stderr, "%selemid %d\n", indent+1, wire.ArrayT.Elem) 567 case wire.ArrayT != nil: 626 elemId := wire.ArrayT.Elem 632 if length != wire.ArrayT.Len { 633 fmt.Fprintf(os.Stderr, "%s(wrong length for array: %d should be %d)\n", indent, length, wire.ArrayT.Len)
|
decode.go | 805 elemId := dec.wireType[wireId].ArrayT.Elem 888 case wire.ArrayT != nil: 889 elemId := wire.ArrayT.Elem 892 state.dec.ignoreArray(state, *elemOp, wire.ArrayT.Len) 1000 if !ok || wire.ArrayT == nil { 1003 array := wire.ArrayT [all...] |
type.go | 650 ArrayT *arrayType 665 case w.ArrayT != nil: 666 return w.ArrayT.Name 750 info.wire = &wireType{ArrayT: t.(*arrayType)}
|
doc.go | 180 ArrayT *ArrayType
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
debug.go | 373 wire.ArrayT = &arrayType{com, id, length} 526 case wire.ArrayT != nil: 527 deb.printCommonType(indent, "array", &wire.ArrayT.CommonType) 528 fmt.Fprintf(os.Stderr, "%slen %d\n", indent+1, wire.ArrayT.Len) 529 fmt.Fprintf(os.Stderr, "%selemid %d\n", indent+1, wire.ArrayT.Elem) 567 case wire.ArrayT != nil: 626 elemId := wire.ArrayT.Elem 632 if length != wire.ArrayT.Len { 633 fmt.Fprintf(os.Stderr, "%s(wrong length for array: %d should be %d)\n", indent, length, wire.ArrayT.Len)
|
decode.go | 805 elemId := dec.wireType[wireId].ArrayT.Elem 888 case wire.ArrayT != nil: 889 elemId := wire.ArrayT.Elem 892 state.dec.ignoreArray(state, *elemOp, wire.ArrayT.Len) 1000 if !ok || wire.ArrayT == nil { 1003 array := wire.ArrayT [all...] |
type.go | 650 ArrayT *arrayType 665 case w.ArrayT != nil: 666 return w.ArrayT.Name 750 info.wire = &wireType{ArrayT: t.(*arrayType)}
|
doc.go | 180 ArrayT *ArrayType
|
/external/clang/lib/Sema/ |
Sema.cpp | 805 if (const IncompleteArrayType *ArrayT 810 QualType T = Context.getConstantArrayType(ArrayT->getElementType(), [all...] |
SemaInit.cpp | [all...] |
TreeTransform.h | [all...] |
SemaDeclCXX.cpp | [all...] |
SemaDecl.cpp | [all...] |
/art/runtime/ |
jni_internal.cc | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
lexical_cast.hpp | [all...] |