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

1 2 3 4

  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 72 private boolean[] expects = new boolean[TEST_NUM_EXPECTS]; field in class:TestEventHandler
117 expects[i] = false;
131 expects[TEST_REQUEST_SENT] = false;
209 expects[TEST_STATUS] = false;
224 expects[TEST_HEADERS] = false;
299 expects[TEST_HEADERS] = true;
315 expects[TEST_HEADERS] = true;
361 expects[TEST_LOCATION_CHANGED] = false;
409 expects[TEST_DATA] = false;
427 expects[TEST_ENDDATA] = false
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_browsertest.js 155 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(once()).setSpeechRecognitionState('READY')
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_char_iterator_unittest.cc 41 void TestEveryChar(const std::string& text, const std::string& expects) {
51 EXPECT_EQ(expects, JoinString(results, ' '));
55 void TestNextToken(const std::string& text, const std::string& expects) {
65 EXPECT_EQ(expects, JoinString(results, ' '));
70 const std::string& expects) {
83 EXPECT_EQ(expects, JoinString(results, ' '));
  /external/chromium_org/v8/test/preparser/
testcfg.py 52 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/
sync_setup_browsertest.js 68 this.mockHandler.expects(once()).SyncSetupShowSetupUI().
76 this.mockHandler.expects(once()).SyncSetupStartSignIn().
85 this.mockHandler.expects(once()).SyncSetupConfigure(ANYTHING).
  /external/chromium_org/jingle/glue/
chrome_async_socket.h 11 #error ChromeAsyncSocket expects FEATURE_ENABLE_SSL to be defined
  /external/chromium_org/chrome/browser/resources/
about_flash.js 8 * with that data. It expects an object structure like the above.
about_nacl.js 11 * with that data. It expects an object structure like the above.
about_conflicts.js 7 * expects to correctly populate the page.
32 * with that data. It expects an object structure like the above.
components.js 10 * that data. It expects an object structure like the above.
37 * template expects each component's format to match the following
flags.js 7 * expects to correctly populate the page.
13 * with that data. It expects an object structure like the above.
  /external/chromium_org/chrome/browser/ui/webui/options/
font_settings_browsertest.js 46 this.mockHandler.expects(once()).openAdvancedFontSettingsOptions();
startup_page_list_browsertest.js 131 this.mockHandler.expects(once()).addStartupPage([NEW_PAGE, 0]);
140 this.mockHandler.expects(once()).dragDropStartupPage([0, [1].join()]);
certificate_manager_browsertest.js 62 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(
edit_dictionary_browsertest.js 44 this.mockHandler.expects(once()).addDictionaryWord([testWord]).
51 this.mockHandler.expects(once()).removeDictionaryWord([testWord]).
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 76 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/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 92 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/chrome/browser/resources/google_now/
common_test_util.js 77 * The JS test harness expects all calls to complete synchronously.
197 fixture.mockApis.expects(once()).
201 fixture.mockApis.expects(once()).
  /external/chromium_org/third_party/openssl/openssl/crypto/
s390xcpuid.S 37 lgfr %r2,%r0 # OpenSSL expects the new value
  /external/openssl/crypto/
s390xcpuid.S 37 lgfr %r2,%r0 # OpenSSL expects the new value
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
Android.mk 12 # expects to be made from a parent directory.
  /external/libvpx/libvpx/test/android/
Android.mk 12 # expects to be made from a parent directory.
  /frameworks/ex/common/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /frameworks/support/v13/
Android.mk 18 # the framework library, and build/core/pathmap.mk expects a java/ subdirectory.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
Android.mk 12 # expects to be made from a parent directory.

Completed in 1323 milliseconds

1 2 3 4