Home
last modified time | relevance | path

Searched refs:sample_service (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/mojo/edk/js/tests/
Dconnection_tests.js17 sample_service, argument
39 sample_service.Service.stubClass.prototype);
43 expect(baz).toBe(sample_service.Service.BazOptions.REGULAR);
56 pipe.handle1, undefined, sample_service.Service.proxyClass);
58 var foo = new sample_service.Foo();
59 foo.bar = new sample_service.Bar();
63 foo, sample_service.Service.BazOptions.REGULAR, anotherPipe.handle0)
87 pipe.handle1, function() {}, sample_service.Service.proxyClass);
96 null, sample_service.Service.BazOptions.REGULAR, anotherPipe.handle0)
/external/libmojo/mojo/edk/js/test/
Drun_js_integration_tests.cc52 TEST(JSTest, sample_service) { in TEST() argument
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dsample_import.mojom9 // sample_service.mojom, to show how import works.
DBUILD.gn17 "sample_service.mojom",
/external/libmojo/mojo/
Dmojo_js_unittests.isolate33 '<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/sample_service.mojom.js',