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

12345

/external/toybox/toys/other/
H A Dfree.c26 static unsigned long long convert(unsigned long d) function
42 "Swap:%16llu%12llu%12llu\n", convert(in.totalram),
43 convert(in.totalram-in.freeram), convert(in.freeram), convert(in.sharedram),
44 convert(in.bufferram), convert(in.totalram - in.freeram - in.bufferram),
45 convert(in.freeram + in.bufferram), convert(in.totalswap),
46 convert(i
[all...]
/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;
H A DTransformReadField.java16 package javassist.convert;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DConverter.java19 Object convert(Object value, Class target, Object context); method in interface:Converter
/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/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/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
H A DInplaceFileConverter.java68 void convert(File file) throws IOException { method in class:InplaceFileConverter
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1GeneralizedTime.java230 return "GMT" + sign + convert(hours) + ":" + convert(minutes);
233 private String convert(int time) method in class:ASN1GeneralizedTime
/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
/external/libvpx/libvpx/
H A Dy4minput.h57 y4m_convert_func convert; member in struct:y4m_input

Completed in 3999 milliseconds

12345