Searched refs:config (Results 51 - 75 of 4392) sorted by relevance

1234567891011>>

/external/bison/lib/
H A Dexitfail.c18 #include <config.h>
H A Dfpending.c20 #include <config.h>
H A Ditold.c18 #include <config.h>
H A Dspawnattr_destroy.c17 #include <config.h>
H A Dget-errno.c20 #include <config.h>
H A Diswblank.c17 #include <config.h>
/external/chromium_org/net/quic/
H A Dquic_client_session_base.cc13 const QuicConfig& config)
14 : QuicSession(connection, config) {}
24 !config()->HasSendConnectionOptions() ||
25 !ContainsQuicTag(config()->SendConnectionOptions(), kFHDR)) {
28 // kFHDR config maps to FEC protection always for headers stream.
11 QuicClientSessionBase( QuicConnection* connection, const QuicConfig& config) argument
/external/chromium_org/third_party/freetype/builds/
H A Dft2unix.h25 /* returned by the `freetype-config --cflags' or `pkg-config --cflags' */
36 /* - This file will #include <freetype2/config/ftheader.h>, instead */
37 /* of <freetype/config/ftheader.h>. */
46 /* freetype-config (or pkg-config). No modifications will be necessary */
56 #include <freetype/config/ftheader.h>
/external/chromium_org/third_party/freetype/include/
H A Dft2build.h34 #include <freetype/config/ftheader.h>
/external/elfutils/0.153/libelf/
H A Dlibelf_next_prime.c50 # include <config.h>
/external/freetype/builds/
H A Dft2unix.h25 /* returned by the `freetype-config --cflags' or `pkg-config --cflags' */
36 /* - This file will #include <freetype2/config/ftheader.h>, instead */
37 /* of <freetype/config/ftheader.h>. */
46 /* freetype-config (or pkg-config). No modifications will be necessary */
56 #include <freetype/config/ftheader.h>
/external/bluetooth/bluedroid/osi/include/
H A Dconfig.h27 // Loads the specified file and returns a handle to the config file. If there
34 // Frees resources associated with the config file. No further operations may
35 // be performed on the |config| object after calling this function. |config|
37 void config_free(config_t *config);
39 // Returns true if the config file contains a section named |section|. If
41 // |config| and |section| must not be NULL.
42 bool config_has_section(const config_t *config, const char *section);
44 // Returns true if the config file has a key named |key| under |section|.
45 // Returns false otherwise. |config|, |sectio
[all...]
/external/chromium_org/ash/shell/
H A Dbubble.cc23 ExampleBubbleDelegateView(const BubbleConfig& config) argument
24 : BubbleDelegateView(config.anchor_view, config.arrow),
25 label_(config.label) {}
38 BubbleConfig config; local
39 config.label = base::ASCIIToUTF16("PointyBubble");
40 config.anchor_view = anchor_view;
41 config.arrow = views::BubbleBorder::TOP_LEFT;
42 ExampleBubbleDelegateView* bubble = new ExampleBubbleDelegateView(config);
/external/deqp/scripts/
H A Drun_internal_tests.py37 def initBuildDir (config):
38 if os.path.exists(config.buildPath):
39 shutil.rmtree(config.buildPath)
41 os.makedirs(config.buildPath)
42 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
44 def prepareBuildDir (config):
46 if os.path.exists(config.buildPath):
48 execute(["cmake", "."], workDir = config
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config) argument
69 config->input_width = DEFAULT_INPUT_WIDTH;
70 config->input_height = DEFAULT_INPUT_HEIGHT;
71 config->output_width = 0;
72 config->output_height = 0;
73 config->pipeline = 0;
74 config->mb_types = 0;
75 config->reps = DEFAULT_REPS;
81 if (sscanf(argv[++i], "%u", &config
177 struct Config config; local
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/
H A Dxvmc_bench.c62 void ParseArgs(int argc, char **argv, struct Config *config);
64 void ParseArgs(int argc, char **argv, struct Config *config) argument
69 config->input_width = DEFAULT_INPUT_WIDTH;
70 config->input_height = DEFAULT_INPUT_HEIGHT;
71 config->output_width = 0;
72 config->output_height = 0;
73 config->pipeline = 0;
74 config->mb_types = 0;
75 config->reps = DEFAULT_REPS;
81 if (sscanf(argv[++i], "%u", &config
177 struct Config config; local
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowWifiConfiguration.java33 WifiConfiguration config = new WifiConfiguration();
34 config.networkId = realObject.networkId;
35 config.SSID = realObject.SSID;
36 config.BSSID = realObject.BSSID;
37 config.preSharedKey = realObject.preSharedKey;
38 config.wepTxKeyIndex = realObject.wepTxKeyIndex;
39 config.status = realObject.status;
40 config.priority = realObject.priority;
41 config.hiddenSSID = realObject.hiddenSSID;
42 config
[all...]
/external/chromium_org/media/tools/constrained_network_server/
H A Dtraffic_control_test.py58 config = {'interface': self._INTERFACE}
61 command = ['tc', 'qdisc', 'ls', 'dev', config['interface']]
65 traffic_control._AddRootQdisc(config['interface'])
72 config = {
79 (config['port'], config['bandwidth'], config['bandwidth']))
82 traffic_control._AddRootQdisc(config['interface'])
85 command = ['tc', 'class', 'ls', 'dev', config['interface']]
90 traffic_control._ConfigureClass('add', config)
[all...]
/external/chromium_org/net/quic/test_tools/
H A Dquic_config_peer.h18 static void SetReceivedInitialWindow(QuicConfig* config,
21 static void SetReceivedLossDetection(QuicConfig* config,
25 static void SetReceivedInitialFlowControlWindow(QuicConfig* config,
28 static void SetReceivedInitialStreamFlowControlWindow(QuicConfig* config,
31 static void SetReceivedInitialSessionFlowControlWindow(QuicConfig* config,
34 static void SetReceivedConnectionOptions(QuicConfig* config,
/external/chromium_org/chrome/test/nacl_test_injection/
H A Dfind_chrome.py24 for config in configs:
26 'build/%s/chrome.exe' % config,
27 'chrome/%s/chrome.exe' % config,
29 'out/%s/chrome.exe' % config,
31 'out/%s/chrome' % config,
33 'out/%s/Chromium.app/Contents/MacOS/Chromium' % config,
35 'out/%s/Google Chrome.app/Contents/MacOS/Google Chrome' % config,
37 'xcodebuild/%s/Chromium.app/Contents/MacOS/Chromium' % config,
39 'xcodebuild/%s/Google Chrome.app/Contents/MacOS/Google Chrome' % config,
70 parser.add_option('-c', '--config',
[all...]
/external/skia/tools/
H A Droll_deps.py172 def get_svn_revision(config, commit):
178 config.verbose, svn_format, None,
179 [config.git, 'log', '-n', '1', '--format=format:%B', commit])
191 def __init__(self, config, depth):
192 self._config = config
198 config = self._config
199 git = config.git
202 if config.skia_git_checkout_path:
203 if config.skia_git_checkout_path != os.curdir:
204 skia_dir = config
[all...]
/external/chromium_org/net/proxy/
H A Dproxy_config_service_fixed.cc16 ProxyConfigServiceFixed::GetLatestProxyConfig(ProxyConfig* config) { argument
17 *config = pc_;
/external/deqp/framework/egl/
H A DegluConfigInfo.cpp21 * \brief EGL config dst->
69 void queryConfigInfo (EGLDisplay display, EGLConfig config, ConfigInfo* dst) argument
71 eglGetConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
72 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
73 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
74 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize);
75 eglGetConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
76 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
77 eglGetConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize);
78 eglGetConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RG
[all...]
/external/libmtp/examples/
H A Dcommon.h25 #include <config.h>
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc43 static void SetConfigPtr(SSL *ssl, const TestConfig *config) { argument
44 SSL_set_ex_data(ssl, g_ex_data_index, (void *)config);
70 const TestConfig *config = GetConfigPtr(ctx->ssl); local
72 if (config->expected_server_name.empty()) {
100 (const uint8_t*)config->expected_server_name.data(),
101 config->expected_server_name.size())) {
116 const TestConfig *config = GetConfigPtr(ssl); local
117 if (config->advertise_npn.empty())
122 *out = (const uint8_t*)config->advertise_npn.data();
123 *out_len = config
133 const TestConfig *config = GetConfigPtr(ssl); local
148 const TestConfig *config = GetConfigPtr(ssl); local
185 setup_ctx(const TestConfig *config) argument
283 do_exchange(SSL_SESSION **out_session, SSL_CTX *ssl_ctx, const TestConfig *config, bool is_resume, int fd, SSL_SESSION *session) argument
578 TestConfig config; local
[all...]

Completed in 535 milliseconds

1234567891011>>