Searched defs:config (Results 176 - 200 of 982) sorted by relevance

1234567891011>>

/external/chromium_org/remoting/protocol/
H A Djingle_session_manager.cc50 scoped_ptr<CandidateSessionConfig> config) {
55 session->StartConnection(host_jid, authenticator.Pass(), config.Pass());
47 Connect( const std::string& host_jid, scoped_ptr<Authenticator> authenticator, scoped_ptr<CandidateSessionConfig> config) argument
H A Dprotocol_mock_objects.h174 MOCK_METHOD0(config, const SessionConfig&());
175 MOCK_METHOD1(set_config, void(const SessionConfig& config));
197 CandidateSessionConfig* config));
204 scoped_ptr<CandidateSessionConfig> config) {
206 host_jid, authenticator.get(), config.get()));
201 Connect( const std::string& host_jid, scoped_ptr<Authenticator> authenticator, scoped_ptr<CandidateSessionConfig> config) argument
/external/chromium_org/remoting/test/
H A Dfake_port_allocator.cc30 virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
66 cricket::PortConfiguration* config) {
69 config->relays.begin(); relay != config->relays.end(); ++relay) {
79 cricket::BasicPortAllocatorSession::ConfigReady(config);
65 ConfigReady( cricket::PortConfiguration* config) argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPurgeableVectorTest.cpp31 #include "config.h"
63 TestingPlatformSupport::Config config; local
64 config.hasDiscardableMemorySupport = isDiscardableMemorySupported();
65 return config;
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DWEBPImageEncoder.cpp31 #include "config.h"
88 WebPConfig config; local
89 if (!WebPConfigInit(&config))
110 config.quality = quality;
111 config.method = 3;
113 bool success = WebPEncode(&config, &picture);
/external/chromium_org/third_party/angle/tests/gles_conformance_tests/
H A Dgles_conformance_tests.cpp12 void SetCurrentConfig(const ConformanceConfig& config) argument
14 kCurrentConfig = config;
61 void RunConformanceTest(const std::string &testPath, const ConformanceConfig& config) argument
68 std::vector<char> widthArg = FormatArg("-width=%u", config.width);
71 std::vector<char> heightArg = FormatArg("-height=%u", config.height);
74 std::vector<char> displayArg = FormatArg("-d=%u", config.displayType);
/external/chromium_org/third_party/icu/source/tools/icuinfo/
H A Dicuinfo.cpp144 printf( " config| (configuration string)\n");
153 const char *config = uplug_getConfiguration(plug); local
167 if(config!=NULL&&*config) {
168 printf(" config| %s\n", config);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Ddatachannel_unittest.cc296 webrtc::InternalDataChannelInit config; local
297 config.id = 1;
298 config.negotiated = true;
299 config.open_handshake_role = webrtc::InternalDataChannelInit::kNone;
303 &provider_, cricket::DCT_SCTP, "test1", config);
312 webrtc::InternalDataChannelInit config; local
313 config.id = 1;
314 config.negotiated = true;
315 config.open_handshake_role = webrtc::InternalDataChannelInit::kAcker;
319 &provider_, cricket::DCT_SCTP, "test1", config);
[all...]
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/third_party/mesa/src/src/glx/
H A Dapplegl_glx.c125 struct glx_config *config,
141 if (!glx_context_init(gc, psc, config)) {
150 if(apple_glx_create_context(&gc->driContext, dpy, screen, config,
159 gc->config = config;
124 applegl_create_context(struct glx_screen *psc, struct glx_config *config, struct glx_context *shareList, int renderType) argument
/external/chromium_org/third_party/skia/bench/
H A DResultsWriter.h37 // then config and timer can be called multiple times to record runs.
41 virtual void config(const char name[]) {} function in class:ResultsWriter
100 virtual void config(const char name[]) { function in class:NanoJSONResultsWriter
/external/chromium_org/third_party/skia/dm/
H A DDMPDFTask.cpp23 PDFTask::PDFTask(const char* config, argument
30 , fName(UnderJoin(fGM->getName(), config))
/external/chromium_org/third_party/skia/src/core/
H A DSkDeviceProfile.cpp27 LCDConfig config, FontHintLevel level) {
30 fLCDConfig = config;
42 LCDConfig config,
44 return SkNEW_ARGS(SkDeviceProfile, (gammaExp, contrast, config, level));
26 SkDeviceProfile(float gammaExp, float contrast, LCDConfig config, FontHintLevel level) argument
40 Create(float gammaExp, float contrast, LCDConfig config, FontHintLevel level) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrRenderTarget.cpp17 GrPixelConfig config,
28 config, buffer, rowBytes,
33 GrPixelConfig config,
44 config, buffer, rowBytes,
16 readPixels(int left, int top, int width, int height, GrPixelConfig config, void* buffer, size_t rowBytes, uint32_t pixelOpsFlags) argument
32 writePixels(int left, int top, int width, int height, GrPixelConfig config, const void* buffer, size_t rowBytes, uint32_t pixelOpsFlags) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_send_test.cc39 webrtc::AudioCoding::Config config; local
40 config.clock = &clock_;
41 config.transport = this;
42 acm_.reset(webrtc::AudioCoding::Create(config));
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dbwe_simulations.cc54 const BweTestConfig& config = GetParam(); local
55 SetupTestFromConfig(config);
/external/chromium_org/third_party/webrtc/test/
H A Dfake_network_pipe_unittest.cc69 FakeNetworkPipe::Config config; local
70 config.queue_length_packets = 20;
71 config.link_capacity_kbps = 80;
72 scoped_ptr<FakeNetworkPipe> pipe(new FakeNetworkPipe(config));
82 const int kPacketTimeMs = PacketTimeMs(config.link_capacity_kbps,
111 FakeNetworkPipe::Config config; local
112 config.queue_length_packets = 20;
113 config.queue_delay_ms = 100;
114 config.link_capacity_kbps = 80;
115 scoped_ptr<FakeNetworkPipe> pipe(new FakeNetworkPipe(config));
148 FakeNetworkPipe::Config config; local
171 FakeNetworkPipe::Config config; local
201 FakeNetworkPipe::Config config; local
259 FakeNetworkPipe::Config config; local
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_impl.cc25 VideoEngine* VideoEngine::Create(const Config& config) { argument
26 return new VideoEngineImpl(&config, false /* owns_config */);
/external/deqp/framework/egl/
H A DegluNativeWindow.cpp92 NativeWindow* NativeWindowFactory::createWindow (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, const WindowParams& params) const argument
94 DE_UNREF(display && config && attribList);
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp51 deUint32 chooseColorFormat (const glu::RenderConfig& config) argument
70 if (config.redBits != glu::RenderConfig::DONT_CARE &&
71 config.redBits != bits[0])
74 if (config.greenBits != glu::RenderConfig::DONT_CARE &&
75 config.greenBits != bits[1])
78 if (config.blueBits != glu::RenderConfig::DONT_CARE &&
79 config.blueBits != bits[2])
82 if (config.alphaBits != glu::RenderConfig::DONT_CARE &&
83 config.alphaBits != bits[3])
92 deUint32 chooseDepthStencilFormat (const glu::RenderConfig& config) argument
123 FboRenderContext(RenderContext* context, const RenderConfig& config) argument
141 FboRenderContext(const ContextFactory& factory, const RenderConfig& config, const tcu::CommandLine& cmdLine) argument
176 createFramebuffer(const RenderConfig& config) argument
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.cpp66 WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config);
87 WGLContext::WGLContext (HINSTANCE instance, const wgl::Core& wglCore, const glu::RenderConfig& config) argument
88 : m_contextType (config.type)
90 config.width != glu::RenderConfig::DONT_CARE ? config.width : DEFAULT_WINDOW_WIDTH,
91 config.height != glu::RenderConfig::DONT_CARE ? config.height : DEFAULT_WINDOW_HEIGHT)
94 if (config.surfaceType != glu::RenderConfig::SURFACETYPE_WINDOW &&
95 config.surfaceType != glu::RenderConfig::SURFACETYPE_DONT_CARE)
101 if (config
161 createContext(const glu::RenderConfig& config, const tcu::CommandLine&) const argument
[all...]
/external/deqp/modules/egl/
H A DteglApiCase.cpp121 bool ApiCase::getConfig (EGLConfig* config,const eglu::FilterList& filters) argument
139 ok = eglChooseConfig(getDisplay(), &attribs[0], config, 1, &numCfgs);
146 m_testCtx.getLog() << TestLog::Message << "// ERROR: expected at least one config with id " << cfgIter->configId << TestLog::EndMessage;
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
H A Dclientpairingsession.cc53 const message::ConfigurationMessage* config = configuration(); local
54 if (!config) {
60 wire()->SendConfigurationMessage(*config);
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dclientpairingsessiontest.cc47 bool TestSetConfiguration(const message::ConfigurationMessage& config) { argument
48 return SetConfiguration(config);
H A Dserverpairingsessiontest.cc47 bool TestSetConfiguration(const message::ConfigurationMessage& config) { argument
48 return SetConfiguration(config);

Completed in 2551 milliseconds

1234567891011>>