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

12345

/external/libvpx/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DhtmlMathML.js30 function convert() { function
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DTransformSkMatrix44Conversions.cpp33 SkMatrix44 TransformSkMatrix44Conversions::convert(const TransformationMatrix& matrix) function in class:WebCore::TransformSkMatrix44Conversions
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DConvertible.java38 T convert(); method in interface:Convertible
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/
H A DConverter.java38 public T convert(T input, Map<String, String> params); method in interface:Converter
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DAscii.java24 public static byte[] convert(String s) { method in class:Ascii
36 public static String convert(byte[] b) { method in class:Ascii
H A DUtf8.java24 public static byte[] convert(String s) { method in class:Utf8
36 public static String convert(byte[] b) { method in class:Utf8
/external/javassist/src/main/javassist/convert/
H A DTransformAfter.java16 package javassist.convert;
H A DTransformWriteField.java16 package javassist.convert;
H A DTransformFieldAccess.java16 package javassist.convert;
H A DTransformNew.java16 package javassist.convert;
H A DTransformNewClass.java16 package javassist.convert;
H A DTransformer.java16 package javassist.convert;
H A DTransformAccessArrayField.java15 package javassist.convert;
H A DTransformCall.java16 package javassist.convert;
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DDateHelper.java30 static public Date convert(long secondsSince) { method in class:DateHelper
38 * @param date date to convert
41 static public long convert(Date date) { method in class:DateHelper
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DUUIDConverter.java26 public static byte[] convert(UUID uuid) { method in class:UUIDConverter
43 public static UUID convert(byte[] uuidBytes) { method in class:UUIDConverter
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DLatin1Converter.java66 public static ByteBuffer convert(ByteBuffer buffer) method in class:Latin1Converter
130 // 1. convert first of seq to UTF8
/external/chromium_org/third_party/WebKit/Source/core/platform/text/transcoder/
H A DFontTranscoder.cpp80 void FontTranscoder::convert(String& text, const FontDescription& fontDescription, const WTF::TextEncoding* encoding) const function in class:WebCore::FontTranscoder
/external/clang/test/CodeGen/
H A Ddebug-info.c4 void convert(void) { function
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
H A DConverter.java54 public static com.jme3.math.Vector3f convert(javax.vecmath.Vector3f oldVec) { method in class:Converter
56 convert(oldVec, newVec);
60 public static com.jme3.math.Vector3f convert(javax.vecmath.Vector3f oldVec, com.jme3.math.Vector3f newVec) { method in class:Converter
67 public static javax.vecmath.Vector3f convert(com.jme3.math.Vector3f oldVec) { method in class:Converter
69 convert(oldVec, newVec);
73 public static javax.vecmath.Vector3f convert(com.jme3.math.Vector3f oldVec, javax.vecmath.Vector3f newVec) { method in class:Converter
80 public static javax.vecmath.Quat4f convert(com.jme3.math.Quaternion oldQuat, javax.vecmath.Quat4f newQuat) { method in class:Converter
88 public static javax.vecmath.Quat4f convert(com.jme3.math.Quaternion oldQuat) { method in class:Converter
90 convert(oldQuat, newQuat);
94 public static com.jme3.math.Quaternion convert(java method in class:Converter
99 public static com.jme3.math.Quaternion convert(javax.vecmath.Quat4f oldQuat) { method in class:Converter
105 public static com.jme3.math.Quaternion convert(javax.vecmath.Matrix3f oldMatrix, com.jme3.math.Quaternion newQuaternion) { method in class:Converter
143 public static javax.vecmath.Matrix3f convert(com.jme3.math.Quaternion oldQuaternion, javax.vecmath.Matrix3f newMatrix) { method in class:Converter
176 public static com.jme3.math.Matrix3f convert(javax.vecmath.Matrix3f oldMatrix) { method in class:Converter
182 public static com.jme3.math.Matrix3f convert(javax.vecmath.Matrix3f oldMatrix, com.jme3.math.Matrix3f newMatrix) { method in class:Converter
195 public static javax.vecmath.Matrix3f convert(com.jme3.math.Matrix3f oldMatrix) { method in class:Converter
201 public static javax.vecmath.Matrix3f convert(com.jme3.math.Matrix3f oldMatrix, javax.vecmath.Matrix3f newMatrix) { method in class:Converter
214 public static com.bulletphysics.linearmath.Transform convert(com.jme3.math.Transform in, com.bulletphysics.linearmath.Transform out) { method in class:Converter
220 public static com.jme3.math.Transform convert(com.bulletphysics.linearmath.Transform in, com.jme3.math.Transform out) { method in class:Converter
226 public static IndexedMesh convert(Mesh mesh) { method in class:Converter
256 public static Mesh convert(IndexedMesh mesh) { method in class:Converter
279 public static Mesh convert(HeightfieldTerrainShape heightfieldShape) { method in class:Converter
[all...]
/external/openfst/src/script/
H A Dfst-class.cc89 MutableFstClass *MutableFstClass::Read(const string &fname, bool convert) { argument
90 if (convert == false) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDERGeneralizedTime.java206 return "GMT" + sign + convert(hours) + ":" + convert(minutes);
209 private String convert(int time) method in class:DERGeneralizedTime
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dpath.py29 """generic routines to convert platform-specific paths to URIs."""
75 return _CygPath._singleton.convert(path)
98 def convert(self, path): member in class:_CygPath
105 # use uppercase. We always convert to uppercase for consistency.
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DSsaToRop.java70 return new SsaToRop(ssaMeth, minimizeRegisters).convert();
92 private RopMethod convert() { method in class:SsaToRop
/external/eigen/test/eigen2/
H A Dgsl_helper.h96 void convert(const MatrixType& m, gsl_matrix* &res) function in namespace:Eigen
107 void convert(const gsl_matrix* m, MatrixType& res) function in namespace:Eigen
116 void convert(const VectorType& m, gsl_vector* &res) function in namespace:Eigen
125 void convert(const gsl_vector* m, VectorType& res) function in namespace:Eigen
133 void convert(const MatrixType& m, gsl_matrix_complex* &res) function in namespace:Eigen
145 void convert(const gsl_matrix_complex* m, MatrixType& res) function in namespace:Eigen
156 void convert(const VectorType& m, gsl_vector_complex* &res) function in namespace:Eigen
164 void convert(const gsl_vector_complex* m, VectorType& res) function in namespace:Eigen

Completed in 497 milliseconds

12345