Searched defs:testf (Results 1 – 8 of 8) sorted by relevance
| /external/clang/test/CodeGenCXX/ |
| D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct
|
| /external/valgrind/none/tests/amd64/ |
| D | fma.c | 15 static int testf( float x, float y ) in testf() function
|
| /external/clang/test/SemaTemplate/ |
| D | class-template-spec.cpp | 107 int testf(int x) { return f(x); } in testf() function
|
| /external/flatbuffers/tests/MyGame/Example/ |
| D | Monster.java | 82 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() method in Monster 83 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() 127 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf()
|
| D | Monster.php | 395 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… 815 public static function addTestf(FlatBufferBuilder $builder, $testf)
|
| D | Monster.py | 331 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
|
| /external/flatbuffers/tests/ |
| D | monster_test_generated.js | 1089 MyGame.Example.Monster.prototype.testf = function() { method in MyGame.Example.Monster 1489 MyGame.Example.Monster.addTestf = function(builder, testf) { argument
|
| /external/bzip2/ |
| D | bzip2.c | 1512 void testf ( Char *name ) in testf() function
|