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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
HandlerBox.java 66 private String handlerType;
78 return handlerType;
90 public void setHandlerType(String handlerType) {
91 this.handlerType = handlerType;
99 return readableTypes.get(handlerType) != null ? readableTypes.get(handlerType) : "Unknown Handler Type";
115 handlerType = IsoTypeReader.read4cc(content);
136 byteBuffer.put(IsoFile.fourCCtoBytes(handlerType));
149 return "HandlerBox[handlerType=" + getHandlerType() + ";name=" + getName() + "]"
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/stock/
ProxyBuilder.java 358 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class);
361 generatedType.getField(handlerType, FIELD_NAME_HANDLER);
366 MethodId<InvocationHandler, Object> methodInvoke = handlerType.getMethod(TypeId.OBJECT,
425 Local<InvocationHandler> localHandler = code.newLocal(handlerType);
442 Local<InvocationHandler> nullHandler = code.newLocal(handlerType);
555 TypeId<InvocationHandler> handlerType = TypeId.get(InvocationHandler.class);
558 handlerType, FIELD_NAME_HANDLER);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 
  /prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
xstream-1.4.8.jar 

Completed in 220 milliseconds