| /external/llvm-project/lld/ELF/ |
| D | Config.h | 91 struct Configuration { struct 92 uint8_t osabi = 0; 93 uint32_t andFeatures = 0; 94 llvm::CachePruningPolicy thinLTOCachePolicy; 95 llvm::SetVector<llvm::CachedHashString> dependencyFiles; // for --dependency-file 96 llvm::StringMap<uint64_t> sectionStartMap; 97 llvm::StringRef bfdname; 98 llvm::StringRef chroot; 99 llvm::StringRef dependencyFile; 100 llvm::StringRef dwoDir; [all …]
|
| /external/llvm-project/lld/wasm/ |
| D | Config.h | 30 struct Configuration { struct 31 bool bsymbolic; 32 bool checkFeatures; 33 bool compressRelocations; 34 bool demangle; 35 bool disableVerify; 36 bool experimentalPic; 37 bool emitRelocs; 38 bool exportAll; 39 bool exportDynamic; [all …]
|
| /external/llvm-project/lld/COFF/ |
| D | Config.h | 84 struct Configuration { struct 85 enum ManifestKind { SideBySide, Embed, No }; 86 bool is64() { return machine == AMD64 || machine == ARM64; } in is64() 88 llvm::COFF::MachineTypes machine = IMAGE_FILE_MACHINE_UNKNOWN; 89 size_t wordsize; 90 bool verbose = false; 91 WindowsSubsystem subsystem = llvm::COFF::IMAGE_SUBSYSTEM_UNKNOWN; 92 Symbol *entry = nullptr; 93 bool noEntry = false; 94 std::string outputFile; [all …]
|
| /external/webrtc/modules/rtp_rtcp/source/ |
| D | rtp_rtcp_interface.h | 45 struct Configuration { struct 51 bool audio = false; 52 bool receiver_only = false; 55 Clock* clock = nullptr; 57 ReceiveStatisticsProvider* receive_statistics = nullptr; 61 Transport* outgoing_transport = nullptr; 64 RtcpIntraFrameObserver* intra_frame_callback = nullptr; 67 RtcpLossNotificationObserver* rtcp_loss_notification_observer = nullptr; 71 RtcpBandwidthObserver* bandwidth_callback = nullptr; 73 NetworkStateEstimateObserver* network_state_estimate_observer = nullptr; [all …]
|
| /external/swiftshader/src/Main/ |
| D | SwiftConfig.hpp | 32 struct Configuration struct in sw::SwiftConfig 34 int pixelShaderVersion; 35 int vertexShaderVersion; 36 int textureMemory; 37 int identifier; 38 int vertexRoutineCacheSize; 39 int pixelRoutineCacheSize; 40 int setupRoutineCacheSize; 41 int vertexCacheSize; 42 int textureSampleQuality; [all …]
|
| /external/llvm-project/lld/MachO/ |
| D | Config.h | 33 struct Configuration { struct 34 Symbol *entry; 35 bool hasReexports = false; 36 bool allLoad = false; 37 bool forceLoadObjC = false; 38 bool staticLink = false; 39 bool isPic = false; 40 bool headerPadMaxInstallNames = false; 41 bool printEachFile = false; 42 bool printWhyLoad = false; [all …]
|
| /external/libchrome/mojo/core/embedder/ |
| D | configuration.h | 19 struct Configuration { struct 23 bool is_broker_process = false; 32 bool force_direct_shared_memory_allocation = false; 35 size_t max_mapping_table_size = 1000000; 38 size_t max_message_num_bytes = 256 * 1024 * 1024; 41 size_t max_shared_memory_num_bytes = 1024 * 1024 * 1024;
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cIncompleteTextureAccessTests.hpp | 116 static const struct Configuration struct in gl4cts::IncompleteTextureAccess::SamplerTest 118 glw::GLenum texture_target; 119 const glw::GLchar* sampler_template; 120 const glw::GLchar* fetch_template; 121 glw::GLfloat expected_result[4];
|
| /external/llvm-project/llvm/docs/ |
| D | TestSuiteGuide.md | 132 Configuration section in test-suite Guide 146 ### Common Configuration Options 207 ### Common CMake Flags
|
| /external/rust/crates/tokio-macros/src/ |
| D | entry.rs | 31 struct Configuration { struct 39 impl Configuration { argument
|
| /external/testng/src/main/java/org/testng/internal/ |
| D | Configuration.java | 11 public class Configuration implements IConfiguration { class 21 public Configuration() { in Configuration() method in Configuration 25 public Configuration(IAnnotationFinder finder) { in Configuration() method in Configuration
|
| /external/python/cpython3/Doc/using/ |
| D | mac.rst | 98 Configuration section in Getting and Installing MacPython 112 .. _ide:
|
| /external/python/cpython2/Doc/using/ |
| D | mac.rst | 106 Configuration section in Getting and Installing MacPython 120 .. _ide:
|
| /external/rust/crates/rayon-core/src/ |
| D | lib.rs | 153 pub struct Configuration { struct 154 builder: ThreadPoolBuilder, 563 impl Configuration { impl 586 pub fn num_threads(mut self, num_threads: usize) -> Configuration { in num_threads() method 717 impl Default for Configuration { implementation 726 impl fmt::Debug for Configuration { implementation
|
| /external/autotest/server/cros/cfm/configurable_test/ |
| D | README.md | 38 ## Configuration section in Configurable CfM Tests
|
| D | configuration.py | 1 class Configuration(object): class
|
| /external/skia/site/docs/dev/tools/ |
| D | markdown.md | 98 ## Configuration section
|
| /external/llvm-project/clang-tools-extra/docs/ |
| D | clang-doc.rst | 55 Configuration chapter
|
| /external/angle/third_party/vulkan_memory_allocator/docs/ |
| D | Recording file format.md | 28 # Configuration chapter
|
| /external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/ |
| D | Configuration.java | 22 public interface Configuration { interface
|
| /external/pigweed/targets/host/ |
| D | target_docs.rst | 39 Configuration chapter
|
| /external/pigweed/pw_target_runner/ |
| D | docs.rst | 38 Configuration section in Standalone executable
|
| /external/pigweed/pw_protobuf/ |
| D | docs.rst | 30 Configuration chapter
|
| /external/ltp/testcases/network/ |
| D | README.md | 52 ### FTP setup
|
| /external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/ |
| D | README.md | 37 ## Configuration section in lws minimal dbus ws proxy
|