Searched defs:createFor (Results 1 – 4 of 4) sorted by relevance
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ | ||
D | ModifiedSystemClassRuntime.java | 98 public static IRuntime createFor(final Instrumentation inst, in createFor() method in ModifiedSystemClassRuntime |
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ | ||
D | ProbeArrayStrategyFactory.java | 40 public static IProbeArrayStrategy createFor(final ClassReader reader, in createFor() method in ProbeArrayStrategyFactory |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ | ||
D | ProtectionSpecificHeader.java | 38 public static ProtectionSpecificHeader createFor(UUID systemId, ByteBuffer bufferWrapper) { in createFor() method in ProtectionSpecificHeader |
D | PlayReadyHeader.java | 113 public static List<PlayReadyRecord> createFor(ByteBuffer byteBuffer, int recordCount) { in createFor() method in PlayReadyHeader.PlayReadyRecord |