/third_party/boost/boost/gil/extension/io/raw/ |
D | tags.hpp | 26 /// Defines tiff tag. 29 /// Defines type for image width property. 32 /// Defines type for image height property. 35 /// Defines type for samples per pixel property. 38 /// Defines type for bits per pixel property. 41 /// Defines type for camera manufacturer. 44 /// Defines type for camera model. 47 /// Defines type for raw images count. 50 /// Defines type for dng version. 53 /// Defines type for number of colors. [all …]
|
/third_party/node/tools/v8_gypfiles/ |
D | features.gypi | 229 'defines': ['V8_EMBEDDER_STRING="<(v8_embedder_string)"',], 232 'defines': ['ENABLE_DISASSEMBLER',], 235 'defines': ['V8_PROMISE_INTERNAL_FIELD_COUNT=<(v8_promise_internal_field_count)'], 238 'defines': ['V8_ENABLE_RAW_HEAP_SNAPSHOTS',], 241 'defines': ['V8_ENABLE_FUTURE',], 244 'defines': ['V8_LITE_MODE',], 247 'defines': ['ENABLE_GDB_JIT_INTERFACE',], 250 'defines': ['ENABLE_MINOR_MC',], 253 'defines': ['V8_COMPRESS_POINTERS',], 256 'defines': ['V8_31BIT_SMIS_ON_64BIT_ARCH',], [all …]
|
D | toolchain.gypi | 147 'defines': [ 152 'defines': [ 157 'defines': [ 162 'defines': [ 168 'defines': [ 175 'defines': [ 211 'defines': [ 216 'defines': [ 254 'defines': [ 259 'defines': [ [all …]
|
/third_party/boost/boost/gil/extension/io/tiff/ |
D | tags.hpp | 31 /// Defines tiff tag. 53 /// Defines type for new subfile property. 56 /// Defines type for subfile property. 59 /// Defines type for image width property. 62 /// Defines type for image height property. 65 /// Defines type for bits per sample property. 68 /// Defines type for compression property. 71 /// Defines type for photometric interpretation property. 74 /// Defines type for threshold property. 77 /// Defines type for cell width property. [all …]
|
/third_party/gn/src/gn/ |
D | config_unittest.cc | 16 config.own_values().defines().push_back("FOO"); in TEST() 21 ASSERT_EQ(1u, config.resolved_values().defines().size()); in TEST() 22 EXPECT_EQ("FOO", config.resolved_values().defines()[0]); in TEST() 35 sub1.own_values().defines().push_back("ONE"); in TEST() 39 sub2.own_values().defines().push_back("TWO"); in TEST() 43 config.own_values().defines().push_back("FOO"); in TEST() 50 ASSERT_EQ(3u, config.resolved_values().defines().size()); in TEST() 51 EXPECT_EQ("FOO", config.resolved_values().defines()[0]); in TEST() 52 EXPECT_EQ("ONE", config.resolved_values().defines()[1]); in TEST() 53 EXPECT_EQ("TWO", config.resolved_values().defines()[2]); in TEST() [all …]
|
/third_party/skia/third_party/zlib/ |
D | BUILD.gn | 24 defines = [] 27 defines += [ "X86_WINDOWS" ] 29 defines += [ "X86_NOT_WINDOWS" ] 31 defines += [ "ADLER32_SIMD_SSSE3" ] # Strangely this is needed for 36 defines += [ "ARMV8_OS_ANDROID" ] # also compatible with v7 38 defines += [ "ARMV8_OS_LINUX" ] 40 defines += [ "ARMV8_OS_FUCHSIA" ] 42 defines += [ "ARMV8_OS_WINDOWS" ] 46 defines += [ "ARM_OS_IOS" ] 64 defines = [ "ADLER32_SIMD_SSSE3" ] [all …]
|
/third_party/skia/third_party/externals/angle2/ |
D | BUILD.gn | 88 defines = [ 95 defines = [ 110 defines = [] 113 defines += [ "ANGLE_IS_WIN" ] 115 defines += [ "ANGLE_IS_WINUWP" ] 118 defines += [ "ANGLE_IS_LINUX" ] 125 defines += [ "ANGLE_ENABLE_DEBUG_TRACE=1" ] 131 defines += [ "ANGLE_ENABLE_TRACE_ANDROID_LOGCAT=1" ] 135 defines += [ "ANGLE_PLATFORM_CHROMEOS" ] 139 defines += [ "__ggp__" ] [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | BUILD.gn | 67 defines = [ 74 defines = [ 89 defines = [] 92 defines += [ "ANGLE_IS_64_BIT_CPU" ] 94 defines += [ "ANGLE_IS_32_BIT_CPU" ] 99 defines += [ "ANGLE_ENABLE_VULKAN_GPU_TRACE_EVENTS=1" ] 104 defines += [ "ANGLE_ENABLE_DEBUG_TRACE=1" ] 197 defines = [ "ANGLE_DISABLE_POOL_ALLOC" ] 202 defines = [ "ANGLE_ENABLE_DEBUG_ANNOTATIONS" ] 208 defines = [ "ANGLE_ENABLE_RELEASE_ASSERTS" ] [all …]
|
/third_party/boost/boost/gil/extension/io/png/ |
D | tags.hpp | 46 /// Defines png tag. 51 /// Defines type for image width property. 54 /// Defines type for image height property. 57 /// Defines type for interlace method property. 60 /// Defines type for filter method property. 63 /// Defines type for bit depth method property. 66 /// Defines type for bit depth method property. 69 /// Defines type for number of channels property. 74 /// Defines type for CIE chromacities property. 77 /// Defines type for gamma correction property. [all …]
|
/third_party/node/deps/zlib/ |
D | zlib.gyp | 57 'defines': [ 'HAVE_HIDDEN' ], 63 'defines': [ 81 'defines': [ 95 'defines': [ 'INFLATE_CHUNK_READ_64LE' ], 102 'defines': [ 111 'defines': [ 'CRC32_ARMV8_CRC32' ], 120 'defines': [ 'ARMV8_OS_ANDROID' ], 123 'defines': [ 'ARMV8_OS_LINUX' ], 126 'defines': [ 'ARMV8_OS_WINDOWS' ], 136 'defines': [ 'INFLATE_CHUNK_READ_64LE' ], [all …]
|
D | BUILD.gn | 16 defines = [ "ZLIB_IMPLEMENTATION" ] 31 defines = [ "ADLER32_SIMD_SSSE3" ] 35 defines = [ "ADLER32_SIMD_NEON" ] 76 defines = [ "CRC32_ARMV8_CRC32" ] 78 defines += [ "ARMV8_OS_ANDROID" ] 80 defines += [ "ARMV8_OS_LINUX" ] 82 defines += [ "ARMV8_OS_FUCHSIA" ] 84 defines += [ "ARMV8_OS_WINDOWS" ] 133 defines = [ "INFLATE_CHUNK_SIMD_SSE2" ] 136 defines += [ "INFLATE_CHUNK_READ_64LE" ] [all …]
|
/third_party/grpc/examples/ |
D | BUILD | 83 defines = ["BAZEL_BUILD"], 93 defines = ["BAZEL_BUILD"], 103 defines = ["BAZEL_BUILD"], 113 defines = ["BAZEL_BUILD"], 124 defines = ["BAZEL_BUILD"], 134 defines = ["BAZEL_BUILD"], 144 defines = ["BAZEL_BUILD"], 154 defines = ["BAZEL_BUILD"], 164 defines = ["BAZEL_BUILD"], 174 defines = ["BAZEL_BUILD"], [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | BUILD.gn | 20 defines = [ "ZLIB_IMPLEMENTATION" ] 28 defines += [ "ZLIB_DEBUG" ] 61 defines = [ "ADLER32_SIMD_SSSE3" ] 63 defines += [ "X86_WINDOWS" ] 65 defines += [ "X86_NOT_WINDOWS" ] 70 defines = [ "ADLER32_SIMD_NEON" ] 108 defines = [ "CRC32_ARMV8_CRC32" ] 110 defines += [ "ARMV8_OS_ANDROID" ] 112 defines += [ "ARMV8_OS_LINUX" ] 114 defines += [ "ARMV8_OS_MACOS" ] [all …]
|
/third_party/node/ |
D | node.gypi | 41 'defines': [ 46 'defines!': [ 49 'defines': [ 66 'defines': [ '__POSIX__' ], 78 'defines': [ 82 'defines': [ 87 'defines': [ 'NODE_TAG="<(node_tag)"' ], 90 'defines': [ 'NODE_V8_OPTIONS="<(node_v8_options)"'], 93 'defines': [ 98 'defines': [ 'NODE_HAVE_I18N_SUPPORT=1' ], [all …]
|
/third_party/uboot/u-boot-2020.01/doc/arch/ |
D | m68k.rst | 105 To specify a CPU model, some defines shoudl be used, i.e.: 116 defines the base address of the MCF5272 configuration registers 118 defines the base address of the FEC buffer descriptors 120 defines the contents of the System Configuration Register 122 defines the contents of the System Protection Register 124 defines the PLL Multiplication Factor Divider 127 defines the PLL Reduce Frequency Devider 130 defines the base address of chip select x 132 defines the memory size (address range) of chip select x 134 defines the bus with of chip select x [all …]
|
/third_party/littlefs/scripts/ |
D | test.py | 76 DEFINES = { variable 149 self.defines = config.get('define', {}) 157 if any(k not in self.case.defines for k in self.defines): 160 '%s=%s' % (k, v) for k, v in self.defines.items() 161 if k not in self.case.defines)) 169 def permute(self, class_=None, defines={}, permno=None, **_): argument 176 ncase.defines = defines 181 for k, v in sorted(self.defines.items()): 182 if k not in self.suite.defines: 187 for k in sorted(self.perms[0].defines) [all …]
|
/third_party/boost/boost/gil/extension/io/targa/ |
D | tags.hpp | 15 /// Defines targa tag. 22 /// Defines type for header sizes. 28 /// Defines type for offset value. 31 /// Defines type for color map type property. 38 /// Defines type for image type property. 50 /// Defines type for color map start property. 53 /// Defines type for color map length property. 56 /// Defines type for color map bit depth property. 59 /// Defines type for origin x and y value properties. 62 /// Defines type for image dimension properties. [all …]
|
/third_party/boost/boost/gil/extension/io/jpeg/ |
D | tags.hpp | 37 /// Defines jpeg tag. 42 /// Defines type for image width property. 45 /// Defines type for image height property. 48 /// Defines type for number of components property. 51 /// Defines type for color space property. 54 /// Defines type for jpeg quality property. 60 /// Defines type for data precision property. 75 /// Defines type for dct ( discrete cosine transformation ) method property. 174 /// \param quality Defines the jpeg quality. 175 /// \param dct_method Defines the DCT method. [all …]
|
/third_party/boost/boost/gil/extension/io/bmp/ |
D | tags.hpp | 15 /// Defines bmp tag. 20 /// Defines type for offset value. 23 /// Defines type for header sizes. 31 /// Defines type for image width property. 34 /// Defines type for image height property. 37 /// Defines type for bits per pixels property. 40 /// Defines type for compression property. 49 /// Defines type for image size property. 52 /// Defines type for horizontal resolution property. 55 /// Defines type for vertical resolution property. [all …]
|
/third_party/unity/extras/memory/test/ |
D | Makefile | 8 DEFINES = -D UNITY_OUTPUT_CHAR=UnityOutputCharSpy_OutputChar macro 10 DEFINES += -D UNITY_OUTPUT_CHAR_HEADER_DECLARATION=UnityOutputCharSpy_OutputChar(int) 12 DEFINES += -D UNITY_OUTPUT_CHAR_HEADER_DECLARATION=UnityOutputCharSpy_OutputChar\(int\) 27 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_SUPPORT_64 32 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -m32 37 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC 43 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -std=c89 && ./$(TARGET) 44 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC -std=c89 55 …$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-…
|
/third_party/grpc/ |
D | build_handwritten.yaml | 108 DEFINES: NDEBUG 112 DEFINES: _DEBUG DEBUG 115 DEFINES: NDEBUG 118 DEFINES: NDEBUG 122 DEFINES: _DEBUG DEBUG 127 DEFINES: _DEBUG DEBUG GPR_GCOV 133 DEFINES: _DEBUG DEBUG 138 DEFINES: NDEBUG 141 DEFINES: _DEBUG DEBUG 151 DEFINES: NDEBUG [all …]
|
/third_party/flutter/skia/gn/ |
D | gn_to_bp_utils.py | 103 def WriteUserConfig(userConfigPath, defines): argument 104 # Most defines go into SkUserConfig.h 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') 112 #... and all the #defines we want to put in SkUserConfig.h. 118 for define in sorted(defines):
|
/third_party/skia/gn/ |
D | gn_to_bp_utils.py | 105 def WriteUserConfig(userConfigPath, defines): argument 106 # Most defines go into SkUserConfig.h 107 defines.remove('NDEBUG') # Controlled by the Android build 108 defines.remove('SKIA_IMPLEMENTATION=1') # don't export this define. 109 if 'WIN32_LEAN_AND_MEAN' in defines: # Controlled by the Android build 110 defines.remove('WIN32_LEAN_AND_MEAN') 111 if '_HAS_EXCEPTIONS=0' in defines: # Controlled by the Android build 112 defines.remove('_HAS_EXCEPTIONS=0') 114 #... and all the #defines we want to put in SkUserConfig.h. 120 for define in sorted(defines):
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
D | Makefile | 8 DEFINES = -D UNITY_OUTPUT_CHAR=UnityOutputCharSpy_OutputChar macro 9 DEFINES += -D UNITY_OUTPUT_CHAR_HEADER_DECLARATION=UnityOutputCharSpy_OutputChar\(int\) 24 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_SUPPORT_64 29 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -m32 34 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC 40 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -std=c89 && ./$(TARGET) 41 $(CC) $(CFLAGS) $(DEFINES) $(SRC) $(INC_DIR) -o $(TARGET) -D UNITY_EXCLUDE_STDLIB_MALLOC -std=c89 52 …$(CC) $(DEFINES) $(foreach i, $(SRC), ../test/$(i)) $(INC_DIR) -o $(TARGET) -fprofile-arcs -ftest-…
|
/third_party/grpc/src/objective-c/ |
D | grpc_objc_internal_library.bzl | 56 defines = [], 67 defines: preprocessors 78 defines = defines, 91 defines = [], 101 defines: preprocessors 120 defines = defines, 167 defines = [
|