| /third_party/rust/rust/tests/ui/issues/ |
| D | issue-29540.rs | 3 pub struct Config { struct 4 pub name: String, 5 pub cluster: String, 6 pub debug_none: String, 7 pub debug_lockdep: String, 8 pub debug_context: String, 9 pub debug_crush: String, 10 pub debug_mds: String, 11 pub debug_mds_balancer: String, 12 pub debug_mds_locker: String, [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Config.h | 27 struct Config struct 32 Config &operator=(const Config &other); argument 49 EGLint configID; // Unique EGLConfig identifier argument 50 EGLint conformant; // Whether contexts created with this config are conformant 51 EGLint depthSize; // Bits of Z in the depth buffer 52 EGLint level; // Frame buffer level 53 EGLBoolean matchNativePixmap; // Match the native pixmap format 54 EGLint maxPBufferWidth; // Maximum width of pbuffer 55 EGLint maxPBufferHeight; // Maximum height of pbuffer 56 EGLint maxPBufferPixels; // Maximum size of pbuffer [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
| D | Config.h | 38 struct Config { struct 41 std::string CPU; 42 TargetOptions Options; 43 std::vector<std::string> MAttrs; 44 Optional<Reloc::Model> RelocModel = Reloc::PIC_; 45 Optional<CodeModel::Model> CodeModel = None; 46 CodeGenOpt::Level CGOptLevel = CodeGenOpt::Default; 47 CodeGenFileType CGFileType = CGFT_ObjectFile; 48 unsigned OptLevel = 2; 49 bool DisableVerify = false; [all …]
|
| /third_party/rust/rust/src/tools/rustdoc-gui-test/src/ |
| D | config.rs | 4 pub(crate) struct Config { struct 18 impl Config { implementation
|
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | common.rs | 145 pub struct Config { struct 147 pub bless: bool, 150 pub compile_lib_path: PathBuf, 153 pub run_lib_path: PathBuf, 156 pub rustc_path: PathBuf, 159 pub rustdoc_path: Option<PathBuf>, 162 pub rust_demangler_path: Option<PathBuf>, 165 pub python: String, 168 pub jsondocck_path: Option<String>, 171 pub jsondoclint_path: Option<String>, [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | SwapChainVk.h | 58 struct Config { struct 77 ResultOrError<Config> ChooseConfig(const VulkanSurfaceInfo& surfaceInfo) const; argument
|
| /third_party/rust/rust/src/bootstrap/ |
| D | config.rs | 113 pub struct Config { struct 114 pub changelog_seen: Option<usize>, 115 pub ccache: Option<String>, 117 pub ninja_in_file: bool, 118 pub verbose: usize, 119 pub submodules: Option<bool>, 120 pub compiler_docs: bool, 121 pub library_docs_private_items: bool, 122 pub docs_minification: bool, 123 pub docs: bool, [all …]
|
| /third_party/skia/m133/bazel/device_specific_configs/ |
| D | device_specific_configs.go | 21 type Config struct { struct 23 Name string 27 Keys map[string]string 34 CPU string 39 GPU string 44 SwarmingDimensions map[string]string 48 func (d Config) Model() string { 59 func (d Config) TestRunnerArgs() []string {
|
| /third_party/nghttp2/src/ |
| D | HttpServer.h | 61 struct Config { struct 62 std::map<std::string, std::vector<std::string>> push; 63 std::map<std::string, std::string> mime_types; 64 Headers trailer; 65 std::string trailer_names; 66 std::string htdocs; 67 std::string host; 68 std::string private_key_file; 69 std::string cert_file; 70 std::string dh_param_file; [all …]
|
| D | nghttp.h | 69 struct Config { struct 73 Headers headers; 74 Headers trailer; 75 std::vector<int32_t> weight; 76 std::string certfile; 77 std::string keyfile; 78 std::string datafile; 79 std::string harfile; 80 std::string scheme_override; 81 std::string host_override; [all …]
|
| D | h2load.h | 81 struct Config { struct 82 std::vector<std::vector<nghttp2_nv>> nva; 83 std::vector<std::string> h1reqs; 84 std::vector<std::chrono::steady_clock::duration> timings; 85 nghttp2::Headers custom_headers; 86 std::string scheme; 87 std::string host; 88 std::string connect_to_host; 89 std::string ifile; 90 std::string ciphers; [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/deqp/ |
| D | deqp.go | 59 type Config struct { struct 60 ExeEgl string 61 ExeGles2 string 62 ExeGles3 string 63 ExeVulkan string 64 TempDir string // Directory for temporary log files, coverage output. 65 TestLists testlist.Lists 66 Env []string 67 LogReplacements map[string]string 68 NumParallelTests int [all …]
|
| /third_party/flatbuffers/src/ |
| D | namer.h | 36 struct Config { struct 64 // Configures, when formatting code, whether symbols are checked against argument 68 enum class Escape { 72 Escape escape_keywords; 77 Case namespaces; 79 std::string namespace_seperator; 84 std::string object_prefix; 108 Namer(Config config, std::set<std::string> keywords) in Namer() argument
|
| /third_party/rust/rust/compiler/rustc_interface/src/ |
| D | interface.rs | 247 pub struct Config { struct 249 pub opts: config::Options, 252 pub crate_cfg: FxHashSet<(String, Option<String>)>, 253 pub crate_check_cfg: CheckCfg, 255 pub input: Input, 256 pub output_dir: Option<PathBuf>, 257 pub output_file: Option<OutFileName>, 258 pub file_loader: Option<Box<dyn FileLoader + Send + Sync>>, 259 pub locale_resources: &'static [&'static str], 261 pub lint_caps: FxHashMap<lint::LintId, lint::Level>, [all …]
|
| /third_party/skia/bench/ |
| D | nanobench.h | 21 struct Config { struct 34 explicit Target(const Config& c) : config(c) { } in Target() argument
|
| /third_party/skia/m133/bench/ |
| D | nanobench.h | 24 struct Config { struct 37 explicit Target(const Config& c) : config(c) { } in Target() argument
|
| /third_party/skia/tools/ |
| D | using_skia_and_harfbuzz.cpp | 106 struct Config { struct 122 Config(int argc, char **argv) { in Config() function
|
| /third_party/skia/m133/tools/ |
| D | using_skia_and_harfbuzz.cpp | 122 struct Config { struct 138 Config(int argc, char **argv) { in Config() argument
|
| /third_party/vk-gl-cts/modules/egl/ |
| D | teglRenderCase.hpp | 44 struct Config struct in deqp::egl::RenderCase 46 eglw::EGLConfig config; 47 eglw::EGLint surfaceTypeBit; 48 eglw::EGLint apiBits; 50 Config (eglw::EGLConfig config_, eglw::EGLint surfaceTypeBit_, eglw::EGLint apiBits_) in Config() function
|
| /third_party/skia/infra/bots/gen_tasks_logic/ |
| D | gen_tasks_logic.go | 237 type Config struct { struct 241 AssetsDir string `json:"assets_dir"` 247 BuilderNameSchemaFile string `json:"builder_name_schema"` 250 GoldHashesURL string `json:"gold_hashes_url"` 253 GsBucketGm string `json:"gs_bucket_gm"` 256 GsBucketNano string `json:"gs_bucket_nano"` 259 InternalHardwareLabel func(parts map[string]string) *int `json:"-"` 262 NoUpload []string `json:"no_upload"` 266 PathToSkia string `json:"path_to_skia"` 269 Pool string `json:"pool"` [all …]
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| D | SwapChainD3D12.h | 56 struct Config { struct 77 Config mConfig; argument
|
| /third_party/rust/rust/src/tools/jsondocck/src/ |
| D | config.rs | 4 pub struct Config { struct 11 /// Create a Config from a vector of command-line arguments argument 12 pub fn parse_config(args: Vec<String>) -> Config { in parse_config()
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| D | array_length_from_uniform.h | 62 struct Config : public Castable<Data, transform::Data> { struct 72 Config& operator=(const Config&); argument 78 sem::BindingPoint ubo_binding; 81 std::unordered_map<sem::BindingPoint, uint32_t> bindpoint_to_size_index;
|
| D | canonicalize_entry_point_io.h | 97 struct Config : public Castable<Config, Data> { struct 113 const ShaderStyle shader_style; 116 const uint32_t fixed_sample_mask; 120 const bool emit_vertex_point_size;
|
| /third_party/skia/m133/infra/bots/gen_tasks_logic/ |
| D | gen_tasks_logic.go | 273 type Config struct { struct 277 AssetsDir string `json:"assets_dir"` 283 BuilderNameSchemaFile string `json:"builder_name_schema"` 286 GoldHashesURL string `json:"gold_hashes_url"` 289 GsBucketGm string `json:"gs_bucket_gm"` 292 GsBucketNano string `json:"gs_bucket_nano"` 295 InternalHardwareLabel func(parts map[string]string) *int `json:"-"` 298 NoUpload []string `json:"no_upload"` 302 PathToSkia string `json:"path_to_skia"` 305 Pool string `json:"pool"` [all …]
|