Searched defs:transform (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DClassEmitterTransformer.java16 package org.mockito.cglib.transform;
H A DAbstractClassTransformer.java16 package org.mockito.cglib.transform;
H A DClassFilter.java17 package org.mockito.cglib.transform;
H A DClassTransformer.java16 package org.mockito.cglib.transform;
H A DClassTransformerFactory.java16 package org.mockito.cglib.transform;
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
H A Drandnum.py23 from rsa import common, transform namespace
52 value = transform.bytes2int(randomdata)
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringTransform.java23 public String transform(String source); method in interface:StringTransform
H A DTransform.java25 public D transform(S source); method in interface:Transform
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringTransform.java23 public String transform(String source); method in interface:StringTransform
H A DTransform.java25 public D transform(S source); method in interface:Transform
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DTransformer.java19 Object transform(Object value); method in interface:Transformer
H A DMethodInfoTransformer.java28 public Object transform(Object value) { method in class:MethodInfoTransformer
/external/testng/src/main/java/org/testng/
H A DIAnnotationTransformer3.java7 void transform(IListenersAnnotation annotation, Class testClass); method in interface:IAnnotationTransformer3
/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
H A DFastCosineTransformer.java17 package org.apache.commons.math.transform;
63 public double[] transform(double f[]) throws IllegalArgumentException { method in class:FastCosineTransformer
83 public double[] transform(UnivariateRealFunction f, method in class:FastCosineTransformer
134 * Inversely transform the given real data set.
151 * Inversely transform the given real function, sampled on the given interval.
175 * Inversely transform the given real data set.
190 * Inversely transform the given real function, sampled on the given interval.
249 Complex y[] = transformer.transform(x);
H A DFastHadamardTransformer.java17 package org.apache.commons.math.transform;
27 * <p>In addition to transformation of real vectors, the Hadamard transform can
28 * transform integer vectors into integer vectors. However, this integer transform
30 * As an example, the inverse transform of integer vector (0, 1, 0, 1) is rational
38 public double[] transform(double f[]) method in class:FastHadamardTransformer
44 public double[] transform(UnivariateRealFunction f, method in class:FastHadamardTransformer
67 * <p>The integer transform cannot be inverted directly, due to a scaling
73 public int[] transform(int f[]) method in class:FastHadamardTransformer
86 * <li><b>x</b> is the input vector we want to transform</l
[all...]
H A DFastSineTransformer.java17 package org.apache.commons.math.transform;
62 public double[] transform(double f[]) method in class:FastSineTransformer
82 public double[] transform(UnivariateRealFunction f, method in class:FastSineTransformer
133 * Inversely transform the given real data set.
149 * Inversely transform the given real function, sampled on the given interval.
172 * Inversely transform the given real data set.
187 * Inversely transform the given real function, sampled on the given interval.
240 Complex y[] = transformer.transform(x);
H A DRealTransformer.java17 package org.apache.commons.math.transform;
24 * <p>Such transforms include {@link FastSineTransformer sine transform},
25 * {@link FastCosineTransformer cosine transform} or {@link
26 * FastHadamardTransformer Hadamard transform}. {@link FastFourierTransformer
27 * Fourier transform} is of a different kind and does not implement this
42 double[] transform(double f[]) method in interface:RealTransformer
55 double[] transform(UnivariateRealFunction f, double min, double max, int n) method in interface:RealTransformer
59 * Inversely transform the given real data set.
68 * Inversely transform the given real function, sampled on the given interval.
/external/clang/
H A Dclang-tblgen-rules.mk10 define transform-clang-td-to-out
12 $(call transform-host-clang-td-to-out,$(1)), \
13 $(call transform-device-clang-td-to-out,$(1)))
16 define transform-td-to-out
18 $(call transform-host-td-to-out,$(1)), \
19 $(call transform-device-td-to-out,$(1)))
28 $(call transform-clang-td-to-out,clang-attr-dump)
35 $(call transform-clang-td-to-out,clang-attr-impl)
42 $(call transform-clang-td-to-out,clang-attr-has-attribute-impl)
49 $(call transform
[all...]
H A Dclang-device-build.mk34 define transform-device-clang-td-to-out
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DUndeclaredThrowableStrategy.java16 package org.mockito.cglib.transform.impl;
20 import org.mockito.cglib.transform.*;
49 protected ClassGenerator transform(ClassGenerator cg) throws Exception { method in class:UndeclaredThrowableStrategy
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DNumberTransformer.java22 * Subclasses implementing this interface can transform Objects to doubles.
31 * Implementing this interface provides a facility to transform
38 double transform(Object o) throws MathException; method in interface:NumberTransformer
/external/freetype/src/base/
H A Dftsynth.c50 FT_Matrix transform; local
65 /* For italic, simply apply a shear transform, with an angle */
68 transform.xx = 0x10000L;
69 transform.yx = 0x00000L;
71 transform.xy = 0x0366AL;
72 transform.yy = 0x10000L;
74 FT_Outline_Transform( outline, &transform );
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DTransformation.java23 * @param resource The resource to transform.
28 Resource<T> transform(Resource<T> resource, int outWidth, int outHeight); method in interface:Transformation
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DJarTransformerChain.java32 protected ClassVisitor transform(ClassVisitor v) { method in class:JarTransformerChain
/external/llvm/
H A Dllvm-tblgen-rules.mk4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
45 $(call transform-td-to-out, register-info)
50 $(call transform-td-to-out,instr-info)
55 $(call transform-td-to-out,subtarget)
62 $(call transform-td-to-out, register-info)
67 $(call transform-td-to-out,instr-info)
72 $(call transform-td-to-out,subtarget)
79 $(call transform
[all...]

Completed in 3246 milliseconds

1234567891011>>