OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testconnector
(Results
1 - 3
of
3
) sorted by null
/external/libmojo/mojo/public/js/
connector.js
107
// The
TestConnector
subclass is only intended to be used in unit tests. It
110
function
TestConnector
(handle) {
114
TestConnector
.prototype = Object.create(Connector.prototype);
116
TestConnector
.prototype.waitForNextMessage = function() {
124
exports.
TestConnector
=
TestConnector
;
connection.js
17
var
TestConnector
= connector.
TestConnector
;
76
TestConnector
);
/cts/tests/tests/graphics/src/android/graphics/cts/
ColorSpaceTest.java
468
public void
testConnector
() {
Completed in 872 milliseconds