Searched refs:getFloatArray (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/test/letest/
H A Dxmlreader.cpp82 static float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) function
228 expected.positions = getFloatArray(positions, positionCount);
H A Dletest.cpp488 float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) function
680 expected.positions = getFloatArray(positions, positionCount);
/external/icu4c/test/letest/
H A Dxmlreader.cpp82 static float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) function
228 expected.positions = getFloatArray(positions, positionCount);
H A Dletest.cpp488 float *getFloatArray(const UnicodeString &numbers, int32_t &arraySize) function
680 expected.positions = getFloatArray(positions, positionCount);
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
H A DEmitterMeshVertexShape.java55 float[] vertexTable = BufferUtils.getFloatArray(mesh.getFloatBuffer(Type.Position));
56 float[] normalTable = BufferUtils.getFloatArray(mesh.getFloatBuffer(Type.Normal));
/external/jmonkeyengine/engine/src/test/jme3test/texture/
H A DTestTexture3D.java50 float[] uvCoordinates = BufferUtils.getFloatArray(fb);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DUVCoordinatesGenerator.java110 inputData = BufferUtils.getFloatArray(mesh.getFloatBuffer(VertexBuffer.Type.Position));
126 inputData = BufferUtils.getFloatArray(mesh.getFloatBuffer(VertexBuffer.Type.Normal));
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DSpeechRecognition.java162 float[] scores = bundle.getFloatArray(SpeechRecognizer.CONFIDENCE_SCORES);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/curves/
H A DCurvesHelper.java390 float[] curvePoints = BufferUtils.getFloatArray(curve.getFloatBuffer(Type.Position));
399 taperPoints = BufferUtils.getFloatArray(taperObject.getFloatBuffer(Type.Position));
420 float[] vertices = BufferUtils.getFloatArray(positions);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DBundleTest.java214 assertEquals(null, bundle.getFloatArray("foo"));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowBundle.java342 public float[] getFloatArray(String key) { method in class:ShadowBundle
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DBufferUtils.java700 public static float[] getFloatArray(FloatBuffer buff) { method in class:BufferUtils

Completed in 199 milliseconds