HomeSort by relevance Sort by last modified time
    Searched full:bytetype (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGPathByteStreamBuilder.h 57 template<typename ByteType>
58 void writeType(const ByteType& type)
60 size_t typeSize = sizeof(ByteType);
SVGPathByteStreamSource.h 59 template<typename DataType, typename ByteType>
62 ByteType data;
63 size_t typeSize = sizeof(ByteType);
  /external/javassist/src/main/javassist/expr/
NewArray.java 107 return CtClass.byteType;
  /external/libvpx/examples/includes/geshi/geshi/
delphi.php 112 'Beep', 'BoolToStr', 'ByteToCharIndex', 'ByteToCharLen', 'ByteType',
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 456 Type * byteType = builder.getInt8Ty();
457 PointerType * bytePointerType = PointerType::get(byteType, 0);
546 sPtr = builder.CreateAlloca(byteType);
  /external/javassist/src/main/javassist/bytecode/annotation/
Annotation.java 134 else if (type == CtClass.byteType)
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 56 public static final Type BYTE = new Type(CtClass.byteType);
111 prims.put(CtClass.byteType, BYTE);
  /external/expat/lib/
xmltok.c 180 int (PTRFASTCALL *byteType)(const ENCODING *, const char *);
202 E ## byteType, \
252 (AS_NORMAL_ENCODING(enc)->byteType(enc, p))
    [all...]
  /external/javassist/src/main/javassist/
CtClass.java 88 public static CtClass byteType;
142 byteType = new CtPrimitiveType("byte", 'B', "java.lang.Byte",
145 primitiveTypes[2] = byteType;
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 734 || type == CtClass.byteType || type == CtClass.shortType
767 || type == CtClass.byteType || type == CtClass.shortType
    [all...]
Descriptor.java 605 type = CtClass.byteType;

Completed in 269 milliseconds