HomeSort by relevance Sort by last modified time
    Searched defs:By (Results 1 - 25 of 52) sorted by null

1 2 3

  /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));
  /prebuilts/go/darwin-x86/src/sort/
example_keys_test.go 2 // Use of this source code is governed by a BSD-style
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
24 type By func(p1, p2 *Planet) bool
26 // Sort is a method on the function type, By, that sorts the argument slice according to the function.
27 func (by By) Sort(planets []Planet) {
30 by: by, // The Sort method's receiver is the function (closure) that defines the sort order.
35 // planetSorter joins a By function and a slice of Planets to be sorted.
38 by func(p1, p2 *Planet) bool // Closure used in the Less method
    [all...]
  /prebuilts/go/linux-x86/src/sort/
example_keys_test.go 2 // Use of this source code is governed by a BSD-style
23 // By is the type of a "less" function that defines the ordering of its Planet arguments.
24 type By func(p1, p2 *Planet) bool
26 // Sort is a method on the function type, By, that sorts the argument slice according to the function.
27 func (by By) Sort(planets []Planet) {
30 by: by, // The Sort method's receiver is the function (closure) that defines the sort order.
35 // planetSorter joins a By function and a slice of Planets to be sorted.
38 by func(p1, p2 *Planet) bool // Closure used in the Less method
    [all...]
  /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...]
  /packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DvrLibraryTest.java 10 * Unless required by applicable law or agreed to in writing, software
24 import android.support.test.uiautomator.By;
57 By.hasDescendant(
60 By.hasDescendant(
64 By.hasDescendant(
67 By.focusable(true)
124 By.focusable(true)
125 .hasDescendant(By.textStartsWith(PROGRAM_NAME_PREFIX))
126 .hasDescendant(By.textEndsWith("today"));
128 By.focusable(true
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
BaseLauncher3Strategy.java 10 * Unless required by applicable law or agreed to in writing, software
18 import android.support.test.uiautomator.By;
125 mDevice.findObject(By.res(getSupportedLauncherPackage(), "widget_button")).click();
151 BySelector app = By.clazz(TextView.class).text(appName);
160 return By.res(getSupportedLauncherPackage(), "apps_list_view");
168 return By.res(getSupportedLauncherPackage(), "widgets_list_view");
176 return By.res(getSupportedLauncherPackage(), "workspace");
184 return By.res(getSupportedLauncherPackage(), "search_container_hotseat");
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 2 // Use of this source code is governed by a BSD-style license that can be
347 // sRGB value {Rx,Ry}={0.64, 0.33}, {Gx,Gy}={0.30, 0.60}, {Bx,By}={0.15, 0.06}
351 float Bx = 0.15f, By = 0.06f;
352 Matrix_3by3 RGB_xyz(Rx, Gx, Bx, Ry, Gy, By, 1 - Rx - Ry, 1 - Gx - Gy,
353 1 - Bx - By);
    [all...]
  /packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
MoreWirelessSettingsTest2.java 10 * Unless required by applicable law or agreed to in writing, software
24 import android.support.test.uiautomator.By;
119 By.scrollable(true).clazz(SCROLLVIEW_CLASS);
121 By.scrollable(true).clazz(LISTVIEW_CLASS);
158 (By.text(CONFIGURE_WIFI_PREFERENCE_TEXT)), TIMEOUT);
176 // Submit button should be disabled by default, while cancel button should be enabled.
178 By.text(ADD_NETWORK_MENU_SAVE_BUTTON_TEXT)), TIMEOUT).isEnabled());
180 By.text(ADD_NETWORK_MENU_CANCEL_BUTTON_TEXT)), TIMEOUT).isEnabled());
183 assertEquals("Enter the SSID", mDevice.wait(Until.findObject(By
189 assertEquals("None", mDevice.wait(Until.findObject(By
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 10 * Unless required by applicable law or agreed to in writing, software
37 * Each color space is characterized by a {@link Model color model} that defines
42 * color space, defined by {@link #getMinValue(int)} and {@link #getMaxValue(int)}
98 * <p>You can easily convert to {@link Named#SRGB sRGB} by omitting the second
123 * <p>Public static methods provided by this class, such as {@link #get(Named)}
155 * is used by the profile connection space in ICC profiles.
213 * {@link ColorSpace} can be obtained by calling {@link ColorSpace#get(Named)}:</p>
    [all...]
  /prebuilts/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0/
chimpchat-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-alpha1/
chimpchat-25.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta1/
chimpchat-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta2/
chimpchat-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta3/
chimpchat-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.0-beta4/
chimpchat-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.1/
chimpchat-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.3.3/
chimpchat-25.3.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha1/
chimpchat-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.4.0-alpha3/
chimpchat-25.4.0-alpha3.jar 

Completed in 409 milliseconds

1 2 3