HomeSort by relevance Sort by last modified time
    Searched refs:inside (Results 26 - 50 of 76) sorted by null

12 3 4

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
PointerTracker.java 232 // if new key index is not a key, old key was just released inside of the key.
233 final boolean inside = (keyIndex == NOT_A_KEY);
234 mKeys[oldKeyIndex].onReleased(inside);
  /external/v8/test/mjsunit/
const-redecl.js 212 // Test that const inside loop behaves correctly.
218 // Test that const inside with behaves correctly.
debug-compile-event.js 72 // events for the source inside eval.
debug-stepin-accessor.js 39 // to get into g.call and than check that execution is pauesed inside
debug-stepin-call-function-stub.js 40 // to get into g.call and than check that execution is pauesed inside
debug-stepin-function-call.js 36 // to get into g.call and than check that execution is pauesed inside
regexp.js 113 // Test that we handle \s and \S correctly inside some bizarre
  /external/webkit/WebCore/rendering/
RenderObject.cpp 644 if (o->isSVGForeignObject()) //foreignObject is the containing block for contents inside it
2054 bool inside = false; local
    [all...]
RenderFrameSet.cpp 168 bool inside = RenderBox::nodeAtPoint(request, result, x, y, tx, ty, action)
171 if (inside && frameSet()->noResize()
177 return inside || m_isChildResizing;
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 104 # Add a footnote id prefix to posts when inside a loop.
416 "[^"]*" # text inside double quotes (tolerate ">")
418 \'[^\']*\' # text inside single quotes (tolerate ">")
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.h 95 bool* inside, const CachedNode** , const CachedFrame** directFrame,
CachedFrame.cpp 357 int* best, bool* inside, const CachedNode** directHit,
403 // This rectangle is inside the other one, so it is
427 if (*inside && !testInside)
434 if ((!*inside && testInside) || *best >= distance) {
436 *inside = testInside;
447 const CachedNode* frameResult = frame->findBestAt(rect, best, inside,
753 if (testInBest == -1) { /* test is inside best */
    [all...]
CachedRoot.cpp 188 // sometimes the text is not drawn entirely inside the cursor area, even though
586 // point is called, so we assume that any bitmap that gets here is inside our
781 bool inside = false; local
785 const CachedNode* node = findBestAt(rect, &best, &inside, &directHit,
    [all...]
  /external/grub/docs/
texinfo.tex 174 % The following is used inside several \edef's.
676 % percent of a page (\vfilllimit can be changed inside of @tex).
689 % Do @comment since we are called inside an environment such as
799 % This defn is used inside fill environments such as @defun.
802 % This defn is used inside nofill environments such as @example.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 1147 void GEM_wind_redraw(_THIS, int winhandle, short *inside)
1161 if (rc_intersect((GRECT *)inside,(GRECT *)todo)) {
  /frameworks/base/core/java/android/view/
View.java 5947 final int inside = (viewFlags & SCROLLBARS_OUTSIDE_MASK) == 0 ? ~0 : 0; local
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 587 % Put chapter name on inside top of right hand pages, document
588 % title on inside top of left hand pages, and page numbers on outside top
745 % Definition of @item while inside @itemize.
802 % inside @code.
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 400 * toggled state of the key if the finger was release inside.
401 * @param inside whether the finger was released inside the key
404 public void onReleased(boolean inside) {
434 * Detects if a point falls inside this key.
437 * @return whether or not the point falls inside the key. If the key is attached to an edge,
438 * it will assume that all points between the key and the edge are considered to be inside
  /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.
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 67 inside of a virtual machine on the device. The fundamental Android application model
  /external/freetype/src/base/
ftstroke.c 893 /* process an inside corner, i.e. compute intersection */
1074 /* when we turn to the right, the inside side is 0 */
1077 /* otherwise, the inside side is 1 */
1081 /* process the inside side */
1169 /* now add a line segment to both the `inside' and `outside' paths */
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /build/tools/droiddoc/templates/assets/
android-developer-docs.css 296 /* the link inside a sumtable for "Show All/Hide All" */
1363 page-break-inside: avoid;
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
cpp.py 442 # have to take care of space removals tools so we can handle comments inside
464 True, if next character appended to 'line' is inside a
484 """We are inside a comment, find the end marker."""
728 /* ... */ comments are legit inside macros, for one line.
    [all...]

Completed in 4066 milliseconds

12 3 4