HomeSort by relevance Sort by last modified time
    Searched defs:readType (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /prebuilts/go/darwin-x86/src/debug/dwarf/
type.go 278 return d.readType("info", d.Reader(), off, d.typeCache, nil)
281 // readType reads a type from r at off of name. It adds types to the
285 func (d *Data) readType(name string, r typeReader, off Offset, typeCache map[Offset]Type, typedefs *[]*TypedefType) (Type, error) {
302 // resolve cycles in a different order than readType
316 // d.readType recursively, to handle circular types correctly.
365 if t, err = d.readType(name, r.clone(), toff, typeCache, typedefs); err != nil {
  /prebuilts/go/linux-x86/src/debug/dwarf/
type.go 278 return d.readType("info", d.Reader(), off, d.typeCache, nil)
281 // readType reads a type from r at off of name. It adds types to the
285 func (d *Data) readType(name string, r typeReader, off Offset, typeCache map[Offset]Type, typedefs *[]*TypedefType) (Type, error) {
302 // resolve cycles in a different order than readType
316 // d.readType recursively, to handle circular types correctly.
365 if t, err = d.readType(name, r.clone(), toff, typeCache, typedefs); err != nil {
  /dalvik/dx/src/com/android/dex/
EncodedValueReader.java 196 public int readType() {
268 readType();
  /external/annotation-tools/asmx/src/org/objectweb/asm/attrs/
StackMapTableAttribute.java 502 off = readType(stack, isExtCodeSize, cr, off, labels, buf);
517 off = readType(stack, isExtCodeSize, cr, off, labels, buf);
537 off = readType(locals,
868 off = readType(info, isExtCodeSize, cr, off, labels, buf);
873 private int readType(
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/
reader.go 327 // readType processes a type declaration.
329 func (r *reader) readType(decl *ast.GenDecl, spec *ast.TypeSpec) {
509 r.readType(d, s)
530 r.readType(fake, s)
  /prebuilts/go/linux-x86/src/go/doc/
reader.go 327 // readType processes a type declaration.
329 func (r *reader) readType(decl *ast.GenDecl, spec *ast.TypeSpec) {
509 r.readType(d, s)
530 r.readType(fake, s)
  /external/javassist/src/main/javassist/bytecode/
Descriptor.java 750 pos = readType(sbuf, pos, desc);
756 readType(sbuf, 0, desc);
761 static int readType(StringBuffer sbuf, int pos, String desc) {
  /external/skqp/src/gpu/gl/
GrGLCaps.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 247 GLint readType = 0x1234;
268 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType);
269 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);
    [all...]
  /external/skia/src/gpu/gl/
GrGLCaps.cpp     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
SerializationStressTest.java 850 int type, readType;
852 public WriteReplaceTestF(int type, int readType) {
854 this.readType = readType;
866 return new ReadResolveTestE(readType);
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ASTReader.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ASTReader.h     [all...]

Completed in 1097 milliseconds

1 2 3 4