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

1 2 3 4 5 67 8 91011>>

  /cts/hostsidetests/devicepolicy/app/CrossProfileAppsTest/src/com/android/cts/crossprofileappstest/
CrossProfileAppsTargetUserTest.java 10 * Unless required by applicable law or agreed to in writing, software
32 import android.support.test.uiautomator.By;
97 * Verify we succeed to start the activity in another profile by checking UI element.
106 Until.findObject(By.res(ID_USER_TEXTVIEW)),
  /cts/tests/autofillservice/src/android/autofillservice/cts/
CustomDescriptionDateTest.java 10 * Unless required by applicable law or agreed to in writing, software
31 import android.support.test.uiautomator.By;
90 final UiObject2 staticText = saveUi.findObject(By.res(mPackageName, "static_text"));
  /external/curl/docs/cmdline-opts/
retry.d 13 10 minutes which then will be the delay between the rest of the retries. By
  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 10 * Unless required by applicable law or agreed to in writing, software
33 public class By {
59 * Matches a UiElement by a resource id defined in the AUT.
67 * Matches a UiElement by the string representation of a resource id. This works for resources not
75 * Matches a UiElement by package name.
82 * Matches a UiElement by the exact text.
103 * Matches a UiElement by content description.
117 * Matches a UiElement by class name.
124 * Matches a UiElement by class name.
138 * Matches by XPath. When applied on an non-root element, it will not evaluate above the contex
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/scroll/
DynamicSentinelStrategy.java 10 * Unless required by applicable law or agreed to in writing, software
23 import io.appium.droiddriver.finders.By;
31 * Determines whether scrolling is possible by checking whether the sentinel
60 * Determines whether the sentinel is updated by checking a single unique
125 * Determines whether the sentinel is updated by checking the text of a
140 * Determines whether the sentinel is updated by checking the content
155 * Determines whether the sentinel is updated by checking the resource-id of a
164 public static final ResourceIdUpdated SELF = new ResourceIdUpdated(By.any());
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 8 * By default application code must explicitly refer to mangled symbol names,
31 * meant for use in jemalloc itself, but it can be used by application code to
  /packages/apps/Settings/tests/unit/src/com/android/settings/print/
PrintJobSettingsActivityTest.java 10 * Unless required by applicable law or agreed to in writing, software
40 import android.support.test.uiautomator.By;
136 UiObject2 printPrefTitle = uiDevice.wait(Until.findObject(By.text("Configuring "
  /packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
UiDeviceAsserts.java 10 * Unless required by applicable law or agreed to in writing, software
23 import android.support.test.uiautomator.By;
112 BySelector hasFocusedDescendant = By.hasDescendant(FOCUSED_VIEW);
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
AuptTestCase.java 10 * Unless required by applicable law or agreed to in writing, software
47 import android.support.test.uiautomator.By;
234 if (mDevice.hasObject(By.desc("Slide area."))) {
  /platform_testing/tests/perf/BootHelperApp/src/com/android/boothelper/
BootHelperTest.java 10 * Unless required by applicable law or agreed to in writing, software
27 import android.support.test.uiautomator.By;
137 UiObject2 tos = mDevice.wait(Until.findObject(By.res(SETTINGS_PKG, optionId)),
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
shift.s 31 r3.l = Ashift r4.h by r2.l;
32 R7.H = ASHIFT R7.L by R0.L (S);
33 r7.h = ashift r7.l by r0.l (s);
34 r6 = AShiFT R5 by R2.L;
35 R0 = Ashift R4 by r1.l (s);
36 r2 = ashift r6 BY r3.L (S);
37 A0 = Ashift a0 by r1.l;
38 a1 = ASHIFT a1 by r0.L;
62 R1.H = LShift r2.h by r0.l;
63 r0.l = LSHIFT r0.h by r1.l
    [all...]
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
PermissionsTest.java 10 * Unless required by applicable law or agreed to in writing, software
25 import android.support.test.uiautomator.By;
64 private static final BySelector CRASH_POPUP_BUTTON_SELECTOR = By
68 private static final BySelector CRASH_POPUP_TEXT_SELECTOR = By
225 // by a profile owner
316 BySelector selector = By
  /frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
WorkflowTest.java 10 * Unless required by applicable law or agreed to in writing, software
39 import android.support.test.uiautomator.By;
149 * Init mock print servic that returns a single printer by default.
302 By.text("This printer isn't available right now.")), OPERATION_TIMEOUT_MILLIS));
341 By.text("This printer isn't available right now.")),
370 By.text("This printer isn't available right now.")),
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
AbstractLauncherUiTest.java 10 * Unless required by applicable law or agreed to in writing, software
30 import android.support.test.uiautomator.By;
110 By.desc(mTargetContext.getString(R.string.all_apps_button_label))),
122 By.text(mTargetContext.getString(R.string.widget_button_text)
269 return By.res(mTargetPackage, name);
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DisplaySettingsTest.java 10 * Unless required by applicable law or agreed to in writing, software
22 import android.support.test.uiautomator.By;
121 mDevice.wait(Until.findObject(By.text("Screen saver")), TIMEOUT).click();
232 mDevice.wait(Until.findObject(By.desc(setting.getName())), TIMEOUT).click();
244 UiObject2 more = mDevice.wait(Until.findObject(By.text("Advanced")), TIMEOUT);
  /platform_testing/tests/functional/systemmetrics/src/com/android/systemmetrics/functional/
AppStartTests.java 10 * Unless required by applicable law or agreed to in writing, software
44 import android.support.test.uiautomator.By;
102 mDevice.wait(Until.hasObject(By.pkg(SETTINGS_PACKAGE).depth(0)), LONG_TIMEOUT_MS);
144 mDevice.wait(Until.hasObject(By.pkg(mContext.getPackageName()).depth(0)), LONG_TIMEOUT_MS);
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreUiTest.java 10 * Unless required by applicable law or agreed to in writing, software
38 import android.support.test.uiautomator.By;
215 maybeClick(By.pkg(pkg).descContains("Capture"));
218 maybeClick(By.pkg(pkg).descContains("Done"));
231 // At the very least we expect photos generated by the device to have
291 BySelector buttonPanelSelector = By.pkg("com.android.documentsui")
295 final UiObject2 allowButton = buttonPanel.findObject(By.res("android:id/button1"));
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
ScopedDirectoryAccessClientTest.java 10 * Unless required by applicable law or agreed to in writing, software
41 import android.support.test.uiautomator.By;
296 * Asserts a permission was effectively granted by using it to write docs.
304 // Test granted permission directly by persisting it...
311 // ...and indirectly by creating some documents
352 final boolean gotIt = mDevice.wait(Until.hasObject(By.text(dir)), TIMEOUT);
355 final List<UiObject2> toggles = mDevice.findObjects(By.res("android:id/switch_widget"));
367 // Finally, make sure it's reset by requesting it again.
392 final boolean gotIt = mDevice.wait(Until.hasObject(By.text(dir)), TIMEOUT);
395 final List<UiObject2> toggles = mDevice.findObjects(By.res("android:id/switch_widget"))
    [all...]
  /platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
AppTransitionTests.java 10 * Unless required by applicable law or agreed to in writing, software
35 import android.support.test.uiautomator.By;
92 private static final BySelector RECENTS = By.res(SYSTEMUI_PACKAGE, "recents_view");
379 return By.res(mDevice.getLauncherPackageName(), "overview_panel");
388 final UiObject2 recentsButton = mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "recent_apps"));
391 UiObject2 navBar = mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "navigation_bar_frame"));
418 mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "home")).click();
430 By.res(mDevice.getLauncherPackageName(), "snapshot"));
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
SystemUiJankTests.java 10 * Unless required by applicable law or agreed to in writing, software
41 import android.support.test.uiautomator.By;
64 private static final BySelector RECENTS = By.res(SYSTEMUI_PACKAGE, "recents_view");
164 return By.res(device.getLauncherPackageName(), "overview_panel");
172 final UiObject2 recentsButton = device.findObject(By.res(SYSTEMUI_PACKAGE, "recent_apps"));
175 UiObject2 navBar = device.findObject(By.res(SYSTEMUI_PACKAGE, "navigation_bar_frame"));
345 By.res(mDevice.getLauncherPackageName(), "snapshot"));
353 // main task view by its width.
369 By.res(SYSTEMUI_PACKAGE, "dismiss_task"));
679 UiObject2 brightness = mDevice.findObject(By.res(SYSTEMUI_PACKAGE, "slider"))
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /device/linaro/hikey/l-loader/
start.S 84 @ By default, CLK_TXCO is the parent of CLK_UART3 in SC_CLK_SEL0
  /external/capstone/
config.mk 5 # Specify which archs you want to compile in. By default, we build all archs.
13 # vsnprintf() provided by system for internal dynamic memory management.
37 # non-critical instruction sets of X86, making the binary size smaller by ~60%.
53 # By default, Capstone is compiled with 'CAPSTONE_X86_REDUCE = no',
  /external/llvm/test/MC/Mips/
higher-highest-addressing.s 8 # Test that R_MIPS_HIGHER and R_MIPS_HIGHEST relocations are created. By using
32 # Check the case where relocations are not modified by adding +1. The constant
43 # Check the case where %higher is modified by adding +1.
50 # Check the case where both %higher and %highest are modified by adding +1.

Completed in 903 milliseconds

1 2 3 4 5 67 8 91011>>