HomeSort by relevance Sort by last modified time
    Searched defs:endianess (Results 1 - 4 of 4) sorted by null

  /external/stlport/test/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /ndk/tests/device/test-gnustl-full/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /ndk/tests/device/test-stlport/unit/
config_test.cpp 20 CPPUNIT_TEST(endianess);
30 void endianess();
52 void ConfigTest::endianess() function in class:ConfigTest
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
BlenderInputStream.java 61 private char endianess; field in class:BlenderInputStream
189 endianess = (char) this.readByte();
190 if (endianess != 'v' && endianess != 'V') {
191 throw new BlenderFileException("Unknown endianess value! 'v' or 'V' expected and found: " + endianess);
238 if (endianess == 'v') {
254 if (endianess == 'v') {
278 if (endianess == 'v') {

Completed in 190 milliseconds