Searched refs:By (Results 1 - 25 of 87) sorted by relevance

1234

/external/droiddriver/samples/testapp/tests/src/com/google/android/apps/common/testing/ui/testapp/
H A DAbstractSendActivityTest.java5 import com.google.android.droiddriver.finders.By;
35 driver.on(By.text(activity.getString(R.string.button_send))).click();
36 assertTrue(driver.on(By.text(getDisplayTitle())).isVisible());
40 driver.on(By.xpath("//ScrollView//Button")).click();
41 assertTrue(driver.on(By.xpath("//TextView" + XPaths.text(getDisplayTitle()))).isVisible());
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dmodule-resolution.js58 let By = B.y
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dmkfts2amal.tcl29 ** Full Text Search extension 2 (fts2). By combining all the individual C
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dmkfts3amal.tcl29 ** Full Text Search extension 2 (fts3). By combining all the individual C
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dautoit.php15 * - Updated on 22.03.2008 By Tlem (tlem@tuxolem.fr)
/external/droiddriver/src/com/google/android/droiddriver/finders/
H A DBy.java29 public class By { class
355 private By() {} method in class:By
/external/chromium_org/third_party/skia/src/core/
H A DSkGeometry.cpp395 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
401 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
405 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
411 tmp.setMul(Ay, -By);
417 tmp.setMul(By, By);
747 SkScalar By local
[all...]
/external/skia/src/core/
H A DSkGeometry.cpp395 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
401 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
405 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
411 tmp.setMul(Ay, -By);
417 tmp.setMul(By, By);
747 SkScalar By local
[all...]
/external/ant-glob/
H A DNOTICE210 license. By obtaining, using and/or copying this work, you (the licensee) agree
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp242 double By = fPts[2].fY - 2 * fPts[1].fY + fPts[0].fY; local
245 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp242 double By = fPts[2].fY - 2 * fPts[1].fY + fPts[0].fY; local
245 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk13 # By default the VALID_TOOLCHAINS list contains newlib and glibc. If your
103 # are compiled without optimizations to make debugging easier. By default
199 # the makefile becomes the default target. By convention this is usually called
208 # By default this is the NaCl SDK 'lib' folder.
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S5 # By Vince Weaver <vince _at_ deater.net>
/external/chromium_org/third_party/lcov/contrib/galaxy/
H A Dposterize.pl219 (By James M. Kenefick Jr.) rightJustify
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/
H A Dposterize.pl219 (By James M. Kenefick Jr.) rightJustify
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_drm_image.spec141 client APIs. By referencing an EGLImage in a client API, the
/external/chromium_org/tools/win/
H A Dcopy-installer.bat13 REM By default, the script will copy the Debug build in the tree, falling back
/external/mesa3d/docs/
H A DMESA_drm_image.spec141 client APIs. By referencing an EGLImage in a client API, the
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmksqlite3c.tcl53 ** version $VERSION. By combining all the individual C code files into this
/external/clang/tools/scan-build/
H A Dscan-build1052 Also analyze functions in #included files. By default, such functions
1082 By default the output of scan-build is a set of HTML files. This option
1087 By default the output of scan-build is a set of HTML files. This option
1092 By default, the exit status of scan-build is the same as the executed build
/external/srec/tests/
H A DAndroid.mk133 # By default they are not copied to /system/usr/srec since they are #
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
/external/iproute2/doc/
H A Dip-tunnels.tex88 A: Yes. By default tunnel driver copies \verb|ttl| value from
398 sent to multicast group 224.66.66.66. By default such tunnel starts
/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1082 #pragma mark == Design-By-Contract macros ==
1086 // Design-By-Contract macros
1095 // Note: Design-By-Contract "require" macros are already defined elsewhere.
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S5 # By Vince Weaver <vince _at_ deater.net>

Completed in 768 milliseconds

1234