Home
last modified time | relevance | path

Searched defs:createFrom (Results 1 – 8 of 8) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
DObjectDescriptorFactory.java158 …public static BaseDescriptor createFrom(int objectTypeIndication, ByteBuffer bb) throws IOExceptio… in createFrom() method in ObjectDescriptorFactory
/external/mockito/src/main/java/org/mockito/internal/invocation/
DInvocationMatcher.java50 public static List<InvocationMatcher> createFrom(List<Invocation> invocations) { in createFrom() method in InvocationMatcher
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveRangeEdit.cpp32 LiveInterval &LiveRangeEdit::createFrom(unsigned OldReg, in createFrom() function in LiveRangeEdit
/external/llvm/lib/CodeGen/
DLiveRangeEdit.cpp43 unsigned LiveRangeEdit::createFrom(unsigned OldReg) { in createFrom() function in LiveRangeEdit
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeEdit.cpp55 unsigned LiveRangeEdit::createFrom(unsigned OldReg) { in createFrom() function in LiveRangeEdit
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DIBMCalendarTest.java1245 static CalFields createFrom(Calendar cal) { in createFrom() method in IBMCalendarTest.CalFields
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DIBMCalendarTest.java1242 static CalFields createFrom(Calendar cal) { in createFrom() method in IBMCalendarTest.CalFields
/external/icu/icu4c/source/common/
Duniset.cpp1107 UnicodeSet* U_EXPORT2 UnicodeSet::createFrom(const UnicodeString& s) { in createFrom() function in UnicodeSet