/external/v8/build/ |
D | toolchain.gypi | 117 # are using a custom toolchain and need to control -B in cflags. 203 'cflags': ['-march=armv7-a',], 208 'cflags': ['-mfpu=<(arm_fpu)',], 213 'cflags': ['-mfloat-abi=<(arm_float_abi)',], 216 'cflags': ['-mthumb',], 219 'cflags': ['-marm',], 246 'cflags': ['-march=armv7-a',], 251 'cflags': ['-mfpu=<(arm_fpu)',], 256 'cflags': ['-mfloat-abi=<(arm_float_abi)',], 259 'cflags': ['-mthumb',], [all …]
|
D | standalone.gypi | 385 'cflags': [ '-g', '-Og', '-gxcoff' ], 387 'cflags': [ '-g', '-O0' ], 398 'cflags+': ['<@(release_extra_cflags)'], 416 'cflags+': ['-Wno-sign-compare',], 429 'cflags+': [ 438 'cflags+': [ 473 'cflags!': [ 480 'cflags+': [ 526 'cflags': [ 530 'cflags!': [ [all …]
|
/external/skia/gyp/ |
D | common_conditions.gypi | 21 'cflags': [ 31 'cflags': [ '-fPIE' ], 41 'cflags': [ 220 'cflags': [ 240 [ 'skia_fast', { 'cflags': [ '<@(skia_fast_flags)' ] }], 244 'cflags': [ 252 'cflags': [ 262 'cflags': [ 268 'cflags': [ 276 'cflags': [ [all …]
|
D | opts.gyp | 36 'cflags': [ '-msse2' ], 62 'cflags!': [ '-fno-omit-frame-pointer', '-mapcs-frame', '-mapcs' ], 63 'cflags': [ '-fomit-frame-pointer' ], 78 'cflags!': [ 100 [ 'not skia_android_framework', { 'cflags': [ '-mssse3' ] }], 118 [ 'not skia_android_framework', { 'cflags': [ '-msse4.1' ] }], 136 [ 'not skia_android_framework', { 'cflags': [ '-msse4.2' ] }], 154 [ 'not skia_android_framework', { 'cflags': [ '-mavx' ] }], 172 [ 'not skia_android_framework', { 'cflags': [ '-mavx2' ] }], 191 'cflags!': [ [all …]
|
D | yasm.gyp | 42 # The cflags used by any target that will be directly linked into yasm. 67 'cflags!': [ 196 'cflags': [ '<@(yasm_cflags)', ], 197 'cflags!': [ 493 'cflags': [ 496 'cflags!': [ 513 'cflags': [ 517 'cflags!': [ 537 'cflags': [ 541 'cflags!': [ [all …]
|
D | libwebp.gyp | 40 'cflags': [ '-w' ], 55 'cflags': [ '-w' ], 99 'cflags': [ '-w' ], 116 'cflags': [ '-mfpu=neon' ], 132 'cflags!': [ 135 'cflags': [ '-w' ], 204 'cflags': [ '-w' ], 230 'cflags': [ '-w' ],
|
/external/pcre/dist/ |
D | pcre-config.in | 7 cflags="[--cflags]" 25 cflags="$cflags [--cflags-posix]" 28 usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] $libs $cflags" 76 --cflags) 82 --cflags-posix)
|
D | pcreposix.c | 268 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument 276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp() 277 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp() 278 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp() 279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp() 280 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp() 281 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; in regcomp() 282 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
|
/external/fdlibm/ |
D | Android.mk | 46 cflags := -D_IEEE_LIBM 49 cflags += -D__LITTLE_ENDIAN 54 cflags += -fno-strict-aliasing 58 cflags += -std=c99 65 LOCAL_CFLAGS := $(cflags) 77 LOCAL_CFLAGS := $(cflags)
|
/external/protobuf/examples/ |
D | Makefile | 25 pkg-config --cflags protobuf # fails if protobuf is not installed 26 c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf` 29 pkg-config --cflags protobuf # fails if protobuf is not installed 30 c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_snprintf.c | 476 int cflags = 0; in util_vsnprintf() local 595 cflags = PRINT_C_CHAR; in util_vsnprintf() 597 cflags = PRINT_C_SHORT; in util_vsnprintf() 603 cflags = PRINT_C_LLONG; in util_vsnprintf() 605 cflags = PRINT_C_LONG; in util_vsnprintf() 608 cflags = PRINT_C_LDOUBLE; in util_vsnprintf() 612 cflags = PRINT_C_INTMAX; in util_vsnprintf() 616 cflags = PRINT_C_PTRDIFF; in util_vsnprintf() 620 cflags = PRINT_C_SIZE; in util_vsnprintf() 631 switch (cflags) { in util_vsnprintf() [all …]
|
/external/compiler-rt/make/platform/ |
D | clang_linux.mk | 30 cflags=""; \ 32 cflags="$$cflags $$flag"; \ 34 $(1) $$cflags $(2) -o /dev/null > /dev/null 2> /dev/null ; \
|
/external/pdfium/build/ |
D | set_clang_warning_flags.gypi | 36 'cflags': [ '>@(clang_warning_flags)' ], 37 'cflags!': [ '>@(clang_warning_flags_unset)' ], 52 'cflags': [ '>@(clang_warning_flags)' ], 53 'cflags!': [ '>@(clang_warning_flags_unset)' ],
|
D | standalone.gypi | 79 'cflags': [ 111 'cflags': [ 141 'cflags': [ 149 'cflags!': [ 153 'cflags': [ 170 'cflags': [ 364 'cflags': [ 373 'cflags': [ 382 'cflags': [
|
/external/piex/ |
D | piex.gyp | 31 'cflags': [ 55 'cflags': [ 70 'cflags': [ 79 'cflags': [
|
/external/autotest/client/site_tests/graphics_GpuReset/src/ |
D | Makefile | 13 CCFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm) 14 CCFLAGS += $(shell $(PKG_CONFIG) --cflags glib-2.0) 15 CCFLAGS += $(shell $(PKG_CONFIG) --cflags libudev)
|
/external/jemalloc/ |
D | Android.bp | 62 cflags: ["-DJEMALLOC_TCACHE"], 68 cflags: common_cflags, 77 cflags: [ 84 cflags: [ 145 cflags: ["-DJEMALLOC_JET"], 174 cflags: ["-DJEMALLOC_UNIT_TEST"], 237 cflags: common_cflags + ["-DJEMALLOC_UNIT_TEST"], 263 cflags: ["-DJEMALLOC_INTEGRATION_TEST"], 303 cflags: common_cflags + ["-DJEMALLOC_INTEGRATION_TEST"],
|
/external/libxml2/ |
D | xml2-config.in | 18 --cflags print pre-processor and compiler flags 31 cflags=false 69 --cflags)
|
/external/webrtc/webrtc/build/ |
D | arm_neon.gypi | 23 'cflags!': [ 29 'cflags': [ 36 'cflags!': [
|
/external/mesa3d/src/gallium/winsys/i915/drm/ |
D | Makefile | 9 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I) 11 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
|
/external/mesa3d/src/gallium/winsys/nouveau/drm/ |
D | Makefile | 8 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I) 9 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | Makefile | 10 LIBRARY_INCLUDES += $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I) 11 LIBRARY_DEFINES += $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | Makefile | 12 $(shell $(PKG_CONFIG) libdrm --cflags-only-I) 17 $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
|
/external/pcre/dist/doc/ |
D | pcre-config.txt | 12 [--cflags] [--cflags-posix] 61 --cflags Writes to the standard output the command line options 65 --cflags-posix
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | Makefile | 12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \ 13 $(shell $(PKG_CONFIG) --cflags-only-I pixman-1 xorg-server libdrm xproto dri2proto) \
|