Home
last modified time | relevance | path

Searched defs:testf (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/systrace/atrace_helper/
DMakefile18 testf: install target
/external/clang/test/CodeGenCXX/
Dkey-function-vtable.cpp26 struct testf { virtual void a(); }; struct
/external/valgrind/none/tests/amd64/
Dfma.c15 static int testf( float x, float y ) in testf() function
/external/clang/test/SemaTemplate/
Dclass-template-spec.cpp107 int testf(int x) { return f(x); } in testf() function
/external/flatbuffers/tests/MyGame/Example/
DMonster.java82 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()
DMonster.php395 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,…
815 public static function addTestf(FlatBufferBuilder $builder, $testf)
DMonster.py331 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
/external/flatbuffers/tests/
Dmonster_test_generated.js1089 MyGame.Example.Monster.prototype.testf = function() { method in MyGame.Example.Monster
1489 MyGame.Example.Monster.addTestf = function(builder, testf) { argument
/external/bzip2/
Dbzip2.c1512 void testf ( Char *name ) in testf() function