/external/v8/gypfiles/ |
D | toolchain.gypi | 166 'defines': [ 171 'defines': [ 176 'defines': [ 181 'defines': [ 187 'defines': [ 194 'defines': [ 230 'defines': [ 235 'defines': [ 273 'defines': [ 278 'defines': [ [all …]
|
D | features.gypi | 78 'defines': ['ENABLE_DISASSEMBLER',], 81 'defines': ['ENABLE_GDB_JIT_INTERFACE',], 84 'defines': ['ENABLE_VERIFY_CSA',], 87 'defines': ['OBJECT_PRINT',], 90 'defines': ['VERIFY_HEAP',], 93 'defines': ['TRACE_MAPS',], 96 'defines': ['VERIFY_PREDICTABLE',], 99 'defines': ['V8_INTERPRETED_REGEXP',], 102 'defines': ['V8_DEPRECATION_WARNINGS',], 105 'defines': ['V8_IMMINENT_DEPRECATION_WARNINGS',], [all …]
|
/external/webrtc/webrtc/ |
D | BUILD.gn | 16 # Contains the defines and includes in common.gypi that are duplicated both as 19 defines = [] 21 defines += [ "WEBRTC_MOZILLA_BUILD" ] 24 defines = [ "WEBRTC_CHROMIUM_BUILD" ] 36 defines += [ "WEBRTC_POSIX" ] 39 defines += [ 45 defines += [ "WEBRTC_OBJC_H264" ] 48 defines += [ "WEBRTC_LINUX" ] 51 defines += [ "WEBRTC_MAC" ] 54 defines += [ "WEBRTC_WIN" ] [all …]
|
/external/syzkaller/pkg/csource/ |
D | common.go | 28 defines := defineList(p, mmapProg, opts) 30 for _, def := range defines { 42 src, err := removeSystemDefines(stdout.Bytes(), defines) 63 func defineList(p, mmapProg *prog.Prog, opts Options) (defines []string) { 93 defines = append(defines, def) 97 defines = append(defines, "__NR_"+c.Meta.CallName) 100 defines = append(defines, "__NR_"+c.Meta.CallName) 102 sort.Strings(defines) 106 func removeSystemDefines(src []byte, defines []string) ([]byte, error) { 113 for _, def := range defines {
|
/external/webrtc/webrtc/build/ |
D | common.gypi | 180 'defines': ['WEBRTC_RESTRICT_LOGGING',], 183 'defines': [ 189 'defines': [ 197 'defines': ['EXPAT_RELATIVE_PATH',], 202 'defines': [ 203 # Chromium's build/common.gypi defines _DEBUG for all posix 220 'defines': [ 276 'defines': [ 282 'defines': [ 287 'defines': ['WEBRTC_ARCH_ARM_V7',], [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | msvcc.sh | 110 defines="$defines $1" 124 defines="$defines -D${name}='$value'" 129 defines="$defines $1" 211 echo "$cl -nologo -EP $includes $defines $src > $ppsrc" 212 "$cl" -nologo -EP $includes $defines $src > $ppsrc || exit $?
|
/external/skia/gn/ |
D | gn_to_bp_utils.py | 103 def WriteUserConfig(userConfigPath, defines): argument 105 defines.remove('NDEBUG') # Controlled by the Android build 106 defines.remove('SKIA_IMPLEMENTATION=1') # don't export this define. 107 if 'WIN32_LEAN_AND_MEAN' in defines: # Controlled by the Android build 108 defines.remove('WIN32_LEAN_AND_MEAN') 109 if '_HAS_EXCEPTIONS=0' in defines: # Controlled by the Android build 110 defines.remove('_HAS_EXCEPTIONS=0') 118 for define in sorted(defines):
|
/external/libffi/ |
D | msvcc.sh | 115 defines="$defines $1" 138 defines="$defines -D${name}='$value'" 143 defines="$defines $1" 235 echo "$cl -nologo -EP $includes $defines $src > $ppsrc" 236 "$cl" -nologo -EP $includes $defines $src > $ppsrc || exit $?
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/FileCheck/ |
D | defines.txt | 11 ; ERRMSG: defines.txt:8:10: error: CHECK: expected string not found in input 12 ; ERRMSG: defines.txt:1:1: note: scanning from here 13 ; ERRMSG: defines.txt:1:1: note: with variable "VALUE" equal to "20" 14 ; ERRMSG: defines.txt:7:1: note: possible intended match here 16 ; NOT-ERRMSG: defines.txt:9:12: error: {{NOT}}-NOT: excluded string found in input 17 ; NOT-ERRMSG: defines.txt:7:1: note: found here 18 ; NOT-ERRMSG: defines.txt:7:1: note: with variable "VALUE" equal to "10"
|
/external/u-boot/doc/ |
D | README.m68k | 98 To specify a CPU model, some defines shoudl be used, i.e.: 106 CONFIG_SYS_MBAR -- defines the base address of the MCF5272 configuration 109 -- defines the base address of the FEC buffer descriptors 110 CONFIG_SYS_SCR -- defines the contents of the System Configuration Register 111 CONFIG_SYS_SPR -- defines the contents of the System Protection Register 112 CONFIG_SYS_MFD -- defines the PLL Multiplication Factor Divider 114 CONFIG_SYS_RFD -- defines the PLL Reduce Frequency Devider 117 -- defines the base address of chip select x 119 -- defines the memory size (address range) of chip select x 121 -- defines the bus with of chip select x [all …]
|
D | README.bus_vcxk | 24 The driver needs some defines to describe the target hardware: 32 defines the physical alignment of a pixel row 41 defines the number of the I/O line PIN in the port 61 defines the I/O port which is connected with the line 66 defines the register which configures the direction
|
/external/pdfium/samples/ |
D | BUILD.gn | 18 defines = [ 24 defines += [ "PDF_ENABLE_V8" ] 27 defines += [ "PDF_ENABLE_XFA" ] 30 defines += [ "PDF_ENABLE_SKIA" ] 33 defines += [ "PDF_ENABLE_ASAN" ] 37 defines += [ "ENABLE_CALLGRIND" ]
|
/external/pdfium/skia/ |
D | BUILD.gn | 41 defines = [] 44 …defines += [ "SK_FREETYPE_MINIMUM_RUNTIME_VERSION=(((FREETYPE_MAJOR) * 0x01000000) | ((FREETYPE_MI… 48 defines += [ 59 defines += [ "SK_SUPPORT_GPU=1" ] 61 defines += [ "SK_SUPPORT_GPU=0" ] 65 defines += [ 72 defines += [ "SK_BUILD_FOR_MAC" ] 76 defines += [ "GR_GL_FUNCTION_TYPE=__stdcall" ] 106 defines = [] 109 defines += [ "SKIA_IMPLEMENTATION=1" ] [all …]
|
/external/perfetto/gn/ |
D | BUILD.gn | 25 defines = [ "ADDRESS_SANITIZER_WITHOUT_INSTRUMENTATION" ] 126 defines = [ "PERFETTO_IMPLEMENTATION" ] 147 defines = [] 150 defines += [ "PERFETTO_BUILD_WITH_ANDROID" ] 152 defines += [ "PERFETTO_BUILD_WITH_EMBEDDER" ] 155 defines += [ "PERFETTO_BUILD_WITH_CHROMIUM" ] 158 defines += [ "PERFETTO_SHARED_LIBRARY" ] 164 defines += [ "PERFETTO_FORCE_DLOG=1" ] 166 defines += [ "PERFETTO_FORCE_DLOG=0" ]
|
/external/v8/tools/ |
D | bash-completion.sh | 38 local cur defines targets 40 defines=$(cat $v8_source/src/flag-definitions.h \ 48 targets=$(echo "$defines" \ 50 echo "$defines" \
|
/external/webrtc/talk/build/ |
D | common.gypi | 62 'defines': [ 73 'defines': [ 104 'defines': [ 109 'defines': [ 120 'defines': [ 126 'defines': [ 133 'defines': [ 134 # Chromium's build/common.gypi defines this for all posix _except_ 141 'defines': [
|
/external/perfetto/gn/standalone/sanitizers/ |
D | BUILD.gn | 43 defines = [] 54 defines += [ "ADDRESS_SANITIZER" ] 58 defines += [ "LEAK_SANITIZER" ] 62 defines += [ 72 defines += [ "MEMORY_SANITIZER" ] 88 defines += [ "UNDEFINED_SANITIZER" ] 93 defines += [ "FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION" ]
|
/external/skqp/third_party/angle2/ |
D | BUILD.gn | 24 defines = [ 42 defines += [ 50 defines += [ 79 defines = [ 108 defines += [ 132 defines = [ "LIBEGL_IMPLEMENTATION" ]
|
/external/skia/third_party/angle2/ |
D | BUILD.gn | 24 defines = [ 42 defines += [ 50 defines += [ 79 defines = [ 108 defines += [ 132 defines = [ "LIBEGL_IMPLEMENTATION" ]
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | BUILD.gn | 19 defines = [ 31 defines += [ 37 defines += [ 48 defines += [ 56 defines += [ "GL_APICALL=__attribute__((no_sanitize(\"function\")))" ] 58 …defines += [ "GL_APICALL=__attribute__((visibility(\"protected\"))) __attribute__((no_sanitize(\"f…
|
/external/u-boot/board/keymile/scripts/ |
D | README | 14 This file defines variables for working with rootfs via nfs for powerpc and 19 This file defines architecture specific variables for working with rootfs via 25 This file defines variables for working with rootfs inside the ram for powerpc 30 This file defines architecture specific variables for working with rootfs inside
|
/external/skqp/tools/skqp/ |
D | gn_to_bp.py | 149 defines = {str(d) for d in js['targets']['//:libskqp_app']['defines']} variable 151 defines.update(["SK_ENABLE_DUMP_GPU", "SK_BUILD_FOR_SKQP"]) 158 defines, None) 183 gn_to_bp_utils.WriteUserConfig('include/config/SkUserConfig.h', defines)
|
/external/skqp/gn/ |
D | gn_to_bp_utils.py | 103 def WriteUserConfig(userConfigPath, defines): argument 105 defines.remove('NDEBUG') # Controlled by the Android build 106 defines.remove('SKIA_IMPLEMENTATION=1') # don't export this define. 114 for define in sorted(defines):
|
/external/skia/tools/skqp/ |
D | gn_to_bp.py | 147 defines = {str(d) for d in js['targets']['//:libskqp_app']['defines']} variable 149 defines.update(["SK_ENABLE_DUMP_GPU", "SK_BUILD_FOR_SKQP"]) 156 defines, None) 181 gn_to_bp_utils.WriteUserConfig('include/config/SkUserConfig.h', defines)
|
/external/webrtc/webrtc/modules/audio_coding/ |
D | BUILD.gn | 25 defines = [] 27 defines += [ "WEBRTC_CODEC_OPUS" ] 31 defines += [ "WEBRTC_CODEC_ISACFX" ] 33 defines += [ "WEBRTC_CODEC_ISAC" ] 35 defines += [ "WEBRTC_CODEC_G722" ] 38 defines += [ 72 defines = [] 107 defines += [ "WEBRTC_CODEC_OPUS" ] 112 defines += [ "WEBRTC_CODEC_ISACFX" ] 115 defines += [ "WEBRTC_CODEC_ISAC" ] [all …]
|