Lines Matching refs:url
28 // The URL passed to setDataSource has this format:
30 // test:<name of the .so>?url=<url for the real setDataSource impl.>
33 // test:invoke_test_media_player.so?url=http://youtube.com/
34 // test:invoke_test_media_player.so?url=speedtest
36 // TestPlayerStub::setDataSource loads the library in the test url. 2
44 // implementation is called with the value of the 'url' parameter.
50 // p.setDataSource("test:invoke_mock_media_player.so?url=http://youtube.com");
67 // @param url Should be a test url. See class comment.
70 const char* url,
110 // url's scheme is 'test:'
111 static bool canBeUsed(const char *url);
118 char *mUrl; // test:foo.so?url=http://bar