/external/vulkan-validation-layers/build-android/jni/ |
D | Android.mk | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 LOCAL_PATH := $(call my-dir) 32 LOCAL_CPPFLAGS += -std=c++11 -Wall -Werror -Wno-unused-function -Wno-unused-const-variable 33 LOCAL_CPPFLAGS += -DVK_USE_PLATFORM_ANDROID_KHR -DVK_PROTOTYPES -fvisibility=hidden 50 LOCAL_STATIC_LIBRARIES += layer_utils glslang SPIRV-Tools SPIRV-Tools-opt 51 LOCAL_CPPFLAGS += -std=c++11 -Wall -Werror -Wno-unused-function -Wno-unused-const-variable 52 LOCAL_CPPFLAGS += -DVK_USE_PLATFORM_ANDROID_KHR -DVK_PROTOTYPES -fvisibility=hidden -DBUILD_CORE_VA… 53 LOCAL_LDLIBS := -llog -landroid 54 LOCAL_LDFLAGS += -Wl,-Bsymbolic 55 LOCAL_LDFLAGS += -Wl,--exclude-libs,ALL [all …]
|
/external/ipsec-tools/ |
D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 54 "src/include-glibc", 65 "libkeystore-engine", 70 "-DANDROID_CHANGES", 71 "-DHAVE_CONFIG_H", 72 "-D_BSD_SOURCE=1", 74 "-Wno-sign-compare", 75 "-Wno-missing-field-initializers", 76 "-Wno-unused-parameter", 77 "-Wno-pointer-sign", [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 14 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow) 16 $(LOCAL_PATH)/../../../third_party/stlport-cpp11-extension/ \ 22 -DLOG_TAG=\"swiftshader_compiler\" \ 23 -Wall \ 24 -Werror \ 25 -Wno-format \ 26 -Wno-sign-compare \ 27 -Wno-unneeded-internal-declaration \ 28 -Wno-unused-const-variable \ [all …]
|
/external/libdrm/ |
D | Android.bp | 2 // Copyright © 2011-2012 Intel Corporation 31 "-DMAJOR_IN_SYSMACROS=1", 32 "-DHAVE_VISIBILITY=1", 33 "-DHAVE_LIBDRM_ATOMIC_PRIMITIVES=1", 35 "-Wall", 36 "-Werror", 37 "-Wno-deprecated-declarations", 38 "-Wno-format", 39 "-Wno-gnu-variable-sized-type-not-at-end", 40 "-Wno-pointer-arith", [all …]
|
/external/fsck_msdos/ |
D | Android.bp | 13 "-O2", 14 "-g", 15 "-Wall", 16 "-Werror", 17 "-D_BSD_SOURCE", 18 "-D_LARGEFILE_SOURCE", 19 "-D_FILE_OFFSET_BITS=64", 20 "-Wno-unused-variable", 21 "-Wno-unused-const-variable", 22 "-Wno-format", [all …]
|
/external/compiler-rt/lib/tsan/go/ |
D | buildgo.sh | 3 set -e 39 if [ "`uname -a | grep Linux`" != "" ]; then 41 …OSCFLAGS="-fPIC -ffreestanding -Wno-maybe-uninitialized -Wno-unused-const-variable -Werror -Wno-un… 42 OSLDFLAGS="-lpthread -fPIC -fpie" 54 elif [ "`uname -a | grep FreeBSD`" != "" ]; then 56 OSCFLAGS="-fno-strict-aliasing -fPIC -Werror" 57 OSLDFLAGS="-lpthread -fPIC -fpie" 69 elif [ "`uname -a | grep Darwin`" != "" ]; then 71 OSCFLAGS="-fPIC -Wno-unused-const-variable -Wno-unknown-warning-option -mmacosx-version-min=10.7" 72 OSLDFLAGS="-lpthread -fPIC -fpie -mmacosx-version-min=10.7" [all …]
|
/external/u-boot/drivers/usb/musb-new/ |
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0+ 5 obj-$(CONFIG_USB_MUSB_GADGET) += musb_gadget.o musb_gadget_ep0.o musb_core.o 6 obj-$(CONFIG_USB_MUSB_GADGET) += musb_uboot.o 7 obj-$(CONFIG_USB_MUSB_HOST) += musb_host.o musb_core.o musb_uboot.o 8 obj-$(CONFIG_USB_MUSB_DSPS) += musb_dsps.o 9 obj-$(CONFIG_USB_MUSB_AM35X) += am35x.o 10 obj-$(CONFIG_USB_MUSB_OMAP2PLUS) += omap2430.o 11 obj-$(CONFIG_USB_MUSB_PIC32) += pic32.o 12 obj-$(CONFIG_USB_MUSB_SUNXI) += sunxi.o 13 obj-$(CONFIG_USB_MUSB_TI) += ti-musb.o [all …]
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 30 "-Wno-extern-c-compat", 31 "-Wno-sign-compare", 32 "-Wno-unused-function", 135 "-DNAMESPACE_FOR_HASH_FUNCTIONS=farmhash", 136 "-Wno-array-bounds", 137 "-Wno-extern-c-compat", 138 "-Wno-invalid-partial-specialization", 139 "-Wno-ignored-attributes", 140 "-Wno-missing-field-initializers", [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-unused-filescoped.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify -Wunused -Wunused-member-function -Wno-unused-local-typede… 2 // RUN: %clang_cc1 -fsyntax-only -verify -Wunused -Wunused-member-function -Wno-unused-local-typede… 6 static void headerstatic() {} // expected-warning{{unused}} in headerstatic() 10 void headeranon() {} // expected-warning{{unused}} in headeranon() 19 // This should not emit an unused-function warning since it inherits 44 #include "warn-unused-filescoped.cpp" 46 static void f1(); // expected-warning{{unused}} 49 void f2(); // expected-warning{{unused}} 51 void f3() { } // expected-warning{{unused}} in f3() 54 void m1() { } // expected-warning{{unused}} in m1() [all …]
|
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/ |
D | Android.bp | 2 // Build shared library vendor/lib/libp61-jcop-kit.so 5 name: "libp61-jcop-kit", 15 "-DNXP_LDR_SVC_VER_2=TRUE", 16 "-Wall", 17 // "-Werror", // has multiple warnings with some asan-userdebug target 18 "-Wno-format", 19 "-Wno-parentheses-equality", 20 "-Wno-tautological-constant-out-of-range-compare", 21 "-Wno-unused-function", 22 "-Wno-unused-parameter", [all …]
|
/external/ltp/ |
D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 33 "-include bionic-compat.h", 35 "-Wall", 36 "-Werror", 38 "-Wno-error=absolute-value", 39 "-Wno-error=undefined-internal", 40 "-Wno-error=uninitialized", 41 "-Wno-error=user-defined-warnings", 43 "-Wno-constant-conversion", 44 "-Wno-deprecated", [all …]
|
/external/libese/libese-hw/nxp/ |
D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 18 name: "libese-hw-nxp-pn80t-common", 20 defaults: ["libese-defaults"], 25 "libese-teq1", 26 "libese-sysdeps", 31 "-Wall", 32 "-Werror", 33 "-Wno-error=unused-variable", 34 "-Wno-format", 46 defaults: ["libese-api-defaults"], [all …]
|
/external/tensorflow/tensorflow/lite/ |
D | tflite_static.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 145 "-DTF_LITE_DISABLE_X86_NEON", 146 "-DNAMESPACE_FOR_HASH_FUNCTIONS=farmhash", 147 "-Wall", 148 "-Werror", 149 "-Wextra", 150 "-Wno-array-bounds", 151 "-Wno-deprecated-declarations", 152 "-Wno-extern-c-compat", 153 "-Wno-invalid-partial-specialization", [all …]
|
/external/tensorflow/tensorflow/lite/experimental/objc/ |
D | BUILD.apple | 1 # TensorFlow Lite for Objective-C 21 # Compiler flags for building regular non-test libraries. 23 # Enables language-specific warnings for Objective-C, Objective-C++, C, and C++. 24 "-Wall", 26 "-Wdeprecated-declarations", 28 "-Wdocumentation", 30 "-Werror", 31 # Enables extra warning flags that are not enabled by -Wall. 32 "-Wextra", 34 "-Wmissing-prototypes", [all …]
|
/external/newfs_msdos/ |
D | Android.bp | 4 "-Wall", 5 "-Werror", 6 "-Wno-unused-function", 7 "-Wno-unused-parameter", 8 "-Wno-unused-variable", 9 "-D_FILE_OFFSET_BITS=64", 10 "-D_GNU_SOURCE", 11 "-DSIGINFO=SIGUSR2", 12 "-Dnitems(x)=(sizeof((x))/sizeof((x)[0]))",
|
/external/e2fsprogs/lib/blkid/ |
D | Android.bp | 8 defaults: ["e2fsprogs-defaults"], 29 "-Wno-pointer-to-int-cast", 30 "-Wno-unused-variable", 33 "-Wno-error=typedef-redefinition", 40 "-Wno-error=attributes", 41 "-Wno-error=pointer-sign", 42 "-Wno-unused-parameter", 43 "-fno-strict-aliasing", 46 header_libs: ["libext2-headers"], 48 export_header_lib_headers: ["libext2-headers"],
|
/external/epid-sdk/parts-site/configurations/debug/ |
D | gcc_win32-any.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # pylint: disable=locally-disabled, invalid-name, missing-docstring 29 "3-*", 34 '-g', 36 '-O0', 38 '-Werror', 40 '-Wall', 42 '-Wextra', 44 # '-Wpedantic', 46 '-Wno-missing-braces', [all …]
|
D | gcc.py | 2 # Copyright 2016-2017 Intel Corporation 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # pylint: disable=locally-disabled, invalid-name, missing-docstring 29 "3-*", 34 '-g', 36 '-O0', 38 '-Werror', 40 '-Wall', 42 '-Wextra', 44 # '-Wpedantic', [all …]
|
/external/epid-sdk/parts-site/configurations/release/ |
D | gcc_win32-any.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # pylint: disable=locally-disabled, invalid-name, missing-docstring 29 "3-*", 34 '-O2', 36 '-Werror', 38 '-Wall', 40 '-Wextra', 42 # '-Wpedantic', 44 '-Wno-missing-braces', 45 '-Wno-missing-field-initializers', [all …]
|
D | gcc.py | 2 # Copyright 2016-2017 Intel Corporation 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # pylint: disable=locally-disabled, invalid-name, missing-docstring 27 config.VersionRange("3-*", 31 '-O2', 33 '-Werror', 35 '-Wall', 37 '-Wextra', 39 # '-Wpedantic', 41 '-Wno-missing-braces', [all …]
|
/external/swiftshader/src/ |
D | Android.mk | 1 LOCAL_PATH := $(call my-dir) 15 $(LOCAL_PATH)/../third_party/llvm-7.0/llvm/include \ 16 $(LOCAL_PATH)/../third_party/llvm-7.0/configs/android/include \ 17 $(LOCAL_PATH)/../third_party/llvm-7.0/configs/common/include 21 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 27 && echo OreoMR1),OreoMR1) 28 ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 23 && echo PreMarshmallow),PreMarshmallow) 103 -DLOG_TAG=\"swiftshader\" \ 104 -Wall \ 105 -Werror \ 106 -Wno-format \ [all …]
|
/external/mdnsresponder/ |
D | Android.bp | 10 "-O2", 11 "-g", 12 "-fno-strict-aliasing", 13 "-fwrapv", 14 "-D_GNU_SOURCE", 15 "-DHAVE_IPV6", 16 "-DNOT_HAVE_SA_LEN", 17 "-DPLATFORM_NO_RLIMIT", 18 "-DMDNS_DEBUGMSGS=0", 19 "-DMDNS_UDS_SERVERPATH=\"/dev/socket/mdnsd\"", [all …]
|
/external/nfacct/ |
D | Android.bp | 5 "-Wall", 6 "-Werror", 7 "-Wno-format", 8 "-Wno-unused-parameter", 9 "-Wno-unused-variable", 11 "-DHAVE_LIBNL20",
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 6 -DLOG_TAG=\"libGLESv2_swiftshader\" \ 7 -fno-operator-names \ 8 -msse2 \ 9 -D__STDC_CONSTANT_MACROS \ 10 -D__STDC_LIMIT_MACROS \ 11 -std=c++11 \ 12 -DGL_API= \ 13 -DGL_APICALL= \ 14 -DGL_GLEXT_PROTOTYPES \ [all …]
|
/external/libcups/ |
D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 "cups/dest-job.c", 28 "cups/dest-localization.c", 29 "cups/dest-options.c", 39 "cups/http-addr.c", 40 "cups/http-addrlist.c", 41 "cups/http-support.c", 43 "cups/ipp-support.c", 51 "cups/ppd-attr.c", 52 "cups/ppd-cache.c", [all …]
|