HomeSort by relevance Sort by last modified time
    Searched refs:TestView (Results 1 - 7 of 7) sorted by null

  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestActivity.java 25 TestView mView;
30 mView = new TestView(getApplication());
TestView.java 60 class TestView extends GLSurfaceView {
61 TestView(Context context) {
66 public TestView(Context context, AttributeSet attrs) {
  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java 54 class TestView extends GLSurfaceView {
55 TestView(Context context) {
60 public TestView(Context context, AttributeSet attrs) {
TestActivity.java 25 TestView mView;
47 mView = new TestView(getApplication());
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 15 function TestView(mainBoxId, urlInputId, formId, summaryDivId) {
27 inherits(TestView, DivView);
29 TestView.prototype.onSubmitForm_ = function(event) {
37 TestView.prototype.onStartedConnectionTestSuite = function() {
57 TestView.prototype.onStartedConnectionTestExperiment = function(experiment) {
102 TestView.prototype.onCompletedConnectionTestExperiment = function(
129 TestView.prototype.onCompletedConnectionTestSuite = function() {
main.js 87 var testView = new TestView('testTabContent', 'testUrlInput',
143 categoryTabSwitcher.addTab('testTab', testView, false);
    [all...]
  /external/webkit/LayoutTests/storage/
test-authorizer.js 18 tx.executeSql("DROP VIEW IF EXISTS TestView;");
59 executeStatement(tx, "CREATE VIEW TestView AS SELECT COUNT(*) FROM Test;", "SQLITE_CREATE_VIEW");
99 executeStatement(tx, "DROP VIEW TestView;", "SQLITE_DROP_VIEW");

Completed in 404 milliseconds