HomeSort by relevance Sort by last modified time
    Searched refs:inside (Results 151 - 175 of 231) sorted by null

1 2 3 4 5 67 8 910

  /external/v8/tools/
tickprocessor.js 364 // inside callback's code, and we will erroneously report
370 // Find out, if top of stack was pointing inside a JS function
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp 615 // Fill a YV12 buffer with red outside a given rectangle and green inside it.
626 bool inside = rect.left <= x && x < rect.right && local
628 buf[yuvTexOffsetY + (y * yuvTexStrideY) + x] = inside ? 240 : 64;
630 bool inside = rect.left <= 2*x && 2*x < rect.right &&
634 inside ? 16 : 255;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 401 * toggled state of the key if the finger was release inside.
402 * @param inside whether the finger was released inside the key
405 public void onReleased(boolean inside) {
435 * Detects if a point falls inside this key.
438 * @return whether or not the point falls inside the key. If the key is attached to an edge,
439 * it will assume that all points between the key and the edge are considered to be inside
458 * Detects if a area falls inside this key.
463 * @return whether or not the area falls inside the key.
  /external/chromium/third_party/libevent/
event_rpcgen.py 47 """Creates the name inside an enumeration for distinguishing data
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 67 // Addresses inside functions.
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 178 % The following is used inside several \edef's.
744 % percent of a page (\vfilllimit can be changed inside of @tex).
757 % Do @comment since we are called inside an environment such as
867 % This defn is used inside fill environments such as @defun.
870 % This defn is used inside nofill environments such as @example.
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 98 // Elements inside an active group should not be disabled, and vice versa
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 926 .memitem { page-break-inside: avoid; }
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 310 /// Helper for storing local variables inside a routine. The code that ANTLR
316 /// variable of the TLocalStorage type inside a routine, and you can use it
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 405 * toggled state of the key if the finger was release inside.
406 * @param inside whether the finger was released inside the key
409 public void onReleased(boolean inside) {
439 * Detects if a point falls inside this key.
442 * @return whether or not the point falls inside the key. If the key is attached to an edge,
443 * it will assume that all points between the key and the edge are considered to be inside
    [all...]
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs 147 static const int DRAG_MODEL_CYLINDER_INSIDE = 2; // Drag relative to point on inside of cylinder
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 300 /* the link inside a sumtable for "Show All/Hide All" */
1297 page-break-inside: avoid;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js 550 * Generates an alert overlay inside the proxy's popup, then closes the popup
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 301 /* the link inside a sumtable for "Show All/Hide All" */
1154 page-break-inside: avoid;
  /external/freetype/src/base/
ftstroke.c 976 /* process an inside corner, i.e. compute intersection */
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1418 int inside = center.x >= radius && center.x < size.width - radius && local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 705 # have to take care of space removals tools so we can handle comments inside
727 True, if next character appended to 'line' is inside a
747 """We are inside a comment, find the end marker."""
    [all...]
  /ndk/build/core/
init.mk 159 # NOTE: The 2>NUL here is for the case where we're running inside the
definitions.mk 479 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block.
    [all...]
  /build/core/
main.mk 255 # Variable to check java support level inside PDK build.
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 298 /* the link inside a sumtable for "Show All/Hide All" */
1574 page-break-inside: avoid;
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 360 // events to fall inside of. We could get around this by adding a box around

Completed in 764 milliseconds

1 2 3 4 5 67 8 910