/external/webkit/Source/WebCore/rendering/ |
RenderWidget.cpp | 103 // destroyed while inside the Widget code, which might not be 400 bool inside = RenderReplaced::nodeAtPoint(request, result, x, y, tx, ty, action); local 403 if ((inside || result.isRectBasedTest()) && !hadResult && result.innerNode() == node()) 405 return inside;
|
RenderImage.cpp | 414 bool inside = RenderReplaced::nodeAtPoint(request, tempResult, x, y, tx, ty, hitTestAction); local 427 if (!inside && result.isRectBasedTest()) 429 if (inside) 431 return inside;
|
/external/freetype/include/freetype/ |
ftstroke.h | 44 * `inside' borders of the stroke. 168 * Applications are generally interested in the `inside' and `outside' 191 * `inside' borders of a given outline. 699 * only return either its inside or outside border. 709 * inside :: 710 * A Boolean. If~1, return the inside border, otherwise 726 FT_Bool inside,
|
/external/skia/third_party/glu/libtess/ |
render.c | 101 if( f->inside && ! f->marked ) { 149 #define Marked(f) (! (f)->inside || (f)->marked) 271 newState = ! e->Rface->inside; 339 * contour for each face marked "inside". The rendering output is 348 if( f->inside ) {
|
sweep.c | 81 * - each "inside" region is monotone, ie. can be broken into two chains 221 * Winding number and "inside" flag are not updated. 263 reg->inside = IsWindingInside( tess, reg->windingNumber ); 271 * The "inside" flag is copied to the appropriate mesh face (we could 279 f->inside = reg->inside; 291 * origin vOrg. At the same time we copy the "inside" flag from the 386 /* Compute the winding number and "inside" flag for the new regions */ 388 reg->inside = IsWindingInside( tess, reg->windingNumber ); 592 e->Lface->inside = regUp->inside [all...] |
/external/valgrind/main/memcheck/tests/ |
mempool.stderr.exp | 20 Address 0x........ is 70 bytes inside a block of size 100,000 alloc'd 29 Address 0x........ is 96 bytes inside a block of size 100,000 alloc'd
|
mempool2.stderr.exp | 45 Address 0x........ is 0 bytes inside a block of size 32 alloc'd 65 Address 0x........ is 0 bytes inside a block of size 32 alloc'd
|
holey_buffer_too_small.stderr.exp | 6 Address 0x........ is 4 bytes inside a block of size 8 alloc'd
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
RTree.h | 73 // Does an inclusive remove -- all elements fully inside the clip will 155 bool inside(int minx, int miny, int maxx, int maxy);
|
/external/webkit/Tools/Scripts/ |
update-webkit-dependency | 47 update-webkit-dependancy <URL with the dependancy zip file> <*prefix dir inside zip without filename>
|
/external/webkit/Tools/android/flex-2.5.4a/ |
scan.l | 549 synerr( _( "bad character inside {}'s" ) ); 628 synerr( _( "EOF encountered inside an action" ) );
|
/development/ndk/platforms/android-9/samples/native-activity/ |
Android.mk | 20 # Android platform build system, inside of its source tree. This
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 38 the current function with the code for each basic block inside.
|
/external/v8/test/mjsunit/regress/ |
regress-1521.js | 30 // Optimized variable access inside through a catch context should work.
|
regress-124594.js | 30 // Test that a GC inside a constructor frame is correctly handled right
|
regress-1472.js | 28 // Avoid excessive expansions of regexp repetitions inside regexp repetitions.
|
/external/v8/test/mjsunit/ |
with-parameter-access.js | 28 // Return a parameter from inside a with statement.
|
/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 | 706 char inside; member in struct:__anon11840 715 finger->inside = 0; 992 finger->inside = 0; 999 finger->inside = 1; 1020 char inside = 1; local 1026 inside = 0; 1030 inside = 0; 1034 inside = 0; 1037 inside = 0; 1039 finger->inside = inside [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemvideo.h | 39 void GEM_wind_redraw(_THIS, int winhandle, short *inside);
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
testoutput.py | 127 inside the LayoutTests directory. Typically this means that these files 135 fails if the files are virtual files (eg: the files may reside inside a
|
/external/compiler-rt/make/platform/ |
darwin_fat.mk | 6 # multiple libraries inside a single configuration file (for
|
/external/v8/test/mjsunit/compiler/ |
literals-assignment.js | 28 // Tests for simple assignments and literals inside an anonymous function
|
regress-or.js | 28 // Test deoptimization inside short-circuited expressions.
|