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

  /frameworks/base/media/libstagefright/codecs/aacdec/
set_mc_info.h 85 const tMP4AudioObjectType objectType, /* used to be profile */
  /libcore/luni/src/main/java/org/apache/xml/utils/
ObjectPool.java 39 private final Class objectType;
52 objectType = type;
65 objectType = ObjectFactory.findProviderClass(
85 objectType = type;
95 objectType = null;
136 return objectType.newInstance();
165 // if (objectType.isInstance(obj))
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 465 int objectType = TYPE_OTHER;
468 objectType = TYPE_FILE;
471 objectType = TYPE_BLOCK;
474 objectType = TYPE_CHARACTER;
477 objectType = TYPE_DIRECTORY;
480 objectType = TYPE_LINK;
483 objectType = TYPE_SOCKET;
486 objectType = TYPE_FIFO;
492 if (objectType == TYPE_LINK) {
510 objectType = TYPE_DIRECTORY_LINK
    [all...]
  /external/proguard/src/proguard/classfile/attribute/preverification/visitor/
VerificationTypeVisitor.java 41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType);
51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolRemapper.java 503 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
505 objectType.u2classIndex =
506 remapConstantIndex(objectType.u2classIndex);
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 666 void objectType () throws IOException
695 objectType ();
  /external/proguard/src/proguard/classfile/util/
SimplifiedVisitor.java 606 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
608 visitAnyVerificationType(clazz, method, codeAttribute, offset, objectType);
660 public void visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType)
662 visitObjectType(clazz, method, codeAttribute, offset, objectType);
715 public void visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType)
717 visitObjectType(clazz, method, codeAttribute, offset, objectType);
  /frameworks/base/media/libstagefright/rtsp/
APacketSource.cpp 257 unsigned long objectType;
258 if (GetAttribute(params, "objectType", &val)) {
261 objectType = strtoul(s, &end, 10);
264 objectType = 0x40; // Audio ISO/IEC 14496-3
302 *dst++ = objectType;
  /external/proguard/src/proguard/classfile/io/
ProgramClassWriter.java 637 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
639 dataOutput.writeShort(objectType.u2classIndex);
ProgramClassReader.java 632 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
634 objectType.u2classIndex = dataInput.readUnsignedShort();
    [all...]
  /external/proguard/src/proguard/shrink/
UsageMarker.java 736 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
738 markConstant(clazz, objectType.u2classIndex);
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 782 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType)
784 ps.print("[a:" + clazz.getClassName(objectType.u2classIndex) + "]");
    [all...]
  /external/webkit/WebCore/bindings/js/
JSWebGLRenderingContextCustom.cpp 145 enum ObjectType {
149 static JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, const ArgList& args, ObjectType objectType)
163 switch (objectType) {
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLRenderingContextCustom.cpp 221 enum ObjectType {
225 static v8::Handle<v8::Value> getObjectParameter(const v8::Arguments& args, ObjectType objectType)
246 switch (objectType) {
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/webkit/WebCore/loader/
FrameLoader.cpp     [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/emma/lib/
emma.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 674 milliseconds