HomeSort by relevance Sort by last modified time
    Searched refs:Configure (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
SConscript 18 conf = env.Configure()
  /external/mesa3d/src/gallium/state_trackers/xorg/
SConscript 18 conf = env.Configure()
  /external/chromium_org/chromecast/media/cma/base/
mock_frame_provider.h 22 void Configure(
buffering_frame_provider_unittest.cc 33 void Configure(
58 void BufferingFrameProviderTest::Configure(
80 frame_provider->Configure(provider_delayed_pattern,
94 frame_consumer_->Configure(
121 Configure(
142 Configure(
170 Configure(
mock_frame_consumer.h 29 void Configure(const std::vector<bool>& delayed_task_pattern,
  /external/chromium_org/components/sync_driver/
data_type_manager_mock.h 19 MOCK_METHOD2(Configure, void(syncer::ModelTypeSet, syncer::ConfigureReason));
data_type_manager.h 73 // Note that you may call Configure() while configuration is in
75 // desired_types supplied in the last call to Configure is achieved.
76 virtual void Configure(syncer::ModelTypeSet desired_types,
90 // Configure() is called but before it finishes, it will abort the
91 // configure and any data types that have been started will be
  /external/chromium_org/pdf/
number_image_generator.h 21 void Configure(const pp::ImageData& number_background,
page_indicator.h 36 void Configure(const pp::Point& origin, const pp::ImageData& background);
  /external/chromium_org/ppapi/thunk/
ppb_media_stream_audio_track_api.h 18 virtual int32_t Configure(const int32_t attrib_list[],
ppb_media_stream_audio_track_thunk.cc 26 int32_t Configure(PP_Resource audio_track,
29 VLOG(4) << "PPB_MediaStreamAudioTrack::Configure()";
35 return enter.SetResult(enter.object()->Configure(attrib_list,
95 &Configure,
ppb_media_stream_video_track_api.h 18 virtual int32_t Configure(const int32_t attrib_list[],
ppb_media_stream_video_track_thunk.cc 34 int32_t Configure(PP_Resource video_track,
37 VLOG(4) << "PPB_MediaStreamVideoTrack::Configure()";
43 return enter.SetResult(enter.object()->Configure(attrib_list,
124 &Configure,
136 &Configure,
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
processing_component.h 32 virtual int Configure();
  /external/webrtc/src/modules/audio_processing/
processing_component.h 33 virtual int Configure();
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator_unittest.cc 71 bool Configure(media::VideoCodec codec) {
84 EXPECT_FALSE(Configure(media::kUnknownVideoCodec));
90 EXPECT_TRUE(Configure(media::kCodecVP8));
  /external/chromium_org/ppapi/cpp/
media_stream_audio_track.h 58 /// returned buffers. If <code>Configure()</code> is not called, default
59 /// settings will be used. Calls to Configure while the plugin holds
67 /// track.Configure(attribs, callback);
75 /// completion of <code>Configure()</code>.
78 int32_t Configure(const int32_t attributes[],
media_stream_video_track.h 63 /// for those unspecified attributes. If <code>Configure()</code> is not
70 /// track.Configure(attribs, callback);
78 /// completion of <code>Configure()</code>.
82 /// <code>Configure()</code> or <code>GetFrame()</code>, or the plugin
86 int32_t Configure(const int32_t attributes[],
142 // <code>Configure()</code>. The caller should fill it with frame data, and
media_stream_audio_track.cc 43 int32_t MediaStreamAudioTrack::Configure(
47 return get_interface<PPB_MediaStreamAudioTrack_0_1>()->Configure(
  /external/chromium_org/ppapi/c/
ppb_media_stream_video_track.h 38 * <code>Configure()</code>.
125 * for those unspecified attributes. If <code>Configure()</code> is not
132 * track_if->Configure(track, attribs, callback);
142 * completion of <code>Configure()</code>.
146 * <code>Configure()</code> or <code>GetFrame()</code>, or the plugin
151 int32_t (*Configure)(PP_Resource video_track,
238 * <code>Configure()</code>. The caller should fill it with frame data, and
254 int32_t (*Configure)(PP_Resource video_track,
ppb_media_stream_audio_track.h 35 * <code>Configure()</code>.
100 * returned buffers. If <code>Configure()</code> is not called, default
101 * settings will be used. Calls to Configure while the plugin holds
109 * track_if->Configure(track, attribs, callback);
119 * completion of <code>Configure()</code>.
123 int32_t (*Configure)(PP_Resource audio_track,
  /external/chromium_org/chromecast/media/cma/ipc_streamer/
av_streamer_unittest.cc 57 void Configure(
88 void AvStreamerTest::Configure(
109 frame_provider->Configure(provider_delayed_pattern,
140 frame_consumer_->Configure(
186 Configure(
207 Configure(
236 Configure(
  /external/chromium_org/chromeos/network/
network_connection_handler_unittest.cc 134 bool Configure(const std::string& json_string) {
311 EXPECT_TRUE(Configure(kConfigConnectable));
324 EXPECT_TRUE(Configure(kConfigConnected));
328 EXPECT_TRUE(Configure(kConfigConnecting));
332 EXPECT_TRUE(Configure(kConfigRequiresPassphrase));
415 EXPECT_TRUE(Configure(kConfigConnected));
426 EXPECT_TRUE(Configure(kConfigConnectable));
453 EXPECT_TRUE(Configure(kConfigUnmanagedSharedConnected));
454 EXPECT_TRUE(Configure(kConfigManagedSharedConnectable));
486 EXPECT_TRUE(Configure(kConfigUnmanagedSharedConnected))
    [all...]
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 72 TEST(ServiceStateTest, Configure) {
84 EXPECT_TRUE(state.Configure("test2@gmail.com", "abc", "id2"));
  /external/chromium_org/ppapi/api/
ppb_media_stream_audio_track.idl 20 * <code>Configure()</code>.
85 * returned buffers. If <code>Configure()</code> is not called, default
86 * settings will be used. Calls to Configure while the plugin holds
94 * track_if->Configure(track, attribs, callback);
104 * completion of <code>Configure()</code>.
108 int32_t Configure([in] PP_Resource audio_track,

Completed in 939 milliseconds

1 2 3 4 5