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

  /external/webkit/Source/WebCore/svg/
SVGPointList.h 39 static bool createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList& resultList, float progress);
SVGPointList.cpp 53 bool SVGPointList::createAnimated(const SVGPointList& fromList, const SVGPointList& toList, SVGPointList& resultList, float progress)
55 unsigned itemCount = fromList.size();
59 const FloatPoint& from = fromList.at(n);
  /external/guava/src/com/google/common/collect/
Lists.java 312 * fromList}. The returned list is a transformed view of {@code fromList};
313 * changes to {@code fromList} will be reflected in the returned list and vice
328 * <p>If {@code fromList} implements {@link RandomAccess}, so will the
330 * but serialization will succeed only when {@code fromList} and
335 List<F> fromList, Function<? super F, ? extends T> function) {
336 return (fromList instanceof RandomAccess)
337 ? new TransformingRandomAccessList<F, T>(fromList, function)
338 : new TransformingSequentialList<F, T>(fromList, function);
348 final List<F> fromList;
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 122 transferNodesFromList(ilist_traits<MachineInstr> &fromList,
125 assert(Parent->getParent() == fromList.Parent->getParent() &&
129 if (Parent == fromList.Parent) return;
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 262 AttributeList *&fromList,
264 spliceAttrOutOfList(attr, fromList);
    [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 5260 milliseconds