Home
last modified time | relevance | path

Searched defs:Config (Results 1 – 25 of 1632) sorted by relevance

12345678910>>...66

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_test_factory.h35 struct Config { struct
40 static constexpr int default_pcmu() { return 0; } in default_pcmu()
41 int pcmu = default_pcmu();
43 static constexpr int default_pcma() { return 8; } in default_pcma()
44 int pcma = default_pcma();
46 static constexpr int default_ilbc() { return 102; } in default_ilbc()
47 int ilbc = default_ilbc();
49 static constexpr int default_isac() { return 103; } in default_isac()
50 int isac = default_isac();
52 static constexpr int default_isac_swb() { return 104; } in default_isac_swb()
[all …]
/aosp_15_r20/external/bazelbuild-rules_python/gazelle/pythonconfig/
H A Dpythonconfig.go147 type Config struct { struct
148 parent *Config
150 extensionEnabled bool
151 repoRoot string
152 pythonProjectRoot string
153 gazelleManifest *manifest.Manifest
155 excludedPatterns *singlylinkedlist.List
156 ignoreFiles map[string]struct{}
157 ignoreDependencies map[string]struct{}
158 validateImportStatements bool
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/
DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
50 std::vector<std::string> MAttrs;
51 std::vector<std::string> MllvmArgs;
52 std::vector<std::string> PassPlugins;
54 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
56 std::optional<CodeModel::Model> CodeModel;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/LTO/
DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
50 std::vector<std::string> MAttrs;
51 std::vector<std::string> MllvmArgs;
52 std::vector<std::string> PassPlugins;
54 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
56 std::optional<CodeModel::Model> CodeModel;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/LTO/
DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
50 std::vector<std::string> MAttrs;
51 std::vector<std::string> MllvmArgs;
52 std::vector<std::string> PassPlugins;
54 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
56 std::optional<CodeModel::Model> CodeModel;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/LTO/
DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
50 std::vector<std::string> MAttrs;
51 std::vector<std::string> MllvmArgs;
52 std::vector<std::string> PassPlugins;
54 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
56 std::optional<CodeModel::Model> CodeModel;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/LTO/
H A DConfig.h41 struct Config { struct
42 enum VisScheme {
48 std::string CPU;
49 TargetOptions Options;
50 std::vector<std::string> MAttrs;
51 std::vector<std::string> MllvmArgs;
52 std::vector<std::string> PassPlugins;
54 std::function<void(legacy::PassManager &)> PreCodeGenPassesHook;
55 std::optional<Reloc::Model> RelocModel = Reloc::PIC_;
56 std::optional<CodeModel::Model> CodeModel;
[all …]
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dconfig.rs663 pub struct Config { struct
683 pub battery_config: Option<BatteryConfig>, argument
685 pub block_control_tube: Vec<Tube>,
687 pub block_vhost_user_tube: Vec<Tube>,
689 pub boost_uclamp: bool,
690 pub boot_cpu: usize,
692 pub break_linux_pci_config_io: bool,
694 pub broker_shutdown_event: Option<Event>,
696 pub bus_lock_ratelimit: u64,
698 pub coiommu_param: Option<devices::CoIommuParameters>,
[all …]
/aosp_15_r20/external/angle/src/libANGLE/
H A DConfig.h27 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
H A DConfig.h38 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 …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Dconfig.go20 type Config struct { struct
21 arch string // "amd64", etc.
22 PtrSize int64 // 4 or 8; copy of cmd/internal/sys.Arch.PtrSize
23 RegSize int64 // 4 or 8; copy of cmd/internal/sys.Arch.RegSize
24 Types Types
25 lowerBlock blockRewriter // block lowering function, first round
26 lowerValue valueRewriter // value lowering function, first round
27 …block lowering function that needs to be run after the first round; only used on some architectures
28 …value lowering function that needs to be run after the first round; only used on some architectures
29 …Load valueRewriter // function for splitting merged load ops; only used on some architectures
[all …]
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dloss_based_bwe_v2.h78 struct Config { struct
79 double bandwidth_rampup_upper_bound_factor = 0.0;
80 double rampup_acceleration_max_factor = 0.0;
82 std::vector<double> candidate_factors;
83 double higher_bandwidth_bias_factor = 0.0;
84 double higher_log_bandwidth_bias_factor = 0.0;
85 double inherent_loss_lower_bound = 0.0;
86 double loss_threshold_of_high_bandwidth_preference = 0.0;
87 double bandwidth_preference_smoothing_factor = 0.0;
90 double inherent_loss_upper_bound_offset = 0.0;
[all …]
/aosp_15_r20/external/webrtc/api/test/
H A Dvideocodec_test_fixture.h66 struct Config { struct
87 std::string test_name;
90 std::string filename;
93 absl::optional<int> clip_width;
94 absl::optional<int> clip_height;
96 absl::optional<int> clip_fps;
100 absl::optional<int> reference_width;
101 absl::optional<int> reference_height;
104 std::string filepath;
107 size_t num_frames = 0;
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Dsyntax.rs120 config: &Config, in parse_many_with()
145 pub struct Config { struct
159 impl Config { argument
186 pub fn case_insensitive(mut self, yes: bool) -> Config { in case_insensitive()
201 pub fn multi_line(mut self, yes: bool) -> Config { in multi_line()
222 pub fn dot_matches_new_line(mut self, yes: bool) -> Config { in dot_matches_new_line()
239 pub fn crlf(mut self, yes: bool) -> Config { in crlf()
264 pub fn line_terminator(mut self, byte: u8) -> Config { in line_terminator()
276 pub fn swap_greed(mut self, yes: bool) -> Config { in swap_greed()
289 pub fn ignore_whitespace(mut self, yes: bool) -> Config { in ignore_whitespace()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dlazy_op_runner.h120 struct Config { struct
121 ConvolutionKind kind;
122 DataType input_type, output_type;
123 const BatchDescriptor& input_descriptor;
124 const FilterDescriptor& filter_descriptor;
125 const BatchDescriptor& output_descriptor;
126 const ConvolutionDescriptor& convolution_descriptor;
143 struct Config { struct
144 ConvolutionKind kind;
145 DataType input_type, bias_type, output_type;
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dcommon.go531 type Config struct { struct
536 Rand io.Reader
540 Time func() time.Time
553 Certificates []Certificate
562 NameToCertificate map[string]*Certificate
573 GetCertificate func(*ClientHelloInfo) (*Certificate, error)
590 GetClientCertificate func(*CertificateRequestInfo) (*Certificate, error)
605 GetConfigForClient func(*ClientHelloInfo) (*Config, error)
626 VerifyPeerCertificate func(rawCerts [][]byte, verifiedChains [][]*x509.Certificate) error
637 VerifyConnection func(ConnectionState) error
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/internal/config/
Dconfig.go19 type Config struct { struct
20 *telemetry.UploadConfig
21 program map[string]bool
22 goos map[string]bool
23 goarch map[string]bool
24 goversion map[string]bool
25 pgversion map[pgkey]bool
26 pgcounter map[pgkey]bool
27 pgcounterprefix map[pgkey]bool
28 pgstack map[pgkey]bool
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/
H A Dmedia_debug_fast_dump.h42 struct Config struct
49 RangedValue(T v) in RangedValue()
55 operator T() const in T()
65 using RangedUint8 = RangedValue<uint8_t, MIN, MAX>;
71 const size_t *frameIdx = nullptr; // pointer to the frame index managed by user
72 size_t samplingTime = 0; // sampling time in ms or frame index
73 size_t samplingInterval = 0; // sampling interval in ms or frame index
81 …licy = 0; // 0: balance shared/local memory usage; 1: prioritize shared; 2: prioritize local
82 …ioritizedMem = 75; // max percentage of prioritized memory can be used for fast dump, 10% - 100%
83 …rioritizedMem = 75; // max percentage of deprioritized memory can be used for fast dump, 0% - 100%
[all …]
/aosp_15_r20/external/flatbuffers/src/
H A Dnamer.h36 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
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/
H A DInputSurfaceWrapper.h63 struct Config { struct
87 * Configures input surface. argument
93 virtual status_t configure(Config &config) = 0; argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/unitchecker/
Dunitchecker.go60 type Config struct { struct
61 ID string // e.g. "fmt [fmt.test]"
62 Compiler string // gc or gccgo, provided to MakeImporter
63 Dir string // (unused)
64 ImportPath string // package path
65 GoVersion string // minimum required Go version, such as "go1.21.0"
66 GoFiles []string
67 NonGoFiles []string
68 IgnoredFiles []string
69 ImportMap map[string]string // maps import path to package path
[all …]
/aosp_15_r20/external/swiftshader/tests/regres/deqp/
H A Ddeqp.go60 type Config struct { struct
61 ExeEgl string
62 ExeGles2 string
63 ExeGles3 string
64 ExeVulkan string
65 TempDir string // Directory for temporary log files, coverage output.
66 TestLists testlist.Lists
67 Env []string
68 LogReplacements map[string]string
69 NumParallelTests int
[all …]
/aosp_15_r20/external/webrtc/pc/
H A Djsep_transport_controller.h106 struct Config { struct
110 bool redetermine_role_on_ice_restart = true;
111 rtc::SSLProtocolVersion ssl_max_version = rtc::SSL_PROTOCOL_DTLS_12;
114 webrtc::CryptoOptions crypto_options;
115 PeerConnectionInterface::BundlePolicy bundle_policy =
117 PeerConnectionInterface::RtcpMuxPolicy rtcp_mux_policy =
119 bool disable_encryption = false;
120 bool enable_external_auth = false;
122 webrtc::IceTransportFactory* ice_transport_factory = nullptr;
123 cricket::DtlsTransportFactory* dtls_transport_factory = nullptr;
[all …]
/aosp_15_r20/build/soong/cc/
H A Dandroidmk.go39 subAndroidMk(android.Config, *android.AndroidMkInfo, interface{})
55 prepareAndroidMKProviderInfo(android.Config, AndroidMkContext, *android.AndroidMkInfo)
59 prepareAndroidMKFooterInfo(android.Config, AndroidMkContext, *android.AndroidMkInfo)
62 func (c *Module) subAndroidMk(config android.Config, entries *android.AndroidMkInfo, obj interface{…
76 func (c *Module) PrepareAndroidMKProviderInfo(config android.Config) *android.AndroidMkProviderInfo…
228 func (library *libraryDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkC…
293 func (object *objectLinker) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContex…
297 func (object *objectLinker) prepareAndroidMKFooterInfo(config android.Config, ctx AndroidMkContext,…
329 func (test *testDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkContext…
335 func (binary *binaryDecorator) prepareAndroidMKProviderInfo(config android.Config, ctx AndroidMkCon…
[all …]
/aosp_15_r20/external/webrtc/call/
H A Daudio_send_stream.h78 struct Config { struct
85 struct Rtp {
109 } rtp;
112 int rtcp_report_interval_ms = 5000;
116 Transport* send_transport = nullptr;
121 int min_bitrate_bps = -1;
122 int max_bitrate_bps = -1;
124 double bitrate_priority = 1.0;
125 bool has_dscp = false;
129 absl::optional<std::string> audio_network_adaptor_config;
[all …]

12345678910>>...66