Home
last modified time | relevance | path

Searched defs:Configuration (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm-project/lld/ELF/
DConfig.h91 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/
DConfig.h30 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/
DConfig.h84 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/
Drtp_rtcp_interface.h45 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/
DSwiftConfig.hpp32 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/
DConfig.h33 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/
Dconfiguration.h19 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/
Dgl4cIncompleteTextureAccessTests.hpp116 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/
DTestSuiteGuide.md132 Configuration section in test-suite Guide
146 ### Common Configuration Options
207 ### Common CMake Flags
/external/rust/crates/tokio-macros/src/
Dentry.rs31 struct Configuration { struct
39 impl Configuration { argument
/external/testng/src/main/java/org/testng/internal/
DConfiguration.java11 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/
Dmac.rst98 Configuration section in Getting and Installing MacPython
112 .. _ide:
/external/python/cpython2/Doc/using/
Dmac.rst106 Configuration section in Getting and Installing MacPython
120 .. _ide:
/external/rust/crates/rayon-core/src/
Dlib.rs153 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/
DREADME.md38 ## Configuration section in Configurable CfM Tests
Dconfiguration.py1 class Configuration(object): class
/external/skia/site/docs/dev/tools/
Dmarkdown.md98 ## Configuration section
/external/llvm-project/clang-tools-extra/docs/
Dclang-doc.rst55 Configuration chapter
/external/angle/third_party/vulkan_memory_allocator/docs/
DRecording file format.md28 # Configuration chapter
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DConfiguration.java22 public interface Configuration { interface
/external/pigweed/targets/host/
Dtarget_docs.rst39 Configuration chapter
/external/pigweed/pw_target_runner/
Ddocs.rst38 Configuration section in Standalone executable
/external/pigweed/pw_protobuf/
Ddocs.rst30 Configuration chapter
/external/ltp/testcases/network/
DREADME.md52 ### FTP setup
/external/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
DREADME.md37 ## Configuration section in lws minimal dbus ws proxy

123