HomeSort by relevance Sort by last modified time
    Searched refs:By (Results 76 - 100 of 554) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/capstone/bindings/ocaml/
ppc.ml 2 * By Guillaume Jeanne <guillaume.jeanne@ensimag.fr>, 2014> *)
sparc.ml 2 * By Guillaume Jeanne <guillaume.jeanne@ensimag.fr>, 2014> *)
systemz.ml 2 * By Guillaume Jeanne <guillaume.jeanne@ensimag.fr>, 2014> *)
xcore.ml 2 * By Guillaume Jeanne <guillaume.jeanne@ensimag.fr>, 2014> *)
  /external/curl/docs/cmdline-opts/
expect100-timeout.d 9 response when curl emits an Expects: 100-continue header in its request. By
insecure.d 8 By default, every SSL connection curl makes is verified to be secure. This
12 The server connection is verified by making sure the server's certificate
max-redirs.d 7 is used to prevent curl from following redirections \&"in absurdum". By
tftp-blksize.d 8 try to use when transferring data to or from a TFTP server. By default 512
  /external/droiddriver/src/io/appium/droiddriver/scroll/
Scrollers.java 10 * Unless required by applicable law or agreed to in writing, software
23 import io.appium.droiddriver.finders.By;
41 driver.checkGone(By.className(ProgressBar.class));
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
SyncSettingsTest.java 10 * Unless required by applicable law or agreed to in writing, software
24 import android.support.test.uiautomator.By;
67 Until.findObject(By.text("Add account")), TIMEOUT);
ZonePickerSettingsTest.java 10 * Unless required by applicable law or agreed to in writing, software
24 import android.support.test.uiautomator.By;
54 By.hasChild(By.text("Select time zone"));
122 wait(By.text("Region")).click();
123 // Speed-up the test by searching with the first 2 characters of the region name
124 wait(By.res("android", "search_src_text")).setText(region.substring(0, 2));
131 wait(By.text("Time zone"));
138 BySelector summarySelector = By.res("android:id/summary");
154 * by ApplicationThread
    [all...]
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/inputmethods/
SpellCheckerSettingsUITest.java 10 * Unless required by applicable law or agreed to in writing, software
26 import android.support.test.uiautomator.By;
55 mUiDevice.wait(Until.findObject(By.text("Use spell checker")), TIMEOUT);
  /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
OverviewHelper.java 10 * Unless required by applicable law or agreed to in writing, software
34 import android.support.test.uiautomator.By;
88 return mDevice.wait(Until.findObject(By.res(RECENTS)), TIMEOUT);
92 * Populates recents by launching six apps
130 (By.res("com.android.systemui:id/recents_view")),TIMEOUT);
132 if (!mDevice.wait(Until.hasObject(By.text("No recent items")),TIMEOUT)) {
135 UiObject2 clearAll = mDevice.wait(Until.findObject(By.text("CLEAR ALL")),TIMEOUT);
148 (By.desc(appName)),TIMEOUT);
157 mDevice.wait(Until.hasObject(By.pkg(appPackageName)
187 UiObject2 appArea = mDevice.wait(Until.findObject(By.pkg(topAppPackageName
    [all...]
  /platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
GenericAppPermissionTests.java 10 * Unless required by applicable law or agreed to in writing, software
23 import android.support.test.uiautomator.By;
112 if (!mDevice.hasObject(By.pkg(PERMISSION_TEST_APP_PKG).depth(0))) {
115 mDevice.wait(Until.findObject(By.res(PERMISSION_TEST_APP_PKG, GET_PERMISSION_BUTTON)),
118 By.res(PACKAGE_INSTALLER, "permission_allow_button")), pHelper.TIMEOUT).click();
126 if (!mDevice.hasObject(By.pkg(PERMISSION_TEST_APP_PKG).depth(0))) {
132 BySelector getContactSelector = By.res(PERMISSION_TEST_APP_PKG, GET_PERMISSION_BUTTON);
133 BySelector dontAskChkSelector = By.res(PACKAGE_INSTALLER, "do_not_ask_checkbox");
134 BySelector denySelctor = By.res(PACKAGE_INSTALLER, "permission_deny_button");
  /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
UiBenchRenderingJankTests.java 10 * Unless required by applicable law or agreed to in writing, software
26 import android.support.test.uiautomator.By;
74 By.clazz(ListView.class)), mHelper.TIMEOUT);
UiBenchWebView.java 10 * Unless required by applicable law or agreed to in writing, software
25 import android.support.test.uiautomator.By;
58 By.res("android", "content")), mHelper.TIMEOUT);
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerThrottlingTest.java 10 * Unless required by applicable law or agreed to in writing, software
28 import android.support.test.uiautomator.By;
119 final UiObject2 clearAll = ud.wait(Until.findObject(By.text("CLEAR ALL")), UI_TIMEOUT);
124 ud.wait(Until.gone(By.text("CLEAR ALL")), UI_TIMEOUT);
140 ud.wait(Until.findObject(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT).click();
153 ud.wait(Until.gone(By.text(INLINE_REPLY_REMOTE_INPUT_CAPTION)), UI_TIMEOUT);
  /frameworks/base/packages/Shell/tests/src/com/android/shell/
UiBot.java 10 * Unless required by applicable law or agreed to in writing, software
21 import android.support.test.uiautomator.By;
53 * @param text Notificaton's text as displayed by the UI.
59 boolean gotIt = mDevice.wait(Until.hasObject(By.pkg(SYSTEMUI_PACKAGE)), mTimeout);
75 * @param text Notificaton's text as displayed by the UI.
85 * @param text Object's text as displayed by the UI.
88 boolean gotIt = mDevice.wait(Until.hasObject(By.text(text)), mTimeout);
99 boolean gotIt = mDevice.wait(Until.hasObject(By.res(id)), mTimeout);
107 * @param text Object's text as displayed by the UI.
118 * @param text Object's text as displayed by the UI
    [all...]
  /platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
QuickSettingsHelper.java 10 * Unless required by applicable law or agreed to in writing, software
23 import android.support.test.uiautomator.By;
85 (By.descContains("Edit")), LONG_TIMEOUT);
93 (By.descContains(quickSettingTile)), LONG_TIMEOUT);
95 (By.descContains(quickSettingTileToReplace)), LONG_TIMEOUT)
106 mDevice.wait(Until.findObject(By.descContains("Navigate up")), LONG_TIMEOUT);
  /prebuilts/go/darwin-x86/src/sort/
