HomeSort by relevance Sort by last modified time
    Searched refs:Configure (Results 26 - 50 of 75) sorted by null

12 3

  /external/chromium_org/media/cast/audio_receiver/
audio_receiver_unittest.cc 70 // Configure the audio receiver to use PCM16.
86 void Configure(bool use_external_decoder) {
119 Configure(true);
138 Configure(true);
  /external/webrtc/src/modules/audio_processing/
gain_control_impl.cc 291 return Configure();
305 return Configure();
315 return Configure();
voice_detection_impl.cc 122 return Configure();
echo_control_mobile_impl.cc 178 return Configure();
189 return Configure();
noise_suppression_impl.cc 106 return Configure();
  /external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc 140 Configure(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
191 EXPECT_CALL(*manager(), Configure(_, _)).Times(0);
233 EXPECT_CALL(*manager(), Configure(_, syncer::CONFIGURE_REASON_MIGRATION))
244 // Test that an external invocation of Configure(...) during a migration results
285 Configure(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
315 Configure(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
backend_migrator.cc 199 manager_->Configure(full_set, syncer::CONFIGURE_REASON_MIGRATION);
  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_connection.h 104 virtual bool Configure(const api::serial::ConnectionOptions& options);
serial_apitest.cc 73 virtual bool Configure(const api::serial::ConnectionOptions& options) {
serial_api.cc 144 if (!connection_->Configure(*params_->options.get())) {
201 bool success = connection->Configure(params_->options);
serial_connection.cc 131 bool SerialConnection::Configure(
  /external/chromium_org/chrome/browser/sync/glue/
data_type_manager_impl.h 52 virtual void Configure(syncer::ModelTypeSet desired_types,
  /ndk/build/tools/
build-host-perl.sh 98 run ./Configure \
105 fail_panic "Failed to configure the perl-$PERL_VERSION build!"
  /external/chromium_org/media/audio/mac/
audio_low_latency_output_mac.cc 130 return Configure();
133 bool AUAudioOutputStream::Configure() {
262 // or smaller than the value set during Configure(). In this case either
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher_win_unittest.cc 253 void Configure(bool did_finish,
322 adapter_fetcher->Configure(
441 adapter_fetcher->Configure(true, OK, L"bingo", 1);
602 adapter_fetcher->Configure(true, OK, L"bingo", 1);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logtesting.py 29 more advanced needs (e.g. unit-testing methods that configure logging),
125 """Configure logging for unit testing.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1176 task2_define configure_binutils "Configure binutils-$BINUTILS_VERSION"
1183 $TOOLCHAIN_SRC_DIR/binutils/binutils-$BINUTILS_VERSION/configure \
1214 task2_define configure_gmp "Configure gmp-$GMP_VERSION"
1220 ../gmp-$GMP_VERSION/configure --prefix=$(install_dir) --host=$GMP_TARGET --disable-shared
1250 task2_define configure_mpfr "Configure mpfr-$MPFR_VERSION"
1255 ../mpfr-$MPFR_VERSION/configure \
    [all...]
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 101 void DataTypeManagerImpl::Configure(const TypeSet& desired_types) {
112 VLOG(1) << "Received configure request while configuration in flight. "
201 // the most recent set of desired types, so we just call configure.
206 VLOG(1) << "Reconfiguring due to previous configure attempt occuring while"
209 // Unwind the stack before executing configure. The method configure and its
212 method_factory_.NewRunnableMethod(&DataTypeManagerImpl::Configure,
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_track.cc 65 void Configure(const media::AudioParameters& params) {
238 buffer_->Configure(params);
  /external/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 2 dnl Configure Paths for Alsa
  /external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc 282 void Configure(IWebBrowser2* web_browser) {
  /external/chromium_org/cloud_print/service/
service_state.cc 212 bool ServiceState::Configure(const std::string& email,
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 177 ./Configure $CONFIGURE_ARGS
  /external/openssl/
import_openssl.sh 177 ./Configure $CONFIGURE_ARGS
  /external/libvorbis/doc/
Vorbis_I_spec.tex 83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.

Completed in 892 milliseconds

12 3