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

1 2 3 4

  /sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
By.java 10 * Unless required by applicable law or agreed to in writing, software
33 * Currently supports the By.id criteria to search for an element by id.
35 * By.classid - search by class.
36 * By.hash - search by hashcode
45 public class By extends PyObject implements ClassDictInit {
47 JythonUtils.convertDocAnnotationsForClass(By.class, dict);
52 By(String id)
    [all...]
EasyMonkeyDevice.java 10 * Unless required by applicable law or agreed to in writing, software
71 "The event type as returned by TouchPressType()." })
76 By selector = getSelector(ap, 0);
84 public void touch(By selector, TouchPressType type) {
98 By selector = getSelector(ap, 0);
103 public void type(By selector, String text) {
117 By selector = getSelector(ap, 0);
137 By selector = getSelector(ap, 0);
141 public boolean exists(By selector) {
154 By selector = getSelector(ap, 0)
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/core/
By.java 10 * Unless required by applicable law or agreed to in writing, software
21 * It operates similar to WebDriver's By class.
23 public class By {
25 * A method to let you select items by id.
27 * @return a selector that will select the appropriate item by id
34 * A method that lets you select items by accessibility ids.
37 * @return a selector that will select the appropriate object by its accessibility ids.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/os2/
joyos2.h 160 GAME_3POS_STRUCT By;
172 GAME_3POS_STRUCT By;
SDL_sysjoystick.c 7 License as published by the Free Software Foundation; either
26 /* OS/2 Joystick driver, contributed by Daniel Caetano */
191 axis[3] = &stGameCalib.By;
246 SYS_JoyData[0].axes_min[3] = stGameCalib.By.lower;
247 SYS_JoyData[0].axes_med[3] = stGameCalib.By.centre;
248 SYS_JoyData[0].axes_max[3] = stGameCalib.By.upper;
258 SYS_JoyData[1].axes_min[1] = stGameCalib.By.lower;
259 SYS_JoyData[1].axes_med[1] = stGameCalib.By.centre;
260 SYS_JoyData[1].axes_max[1] = stGameCalib.By.upper;
293 SYS_JoyData[0].axes_min[1] = stGameCalib.By.lower
    [all...]
  /external/skia/src/core/
SkGeometry.cpp 5 * Use of this source code is governed by a BSD-style license that can be
68 involving integer multiplies by 2 or 3, but fewer calls to SkScalarMul.
395 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
402 SkScalar By = src[0].fY - src[1].fY - src[1].fY + src[2].fY;
406 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
412 tmp.setMul(Ay, -By);
418 tmp.setMul(By, By)
    [all...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyDevice.java 10 * Unless required by applicable law or agreed to in writing, software
23 import com.android.chimpchat.core.By;
66 @MonkeyRunnerExported(doc = "Sends a DOWN event, immediately followed by an UP event when used with touch() or press()")
121 "touch event type as returned by TouchPressType()"})
177 "touch event type as returned by TouchPressType(). To simulate typing a key, " +
258 @MonkeyRunnerExported(doc = "Starts an Activity on the device by sending an Intent " +
378 //findView(By.id("foo")) style the java code uses, I'm going to expose them as individual
388 IChimpView view = impl.getView(By.id(id));
402 IChimpView view = impl.getView(By.accessibilityIds(windowId, accessibilityId));
422 Collection<IChimpView> views = impl.getViews(By.text(text))
    [all...]
  /external/v8/test/mjsunit/
sin-cos.js 16 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
43 // By accident, the slow case for sine and cosine were both sine at
  /external/clang/tools/scan-build/
scan-build 174 # $Dir does not exist. It will be automatically created by the
962 -plist - By default the output of scan-build is a set of HTML files.
965 -plist-html - By default the output of scan-build is a set of HTML files.
969 --status-bugs - By default, the exit status of $Prog is the same as the
990 -constraints [model] - Specify the contraint engine used by the analyzer.
991 By default the 'range' model is used. Specifying
993 used by checker-0.160 and earlier.
995 -store [model] - Specify the store model used by the analyzer. By default,
1108 NOTE: "+" indicates that an analysis is enabled by default
    [all...]
  /dalvik/dx/etc/
dx.bat 10 REM Unless required by applicable law or agreed to in writing, software
50 REM By default, give dx a max heap size of 1 gig and a stack size of 1meg.
51 rem This can be overridden by using "-JXmx..." and "-JXss..." options below.
58 REM followed by "value". Dx has been changed to know how to deal with that.
  /external/mesa3d/docs/
MESA_drm_image.spec 88 EGL_DRM_BUFFER_USE_MESA. The only format specified by this
91 then red, then green, then blue. The bit values accepted by
97 be shared with other processes by passing the underlying DRM
115 Import a shared buffer by calling eglCreateImageKHR with
137 client APIs. By referenceing an EGLImage in a client API, the
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 5 # By Vince Weaver <vince _at_ deater.net>
11 # offsets into the results returned by the uname syscall
74 # by Stephan Walter 2002, based on LZSS.C by Haruhiko Okumura 1989
75 # optimized some more by Vince Weaver
266 srawi 4,4,20 # divide by 2^20 to get MB
400 srawi 23,4,1 # divide by two
466 li 20,10 # we will divide by 10
470 divw 21,19,20 # divide r19 by r20 put into r21
  /cts/tests/SignatureTest/
Android.mk 9 # Unless required by applicable law or agreed to in writing, software
66 # By only ever having one of these magic files in existance and making
97 # Split up config/api/1.xml by "package" and save the files as the
  /external/chromium/testing/gmock/scripts/
gmock_doctor.py 20 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
145 """Diagnoses the given disease by pattern matching.
167 """Diagnoses the NRR disease, given the error messages by the compiler."""
188 """Diagnoses the NRS disease, given the error messages by the compiler."""
215 """Diagnoses the NRN disease, given the error messages by the compiler."""
252 """Diagnoses the IBRA disease, given the error messages by the compiler."""
270 by pointer."""
272 return _GenericDiagnoser('IBRA', 'Incomplete By-Reference Argument Type',
279 """Diagnoses the OFM disease, given the error messages by the compiler."""
300 """Diagnoses the OFA disease, given the error messages by the compiler.""
    [all...]
  /build/core/
java.mk 98 # By giving different file name, files can be updated correctly when switching
196 # By putting the generated java files into $(LOCAL_INTERMEDIATE_SOURCE_DIR), they will be
197 # automatically found by the java compiling function transform-java-to-classes.jar.
203 # include the dependency files (.d) generated by llvm-rs-cc.
214 # all_java_sources. See if we can get that by adding a
240 # If LOCAL_BUILT_MODULE_STEM wasn't overridden by our caller,
297 # since it will be instrumented by the package that includes it
309 # by default, avoid applying emma instrumentation onto emma classes itself,
  /external/srec/tests/
Android.mk 133 # By default they are not copied to /system/usr/srec since they are #
134 # only required by the SREC and UAPI tests. #
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 22 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
39 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.
52 be executed by a token rewrite stream at some time in future when the stream is
57 Rewrite streams implement lazy rewriting by storing the parameters of
72 # the printable name of operations represented by the class -- used for inspection
78 # run the rewrite operation represented by this object and append the output to +buffer+
82 # return the name of this operation as set by its class
  /external/iproute2/doc/
ip-tunnels.tex 88 A: Yes. By default tunnel driver copies \verb|ttl| value from
89 inner packet to outer one. It means that path traversed by tunneled
248 It is enabled by default. Note that fixed ttl is incompatible
275 output directions by prefixing corresponding keywords with letter
328 not acknowledged by more specific tunnels.
375 tunnels, created in this way, and tunnels created by \verb|ip tunnel|.
379 it will be reused by \verb|mrouted|, if it requests DVMRP
398 sent to multicast group 224.66.66.66. By default such tunnel starts
404 You may disable dynamic ARPing by:
424 by historical reasons broadcast mode is not supported by IPIP tunnels
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 11 * Unless required by applicable law or agreed to in writing, software
138 For Mac OS X kernel development, iDebug is enabled by default because we can dynamically check for the presence
366 indicate a variable is unused in a manner that is supported by most compilers.
484 This declares an array with a size that is determined by a compile-time expression. If the expression evaluates
    [all...]
  /external/quake/
NOTICE 6 as published by the Free Software Foundation; either version 2
28 freedom to share and change it. By contrast, the GNU General Public
33 using it. (Some other Free Software Foundation software is covered by
61 software. If the software is modified by someone else and passed on, we
63 that any problems introduced by others will not reflect on the original
66 Finally, any free program is threatened constantly by software
80 a notice placed by the copyright holder saying it may be distributed
90 covered by this License; they are outside its scope. The act of
93 Program (independent of having been made by running the Program).
143 your rights to work written entirely by you; rather, the intent is t
    [all...]
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 5 # By Vince Weaver <vince _at_ deater.net>
12 # offsets into the results returned by the uname syscall
20 # offset into the results returned by the sysinfo syscall
42 # by Stephan Walter 2002, based on LZSS.C by Haruhiko Okumura 1989
43 # optimized some more by Vince Weaver
59 orr r5,r4,r5,LSL #8 @ shift 0xff left by 8 and or in the byte we loaded
78 @ by default in output_loop
205 movs r3,r3,lsr #20 @ divide by 1024*1024 to get M
329 sub r2,r10,r2 @ get length by subtractin
    [all...]
  /external/bluetooth/bluez/gdbus/
NOTICE 9 * it under the terms of the GNU General Public License as published by
34 freedom to share and change it. By contrast, the GNU General Public
39 using it. (Some other Free Software Foundation software is covered by
67 software. If the software is modified by someone else and passed on, we
69 that any problems introduced by others will not reflect on the original
72 Finally, any free program is threatened constantly by software
85 a notice placed by the copyright holder saying it may be distributed
95 covered by this License; they are outside its scope. The act of
98 Program (independent of having been made by running the Program).
147 your rights to work written entirely by you; rather, the intent is t
    [all...]
  /external/bluetooth/bluez/input/
NOTICE 9 * it under the terms of the GNU General Public License as published by
34 freedom to share and change it. By contrast, the GNU General Public
39 using it. (Some other Free Software Foundation software is covered by
67 software. If the software is modified by someone else and passed on, we
69 that any problems introduced by others will not reflect on the original
72 Finally, any free program is threatened constantly by software
85 a notice placed by the copyright holder saying it may be distributed
95 covered by this License; they are outside its scope. The act of
98 Program (independent of having been made by running the Program).
147 your rights to work written entirely by you; rather, the intent is t
    [all...]
  /external/bluetooth/bluez/plugins/
NOTICE 9 * it under the terms of the GNU General Public License as published by
34 freedom to share and change it. By contrast, the GNU General Public
39 using it. (Some other Free Software Foundation software is covered by
67 software. If the software is modified by someone else and passed on, we
69 that any problems introduced by others will not reflect on the original
72 Finally, any free program is threatened constantly by software
85 a notice placed by the copyright holder saying it may be distributed
95 covered by this License; they are outside its scope. The act of
98 Program (independent of having been made by running the Program).
147 your rights to work written entirely by you; rather, the intent is t
    [all...]
  /external/bluetooth/bluez/src/
NOTICE 11 * it under the terms of the GNU General Public License as published by
36 freedom to share and change it. By contrast, the GNU General Public
41 using it. (Some other Free Software Foundation software is covered by
69 software. If the software is modified by someone else and passed on, we
71 that any problems introduced by others will not reflect on the original
74 Finally, any free program is threatened constantly by software
87 a notice placed by the copyright holder saying it may be distributed
97 covered by this License; they are outside its scope. The act of
100 Program (independent of having been made by running the Program).
149 your rights to work written entirely by you; rather, the intent is t
    [all...]

Completed in 592 milliseconds

1 2 3 4