/external/deqp/scripts/khr_util/ |
D | gen_str_util.py | 26 def isValueDefined (definitions, value): argument 27 return value in definitions 29 def allValuesUndefined (definitions, values): argument 31 if isValueDefined(definitions, value): 35 def anyValueDefined (definitions, values): argument 36 return not allValuesUndefined(definitions, values) 43 definitions = makeDefSet(iface) 47 if anyValueDefined(definitions, values): 54 if anyValueDefined(definitions, values): 61 if anyValueDefined(definitions, values): [all …]
|
/external/tcpdump/ |
D | INSTALL.txt | 50 addrtoname.h - address to hostname definitions 51 ah.h - IPSEC Authentication Header definitions 52 appletalk.h - AppleTalk definitions 56 atm.h - ATM traffic type definitions 59 chdlc.h - Cisco HDLC definitions 67 ether.h - Ethernet definitions 68 ethertype.h - Ethernet type value definitions 69 extract.h - alignment definitions 70 gmpls.c - GMPLS definitions 75 interface.h - globals, prototypes and definitions [all …]
|
/external/google-benchmark/ |
D | conanfile.py | 47 cmake.definitions["BENCHMARK_ENABLE_TESTING"] = "OFF" 48 cmake.definitions["BENCHMARK_ENABLE_GTEST_TESTS"] = "OFF" 49 cmake.definitions["BENCHMARK_ENABLE_LTO"] = "ON" if self.options.enable_lto else "OFF" 50 …cmake.definitions["BENCHMARK_ENABLE_EXCEPTIONS"] = "ON" if self.options.enable_exceptions else "OF… 54 …cmake.definitions["BENCHMARK_BUILD_32_BITS"] = "ON" if "64" not in str(self.settings.arch) else "O… 55 …cmake.definitions["BENCHMARK_USE_LIBCXX"] = "ON" if (str(self.settings.compiler.libcxx) == "libc++… 57 cmake.definitions["BENCHMARK_USE_LIBCXX"] = "OFF"
|
/external/mesa3d/src/compiler/glsl/ |
D | link_interface_blocks.cpp | 310 interface_block_definitions *definitions; in validate_intrastage_interface_blocks() local 313 definitions = &in_interfaces; in validate_intrastage_interface_blocks() 316 definitions = &out_interfaces; in validate_intrastage_interface_blocks() 319 definitions = &uniform_interfaces; in validate_intrastage_interface_blocks() 322 definitions = &buffer_interfaces; in validate_intrastage_interface_blocks() 332 ir_variable *prev_def = definitions->lookup(var); in validate_intrastage_interface_blocks() 337 definitions->store(var); in validate_intrastage_interface_blocks() 361 interface_block_definitions definitions; in validate_interstage_inout_blocks() local 402 definitions.store(var); in validate_interstage_inout_blocks() 411 ir_variable *producer_def = definitions.lookup(var); in validate_interstage_inout_blocks() [all …]
|
/external/google-fruit/ |
D | conanfile.py | 48 cmake.definitions["FRUIT_IS_BEING_BUILT_BY_CONAN"] = "YES" 49 cmake.definitions["BUILD_SHARED_LIBS"] = "YES" if self.options.shared else "NO" 52 cmake.definitions["BOOST_DIR"] = "." 54 cmake.definitions["FRUIT_USES_BOOST"] = "NO" 56 cmake.definitions["FRUIT_TESTS_USE_PRECOMPILED_HEADERS"] = "NO" 57 cmake.definitions["CMAKE_BUILD_TYPE"] = self.settings.build_type
|
/external/libpcap/cmake/Modules/ |
D | FindLFS.cmake | 27 # LFS_DEFINITIONS - List of definitions to pass to add_definitions() 28 # LFS_COMPILE_OPTIONS - List of definitions to pass to add_compile_options() 50 function(_lfs_check_compiler_option var options definitions libraries) 54 set(CMAKE_REQUIRED_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} ${definitions}) 57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}") 62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found") 63 set(_lfs_cppflags ${_lfs_cppflags} ${definitions} PARENT_SCOPE) 68 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - not found") 143 set(LFS_DEFINITIONS ${_lfs_cppflags} CACHE STRING "Extra definitions for large file support") 144 set(LFS_COMPILE_OPTIONS ${_lfs_cflags} CACHE STRING "Extra definitions for large file support") [all …]
|
/external/u-boot/drivers/pinctrl/renesas/ |
D | Kconfig | 17 the GPIO definitions and pin control functions for each available 28 the GPIO definitions and pin control functions for each available 39 the GPIO definitions and pin control functions for each available 50 the GPIO definitions and pin control functions for each available 61 the GPIO definitions and pin control functions for each available 72 the GPIO definitions and pin control functions for each available 83 the GPIO definitions and pin control functions for each available 94 the GPIO definitions and pin control functions for each available 105 the GPIO definitions and pin control functions for each available 116 the GPIO definitions and pin control functions for each available
|
/external/skqp/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 71 this->definitions().appendf("const %s %s = %s;\n", type, name, value); in defineConstant() 75 this->definitions().appendf("const int %s = %i;\n", name, value); in defineConstant() 79 this->definitions().appendf("const float %s = %f;\n", name, value); in defineConstant() 83 this->definitions().appendf("const %s %s = ", type, name); in defineConstantf() 86 this->definitions().appendVAList(fmt, args); in defineConstantf() 88 this->definitions().append(";\n"); in defineConstantf() 203 SkString& definitions() { return fShaderStrings[kDefinitions]; } in definitions() function
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 71 this->definitions().appendf("const %s %s = %s;\n", type, name, value); in defineConstant() 75 this->definitions().appendf("const int %s = %i;\n", name, value); in defineConstant() 79 this->definitions().appendf("const float %s = %f;\n", name, value); in defineConstant() 83 this->definitions().appendf("const %s %s = ", type, name); in defineConstantf() 86 this->definitions().appendVAList(fmt, args); in defineConstantf() 88 this->definitions().append(";\n"); in defineConstantf() 204 SkString& definitions() { return fShaderStrings[kDefinitions]; } in definitions() function
|
/external/swiftshader/third_party/LLVM/test/Scripts/ |
D | coff-dump.py | 403 definitions = entry[3] 407 if type(definitions) is types.TupleType: 408 selector = read_value(definitions[0]) 409 definitions = definitions[1][selector] 411 if value in definitions: 412 description = definitions[value] 425 definitions = entry[3] 432 for entry in definitions:
|
/external/python/dateutil/changelog.d/ |
D | template.rst | 8 {% for category, val in definitions.items() if category in sections[section]%} 9 {{ definitions[category]['name'] }} 10 {{ underline * definitions[category]['name']|length }} 12 {% if definitions[category]['showcontent'] %}
|
/external/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_DefinitionsTest | 3 A variety of header file definitions are listed in the POSIX Base Definitions 5 definitions that appear. 37 For examples, see posixtestsuite/conformance/definitions/signal/15-1.c 45 #include <include file with definitions.h> 51 For examples, see posixtestsuite/conformance/definitions/signal/22-*.c 68 For examples, see posixtestsuite/conformance/definitions/signal/43-1.c
|
D | HOWTO_ConformanceTest | 23 definitions/ - This directory contains tests for each *.h file in the POSIX 31 (as in definitions/). 35 definitions/ 37 The definitions/ directory contains one subdirectory per *.h file. Each 55 Within each lowest level directory (definitions/*_h for definitions, 86 - HOWTO_DefinitionsTest - describes how to create definitions tests
|
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/externs/ |
D | module.externs.tmpl | 14 {#--- Constant definitions #} 20 {#--- Enum definitions #} 29 {#--- Interface definitions #} 34 {#--- Struct definitions #}
|
/external/catch2/ |
D | conanfile.py | 18 cmake.definitions["BUILD_TESTING"] = "OFF" 19 cmake.definitions["CATCH_INSTALL_DOCS"] = "OFF" 20 cmake.definitions["CATCH_INSTALL_HELPERS"] = "ON"
|
/external/skqp/src/sksl/ |
D | SkSLCompiler.cpp | 255 DefinitionMap* definitions) { in addDefinition() argument 260 (*definitions)[&var] = expr; in addDefinition() 273 definitions); in addDefinition() 279 definitions); in addDefinition() 285 definitions); in addDefinition() 293 definitions); in addDefinition() 296 definitions); in addDefinition() 306 DefinitionMap* definitions) { in addDefinitions() argument 315 this->addDefinition(b->fLeft.get(), &b->fRight, definitions); in addDefinitions() 320 definitions); in addDefinitions() [all …]
|
D | SkSLCompiler.h | 137 DefinitionMap* definitions); 139 void addDefinitions(const BasicBlock::Node& node, DefinitionMap* definitions); 149 void simplifyExpression(DefinitionMap& definitions, 160 void simplifyStatement(DefinitionMap& definitions,
|
/external/u-boot/drivers/pinctrl/ |
D | Kconfig | 115 both the GPIO definitions and pin control functions for each 158 the GPIO definitions and pin control functions for each available 168 the GPIO definitions and pin control functions for each available 178 the GPIO definitions and pin control functions for each available 188 the GPIO definitions and pin control functions for each available 198 the GPIO definitions and pin control functions for each available 208 the GPIO definitions and pin control functions for each available 218 the GPIO definitions and pin control functions for each available 228 the GPIO definitions and pin control functions for each available 238 the GPIO definitions and pin control functions for each available [all …]
|
/external/deqp/external/vulkancts/scripts/ |
D | gen_framework.py | 369 …def __init__ (self, name, handles, enums, bitfields, compositeTypes, functions, definitions, addit… argument 371 self.definitions = definitions 381 …elf.compositeTypes, self.functions, self.bitfields, self.handles, self.definitions, self.versionIn… 384 def __init__ (self, definitions, handles, enums, bitfields, compositeTypes, functions, extensions): argument 385 self.definitions = definitions 627 …definitions = [Definition(type, name, parsePreprocDefinedValueOptional(extensionSrc, name)) for … 628 definitions = [definition for definition in definitions if definition.value != None] 644 extDefinitions = [definitionsByName[definition.name] for definition in definitions] 656 …definitions = [Definition(type, name, parsePreprocDefinedValue(src, name)) for name, type in DEFI… 691 …ions = parseExtensions(src, allFunctions, compositeTypes, enums, bitfields, handles, definitions) [all …]
|
/external/libchrome/mojo/public/tools/bindings/generators/js_templates/ |
D | module_definition.tmpl | 12 {#--- Struct definitions #} 17 {#--- Union definitions #} 23 {#--- Interface definitions #}
|
/external/skia/src/sksl/ |
D | SkSLCompiler.cpp | 255 DefinitionMap* definitions) { in addDefinition() argument 260 (*definitions)[&var] = expr; in addDefinition() 273 definitions); in addDefinition() 279 definitions); in addDefinition() 285 definitions); in addDefinition() 293 definitions); in addDefinition() 296 definitions); in addDefinition() 306 DefinitionMap* definitions) { in addDefinitions() argument 315 this->addDefinition(b->fLeft.get(), &b->fRight, definitions); in addDefinitions() 320 definitions); in addDefinitions() [all …]
|
D | SkSLCompiler.h | 137 DefinitionMap* definitions); 139 void addDefinitions(const BasicBlock::Node& node, DefinitionMap* definitions); 149 void simplifyExpression(DefinitionMap& definitions, 160 void simplifyStatement(DefinitionMap& definitions,
|
/external/flatbuffers/ |
D | conanfile.py | 42 cmake.definitions["FLATBUFFERS_BUILD_TESTS"] = False 43 cmake.definitions["FLATBUFFERS_BUILD_SHAREDLIB"] = self.options.shared 44 cmake.definitions["FLATBUFFERS_BUILD_FLATLIB"] = not self.options.shared
|
/external/dtc/Documentation/ |
D | dts-format.txt | 10 Node and property definitions 18 [properties definitions] 22 Nodes may contain property definitions and/or child node 23 definitions. If both are present, properties must come before child 26 Property definitions are name value pairs in the form: 100 [property definitions]
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | module-shared.cc.tmpl | 30 {#--- Union definitions #} 35 {#--- Struct definitions #} 42 {#--- Interface parameter definitions #}
|