/third_party/flatbuffers/tests/my-game/example/ |
D | test.js | 32 static createTest(builder, a, b) { method in Test 53 return Test.createTest(builder, this.a, this.b);
|
D | test.ts | 42 static createTest(builder:flatbuffers.Builder, a: number, b: number):flatbuffers.Offset { method in Test 73 return Test.createTest(builder,
|
/third_party/typescript/tests/baselines/reference/ |
D | unionAndIntersectionInference1.js | 83 const createTest = (): ITest => { constant 139 const createTest = () => { function
|
D | unionAndIntersectionInference1.symbols | 224 const createTest = (): ITest => { 225 >createTest : Symbol(createTest, Decl(unionAndIntersectionInference1.ts, 81, 5))
|
D | unionAndIntersectionInference1.types | 205 const createTest = (): ITest => { 206 >createTest : () => ITest
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Test.php | 45 public static function createTest(FlatBufferBuilder $builder, $a, $b) function in MyGame\\Example\\Test
|
D | Test.kt | 25 fun createTest(builder: FlatBufferBuilder, a: Short, b: Byte) : Int { in mutateA() method
|
D | Test.java | 20 public static int createTest(FlatBufferBuilder builder, short a, byte b) { in createTest() method in Test
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | unionAndIntersectionInference1.ts | 84 const createTest = (): ITest => { constant
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ExtensionRegistryFactoryTest.java | 216 suite.addTest(TestSuite.createTest(ExtensionRegistryFactoryTest.class, method.getName())); in suite()
|
/third_party/flatbuffers/tests/ |
D | JavaScriptTest.js | 67 Test.createTest(fbb, 10, 20); 68 Test.createTest(fbb, 30, 40);
|
D | KotlinTest.kt | 315 Test.createTest(fbb, 10.toShort(), 20.toByte()) in TestBuilderBasics() 316 Test.createTest(fbb, 30.toShort(), 40.toByte()) in TestBuilderBasics()
|
D | JavaTest.java | 370 Test.createTest(fbb, (short)10, (byte)20); in TestBuilderBasics() 371 Test.createTest(fbb, (short)30, (byte)40); in TestBuilderBasics()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeBasicComputeShaderTests.cpp | 3725 tcu::TestStatus createTest (Context& context) in createTest() function 3763 …_shader", "Shader that does nothing", EmptyShaderTest::createProgram, EmptyShaderTest::createTest); in createBasicComputeShaderTests()
|