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

1 2 3 4

  /external/webkit/JavaScriptCore/
create_hash_table 45 my $inside = 0;
61 if (/^\@begin/ && !$inside) {
63 $inside = 1;
68 } elsif (/^\@end\s*$/ && $inside) {
78 $inside = 0;
79 } elsif (/^(\S+)\s*(\S+)\s*([\w\|]*)\s*(\w*)\s*$/ && $inside) {
99 } elsif ($inside) {
104 die "missing closing \@end" if ($inside);
  /frameworks/base/include/private/ui/
RegionHelper.h 78 int inside = spanner.next(current.top, current.bottom); local
79 spannerInner.prepare(inside);
82 int inside = spannerInner.next(current.left, current.right); local
83 if ((op_mask >> inside) & 1) {
114 int inside; local
118 inside = lhs_before_rhs;
128 inside = lhs_after_rhs;
138 inside = lhs_coincide_rhs;
149 return inside;
177 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs) local
250 int inside = SpannerBase::next(left, right, more_lhs, more_rhs); local
    [all...]
  /frameworks/base/nfc-extras/
Android.mk 13 # put the classes.jar, with full class files instead of classes.dex inside, into the dist directory
  /bionic/libthread_db/
Android.mk 26 # NOTE: Using --no-undefined results in a missing symbol that is defined inside
  /external/clearsilver/csharp/
README 37 - sample code for using inside mod_mono, includign CSPage.cs
  /external/v8/test/mjsunit/
global-load-from-eval-in-with.js 28 // Tests global loads from eval inside of a with statement.
42 // Test shadowing in local scope inside an eval scope.
46 // Test shadowing in local scope inside an eval scope. Deeper nesting
51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes.
55 // Test shadowing in local scope inside an eval scope with eval calls
with-parameter-access.js 28 // Return a parameter from inside a with statement.
try-catch-scopes.js 29 // visible inside the catch block. They should *not* just be treated
debug-stepin-builtin.js 39 // and than check that execution is paused inside function
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
lexical-048.js 26 eval( "for ( counter = 0;\ncounter <= 1\ncounter++ ) {\nresult += \": got inside for loop\")");
lexical-049.js 29 + "result += \": got inside for loop\";\n"
  /external/freetype/include/freetype/
ftstroke.h 44 * `inside' borders of the stroke.
144 * Applications are generally interested in the `inside' and `outside'
167 * `inside' borders of a given outline.
674 * only return either its inside or outside border.
684 * inside ::
685 * A Boolean. If~1, return the inside border, otherwise
701 FT_Bool inside,
  /external/webkit/WebCore/rendering/
RenderWidget.cpp 98 // destroyed while inside the Widget code, which might not be
356 bool inside = RenderReplaced::nodeAtPoint(request, result, x, y, tx, ty, action); local
359 if (inside && !hadResult && result.innerNode() == node())
361 return inside;
RenderImage.cpp 517 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction); local
519 if (inside && node()) {
530 if (inside)
532 return inside;
RenderLineBoxList.cpp 241 bool inside = curr->nodeAtPoint(request, result, x, y, tx, ty); local
242 if (inside) {
  /external/webkit/WebKitTools/android/flex-2.5.4a/
scan.l 549 synerr( _( "bad character inside {}'s" ) );
628 synerr( _( "EOF encountered inside an action" ) );
  /external/skia/src/core/
SkRegion.cpp 601 int inside, left, rite SK_INIT_TO_AVOID_WARNING;
612 inside = 1;
624 inside = 2;
636 inside = 3;
671 fInside = inside;
810 int inside;
814 inside = 1;
827 inside = 2;
840 inside = 3;
859 // if ((unsigned)(inside - oper.fMin) <= (unsigned)(oper.fMax - oper.fMin)
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 20 # Android platform build system, inside of its source tree. This
  /frameworks/base/core/java/com/android/internal/widget/
PasswordEntryKeyboard.java 241 public void onReleased(boolean inside) {
243 super.onReleased(inside);
  /external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 147 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags.
158 # Don't mess with quotes inside tags.
256 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags
267 # Don't mess with quotes inside tags
345 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags
348 # Don't mess with quotes inside tags
382 $in_pre = 0; # Keep track of when we're inside <pre> or <code> tags
385 # Don't mess with quotes inside tags
766 was not seen as HTML (smart quotes where applied inside).
  /external/qemu/android/skin/
window.c 584 char inside; member in struct:__anon5739
593 finger->inside = 0;
870 finger->inside = 0;
877 finger->inside = 1;
898 char inside = 1; local
904 inside = 0;
908 inside = 0;
912 inside = 0;
915 inside = 0;
917 finger->inside = inside
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 39 void GEM_wind_redraw(_THIS, int winhandle, short *inside);
  /external/webkit/WebCore/css/
CSSPropertyNames.in 106 page-break-inside
191 -webkit-column-break-inside
  /external/v8/test/mjsunit/compiler/
literals-assignment.js 28 // Tests for simple assignments and literals inside an anonymous function
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 721 final boolean inside = key.isInsideSuper(x, y);
724 if (inside) {
756 // return inside;
774 return inside;
    [all...]

Completed in 574 milliseconds

1 2 3 4