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

1 2 3 4 5

  /external/droiddriver/src/com/google/android/droiddriver/scroll/
Scrollers.java 10 * Unless required by applicable law or agreed to in writing, software
23 import com.google.android.droiddriver.finders.By;
41 driver.checkGone(By.className(ProgressBar.class));
SentinelStrategy.java 10 * Unless required by applicable law or agreed to in writing, software
23 import com.google.android.droiddriver.finders.By;
41 * UiElements are not skipped by default.
47 // Include invisible children by default.
110 * to the reordering by layout described in {@link UiElement#getChildren}.
143 * Decorates a {@link Getter} by adding another {@link Predicate}.
181 sentinelFinder = By.chain(containerFinder, backwardGetter);
183 sentinelFinder = By.chain(containerFinder, forwardGetter);
StepBasedScroller.java 10 * Unless required by applicable law or agreed to in writing, software
27 import com.google.android.droiddriver.finders.By;
86 itemFinder = By.chain(containerFinder, itemFinder);
138 return driver.getPoller().pollFor(driver, By.chain(containerFinder, itemFinder),
DynamicSentinelStrategy.java 10 * Unless required by applicable law or agreed to in writing, software
23 import com.google.android.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());
  /build/core/
host_shared_library.mk 9 # By default we only build host module for the first arch.
host_static_library.mk 9 # By default we only build host module for the first arch.
host_executable.mk 10 # By default we only build host module for the first arch.
executable.mk 3 # By default, an executable is built for TARGET_ARCH.
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 29 ** Full Text Search extension 2 (fts2). By combining all the individual C
38 # These are the header files used by FTS2. The first time any of these
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 29 ** Full Text Search extension 2 (fts3). By combining all the individual C
38 # These are the header files used by FTS3. The first time any of these
  /external/chromium_org/tools/grit/grit/gather/
interface.py 3 # Use of this source code is governed by a BSD-style license that can be
48 '''Sets node attributes used by the gatherer.
50 By default, this does nothing. If special handling is desired, it should be
51 overridden by the child gatherer.
59 '''Sets global defines used by the gatherer.
61 By default, this does nothing. If special handling is desired, it should be
62 overridden by the child gatherer.
75 '''Overrides the default uberclique so that cliques created by this object
76 become part of the uberclique supplied by the user.
107 """Returns a set of all filenames inlined by this gatherer.""
    [all...]
  /external/droiddriver/src/com/google/android/droiddriver/finders/
By.java 10 * Unless required by applicable law or agreed to in writing, software
27 public class By {
47 /** Matches a UiElement by resource id. */
52 /** Matches a UiElement by package name. */
57 /** Matches a UiElement by the exact text. */
72 /** Matches a UiElement by content description. */
82 /** Matches a UiElement by class name. */
87 /** Matches a UiElement by class name. */
98 * Matches by XPath. When applied on an non-root element, it will not evaluate
138 * Returns a finder that uses the UiElement returned by first Finder a
    [all...]
  /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
  /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.
  /external/chromium_org/third_party/skia/experimental/webtry/poly/
Gruntfile.js 58 // By default run all the commands in the right sequence to build our custom minified polyfill.
  /external/ant-glob/
NOTICE 11 * and distribution as defined by Sections 1 through 9 of this document.
13 * "Licensor" shall mean the copyright owner or entity authorized by
17 * other entities that control, are controlled by, or are under common
20 * direction or management of such entity, whether by contract or
25 * exercising permissions granted by this License.
37 * Object form, made available under the License, as indicated by a
46 * separable from, or merely link (or bind by name) to the interfaces of,
52 * submitted to Licensor for inclusion in the Work by the copyright owner
53 * or by an individual or Legal Entity authorized to submit on behalf of
58 * and issue tracking systems that are managed by, or on behalf of, th
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities.cpp 4 * Use of this source code is governed by a BSD-style license that can be
311 double By = src[2].y - 2 * src[1].y + src[0].y;
314 return quadraticRootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
  /cts/tests/signature/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
51 # By only ever having one of these magic files in existence and making
64 # Split up config/api/1.xml by "package" and save the files as the
  /dalvik/dx/etc/
dx.bat 10 REM Unless required by applicable law or agreed to in writing, software
49 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
50 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.
57 REM followed by "value". Dx has been changed to know how to deal with that.
  /external/chromium_org/extensions/renderer/resources/
uncaught_exception_handler.js 2 // Use of this source code is governed by a BSD-style license that can be
5 // Handles uncaught exceptions thrown by extensions. By default this is to
16 * unsafe, because it could be generated by an extension.
84 // This error is exceptional and could be triggered by
  /external/chromium_org/native_client_sdk/src/tools/
common.mk 2 # Use of this source code is governed by a BSD-style license that can be
13 # By default the VALID_TOOLCHAINS list contains pnacl, newlib and glibc. If
109 # are compiled without optimizations to make debugging easier. By default
111 # build the debug configuration by default instead.
223 # the makefile becomes the default target. By convention this is usually called
232 # By default this is the NaCl SDK 'lib' folder.
321 # For example, -DNDEBUG is added to release builds by default
383 # We use the .deps extension for dependencies. These files are generated by
387 # be processed by fix_deps.py)
  /external/chromium_org/remoting/webapp/
media_source_renderer.js 2 // Use of this source code is governed by a BSD-style license that can be
80 // key frame. By default Chrome buffers up to 150MB of data. We never
  /external/chromium_org/v8/test/mjsunit/
deopt-with-fp-regs.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
86 // By deleting the field we are forcing the code to deopt when the field is
  /external/chromium_org/third_party/simplejson/
__init__.py 174 will be pretty-printed with a newline followed by that string repeated
207 in alphabetical order by key. This option takes precedence over
211 will be sorted by item.
271 will be pretty-printed with a newline followed by that string repeated
302 in alphabetical order by key. This option takes precendence over
306 will be sorted by item.
349 :class:`str` objects decoded by this instance (``'utf-8'`` by
370 JSON float to be decoded. By default, this is equivalent to
375 JSON int to be decoded. By default, this is equivalent t
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkGeometry.cpp 4 * Use of this source code is governed by a BSD-style license that can be
67 involving integer multiplies by 2 or 3, but fewer calls to SkScalarMul.
321 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
327 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
330 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
453 // we divide A,B,C by 3 to simplify
579 the resulting beziers are monotonic in Y. This is called by the sca
    [all...]

Completed in 801 milliseconds

1 2 3 4 5