/external/chromium_org/third_party/skia/src/core/ |
H A D | SkScanPriv.h | 36 // blit the rects above and below avoid, clipped to clip 37 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip); 38 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
|
/external/skia/src/core/ |
H A D | SkScanPriv.h | 36 // blit the rects above and below avoid, clipped to clip 37 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip); 38 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
H A D | swim.c | 164 float avoid, thetal; local 175 avoid = 1.0; 180 sharks[i].theta -= avoid; 182 sharks[i].theta += avoid;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
H A D | swim.c | 164 float avoid, thetal; local 175 avoid = 1.0; 180 sharks[i].theta -= avoid; 182 sharks[i].theta += avoid;
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
H A D | swim.c | 164 float avoid, thetal; local 175 avoid = 1.0; 180 sharks[i].theta -= avoid; 182 sharks[i].theta += avoid;
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
H A D | chrome_notifier_service.h | 86 static void set_avoid_bitmap_fetching_for_test(bool avoid) { argument 87 avoid_bitmap_fetching_for_test_ = avoid;
|
/external/chromium_org/chrome/browser/resources/signin_internals/ |
H A D | signin_index.css | 24 -webkit-column-break-inside: avoid;
|
/external/harfbuzz_ng/src/ |
H A D | hb-ot-shape-complex-sea-machine.rl | 40 # Same order as enum sea_category_t. Not sure how to avoid duplication.
|
H A D | hb-ot-shape-complex-indic-machine.rl | 40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
|
H A D | hb-ot-shape-complex-myanmar-machine.rl | 40 # Same order as enum myanmar_category_t. Not sure how to avoid duplication.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
H A D | pitch_filter_armv6.S | 93 @ Saturate to avoid overflow in tmpW16. 118 @ Saturate to avoid overflow. 120 @ to avoid overflow in the next saturation step.
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
H A D | backtracking.rb | 50 * Remember: the goal is to avoid backtrack like the plague
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
H A D | smalltalk.php | 132 GESHI_SEARCH => '(self|super|true|false|nil)', //keywords again (to avoid matching in next regexp)
|
H A D | actionscript3.php | 340 //FIX: Must be last in order to avoid conflicts with keywords present
|
/external/libpng/ |
H A D | CHANGES | 204 added more conditions for png_do_background, to avoid changing 211 version number to 2 to avoid problems with libpng 0.89 apps (Greg Roelofs) 223 changed srgb_intent from png_byte to int to avoid compiler bugs 356 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert) 428 in png_set_rgb_to_gray() to avoid "promotion" problems in AIX. 459 Revised calculation of num_blocks in pngmem.c to avoid a potentially 716 Revised png_set_iCCP() and png_set_rows() to avoid prematurely freeing data. 768 Made PNG_NO_READ|WRITE_iTXt the default setting, to avoid memory 774 Revised pngset.c to avoid a problem with expanding the png_debug macro. 846 for indexed-color input files to avoid potentia [all...] |
/external/junit/ |
H A D | Android.mk | 26 # note: ideally this should be junit-host, but leave as is for now to avoid
|
/external/libffi/src/x86/ |
H A D | win32.S | 60 # FIXME: Align the stack to a 128-bit boundary to avoid 173 # FIXME: Align the stack to a 128-bit boundary to avoid
|
/external/libvpx/ |
H A D | libvpx.mk | 59 # to be named accordingly to avoid auto-build rules. The encoder files are not
|
/external/mesa3d/src/mesa/ |
H A D | Android.mk | 124 # It is used to avoid circular dependency between core mesa and glsl.
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
H A D | ARM-E_interpolate_loop_gnu.s | 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
H A D | ARM-E_interpolate_noloop_gnu.s | 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
/external/sonivox/arm-wt-22k/lib_src/ |
H A D | ARM-E_interpolate_loop_gnu.s | 92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
H A D | ARM-E_interpolate_noloop_gnu.s | 84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
|
/external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
H A D | ll.S | 8 # And to avoid reading from /proc
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
H A D | RecognizerSharedState.as | 55 // LEXER FIELDS (must be in same state object to avoid casting
|