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

1 2

  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.cc 13 // By default, calling Configure will send a SYNC_CONFIGURE_START
16 ON_CALL(*this, Configure(testing::_)).
data_type_manager_mock.h 37 MOCK_METHOD1(Configure, void(const TypeSet&));
data_type_manager_impl2_unittest.cc 172 dtm.Configure(types_);
187 dtm.Configure(types_);
203 dtm.Configure(types_);
218 dtm.Configure(types_);
238 dtm.Configure(types_);
253 dtm.Configure(types_);
275 dtm.Configure(types_);
281 dtm.Configure(types_);
302 dtm.Configure(types_);
309 dtm.Configure(types_)
    [all...]
data_type_manager.h 84 // Note that you may call Configure() while configuration is in
86 // desired_types supplied in the last call to Configure is achieved.
87 virtual void Configure(const TypeSet& desired_types) = 0;
90 // Configure() is called but before it finishes, it will abort the
91 // configure and any data types that have been started will be
data_type_manager_impl.h 29 virtual void Configure(const TypeSet& desired_types);
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/webrtc/src/modules/audio_processing/
processing_component.h 33 virtual int Configure();
processing_component.cc 94 return Configure();
97 int ProcessingComponent::Configure() {
echo_cancellation_impl.cc 186 return Configure();
197 return Configure();
231 return Configure();
290 return Configure();
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/chrome/browser/sync/
backend_migrator_unittest.cc 99 EXPECT_CALL(*manager(), Configure(_));
108 EXPECT_CALL(*manager(), Configure(preferred_types()));
125 EXPECT_CALL(*manager(), Configure(_)).Times(0);
132 EXPECT_CALL(*manager(), Configure(_));
149 EXPECT_CALL(*manager(), Configure(_)).Times(1);
163 EXPECT_CALL(*manager(), Configure(bookmarks));
171 // Test that an external invocation of Configure(...) during a migration results
183 EXPECT_CALL(*manager(), Configure(difference));
190 EXPECT_CALL(*manager(), Configure(difference));
207 EXPECT_CALL(*manager(), Configure(_))
    [all...]
profile_sync_service_startup_unittest.cc 95 EXPECT_CALL(*data_type_manager, Configure(_)).Times(0);
111 EXPECT_CALL(*data_type_manager, Configure(_)).Times(3);
129 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
157 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
182 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
251 EXPECT_CALL(*data_type_manager, Configure(_)).
backend_migrator.cc 70 VLOG(1) << "BackendMigrator disabling types; calling Configure.";
71 manager_->Configure(difference);
103 manager_->Configure(full_set);
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
permission-denied-stops-watches.js 3 // Configure the mock Geolocation service to report a position to cause permission
  /external/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/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 2 dnl Configure Paths for Alsa
  /external/libvorbis/doc/
Vorbis_I_spec.tex 83 % Configure graphics formats: Prefer PDF, fall back to PNG or JPG, as available.
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/i18n/
emulatorNLS.properties 122 WizardMainPage_NO_SDK_CONFIGURED_MSG=Configure an SDK before creating an AVD.
163 PropertiesMainComposite_ProxySettings_LinkToPreference=<a>Configure network settings</a>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /external/openssl/
import_openssl.sh 107 # Configure source (and print Makefile defines for review, see README.android)
108 ./Configure $CONFIGURE_ARGS

Completed in 478 milliseconds

1 2