example_multi_test.go 2 // Use of this source code is governed by a BSD-style
51 // Less is part of sort.Interface. It is implemented by looping along the
108 // Simple use: Sort by user.
110 fmt.Println("By user:", changes)
114 fmt.Println("By user,<lines:", changes)
117 fmt.Println("By user,>lines:", changes)
120 fmt.Println("By language,<lines:", changes)
123 fmt.Println("By language,<lines,user:", changes)
126 // By user: [{dmr C 100} {glenda Go 200} {gri Go 100} {gri Smalltalk 80} {ken C 150} {ken Go 200} {r Go 100} {r C 150} {rsc Go 200}]
127 // By user,<lines: [{dmr C 100} {glenda Go 200} {gri Smalltalk 80} {gri Go 100} {ken C 150} {ken Go 200} (…)
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_multi_test.go 2 // Use of this source code is governed by a BSD-style
51 // Less is part of sort.Interface. It is implemented by looping along the
108 // Simple use: Sort by user.
110 fmt.Println("By user:", changes)
114 fmt.Println("By user,<lines:", changes)
117 fmt.Println("By user,>lines:", changes)
120 fmt.Println("By language,<lines:", changes)
123 fmt.Println("By language,<lines,user:", changes)
126 // By user: [{dmr C 100} {glenda Go 200} {gri Go 100} {gri Smalltalk 80} {ken C 150} {ken Go 200} {r Go 100} {r C 150} {rsc Go 200}]
127 // By user,<lines: [{dmr C 100} {glenda Go 200} {gri Smalltalk 80} {gri Go 100} {ken C 150} {ken Go 200} (…)
    [all...]
  /platform_testing/tests/jank/dialer/src/com/android/dialer/janktests/
DialerJankTests.java 10 * Unless required by applicable law or agreed to in writing, software
39 import android.support.test.uiautomator.By;
100 UiObject2 contacts = mDevice.wait(Until.findObject(By.desc("Contacts")), TIMEOUT);
103 // Find a contact by a given contact-name
105 By.res(RES_PACKAGE_NAME, "cliv_name_textview").text(CONTACT_NAME)), TIMEOUT);
110 By.res(RES_PACKAGE_NAME2,"header").text(CONTACT_NUMBER)), TIMEOUT);
114 UiObject2 endCall = mDevice.wait(Until.findObject(By.res(RES_PACKAGE_NAME,
125 By.res(RES_PACKAGE_NAME2,"header").text(CONTACT_NUMBER)), TIMEOUT);
128 UiObject2 endCall = mDevice.wait(Until.findObject(By.res(RES_PACKAGE_NAME,
144 mDevice.wait(Until.findObject(By.desc("Call History")), TIMEOUT).click()
    [all...]
  /cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 10 * Unless required by applicable law or agreed to in writing, software
46 import android.support.test.uiautomator.By;
120 Until.findObject(By.text(PERMISSION_REQUESTED)), UI_TIMEOUT_MILLIS);
139 uiDevice.wait(Until.findObject(By.text(ALLOW_SYNC)), UI_TIMEOUT_MILLIS).click();
152 if (uiDevice.hasObject(By.text(PERMISSION_REQUESTED))) {
153 return uiDevice.findObject(By.text(PERMISSION_REQUESTED));
160 if (uiDevice.hasObject(By.text(PERMISSION_REQUESTED))) {
161 return uiDevice.findObject(By.text(PERMISSION_REQUESTED));
  /platform_testing/tests/functional/calculator/src/com/android/calculator/functional/
CalculatorTests.java 10 * Unless required by applicable law or agreed to in writing, software
21 import android.support.test.uiautomator.By;
109 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "del")),
119 // Test divide by zero error
123 assertEquals("Error", "Can't divide by 0", mCalculatorHelper.getResultText("result"));
167 Until.findObject(By.res("android:id/alertTitle")), SHORT_TIMEOUT);
170 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "message")),
175 Until.findObject(By.res("android:id/button2")), SHORT_TIMEOUT);
189 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "toggle_mode")),
194 Until.findObject(By.res(mCalculatorHelper.PACKAGE_NAME, "mode"))
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
Bots.java 10 * Unless required by applicable law or agreed to in writing, software
23 import android.support.test.uiautomator.By;
81 UiObject2 candidate = mDevice.findObject(By.res(resourceName));
83 candidate.findObject(By.focused(true)));

Completed in 389 milliseconds

1 2 34 5 6 7 8 91011>>