Home
last modified time | relevance | path

Searched defs:transform (Results 1 – 25 of 488) sorted by relevance

12345678910>>...20

/external/cldr/tools/java/org/unicode/cldr/util/
DTransformer.java18 private final Transform<S, ? extends V> transform; field in Transformer
21 …public static <S, V> Transformer<S, V> iterator(Transform<S, ? extends V> transform, Iterator<? ex… in iterator()
25 …public static <S, V> Transformer<S, V> iterator(Transform<S, ? extends V> transform, Iterable<? ex… in iterator()
29 … public static <S, V> Transformer<S, V> iterator(Transform<S, ? extends V> transform, S... items) { in iterator()
33 …public static <S, V> With<V> iterable(Transform<S, ? extends V> transform, Iterator<? extends S> i… in iterable()
37 …public static <S, V> With<V> iterable(Transform<S, ? extends V> transform, Iterable<? extends S> i… in iterable()
41 public static <S, V> With<V> iterable(Transform<S, ? extends V> transform, S... items) { in iterable()
45 private Transformer(Transform<S, ? extends V> transform, Iterator<? extends S> iterator) { in Transformer()
/external/testng/src/test/java/test/annotationtransformer/
DMyListenerTransformer.java16 public void transform(IListenersAnnotation annotation, Class testClass) { in transform() method in MyListenerTransformer
21 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() method in MyListenerTransformer
25 public void transform(IDataProviderAnnotation annotation, Method method) {} in transform() method in MyListenerTransformer
28 public void transform(IFactoryAnnotation annotation, Method method) {} in transform() method in MyListenerTransformer
31 public void transform(ITestAnnotation annotation, Class testClass, Constructor testConstructor, in transform() method in MyListenerTransformer
DFactoryTransformer.java15 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() method in FactoryTransformer
21 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform() method in FactoryTransformer
25 public void transform(ITestAnnotation annotation, Class testClass, in transform() method in FactoryTransformer
31 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform() method in FactoryTransformer
DConfigurationTransformer.java15 public void transform(ITestAnnotation annotation, Class testClass, in transform() method in ConfigurationTransformer
21 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() method in ConfigurationTransformer
30 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform() method in ConfigurationTransformer
34 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform() method in ConfigurationTransformer
DDataProviderTransformer.java15 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() method in DataProviderTransformer
21 public void transform(IDataProviderAnnotation annotation, Method testMethod) { in transform() method in DataProviderTransformer
26 public void transform(ITestAnnotation annotation, Class testClass, in transform() method in DataProviderTransformer
32 public void transform(IFactoryAnnotation annotation, Method testMethod) { in transform() method in DataProviderTransformer
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidiTransform.java221 public String transform(CharSequence text, in transform() method in BidiTransform
385 void doTransform(BidiTransform transform) { in doTransform()
398 void doTransform(BidiTransform transform) { in doTransform()
411 void doTransform(BidiTransform transform) { in doTransform()
425 void doTransform(BidiTransform transform) { in doTransform()
439 void doTransform(BidiTransform transform) { in doTransform()
452 void doTransform(BidiTransform transform) { in doTransform()
466 void doTransform(BidiTransform transform) { in doTransform()
479 void doTransform(BidiTransform transform) { in doTransform()
493 void doTransform(BidiTransform transform) { in doTransform()
[all …]
DBytesDictionaryMatcher.java19 private final int transform; field in BytesDictionaryMatcher
21 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher()
30 private int transform(int c) { in transform() method in BytesDictionaryMatcher
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidiTransform.java211 public String transform(CharSequence text, in transform() method in BidiTransform
375 void doTransform(BidiTransform transform) { in doTransform()
388 void doTransform(BidiTransform transform) { in doTransform()
401 void doTransform(BidiTransform transform) { in doTransform()
415 void doTransform(BidiTransform transform) { in doTransform()
429 void doTransform(BidiTransform transform) { in doTransform()
442 void doTransform(BidiTransform transform) { in doTransform()
456 void doTransform(BidiTransform transform) { in doTransform()
469 void doTransform(BidiTransform transform) { in doTransform()
483 void doTransform(BidiTransform transform) { in doTransform()
[all …]
DBytesDictionaryMatcher.java20 private final int transform; field in BytesDictionaryMatcher
22 public BytesDictionaryMatcher(byte[] chars, int transform) { in BytesDictionaryMatcher()
31 private int transform(int c) { in transform() method in BytesDictionaryMatcher
DSourceTargetUtility.java21 final Transform<String, String> transform; field in SourceTargetUtility
28 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility() argument
32 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility() argument
/external/cldr/tools/java/org/unicode/cldr/draft/
DIterables.java32 public <S> Iterables<T> and(Transform<S, T> transform, Iterator<S> iteratorsIn) { in and()
36 public <S> Iterables<T> and(Transform<S, T> transform, Iterable<S> iteratorsIn) { in and()
40 public <S> Iterables<T> and(Transform<S, T> transform, S... iteratorsIn) { in and()
99 private Transform<S, T> transform; field in Iterables.TransformIterator
102 public TransformIterator(Transform<S, T> transform, Iterator<S> iterator) { in TransformIterator()
DFilteredTransform.java12 private final StringTransform transform; field in FilteredTransform
18 public String transform(String source) { in transform() method in FilteredTransform
/external/testng/src/main/java/org/testng/
DIAnnotationTransformer2.java30 public void transform(IConfigurationAnnotation annotation, Class testClass, in transform() method
38 public void transform(IDataProviderAnnotation annotation, Method method); in transform() method
45 public void transform(IFactoryAnnotation annotation, Method method); in transform() method
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
D__init__.py19 def _TransformFile(transform, file_path): argument
26 def Transform(transform, file_paths): argument
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DSourceTargetUtility.java20 final Transform<String, String> transform; field in SourceTargetUtility
27 public SourceTargetUtility(Transform<String, String> transform) { in SourceTargetUtility() argument
31 public SourceTargetUtility(Transform<String, String> transform, Normalizer2 normalizer) { in SourceTargetUtility() argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/net/
DIpSecManagerFacade.java134 private String getTransformId(IpSecTransform transform) { in getTransformId()
168 IpSecTransform transform = sTransformHashMap.get(id); in ipSecApplyTransportModeTransformFileDescriptor() local
220 IpSecTransform transform = sTransformHashMap.get(transformId); in ipSecApplyTransportModeTransformDatagramSocket() local
272 IpSecTransform transform = sTransformHashMap.get(transformId); in ipSecApplyTransportModeTransformSocket() local
317 IpSecTransform transform = null; in ipSecCreateTransportModeTransform() local
337 IpSecTransform transform = sTransformHashMap.get(id); in ipSecGetTransformStatus() local
347 IpSecTransform transform = sTransformHashMap.get(id); in ipSecDestroyTransportModeTransform() local
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransformer.java97 public void transform(byte[][] dstBufs, TJTransform[] transforms, in transform() method in TJTransformer
120 public TJDecompressor[] transform(TJTransform[] transforms, int flags) in transform() method in TJTransformer
155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform() method in TJTransformer
/external/fonttools/Lib/fontTools/svgLib/path/
D__init__.py37 def __init__(self, filename=None, transform=None): argument
46 def fromstring(cls, data, transform=None): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
DRealTransformer.java42 double[] transform(double f[]) in transform() method
55 double[] transform(UnivariateRealFunction f, double min, double max, int n) in transform() method
DFastHadamardTransformer.java38 public double[] transform(double f[]) in transform() method in FastHadamardTransformer
44 public double[] transform(UnivariateRealFunction f, in transform() method in FastHadamardTransformer
73 public int[] transform(int f[]) in transform() method in FastHadamardTransformer
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DBitmapTransformation.java44 … public final Resource<Bitmap> transform(Resource<Bitmap> resource, int outWidth, int outHeight) { in transform() method in BitmapTransformation
74 …protected abstract Bitmap transform(BitmapPool pool, Bitmap toTransform, int outWidth, int outHeig… in transform() method in BitmapTransformation
/external/eigen/bench/
Dgeometry.cpp25 EIGEN_DONT_INLINE void transform(const Transformation& t, Data& data) in transform() function
33 EIGEN_DONT_INLINE void transform(const Quaternion<Scalar>& t, Data& data) in transform() function
50 EIGEN_DONT_INLINE void transform(const ToRotationMatrixWrapper<QType>& t, Data& data) in transform() function
58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data) in transform() function
/external/guava/android/guava/src/com/google/common/math/
DLinearTransformation.java146 public abstract double transform(double x); in transform() method in LinearTransformation
194 public double transform(double x) { in transform() method in LinearTransformation.RegularLinearTransformation
250 public double transform(double x) { in transform() method in LinearTransformation.VerticalLinearTransformation
290 public double transform(double x) { in transform() method in LinearTransformation.NaNLinearTransformation
/external/guava/guava/src/com/google/common/math/
DLinearTransformation.java146 public abstract double transform(double x); in transform() method in LinearTransformation
194 public double transform(double x) { in transform() method in LinearTransformation.RegularLinearTransformation
250 public double transform(double x) { in transform() method in LinearTransformation.VerticalLinearTransformation
290 public double transform(double x) { in transform() method in LinearTransformation.NaNLinearTransformation
/external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/
DMethodReference.java39 public List<String> transform(Transformer<String> transformer) { in transform() method in MethodReference
86 T transform(T input); in transform() method

12345678910>>...20