Searched refs:config (Results 76 - 100 of 4200) sorted by relevance

1234567891011>>

/external/bison/lib/
H A Dget-errno.c20 #include <config.h>
H A Diswblank.c17 #include <config.h>
H A Dprintf-frexpl.c17 #include <config.h>
/external/chromium_org/ppapi/cpp/
H A Daudio.h44 /// @param[in] config An <code>AudioConfig</code> containing the audio config
50 const AudioConfig& config,
58 /// @param[in] config An <code>AudioConfig</code> containing the audio config
64 const AudioConfig& config,
72 AudioConfig& config() { return config_; } function in class:pp::Audio
79 const AudioConfig& config() const { return config_; } function in class:pp::Audio
/external/elfutils/0.153/libasm/
H A Ddisasm_end.c28 # include <config.h>
/external/elfutils/0.153/libdwfl/
H A Dlibdwfl_crc32.c50 # include <config.h>
/external/elfutils/0.153/libelf/
H A Dlibelf_crc32.c50 # include <config.h>
/external/chromium_org/third_party/webrtc/test/
H A Dcommon_unittest.cc35 Config config; local
36 const MyExperiment& my_exp = config.Get<MyExperiment>();
42 Config config; local
43 config.Set<MyExperiment>(new MyExperiment(5, 1));
44 const MyExperiment& my_exp = config.Get<MyExperiment>();
50 Config config; local
51 config.Set<MyExperiment>(new MyExperiment(5, 1));
52 config.Set<MyExperiment>(NULL);
53 const MyExperiment& my_exp = config.Get<MyExperiment>();
75 Config config; local
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
H A Dvideo_quality_measurement.cc111 int HandleCommandLineFlags(webrtc::test::TestConfig* config) { argument
117 config->name = FLAGS_test_name;
118 config->description = FLAGS_test_description;
129 config->input_filename = FLAGS_input_filename;
139 config->output_dir = FLAGS_output_dir;
157 config->output_filename = FLAGS_output_filename;
159 config->output_filename = FLAGS_output_dir + "/"+ FLAGS_output_filename;
161 test_file = fopen(config->output_filename.c_str(), "wb");
164 config->output_filename.c_str());
170 config
262 CalculateSsimVideoMetrics(webrtc::test::TestConfig* config, webrtc::test::QualityMetricsResult* result) argument
274 CalculatePsnrVideoMetrics(webrtc::test::TestConfig* config, webrtc::test::QualityMetricsResult* result) argument
286 PrintConfigurationSummary(const webrtc::test::TestConfig& config) argument
342 PrintPythonOutput(const webrtc::test::TestConfig& config, const webrtc::test::Stats& stats, const webrtc::test::QualityMetricsResult& ssim_result, const webrtc::test::QualityMetricsResult& psnr_result) argument
448 webrtc::test::TestConfig config; local
[all...]
/external/chromium_org/chrome/browser/chromeos/
H A Dproxy_cros_settings_parser.cc126 // Retrieve proxy config.
127 UIProxyConfig config; local
128 config_service->GetProxyConfig(&config);
135 config.SetPacUrl(url);
137 config.mode = UIProxyConfig::MODE_AUTO_DETECT;
142 config.SetSingleProxy(CreateProxyServerFromHost(
143 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP));
148 config.SetSingleProxy(CreateProxyServerFromPort(
149 val, config.single_proxy, net::ProxyServer::SCHEME_HTTP));
154 config
293 UIProxyConfig config; local
[all...]
/external/chromium_org/media/base/
H A Dtext_track_config.cc23 bool TextTrackConfig::Matches(const TextTrackConfig& config) const {
24 return config.kind() == kind_ &&
25 config.label() == label_ &&
26 config.language() == language_ &&
27 config.id() == id_;
/external/f2fs-tools/mkfs/
H A Df2fs_format_utils.c23 if (!config.trim)
27 range[1] = config.total_sectors * DEFAULT_SECTOR_SIZE;
29 if (fstat(config.fd, &stat_buf) < 0 ) {
39 if (ioctl(config.fd, BLKDISCARD, &range) < 0) {
43 config.total_sectors);
/external/chromium_org/third_party/markdown/extensions/
H A D__init__.py49 self.config = configs
53 if key in self.config:
54 return self.config[key][0]
60 return dict([(key, self.getConfig(key)) for key in self.config.keys()])
63 """ Return all config descriptions as a list of tuples. """
64 return [(key, self.config[key][1]) for key in self.config.keys()]
67 """ Set a config setting for `key` with the given `value`. """
68 self.config[key][0] = value
/external/srec/config/en.us/
H A Dadb_pull_system_usr_srec_bothtags5.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5.txt out_SHIP_bothtags5.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5.res recog4_SHIP_bothtags5.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzalez.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evans.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilson.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martinez.raw
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dfilter_unittest.py163 config = self._config(base_rules, path_specific, user_rules)
165 self.assertEqual(base_rules, config._base_rules)
166 self.assertEqual(path_specific, config._path_specific)
167 self.assertEqual(user_rules, config._user_rules)
171 config = FilterConfiguration()
173 self.assertEqual([], config._base_rules)
174 self.assertEqual([], config._path_specific)
175 self.assertEqual([], config._user_rules)
184 config = FilterConfiguration()
191 self.assertFalse(config
[all...]
/external/deqp/framework/opengl/
H A DgluRenderConfig.cpp31 void parseConfigBitsFromName (RenderConfig* config, const char* renderCfgName) argument
35 DE_ASSERT(config->redBits == RenderConfig::DONT_CARE &&
36 config->greenBits == RenderConfig::DONT_CARE &&
37 config->blueBits == RenderConfig::DONT_CARE &&
38 config->alphaBits == RenderConfig::DONT_CARE &&
39 config->depthBits == RenderConfig::DONT_CARE &&
40 config->stencilBits == RenderConfig::DONT_CARE &&
41 config->numSamples == RenderConfig::DONT_CARE);
62 config->redBits = colorCfgs[ndx].redBits;
63 config
143 parseRenderConfig(RenderConfig* config, const tcu::CommandLine& cmdLine) argument
[all...]
/external/icu/icu4c/source/samples/
H A Ddefs.mk8 CC=$(shell icu-config --cc)
9 CXX=$(shell icu-config --cxx)
10 CPPFLAGS=$(shell icu-config --cppflags)
11 CFLAGS=$(shell icu-config --cflags)
12 CXXFLAGS=$(shell icu-config --cxxflags)
13 LDFLAGS =$^ $(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell icu-config
[all...]
/external/compiler-rt/test/
H A Dlit.common.configured.in6 if not getattr(config, attr, None):
7 setattr(config, attr, value)
9 # Generic config options for all compiler-rt lit tests.
32 config.llvm_tools_dir = config.llvm_tools_dir % lit_config.params
38 lit_config.load_config(config, "@COMPILER_RT_SOURCE_DIR@/test/lit.common.cfg")
/external/qemu/android/avd/
H A Dhw-config.c12 #include "android/avd/hw-config.h"
19 /* the global variable containing the hardware config for this device */
56 androidHwConfig_init( AndroidHwConfig* config, argument
59 #define HWCFG_BOOL(n,s,d,a,t) config->n = stringToBoolean(d);
60 #define HWCFG_INT(n,s,d,a,t) config->n = d;
61 #define HWCFG_STRING(n,s,d,a,t) config->n = ASTRDUP(d);
62 #define HWCFG_DOUBLE(n,s,d,a,t) config->n = d;
63 #define HWCFG_DISKSIZE(n,s,d,a,t) config->n = diskSizeToInt64(d);
65 #include "android/avd/hw-config-defs.h"
73 config
78 androidHwConfig_read( AndroidHwConfig* config, IniFile* ini ) argument
98 androidHwConfig_write( AndroidHwConfig* config, IniFile* ini ) argument
[all...]
/external/bluetooth/bluedroid/main/
H A Dbte_conf.c27 #include "config.h"
34 void bte_trace_conf_config(const config_t *config);
43 config_t *config = config_new(path); local
44 if (!config) {
49 strlcpy(hci_logfile, config_get_string(config, CONFIG_DEFAULT_SECTION, "BtSnoopFileName", ""), sizeof(hci_logfile));
50 hci_logging_enabled = config_get_bool(config, CONFIG_DEFAULT_SECTION, "BtSnoopLogOutput", false);
51 hci_save_log = config_get_bool(config, CONFIG_DEFAULT_SECTION, "BtSnoopSaveLog", false);
52 trace_conf_enabled = config_get_bool(config, CONFIG_DEFAULT_SECTION, "TraceConf", false);
54 bte_trace_conf_config(config);
55 config_free(config);
66 config_t *config = config_new(path); local
88 config_t *config = config_new(p_path); local
[all...]
/external/chromium_org/tools/
H A Drun-bisect-perf-regression.py95 """Attempts to load the specified config file as a module
96 and grab the global config dict.
102 The config dict which should be formatted as follows:
111 return local_vars['config']
120 """Validates the config file contents, checking whether all values are
124 config_contents: Contents of the config file passed from _LoadConfigFile.
141 """Validates that the perf config file contents. This is used when we're
149 config_contents: Contents of the config file passed from _LoadConfigFile.
160 """Validates that the bisect config file contents. The parameters checked are
165 config_contents: Contents of the config fil
[all...]
/external/chromium_org/chrome/browser/extensions/api/serial/
H A Dserial_connection_posix.cc89 struct termios* config,
101 cfsetispeed(config, B38400);
102 cfsetospeed(config, B38400);
106 cfsetispeed(config, speed);
107 cfsetospeed(config, speed);
118 struct termios config; local
119 tcgetattr(file_.GetPlatformFile(), &config);
124 cfsetispeed(&config, bitrate_opt);
125 cfsetospeed(&config, bitrate_opt);
128 if (!SetCustomBitrate(file_.GetPlatformFile(), &config,
88 SetCustomBitrate(base::PlatformFile file, struct termios* config, int bitrate) argument
184 struct termios config; local
246 struct termios config; local
[all...]
/external/srec/tests/
H A DAndroid.mk9 ../config/en.us/tcp/bothtags5.tcp \
10 ../config/en.us/tcp/bothtags5_from_saved.tcp \
11 ../config/en.us/tcp/change_sample_rate2.tcp \
12 ../config/en.us/tcp/recognize_1_live.tcp \
13 ../config/en.us/tcp/recognize_10_live.tcp \
14 ../config/en.us/tcp/set_get_param.tcp \
15 ../config/en.us/audio/v139/v139_024.nwv \
16 ../config/en.us/audio/v139/v139_254.nwv \
17 ../config/en.us/audio/v139/v139_127.nwv \
18 ../config/e
[all...]
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp120 PCE_CONFIGURATION pce_configuration; /*!< Program config element description. */
163 * \brief Get program config element description for existing channel mode.
229 const PCE_CONFIGURATION* config = NULL; local
238 if ((config=getPceEntry(channelMode))==NULL) {
243 pEl_list = &config->el_list[0];
249 FDKwriteBits(hBs, config->num_front_channel_elements, 4); /* Front channel Elements */
250 FDKwriteBits(hBs, config->num_side_channel_elements , 4); /* No Side Channel Elements */
251 FDKwriteBits(hBs, config->num_back_channel_elements , 4); /* No Back channel Elements */
252 FDKwriteBits(hBs, config->num_lfe_channel_elements , 2); /* No Lfe channel elements */
268 for(i=0; i<config
310 const PCE_CONFIGURATION* config = NULL; local
369 transportEnc_writeGASpecificConfig( HANDLE_FDK_BITSTREAM asc, CODER_CONFIG *config, int extFlg, UINT alignAnchor ) argument
409 transportEnc_writeELDSpecificConfig( HANDLE_FDK_BITSTREAM hBs, CODER_CONFIG *config, int epConfig, CSTpCallBacks *cb ) argument
452 transportEnc_writeASC( HANDLE_FDK_BITSTREAM asc, CODER_CONFIG *config, CSTpCallBacks *cb ) argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DAttributeStrategy.java20 public Bitmap get(int width, int height, Bitmap.Config config) { argument
21 final Key key = keyPool.get(width, height, config);
37 public String logBitmap(int width, int height, Bitmap.Config config) { argument
38 return getBitmapString(width, height, config);
55 private static String getBitmapString(int width, int height, Bitmap.Config config) { argument
56 return "[" + width + "x" + height + "], " + config;
60 public Key get(int width, int height, Bitmap.Config config) { argument
62 result.init(width, height, config);
77 private Bitmap.Config config; field in class:AttributeStrategy.Key
83 public void init(int width, int height, Bitmap.Config config) { argument
[all...]

Completed in 2042 milliseconds

1234567891011>>