Searched refs:config (Results 151 - 175 of 4392) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libelf/
H A Delf_fill.c52 # include <config.h>
/external/flac/libFLAC/
H A Dogg_mapping.c33 # include <config.h>
/external/lldb/source/Plugins/Platform/
H A DMakefile12 include $(LLDB_LEVEL)/../../Makefile.config
/external/llvm/bindings/
H A DMakefile12 include $(LEVEL)/Makefile.config
/external/llvm/bindings/ocaml/all_backends/
H A DMakefile15 include $(LEVEL)/Makefile.config
/external/llvm/lib/Target/
H A DMakefile16 include $(LEVEL)/Makefile.config
/external/llvm/unittests/LineEditor/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/MC/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Transforms/DebugIR/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/llvm/unittests/Transforms/Utils/
H A DMakefile14 include $(LEVEL)/Makefile.config
/external/srec/config/en.us/
H A Dadb_pull_system_usr_srec_bothtags5_from_saved.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5_from_saved.txt out_SHIP_bothtags5_from_saved.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5_from_saved.res recog4_SHIP_bothtags5_from_saved.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_Andrew_Evans_from_saved.raw
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_Peter_Wilson_from_saved.raw
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_Edgar_Young_from_saved.raw
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_John_Martinez_from_saved.raw
14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
H A Dadb_pull_system_usr_srec_change_sample_rate2.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_change_sample_rate2.txt out_SHIP_change_sample_rate2.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_change_sample_rate2.res recog4_SHIP_change_sample_rate2.res
H A Dadb_pull_system_usr_srec_set_get_param.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_set_get_param.txt out_SHIP_set_get_param.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_set_get_param.res recog4_SHIP_set_get_param.res
/external/stlport/test/unit/
H A Dboost_check.cpp2 #include <stl/config/user_config.h>
6 #include <boost/config.hpp>
/external/chromium_org/chrome/browser/chromeos/
H A Dmobile_config_unittest.cc127 MobileConfig config(kGoodMobileConfig, "en-US");
128 EXPECT_TRUE(config.IsReady());
131 carrier = config.GetCarrier("Carrier (country)");
133 carrier = config.GetCarrier("cr (country)");
154 locale_config = config.GetLocaleConfig();
166 MobileConfig config(kOldDealMobileConfig, "en-US");
167 EXPECT_TRUE(config.IsReady());
169 carrier = config.GetCarrier("Carrier (country)");
180 MobileConfig config(kGoodMobileConfig, "en-GB");
181 EXPECT_TRUE(config
[all...]
/external/chromium_org/net/dns/
H A Ddns_config_service_posix_unittest.cc86 void InitializeExpectedConfig(DnsConfig* config) { argument
87 config->ndots = 2;
88 config->timeout = base::TimeDelta::FromSeconds(4);
89 config->attempts = 7;
90 config->rotate = true;
91 config->edns0 = false;
92 config->append_to_multi_label_name = true;
93 config->search.clear();
94 config->search.push_back("chromium.org");
95 config
117 DnsConfig config; local
147 DnsConfig config; local
[all...]
/external/bluetooth/bluedroid/osi/src/
H A Dconfig.c10 #include "config.h"
27 static void config_parse(FILE *fp, config_t *config);
31 static section_t *section_find(const config_t *config, const char *section);
35 static entry_t *entry_find(const config_t *config, const char *section, const char *key);
46 config_t *config = calloc(1, sizeof(config_t)); local
47 if (!config) {
53 config->sections = list_new(section_free);
54 config_parse(fp, config);
58 return config;
61 void config_free(config_t *config) { argument
69 config_has_section(const config_t *config, const char *section) argument
76 config_has_key(const config_t *config, const char *section, const char *key) argument
84 config_get_int(const config_t *config, const char *section, const char *key, int def_value) argument
98 config_get_bool(const config_t *config, const char *section, const char *key, bool def_value) argument
115 config_get_string(const config_t *config, const char *section, const char *key, const char *def_value) argument
127 config_set_int(config_t *config, const char *section, const char *key, int value) argument
137 config_set_bool(config_t *config, const char *section, const char *key, bool value) argument
145 config_set_string(config_t *config, const char *section, const char *key, const char *value) argument
180 config_parse(FILE *fp, config_t *config) argument
237 section_find(const config_t *config, const char *section) argument
266 entry_find(const config_t *config, const char *section, const char *key) argument
[all...]
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp596 CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context);
607 CreateContext::CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context) argument
610 , m_config (config)
817 CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGLint height, SharedPtr<Surface>& surface);
828 CreatePBufferSurface::CreatePBufferSurface (EGLDisplay display, EGLConfig config, EGLint width, EGLint height, SharedPtr<Surface>& surface) argument
831 , m_config (config)
2092 GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2132 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description) argument
2134 , m_config (config)
2954 GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, cons
2986 GLES2ThreadedSharingTest(EglTestContext& context, const TestConfig& config, const char* name, const char* description) argument
3728 GLES2ThreadedSharingTest::TestConfig config; local
3740 GLES2ThreadedSharingTest::TestConfig config; local
3752 GLES2ThreadedSharingTest::TestConfig config; local
3764 GLES2ThreadedSharingTest::TestConfig config; local
3776 GLES2ThreadedSharingTest::TestConfig config; local
3794 GLES2ThreadedSharingTest::TestConfig config; local
3806 GLES2ThreadedSharingTest::TestConfig config; local
3818 GLES2ThreadedSharingTest::TestConfig config; local
3830 GLES2ThreadedSharingTest::TestConfig config; local
3842 GLES2ThreadedSharingTest::TestConfig config; local
3854 GLES2ThreadedSharingTest::TestConfig config; local
3866 GLES2ThreadedSharingTest::TestConfig config; local
3878 GLES2ThreadedSharingTest::TestConfig config; local
3890 GLES2ThreadedSharingTest::TestConfig config; local
3902 GLES2ThreadedSharingTest::TestConfig config; local
3914 GLES2ThreadedSharingTest::TestConfig config; local
3926 GLES2ThreadedSharingTest::TestConfig config; local
3938 GLES2ThreadedSharingTest::TestConfig config; local
3956 GLES2ThreadedSharingTest::TestConfig config; local
3968 GLES2ThreadedSharingTest::TestConfig config; local
3980 GLES2ThreadedSharingTest::TestConfig config; local
3992 GLES2ThreadedSharingTest::TestConfig config; local
4004 GLES2ThreadedSharingTest::TestConfig config; local
4016 GLES2ThreadedSharingTest::TestConfig config; local
4034 GLES2ThreadedSharingTest::TestConfig config; local
4046 GLES2ThreadedSharingTest::TestConfig config; local
4058 GLES2ThreadedSharingTest::TestConfig config; local
4077 GLES2ThreadedSharingTest::TestConfig config; local
4089 GLES2ThreadedSharingTest::TestConfig config; local
4101 GLES2ThreadedSharingTest::TestConfig config; local
4113 GLES2ThreadedSharingTest::TestConfig config; local
4125 GLES2ThreadedSharingTest::TestConfig config; local
4137 GLES2ThreadedSharingTest::TestConfig config; local
4149 GLES2ThreadedSharingTest::TestConfig config; local
4161 GLES2ThreadedSharingTest::TestConfig config; local
4173 GLES2ThreadedSharingTest::TestConfig config; local
4185 GLES2ThreadedSharingTest::TestConfig config; local
4197 GLES2ThreadedSharingTest::TestConfig config; local
4225 GLES2SharingRandomTest::TestConfig config; local
4251 GLES2SharingRandomTest::TestConfig config; local
4283 GLES2SharingRandomTest::TestConfig config; local
4323 GLES2SharingRandomTest::TestConfig config; local
4356 GLES2SharingRandomTest::TestConfig config; local
4401 GLES2SharingRandomTest::TestConfig config; local
4427 GLES2SharingRandomTest::TestConfig config; local
4459 GLES2SharingRandomTest::TestConfig config; local
4503 GLES2SharingRandomTest::TestConfig config; local
4536 GLES2SharingRandomTest::TestConfig config; local
4577 GLES2SharingRandomTest::TestConfig config; local
4632 GLES2SharingRandomTest::TestConfig config; local
4658 GLES2SharingRandomTest::TestConfig config; local
4752 GLES2SharingRandomTest::TestConfig config; local
4868 GLES2SharingRandomTest::TestConfig config; local
4925 GLES2SharingRandomTest::TestConfig config; local
4988 GLES2SharingRandomTest::TestConfig config; local
5065 GLES2SharingRandomTest::TestConfig config; local
5128 GLES2SharingRandomTest::TestConfig config; local
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcontent_providers.py80 config = self._GetConfig().get(name)
81 if config is None:
84 return self._CreateContentProvider(name, config)
100 (config['serveFrom'], (name, config))
101 for name, config in self._GetConfig().iteritems())
115 def _CreateContentProvider(self, name, config):
116 default_extensions = config.get('defaultExtensions', ())
117 supports_templates = config.get('supportsTemplates', False)
118 supports_zip = config
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils.cc53 DataChannelInit* config) {
100 if (!buffer.ReadString(&config->protocol, protocol_length)) {
105 config->ordered = true;
110 config->ordered = false;
113 config->maxRetransmits = -1;
114 config->maxRetransmitTime = -1;
118 config->maxRetransmits = reliability_param;
122 config->maxRetransmitTime = reliability_param;
145 const DataChannelInit& config,
152 if (config
51 ParseDataChannelOpenMessage(const rtc::Buffer& payload, std::string* label, DataChannelInit* config) argument
144 WriteDataChannelOpenMessage(const std::string& label, const DataChannelInit& config, rtc::Buffer* payload) argument
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dtest_blacklist_state_fetcher.cc22 SafeBrowsingProtocolConfig config; local
23 config.client_name = kClient;
24 config.url_prefix = kUrlPrefix;
25 config.backup_connect_error_url_prefix = kBackupConnectUrlPrefix;
26 config.backup_http_error_url_prefix = kBackupHttpUrlPrefix;
27 config.backup_network_error_url_prefix = kBackupNetworkUrlPrefix;
28 config.version = kAppVer;
29 return config;
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/
H A Dstatus.css10 iframe[name=network-config-frame] {
/external/chromium_org/chrome/browser/safe_browsing/
H A Dping_manager_unittest.cc36 SafeBrowsingProtocolConfig config; local
37 config.client_name = kClient;
38 config.url_prefix = kUrlPrefix;
39 SafeBrowsingPingManager pm(NULL, config);
93 SafeBrowsingProtocolConfig config; local
94 config.client_name = kClient;
95 config.url_prefix = kUrlPrefix;
96 SafeBrowsingPingManager pm(NULL, config);
/external/chromium_org/content/public/browser/
H A Doverscroll_configuration.h26 CONTENT_EXPORT void SetOverscrollConfig(OverscrollConfig config, float value);
28 CONTENT_EXPORT float GetOverscrollConfig(OverscrollConfig config);
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dsdktools_config_test.py14 import sdk_tools.config as config namespace
19 cfg = config.Config()
20 self.assertRaises(config.Error, lambda: cfg.LoadJson(invalid_json))
23 """Test that empty config contains just empty sources list."""
25 cfg = config.Config()
31 cfg = config.Config()
39 cfg = config.Config()
45 cfg = config.Config()

Completed in 728 milliseconds

1234567891011>>