Searched defs:selector (Results 1 – 2 of 2) sorted by relevance
| /cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
| D | jquery.js | 11 var jQuery = function( selector, context ) { argument 2284 hasClass: function( selector ) { argument 2800 quickParse = function( selector ) { argument 2828 add: function( elem, types, handler, data, selector ) { argument 2893 selector: selector, property 2942 remove: function( elem, types, handler, selector, mappedTypes ) { argument 3654 on: function( types, selector, data, fn, /*INTERNAL*/ one ) { argument 3707 one: function( types, selector, data, fn ) { argument 3710 off: function( types, selector, fn ) { argument 3757 delegate: function( selector, types, data, fn ) { argument [all …]
|
| /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/ |
| D | CtsUiAutomatorTest.java | 387 UiSelector selector = new UiSelector().text("Nothing should be found"); in testExceptionObjectNotFound() local
|