Searched refs:expects (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/webui/app_list/
H A Dstart_page_browsertest.js155 this.mockHandler.expects(once()).launchApp(
162 this.mockHandler.expects(once()).setSpeechRecognitionState('READY');
164 this.mockHandler.expects(once()).setSpeechRecognitionState('RECOGNIZING');
169 this.mockHandler.expects(once()).setSpeechRecognitionState('READY');
171 this.audioTrackMocks[i].expects(once()).stop();
177 this.mockHandler.expects(once()).setSpeechRecognitionState('RECOGNIZING');
182 this.mockHandler.expects(once()).setSpeechRecognitionState('STOPPING');
183 this.mockHandler.expects(once()).setSpeechRecognitionState('READY');
185 this.audioTrackMocks[i].expects(once()).stop();
191 this.mockHandler.expects(onc
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_browsertest.js68 this.mockHandler.expects(once()).SyncSetupShowSetupUI().
76 this.mockHandler.expects(once()).SyncSetupStartSignIn().
85 this.mockHandler.expects(once()).SyncSetupConfigure(ANYTHING).
H A Dsync_internals_browsertest.js293 this.mockHandler.expects(once()).
329 this.mockHandler.expects(once()).
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_char_iterator_unittest.cc41 void TestEveryChar(const std::string& text, const std::string& expects) { argument
51 EXPECT_EQ(expects, JoinString(results, ' '));
55 void TestNextToken(const std::string& text, const std::string& expects) { argument
65 EXPECT_EQ(expects, JoinString(results, ' '));
70 const std::string& expects) {
83 EXPECT_EQ(expects, JoinString(results, ' '));
69 TestFirstTwoCharInEveryToken(const std::string& text, const std::string& expects) argument
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_browsertest.js46 this.mockHandler.expects(once()).openAdvancedFontSettingsOptions();
H A Dstartup_page_list_browsertest.js131 this.mockHandler.expects(once()).addStartupPage([NEW_PAGE, 0]);
140 this.mockHandler.expects(once()).dragDropStartupPage([0, [1].join()]);
H A Dedit_dictionary_browsertest.js44 this.mockHandler.expects(once()).addDictionaryWord([testWord]).
51 this.mockHandler.expects(once()).removeDictionaryWord([testWord]).
H A Dcertificate_manager_browsertest.js62 this.mockHandler.expects(once()).populateCertificateManager();
156 this.mockHandler.expects(once()).populateCertificateManager().will(
195 this.mockHandler.expects(once()).viewCertificate(['c1']);
231 this.mockHandler.expects(once()).deleteCertificate(['c1']).will(callFunction(
H A Dlanguage_options_dictionary_download_browsertest.js95 this.mockHandler.expects(once()).retryDictionaryDownload().
H A Doptions_browsertest.js110 this.mockHandler.expects(once()).setBooleanPref(trueListValue);
150 this.mockHandler.expects(once()).defaultZoomFactorAction(NOT_NULL).
198 this.mockHandler.expects(once()).setBooleanPref(
250 this.mockHandler.expects(once()).setBooleanPref(
260 this.mockHandler.expects(once()).setBooleanPref(
319 this.mockHandler.expects(once()).setIntegerPref([
339 this.mockHandler.expects(once()).setIntegerPref([
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_browsertest.js76 this.mockHandler.expects(once()).bluetoothEnableChange([true]).will(
150 this.mockHandler.expects(once()).findBluetoothDevices();
160 this.mockHandler.expects(once()).stopBluetoothDeviceDiscovery();
161 this.mockHandler.expects(once()).updateBluetoothDevice(
208 this.mockHandler.expects(once()).updateBluetoothDevice(
251 this.mockHandler.expects(once()).updateBluetoothDevice(
269 this.mockHandler.expects(once()).updateBluetoothDevice(
287 this.mockHandler.expects(once()).updateBluetoothDevice(
/external/chromium_org/v8/test/preparser/
H A Dtestcfg.py52 expects = []
54 expects += [rule_match.group(2)]
56 expects += [rule_match.group(3), rule_match.group(4)]
57 expectations_map[rule_match.group(1)] = " ".join(expects)
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
H A Dkiosk_apps_browsertest.js92 this.mockHandler.expects(once()).addKioskApp([testAppId]);
103 this.mockHandler.expects(once()).addKioskApp([testAppId]);
112 this.mockHandler.expects(once()).addKioskApp([testAppId]);
121 this.mockHandler.expects(once()).removeKioskApp([appId]);
131 this.mockHandler.expects(once()).enableKioskAutoLaunch([appId]).
139 this.mockHandler.expects(once()).disableKioskAutoLaunch([appId]).
/external/chromium_org/remoting/webapp/unittests/
H A Dxmpp_connection_unittest.js79 var setCallbacksCalled = parserMock.expects('setCallbacks').once();
89 var appendDataCalled = parserMock.expects('appendData').once().withArgs(data);
/external/chromium_org/chrome/browser/resources/google_now/
H A Dcommon_test_util.js77 * The JS test harness expects all calls to complete synchronously.
197 fixture.mockApis.expects(once()).
201 fixture.mockApis.expects(once()).
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.h11 #error ChromeAsyncSocket expects FEATURE_ENABLE_SSL to be defined
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dleveldb_wrapper_unittest.cc57 void CheckDBContents(const TestData expects[], size_t size) { argument
64 EXPECT_EQ(expects[i].key, itr->key().ToString());
65 EXPECT_EQ(expects[i].value, itr->value().ToString());
/external/openssl/crypto/
H A Ds390xcpuid.S37 lgfr %r2,%r0 # OpenSSL expects the new value
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/
H A DAndroid.mk12 # expects to be made from a parent directory.
/external/libvpx/libvpx/test/android/
H A DAndroid.mk12 # expects to be made from a parent directory.
/external/libunwind/doc/
H A Dunw_get_proc_info_by_ip.tex28 The routine expects the followins arguments: \Var{as} is the
/external/srec/config/en.us/
H A DAndroid.mk79 # the grxml compiler expects this (and other) data files to be here.
/external/chromium_org/chrome/third_party/mock4js/
H A Dmock4js.js26 // syntactic sugar for expects()
531 expects: function(expectedCallCount) {
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm60 ;# expects:
440 ;# expects:
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm60 ;# expects:
440 ;# expects:

Completed in 5954 milliseconds

12