/external/chromium-trace/catapult/systrace/atrace_helper/ |
D | Makefile | 18 testf: install target
|
/external/mesa3d/src/panfrost/bifrost/ |
D | gen_disasm.py | 176 def evaluate_forward(keys, derivf, testf, ctx, ordering): argument 192 def evaluate_forwards(keys, derivf, testf, mod_vals, ordered): argument
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 26 struct testf { virtual void a(); }; struct
|
/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 | 88 public float testf() { int o = __offset(54); return o != 0 ? bb.getFloat(o + bb_pos) : 3.14159f; } in testf() method in Monster 89 …public boolean mutateTestf(float testf) { int o = __offset(54); if (o != 0) { bb.putFloat(o + bb_p… in mutateTestf() 198 …public static void addTestf(FlatBufferBuilder builder, float testf) { builder.addFloat(25, testf, … in addTestf()
|
D | Monster.php | 682 …ashu32_fnv1a, $testhashs64_fnv1a, $testhashu64_fnv1a, $testarrayofbools, $testf, $testf2, $testf3,… 1121 public static function addTestf(FlatBufferBuilder $builder, $testf)
|
D | Monster.py | 650 def MonsterAddTestf(builder, testf): builder.PrependFloat32Slot(25, testf, 3.14159) argument
|
/external/flatbuffers/tests/ |
D | monster_test_generated.js | 1419 MyGame.Example.Monster.prototype.testf = function() { method in MyGame.Example.Monster 2176 MyGame.Example.Monster.addTestf = function(builder, testf) { argument 2651 …hashu32Fnv1a, testhashs64Fnv1a, testhashu64Fnv1a, testarrayofboolsOffset, testf, testf2, testf3, t… argument
|
D | monster_test.schema.json | 137 "testf" : { "type" : "number" }, object
|
D | monster_test_generated.ts | 1289 testf():number { method in MyGame.Example.Monster
|
D | monster_test_generated.rs | 1164 pub fn testf(&self) -> f32 { in testf() method 1372 pub testf: f32, field
|
/external/bzip2/ |
D | bzip2.c | 1512 void testf ( Char *name ) in testf() function
|
/external/python/cpython3/Lib/test/ |
D | test_typing.py | 2866 def testf(x, y): ... function
|