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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamSource.h 54 DataType readType()
64 bool readFlag() { return readType<bool>(); }
65 float readFloat() { return readType<float>(); }
66 unsigned short readSVGSegmentType() { return readType<unsigned short>(); }
69 float x = readType<float>();
70 float y = readType<float>();
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.h 77 FileReaderLoader::ReadType readType() const { return m_readType; }
109 void readInternal(Blob*, FileReaderLoader::ReadType, ExceptionState&);
130 FileReaderLoader::ReadType m_readType;
  /cts/tests/tests/security/src/android/security/cts/
SELinuxPolicyRule.java 66 source_types.add(readType(xpp));
68 target_types.add(readType(xpp));
123 private static String readType(XmlPullParser xpp) throws IOException, XmlPullParserException {
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueReader.java 182 public int readType() {
248 readType();
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 222 GLint readType = 0x1234;
224 ctx.glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_TYPE, &readType);
225 ctx.glReadPixels(0, 0, 1, 1, readFormat, readType, &ubyteData[0]);
    [all...]
  /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) {
  /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...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1409 milliseconds