/external/javassist/src/main/javassist/convert/ |
TransformNew.java | 16 package javassist.convert;
|
TransformReadField.java | 16 package javassist.convert;
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/shapes/ |
CapsuleCollisionShape.java | 122 cShape.setLocalScaling(Converter.convert(getScale()));
|
CollisionShape.java | 84 cShape.setLocalScaling(Converter.convert(scale));
|
HullCollisionShape.java | 63 cShape.setLocalScaling(Converter.convert(getScale()));
|
MeshCollisionShape.java | 70 bulletMesh = Converter.convert(mesh); 84 return Converter.convert(bulletMesh); 123 cShape.setLocalScaling(Converter.convert(getScale()));
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/ |
ConeJoint.java | 126 Transform transA = new Transform(Converter.convert(rotA)); 127 Converter.convert(pivotA, transA.origin); 128 Converter.convert(rotA, transA.basis); 130 Transform transB = new Transform(Converter.convert(rotB)); 131 Converter.convert(pivotB, transB.origin); 132 Converter.convert(rotB, transB.basis);
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/motors/ |
TranslationalLimitMotor.java | 54 return Converter.convert(motor.lowerLimit); 58 Converter.convert(lowerLimit, motor.lowerLimit); 62 return Converter.convert(motor.upperLimit); 66 Converter.convert(upperLimit, motor.upperLimit); 70 return Converter.convert(motor.accumulatedImpulse); 74 Converter.convert(accumulatedImpulse, motor.accumulatedImpulse);
|
/external/libvpx/ |
y4minput.h | 51 y4m_convert_func convert; member in struct:y4m_input
|
/external/qemu/android/utils/ |
mapfile.c | 41 /* Convert to Win32 desired access. */ 50 /* Convert to Win32 sharing. */ 59 /* Convert to Win32 disposition. */ 72 /* Convert to Win32 flags. */ 135 LARGE_INTEGER convert; local 136 convert.QuadPart = offset; 137 if ((SetFilePointer(handle, convert.LowPart, &convert.HighPart, 189 /* Convert to Win32 page protection and mapping type. */
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
vertexconversion.h | 23 // static U convert(T): convert a single element from the input type to the output type 33 static T convert(T x) function in struct:gl::Identity 46 static ToT convert(FromT x) function in struct:gl::Cast 59 static T convert(T x) function in struct:gl::Cast 72 static float convert(T x) function in struct:gl::Normalize 98 static float convert(FromType x) function in struct:gl::FixedToFloat 151 // static void convertArray(const void *in, std::size_t stride, std::size_t n, void *out): convert an array of vertices. Input may be strided, but output will be unstrided. 196 out[elementindex] = Converter::convert(in[elementindex]);
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
path.py | 29 """generic routines to convert platform-specific paths to URIs.""" 78 return _CygPath._singleton.convert(path) 101 def convert(self, path): member in class:_CygPath 108 # use uppercase. We always convert to uppercase for consistency.
|
/frameworks/base/core/java/com/google/android/mms/util/ |
DrmConvertSession.java | 43 * @param context The context of the application running the convert session. 45 * @return A convert session or null in case an error occurs. 76 * Convert a buffer of data to protected format. 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: " +
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
HprofBinaryToAscii.java | 41 System.exit(convert(args) ? 0 : 1); 48 private static boolean convert(String[] args) { method in class:HprofBinaryToAscii
|
/ndk/sources/host-tools/ndk-stack/elff/ |
mapfile.c | 41 /* Convert to Win32 desired access. */ 50 /* Convert to Win32 sharing. */ 59 /* Convert to Win32 disposition. */ 72 /* Convert to Win32 flags. */ 135 LARGE_INTEGER convert; local 136 convert.QuadPart = offset; 137 if ((SetFilePointer(handle, convert.LowPart, &convert.HighPart, 189 /* Convert to Win32 page protection and mapping type. */
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
Romkan.java | 161 /** @see LetterConverter#convert */ 162 public boolean convert(ComposingText text) { method in class:Romkan
|
RomkanFullKatakana.java | 154 /** @see LetterConverter#convert */ 155 public boolean convert(ComposingText text) { method in class:RomkanFullKatakana 156 return convert(text, mRomkanTable); 160 * convert Romaji to Full Katakana 166 public static boolean convert(ComposingText text, HashMap<String, String> table) { method in class:RomkanFullKatakana
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnEngine.java | 64 * Convert a string. 66 * This method is used to consecutive/single clause convert in 67 * Japanese, Pinyin to Kanji convert in Chinese, Hangul to Hanja 68 * convert in Korean, etc. 76 public int convert(ComposingText text); method in interface:WnnEngine 182 * conversion({@link #convert(ComposingText)}).
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DrmConvertSession.java | 42 * @param context The context of the application running the convert session. 44 * @return A convert session or null in case an error occurs. 75 * Convert a buffer of data to protected format. 77 * @param buffer Buffer filled with data to convert. 82 public byte [] convert(byte[] inBuffer, int size) { method in class:DrmConvertSession 101 Log.w(Constants.TAG, "Buffer with data to convert is illegal. Convertsession: " 104 Log.w(Constants.TAG, "Could not convert data. Convertsession: " +
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
pcm_rate.h | 81 * convert the data 83 void (*convert)(void *obj, member in struct:snd_pcm_rate_ops 89 * convert an s16 interleaved-data array; exclusive with convert
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 81 * convert the data 83 void (*convert)(void *obj, member in struct:snd_pcm_rate_ops 89 * convert an s16 interleaved-data array; exclusive with convert
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
pcm_rate.h | 81 * convert the data 83 void (*convert)(void *obj, member in struct:snd_pcm_rate_ops 89 * convert an s16 interleaved-data array; exclusive with convert
|
/frameworks/native/opengl/tools/glgen/src/ |
JFunc.java | 121 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);
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/ |
DERGeneralizedTime.java | 99 // explicitly convert to characters 194 return "GMT" + sign + convert(hours) + ":" + convert(minutes); 197 private String convert(int time) method in class:DERGeneralizedTime
|
/external/clang/test/SemaTemplate/ |
member-access-expr.cpp | 54 T convert(const U& value) { function 59 convert<int>(x2); 60 convert<long>(x2); // expected-note{{instantiation}}
|