Searched refs:avoid (Results 1 - 25 of 146) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/core/
H A DSkScanPriv.h36 // 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 DSkScanPriv.h36 // 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 Dswim.c164 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 Dswim.c164 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 Dswim.c164 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 Dchrome_notifier_service.h86 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 Dsignin_index.css24 -webkit-column-break-inside: avoid;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea-machine.rl40 # Same order as enum sea_category_t. Not sure how to avoid duplication.
H A Dhb-ot-shape-complex-indic-machine.rl40 # Same order as enum indic_category_t. Not sure how to avoid duplication.
H A Dhb-ot-shape-complex-myanmar-machine.rl40 # 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 Dpitch_filter_armv6.S93 @ 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 Dbacktracking.rb50 * Remember: the goal is to avoid backtrack like the plague
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dsmalltalk.php132 GESHI_SEARCH => '(self|super|true|false|nil)', //keywords again (to avoid matching in next regexp)
H A Dactionscript3.php340 //FIX: Must be last in order to avoid conflicts with keywords present
/external/libpng/
H A DCHANGES204 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 DAndroid.mk26 # note: ideally this should be junit-host, but leave as is for now to avoid
/external/libffi/src/x86/
H A Dwin32.S60 # 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 Dlibvpx.mk59 # to be named accordingly to avoid auto-build rules. The encoder files are not
/external/mesa3d/src/mesa/
H A DAndroid.mk124 # It is used to avoid circular dependency between core mesa and glsl.
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_interpolate_noloop_gnu.s84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_interpolate_loop_gnu.s92 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
H A DARM-E_interpolate_noloop_gnu.s84 ADD tmp2, phaseIncrement, phaseFrac @ increment pointer here to avoid pipeline stall
/external/valgrind/main/exp-bbv/tests/ppc32-linux/
H A Dll.S8 # And to avoid reading from /proc
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as55 // LEXER FIELDS (must be in same state object to avoid casting

Completed in 636 milliseconds

123456