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

  /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));
  /external/droiddriver/src/io/appium/droiddriver/finders/
By.java 10 * Unless required by applicable law or agreed to in writing, software
30 public class By {
50 /** Matches a UiElement by a resource id defined in the AUT. */
57 * Matches a UiElement by the string representation of a resource id. This works for resources
64 /** Matches a UiElement by package name. */
69 /** Matches a UiElement by the exact text. */
84 /** Matches a UiElement by content description. */
94 /** Matches a UiElement by class name. */
99 /** Matches a UiElement by class name. */
110 * Matches by XPath. When applied on an non-root element, it will not evaluat
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_colors.cpp 2 // Use of this source code is governed by a BSD-style license that can be
246 // sRGB value {Rx,Ry}={0.64, 0.33}, {Gx,Gy}={0.30, 0.60}, {Bx,By}={0.15, 0.06}
250 FX_FLOAT Bx = 0.15f, By = 0.06f;
251 CFX_Matrix_3by3 RGB_xyz(Rx, Gx, Bx, Ry, Gy, By, 1 - Rx - Ry, 1 - Gx - Gy, 1 - Bx - By);
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 4 * Use of this source code is governed by a BSD-style license that can be
31 involving integer multiplies by 2 or 3, but fewer calls to SkScalarMul.
304 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
310 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
313 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
418 // we divide A,B,C by 3 to simplify
546 the resulting beziers are monotonic in Y. This is called by the sca
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
  /prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar 
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 

Completed in 127 milliseconds