Searched defs:transformValues (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DSortedMaps.java87 * @deprecated Use {@link Maps#transformValues(SortedMap, Function)}
89 @Deprecated public static <K, V1, V2> SortedMap<K, V2> transformValues( method in class:SortedMaps
91 return Maps.transformValues(fromMap, function);
96 * sorted map's entries. In contrast to {@link #transformValues}, this
H A DTables.java398 public static <R, C, V1, V2> Table<R, C, V2> transformValues( method in class:Tables
464 return Maps.transformValues(fromTable.row(rowKey), function);
468 return Maps.transformValues(fromTable.column(columnKey), function);
540 return Maps.transformValues(row, function);
543 return Maps.transformValues(fromTable.rowMap(), rowFunction);
556 return Maps.transformValues(column, function);
559 return Maps.transformValues(fromTable.columnMap(), columnFunction);
645 return Collections.unmodifiableMap(Maps.transformValues(super.columnMap(), wrapper));
676 return Collections.unmodifiableMap(Maps.transformValues(super.rowMap(), wrapper));
724 return Collections.unmodifiableSortedMap(Maps.transformValues(delegat
[all...]
H A DMaps.java917 * Map<String, Double> transformed = Maps.transformValues(map, sqrt);
941 public static <K, V1, V2> Map<K, V2> transformValues( method in class:Maps
994 public static <K, V1, V2> SortedMap<K, V2> transformValues( method in class:Maps
1009 * entries. In contrast to {@link #transformValues}, this method's
1069 * sorted map's entries. In contrast to {@link #transformValues}, this
H A DMultimaps.java1294 * Multimaps.transformValues(multimap, square);
1326 public static <K, V1, V2> Multimap<K, V2> transformValues( method in class:Multimaps
1341 * multimap's entries. In contrast to {@link #transformValues}, this method's
1606 * ListMultimap<String, Double> transformed = Multimaps.transformValues(map,
1635 public static <K, V1, V2> ListMultimap<K, V2> transformValues( method in class:Multimaps
1652 * {@link #transformValues(ListMultimap, Function)}, this method's
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java888 * Map<String, Double> transformed = Maps.transformValues(map, sqrt);
912 public static <K, V1, V2> Map<K, V2> transformValues( method in class:Maps
965 public static <K, V1, V2> SortedMap<K, V2> transformValues( method in class:Maps
980 * entries. In contrast to {@link #transformValues}, this method's
1040 * sorted map's entries. In contrast to {@link #transformValues}, this
H A DMultimaps.java1205 * Multimaps.transformValues(multimap, square);
1237 public static <K, V1, V2> Multimap<K, V2> transformValues( method in class:Multimaps
1252 * multimap's entries. In contrast to {@link #transformValues}, this method's
1517 * ListMultimap<String, Double> transformed = Multimaps.transformValues(map,
1546 public static <K, V1, V2> ListMultimap<K, V2> transformValues( method in class:Multimaps
1563 * {@link #transformValues(ListMultimap, Function)}, this method's
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp1915 GrGLfloat* transformValues = local
1922 transformValues[i * 6] = m.getScaleX();
1923 transformValues[i * 6 + 1] = m.getSkewY();
1924 transformValues[i * 6 + 2] = m.getSkewX();
1925 transformValues[i * 6 + 3] = m.getScaleY();
1926 transformValues[i * 6 + 4] = m.getTranslateX();
1927 transformValues[i * 6 + 5] = m.getTranslateY();
1952 GR_GL_AFFINE_2D, transformValues));
1958 GR_GL_AFFINE_2D, transformValues));
1966 GR_GL_AFFINE_2D, transformValues));
[all...]
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1915 GrGLfloat* transformValues = local
1922 transformValues[i * 6] = m.getScaleX();
1923 transformValues[i * 6 + 1] = m.getSkewY();
1924 transformValues[i * 6 + 2] = m.getSkewX();
1925 transformValues[i * 6 + 3] = m.getScaleY();
1926 transformValues[i * 6 + 4] = m.getTranslateX();
1927 transformValues[i * 6 + 5] = m.getTranslateY();
1952 GR_GL_AFFINE_2D, transformValues));
1958 GR_GL_AFFINE_2D, transformValues));
1966 GR_GL_AFFINE_2D, transformValues));
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 153 milliseconds