Home
last modified time | relevance | path

Searched refs:selector (Results 1 – 5 of 5) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/js/
Djquery.js11 var jQuery = function( selector, context ) { argument
13 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 …]
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DPermissionsTest.java293 BySelector selector = By in pressPermissionPromptButton() local
296 mDevice.wait(Until.hasObject(selector), 5000); in pressPermissionPromptButton()
297 UiObject2 button = mDevice.findObject(selector); in pressPermissionPromptButton()
/cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
DCtsUiAutomatorTest.java387 UiSelector selector = new UiSelector().text("Nothing should be found"); in testExceptionObjectNotFound() local
389 UiObject obj = new UiObject(selector.childSelector(child)); in testExceptionObjectNotFound()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex30396 public abstract java.nio.channels.Selector selector()
72634 private org.apache.harmony.nio.internal.SelectorImpl selector
72654 public java.nio.channels.Selector selector()