Searched defs:convert (Results 1 - 16 of 16) sorted by relevance

/frameworks/wilhelm/tools/mphtogen/
H A Dmphtogen.c25 static void convert(const signed char MPH_to[MPH_MAX], const char *filename) function
50 #define _(x) convert(MPH_to_##x, "../../src/autogen/MPH_to_" #x ".h");
/frameworks/base/core/java/android/animation/
H A DBidirectionalTypeConverter.java19 * Abstract base class used convert type T to another type V and back again. This
36 * @param value The Object to convert.
43 * The inverted converter uses this convert to call {@link #convertBack(Object)} for
44 * {@link #convert(Object)} calls and {@link #convert(Object)} for
65 return mConverter.convert(value);
69 public To convert(From value) { method in class:BidirectionalTypeConverter.InvertedConverter
H A DTypeConverter.java20 * Abstract base class used convert type T to another type V. This
37 * @return The Class to convert the input to.
52 * @param value The Object to convert.
55 public abstract V convert(T value); method in class:TypeConverter
H A DPropertyValuesHolder.java231 * @param converter Used to convert the animated value to setter parameters.
349 * @param converter Used to convert the animated value to setter parameters.
408 * <code>TypeConverter</code> to convert from <code>PointF</code> to the target
454 * takes a <code>TypeConverter</code> to convert from animated values to the type
481 * <code>TypeConverter</code> to convert from <code>PointF</code> to the target
648 * Sets the converter to convert from the values type to the setter's parameter type.
651 * @param converter The converter to use to convert values.
995 mAnimatedValue = mConverter == null ? value : mConverter.convert(value);
1580 public float[] convert(PointF value) { method in class:PropertyValuesHolder.PointFToFloatArray
1598 public int[] convert(Point method in class:PropertyValuesHolder.PointFToIntArray
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/database/
H A DCursorMapper.java19 * Abstract class used to convert the current {@link Cursor} row to a single
43 public Object convert(Cursor cursor) { method in class:CursorMapper
/frameworks/native/opengl/tools/glgen/src/
H A DJType.java199 public static JType convert(CType ctype, boolean useArray) { method in class:JType
H A DJFunc.java121 public static JFunc convert(CFunc cfunc, boolean useArray) { method in class:JFunc
125 jfunc.setType(JType.convert(cfunc.getType(), false));
140 jfunc.addArgument(cArgName, JType.convert(cArgType, useArray), i);
152 System.err.println("Failed to convert function " + cfunc);
/frameworks/opt/telephony/src/java/com/google/android/mms/util/
H A DDrmConvertSession.java43 * @param context The context of the application running the convert session.
45 * @return A convert session or null in case an error occurs.
78 * @param buffer Buffer filled with data to convert.
83 public byte [] convert(byte[] inBuffer, int size) { method in class:DrmConvertSession
102 Log.w(TAG, "Buffer with data to convert is illegal. Convertsession: "
105 Log.w(TAG, "Could not convert data. Convertsession: " +
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java65 public static QSDetailItems convertOrInflate(Context context, View convert, ViewGroup parent) { argument
66 if (convert instanceof QSDetailItems) {
67 return (QSDetailItems) convert;
/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp79 status_t ColorConverter::convert( function in class:android::ColorConverter
/frameworks/av/services/audioflinger/
H A Dtest-resample.cpp245 // For float processing, convert input int16_t to float array
460 // For float processing, convert output format from float to Q4.27,
470 int16_t* convert = (int16_t*) malloc(output_frames * channels * sizeof(int16_t)); local
490 convert[i * channels + j] = int16_t(s);
505 (void) sf_writef_short(sf, convert, output_frames);
/frameworks/base/core/java/android/text/
H A DHtml.java136 return converter.convert();
438 public Spanned convert() { method in class:HtmlToSpannedConverter
/frameworks/base/location/java/android/location/
H A DLocation.java179 public static String convert(double coordinate, int outputType) { method in class:Location
226 public static double convert(String coordinate) { method in class:Location
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/gradle/wrapper/ org/gradle/wrapper/Download ...

Completed in 469 milliseconds