Searched refs:config (Results 251 - 275 of 2963) sorted by relevance

<<11121314151617181920>>

/external/skia/src/gpu/vk/
H A DGrVkCaps.h32 bool isConfigTexturable(GrPixelConfig config) const override {
33 return SkToBool(ConfigInfo::kTextureable_Flag & fConfigTable[config].fOptimalFlags);
36 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const override {
37 return SkToBool(ConfigInfo::kRenderable_Flag & fConfigTable[config].fOptimalFlags);
42 bool isConfigTexturableLinearly(GrPixelConfig config) const {
43 return SkToBool(ConfigInfo::kTextureable_Flag & fConfigTable[config].fLinearFlags);
46 bool isConfigRenderableLinearly(GrPixelConfig config, bool withMSAA) const { argument
48 fConfigTable[config].fLinearFlags);
51 bool configCanBeDstofBlit(GrPixelConfig config, bool linearTiled) const { argument
52 const uint16_t& flags = linearTiled ? fConfigTable[config]
57 configCanBeSrcofBlit(GrPixelConfig config, bool linearTiled) const argument
[all...]
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
H A Dbase_config_unittest.py60 'path', 'to', 'config', 'file'))
158 config = dependency_manager.BaseConfig(self.file_path, writable=True)
164 self.assertEqual({}, config._config_data)
165 self.assertEqual(self.file_path, config._config_path)
223 config = dependency_manager.BaseConfig(self.file_path, writable=True)
225 self.assertFalse(config.ExecuteUpdateJobs())
226 self.assertFalse(config._IsDirty())
227 self.assertFalse(config._pending_uploads)
228 self.assertEqual(self.dependencies, config._config_data)
242 config
[all...]
/external/autotest/frontend/
H A Dmake_superuser.py13 config = global_config.global_config variable
15 host = config.get_config_value(section, "host")
16 db_name = config.get_config_value(section, "database")
17 user = config.get_config_value(section, "user")
18 password = config.get_config_value(section, "password")
/external/curl/src/
H A Dtool_helpers.c70 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) argument
86 warnf(config->global, "You can only select one HTTP request method! "
93 void customrequest_helper(struct OperationConfig *config, HttpReq req, argument
108 notef(config->global, "Unnecessary use of -X or --request, %s is already "
112 warnf(config->global,
H A Dtool_cb_wrt.c37 struct GlobalConfig *global = outs->config->global;
79 struct OperationConfig *config = outs->config; local
89 if(!config)
93 if(config->include_headers) {
95 warnf(config->global, "Header data size exceeds single call write "
102 warnf(config->global, "Data size exceeds single call write limit!\n");
131 warnf(config->global, "Invalid output struct data for write callback\n");
146 if(config->readbusy) {
147 config
[all...]
/external/deqp/framework/opengl/
H A DgluFboRenderContext.hpp47 FboRenderContext (RenderContext* context, const RenderConfig& config);
48 FboRenderContext (const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine);
59 void createFramebuffer (const RenderConfig& config);
70 deUint32 chooseColorFormat (const RenderConfig& config);
71 deUint32 chooseDepthStencilFormat (const RenderConfig& config);
H A DgluFboRenderContext.cpp78 deUint32 chooseColorFormat (const glu::RenderConfig& config) argument
97 if (config.redBits != glu::RenderConfig::DONT_CARE &&
98 config.redBits != bits[0])
101 if (config.greenBits != glu::RenderConfig::DONT_CARE &&
102 config.greenBits != bits[1])
105 if (config.blueBits != glu::RenderConfig::DONT_CARE &&
106 config.blueBits != bits[2])
109 if (config.alphaBits != glu::RenderConfig::DONT_CARE &&
110 config.alphaBits != bits[3])
119 deUint32 chooseDepthStencilFormat (const glu::RenderConfig& config) argument
152 FboRenderContext(RenderContext* context, const RenderConfig& config) argument
170 FboRenderContext(const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine) argument
205 createFramebuffer(const RenderConfig& config) argument
[all...]
/external/aac/libAACenc/src/
H A Daacenc.cpp287 if (hAacEnc->config->audioMuxVersion==2) {
301 void FDKaacEnc_AacInitDefaultConfig(AACENC_CONFIG *config) argument
304 FDKmemclear(config, sizeof(AACENC_CONFIG));
307 config->anc_Rate = 0; /* no ancillary data */
308 config->ancDataBitRate = 0; /* no additional consumed bitrate */
311 config->bitRate = -1; /* bitrate must be set*/
312 config->averageBits = -1; /* instead of bitrate/s we can configure bits/superframe */
313 config->bitrateMode = 0;
314 config->bandWidth = 0; /* get bandwidth from table */
315 config
412 FDKaacEnc_Initialize(HANDLE_AAC_ENC hAacEnc, AACENC_CONFIG *config, HANDLE_TRANSPORTENC hTpEnc, ULONG initFlags) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module.cc24 Config config; local
25 config.id = id;
26 config.clock = Clock::GetRealTimeClock();
27 return Create(config);
31 Config config; local
32 config.id = id;
33 config.clock = clock;
34 return Create(config);
37 AudioCodingModule* AudioCodingModule::Create(const Config& config) { argument
38 return new acm2::AudioCodingModuleImpl(config);
[all...]
/external/webrtc/webrtc/modules/audio_processing/
H A Decho_cancellation_impl_unittest.cc32 Config config; local
33 config.Set<ExtendedFilter>(new ExtendedFilter(true));
34 ap->SetExtraOptions(config);
41 config.Set<ExtendedFilter>(new ExtendedFilter(false));
42 ap->SetExtraOptions(config);
62 Config config; local
63 config.Set<DelayAgnostic>(new DelayAgnostic(true));
64 ap->SetExtraOptions(config);
71 config.Set<DelayAgnostic>(new DelayAgnostic(false));
72 ap->SetExtraOptions(config);
[all...]
/external/webrtc/webrtc/test/
H A Dfake_network_pipe_unittest.cc74 FakeNetworkPipe::Config config; local
75 config.queue_length_packets = 20;
76 config.link_capacity_kbps = 80;
78 new FakeNetworkPipe(&fake_clock_, config));
88 const int kPacketTimeMs = PacketTimeMs(config.link_capacity_kbps,
113 FakeNetworkPipe::Config config; local
114 config.queue_length_packets = 20;
115 config.queue_delay_ms = 100;
116 config.link_capacity_kbps = 80;
118 new FakeNetworkPipe(&fake_clock_, config));
148 FakeNetworkPipe::Config config; local
171 FakeNetworkPipe::Config config; local
202 FakeNetworkPipe::Config config; local
261 FakeNetworkPipe::Config config; local
[all...]
/external/dnsmasq/src/
H A Ddhcp.c499 struct dhcp_config *config; local
501 for (config = configs; config; config = config->next)
502 if ((config->flags & CONFIG_ADDR) && config->addr.s_addr == addr.s_addr)
503 return config;
640 static int is_addr_in_context(struct dhcp_context *context, struct dhcp_config *config) argument
644 if (!(config
653 config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type) argument
674 struct dhcp_config *config, *candidate; local
732 struct dhcp_config *config; local
926 struct dhcp_config *config; local
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp68 WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config);
89 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config) argument
90 : m_contextType (config.type)
92 config.width != glu::RenderConfig::DONT_CARE ? config.width : DEFAULT_WINDOW_WIDTH,
93 config.height != glu::RenderConfig::DONT_CARE ? config.height : DEFAULT_WINDOW_HEIGHT)
96 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW &&
97 config.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE)
103 if (config
163 createContext(const glu::RenderConfig& config, const tcu::CommandLine&) const argument
[all...]
/external/selinux/gui/
H A DMakefile5 SHAREDIR ?= $(PREFIX)/share/system-config-selinux
21 system-config-selinux.glade \
22 system-config-selinux.png \
25 all: $(TARGETS) system-config-selinux.py polgengui.py
35 install -m 755 system-config-selinux.py $(SHAREDIR)
36 install -m 755 system-config-selinux $(BINDIR)
39 install -m 644 system-config-selinux.8 $(MANDIR)/man8
41 install -m 644 system-config-selinux.png $(DATADIR)/pixmaps
42 install -m 644 system-config-selinux.png $(DATADIR)/icons/hicolor/24x24/apps
43 install -m 644 system-config
[all...]
/external/swiftshader/src/OpenGL/libEGL/
H A DConfig.cpp206 // This ordering determines the config ID
252 EGLint wantedComponentsSize(const Config *config) const;
283 EGLint SortConfig::wantedComponentsSize(const Config *config) const
287 if(mWantRed) total += config->mRedSize;
288 if(mWantGreen) total += config->mGreenSize;
289 if(mWantBlue) total += config->mBlueSize;
290 if(mWantAlpha) total += config->mAlphaSize;
291 if(mWantLuminance) total += config->mLuminanceSize;
338 Config config(displayFormat, minSwapInterval, maxSwapInterval, renderTargetFormat, depthStencilFormat, multiSample);
340 mSet.insert(config);
[all...]
/external/libcxx/test/libcxx/ndk/test/
H A Dconfig.py3 import libcxx.test.config namespace
8 class Configuration(libcxx.test.config.Configuration):
9 def __init__(self, lit_config, config):
10 super(Configuration, self).__init__(lit_config, config)
42 self.config.available_features.add('long_tests')
49 tmp_dir = getattr(self.config, 'device_dir', '/data/local/tmp/')
58 getattr(self.config, 'timeout', '300'),
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/
H A Daudio_encoder_isac_t_impl.h24 typename AudioEncoderIsacT<T>::Config config; local
25 config.bwinfo = bwinfo;
26 config.payload_type = codec_inst.pltype;
27 config.sample_rate_hz = codec_inst.plfreq;
28 config.frame_size_ms =
29 rtc::CheckedDivExact(1000 * codec_inst.pacsize, config.sample_rate_hz);
30 config.adaptive_mode = (codec_inst.rate == -1);
32 config.bit_rate = codec_inst.rate;
33 return config;
66 AudioEncoderIsacT<T>::AudioEncoderIsacT(const Config& config) { argument
157 RecreateEncoderInstance(const Config& config) argument
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetFile.py61 # config file defines
252 self.config = config = ConfigParser.ConfigParser()
258 config.read(self.config_file)
264 config = self.config
265 for section in config.sections():
267 for option, value in config.items(section):
273 config = self.config
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dglxinit.c273 __glXInitializeVisualConfigFromTags(__GLcontextModes * config, int count, argument
281 config->visualID = *bp++;
283 config->visualType = _gl_convert_from_x_visual_type(*bp++);
285 config->rgbMode = *bp++;
287 config->redBits = *bp++;
288 config->greenBits = *bp++;
289 config->blueBits = *bp++;
290 config->alphaBits = *bp++;
291 config->accumRedBits = *bp++;
292 config
[all...]
/external/libtextclassifier/smartselect/
H A Dmodel-params.cc45 // If no tokenization codepoint config is present, tokenize on space.
47 TokenizationCodepointRange* config; local
49 config = feature_processor_options.add_tokenization_codepoint_config();
50 config->set_start(10);
51 config->set_end(11);
52 config->set_role(TokenizationCodepointRange::WHITESPACE_SEPARATOR);
55 config = feature_processor_options.add_tokenization_codepoint_config();
56 config->set_start(32);
57 config->set_end(33);
58 config
[all...]
/external/markdown/markdown/extensions/
H A Dwikilinks.py93 self.config = {
109 wikilinkPattern = WikiLinks(WIKILINK_RE, self.config)
115 def __init__(self, pattern, config):
117 self.config = config
123 url = self.config['build_url'][0](label, base_url, end_url)
134 """ Return meta data or config data. """
135 base_url = self.config['base_url'][0]
136 end_url = self.config['end_url'][0]
137 html_class = self.config['html_clas
[all...]
/external/autotest/frontend/afe/
H A Drpcserver_logging.py7 config = global_config.global_config variable
8 LOGGING_ENABLED = config.get_config_value('SERVER', 'rpc_logging', type=bool)
14 logserver_enabled = config.get_config_value(
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DInstrumentInjectorModule.java19 import com.google.caliper.config.InstrumentConfig;
46 static ImmutableMap<String, String> provideInstrumentOptions(InstrumentConfig config) { argument
47 return config.options();
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A D__init__.py27 def StartAgentTracing(self, config, timeout):
34 config: tracing_config instance that contains trace_option and
60 def FlushAgentTracing(self, config, timeout, trace_data_builder):
62 del config, timeout, trace_data_builder # unused
/external/f2fs-tools/lib/
H A Dlibf2fs_io.c26 struct f2fs_configuration config; variable in typeref:struct:f2fs_configuration
33 if (lseek64(config.kd, (off64_t)offset, SEEK_SET) < 0)
35 if (read(config.kd, buf, len) < 0)
42 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
44 if (read(config.fd, buf, len) < 0)
52 return posix_fadvise(config.fd, offset, len, POSIX_FADV_WILLNEED);
60 if (lseek64(config.fd, (off64_t)offset, SEEK_SET) < 0)
62 if (write(config.fd, buf, len) < 0)
74 if (lseek64(config.dump_fd, (off64_t)offset, SEEK_SET) < 0)
76 if (write(config
[all...]

Completed in 799 milliseconds

<<11121314151617181920>>