Searched refs:selector (Results 1 – 5 of 5) sorted by relevance
11 var jQuery = function( selector, context ) { argument13 return new jQuery.fn.init( selector, context, rootjQuery );85 init: function( selector, context, rootjQuery ) {89 if ( !selector ) {94 if ( selector.nodeType ) {95 this.context = this[0] = selector;101 if ( selector === "body" && !context && document.body ) {104 this.selector = selector;110 if ( typeof selector === "string" ) {112 …if ( selector.charAt(0) === "<" && selector.charAt( selector.length - 1 ) === ">" && selector.leng…[all …]
293 BySelector selector = By in pressPermissionPromptButton() local296 mDevice.wait(Until.hasObject(selector), 5000); in pressPermissionPromptButton()297 UiObject2 button = mDevice.findObject(selector); in pressPermissionPromptButton()
387 UiSelector selector = new UiSelector().text("Nothing should be found"); in testExceptionObjectNotFound() local389 UiObject obj = new UiObject(selector.childSelector(child)); in testExceptionObjectNotFound()
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
30396 public abstract java.nio.channels.Selector selector()72634 private org.apache.harmony.nio.internal.SelectorImpl selector72654 public java.nio.channels.Selector selector()