Searched refs:avoid (Results 1 – 25 of 688) sorted by relevance
12345678910>>...28
/external/icu/icu4c/source/data/mappings/ |
D | README.emoji | 34 to avoid non-Emoji changes: 68 to avoid non-Emoji changes: 104 to avoid collisions with emoji. 108 0xF90xx (EUDC block), are excluded to avoid collisions with emoji. 112 are excluded to avoid collisions with emoji. 116 and 0xFBxx, are excluded to avoid collisions with emoji. 120 are excluded to avoid collisions with emoji.
|
/external/skia/src/core/ |
D | SkScanPriv.h | 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/bison/m4/ |
D | stdio_h.m4 | 23 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-read.c" 25 dnl also an optimization, to avoid performing a configure check whose result 48 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" 50 dnl also an optimization, to avoid performing a configure check whose result 60 dnl This ifdef is necessary to avoid an error "missing file lib/stdio-write.c" 62 dnl also an optimization, to avoid performing a configure check whose result
|
/external/libmtp/src/ |
D | README | 12 In order to avoid clashes with the libptp2 endianness scripts 24 I've just cast the bytes to uint64_t to avoid shifting wrongly.
|
/external/v8/benchmarks/ |
D | README.txt | 27 results of their calculations. This is to avoid accidentally 62 inheritsFrom to avoid name clashes when running in Chromium with 71 avoid converting the same numeric key to a string over and over again 72 and to avoid inserting and removing the same element repeatedly thus
|
/external/zlib/src/ |
D | ChangeLog | 78 - Cast to char * in gzprintf to avoid warnings [Zinser] 112 - Force the native libtool in Mac OS X to avoid GNU libtool [Beebe] 205 - Change ON macro to Z_ARG to avoid application conflicts 215 - Have inflate() with Z_FINISH avoid the allocation of a window 253 - Use u4 type for crc_table to avoid conversion warnings 254 - Apply casts in zlib.h to avoid conversion warnings 382 - Add const to vsnprintf test in configure to avoid warnings [Weigelt] 462 - Change name of "write" variable in inffast.c to avoid library collisions 465 - Remove compressBound() call in deflate.c to avoid linking compress.o 513 - Add ush casts in trees.c to avoid pedantic runtime errors [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | sink-cheap-instructions.ll | 2 ; RUN: llc < %s -mtriple=x86_64-linux -sink-insts-to-avoid-spills | FileCheck %s -check-prefix=SINK 4 ; Ensure that we sink copy-like instructions into loops to avoid register
|
D | anyext.ll | 3 ; Use movzbl to avoid partial-register updates.
|
/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough.cpp | 245 expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_in_local_class() 265 expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_in_lambda()
|
D | switch-implicit-fallthrough-blocks.cpp | 14 expected-note{{insert 'break;' to avoid fall-through}} in fallthrough_in_blocks()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | coding_style.txt | 47 In particular, avoid multiple/virtual inheritance in favor of mixins where possible. 49 Try to limit or avoid preprocessor magic and multiline macros and use templates instead where possi… 63 Try to avoid Microsoft-style TYPES like FLOAT, UINT, etc. in favor of the usual C types like float,… 78 …Note the "++i" instead of the "i++" to avoid creating an unnecessary copy (esp. with overloaded op…
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
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/skia/platform_tools/android/third_party/cpufeatures/ |
D | README | 2 avoid the need to have a dependency on the NDK directly.
|
/external/llvm/docs/ |
D | InAlloca.rst | 22 For now, it is recommended that frontends and optimizers avoid producing 74 To avoid stack leaks, the frontend saves the current stack pointer with 139 still restore the stack pointer to avoid a stack leak. 146 cleanup, which includes adjusting the stack pointer to avoid a stack
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
D | Makefile.am | 49 swrast_dri_la_LDFLAGS = -module -avoid-version -shared
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | Makefile.am | 49 nouveau_vieux_dri_la_LDFLAGS = -module -avoid-version -shared
|
/external/iptables/extensions/ |
D | libipt_MIRROR.man | 12 avoid loops and other problems.
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | Makefile.am | 51 r200_dri_la_LDFLAGS = -module -avoid-version -shared
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | Makefile.am | 51 radeon_dri_la_LDFLAGS = -module -avoid-version -shared
|
/external/llvm/test/Assembler/ |
D | named-metadata.ll | 14 ; \31 is the digit '1'. On emission, we escape the first character (to avoid
|
/external/clang/test/SemaObjC/ |
D | default-synthesize.m | 20 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one… 42 @property (nonatomic) int howMany; // REM: nonatomic to avoid warnings about only implementing one…
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | Makefile.am | 53 i915_dri_la_LDFLAGS = -module -avoid-version -shared
|
/external/mockito/cglib-and-asm/ |
D | README.TXT | 1 This mockito subproject repackages cglib + asm to avoid problems with conflicting versions.
|
/external/llvm/test/CodeGen/ARM/ |
D | elf-lcomm-align.ll | 2 ; run with -O0 to avoid arm global merging.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | Makefile.am | 54 i965_dri_la_LDFLAGS = -module -avoid-version -shared
|
12345678910>>...28