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

1 2

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy_unittest.cc 40 using ::testing::Exactly;
114 .Times(Exactly(1))
121 .Times(Exactly(1))
131 .Times(Exactly(1))
142 .Times(Exactly(1))
152 .Times(Exactly(1))
163 .Times(Exactly(1))
mediastream_unittest.cc 44 using ::testing::Exactly;
82 .Times(Exactly(1));
87 .Times(Exactly(1));
134 .Times(Exactly(2));
mediastreamhandler_unittest.cc 45 using ::testing::Exactly;
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 12 using ::testing::Exactly;
78 .Times(Exactly(1))
81 .Times(Exactly(1))
  /external/chromium_org/media/audio/
audio_input_controller_unittest.cc 17 using ::testing::Exactly;
113 .Times(Exactly(1));
117 .Times(Exactly(1));
159 .Times(Exactly(1));
163 .Times(Exactly(1));
175 .Times(Exactly(1))
213 .Times(Exactly(0));
239 .Times(Exactly(1));
  /external/chromium_org/chrome/common/local_discovery/
service_discovery_client_unittest.cc 23 using ::testing::Exactly;
245 .Times(Exactly(1));
251 .Times(Exactly(1));
287 .Times(Exactly(1));
305 .Times(Exactly(1));
309 .Times(Exactly(1));
325 .Times(Exactly(1));
333 .Times(Exactly(1));
352 .Times(Exactly(1));
361 .Times(Exactly(1))
    [all...]
  /external/chromium_org/net/dns/
mdns_client_unittest.cc 22 using ::testing::Exactly;
487 .Times(Exactly(1))
493 .Times(Exactly(1))
525 .Times(Exactly(1))
537 .Times(Exactly(1))
560 .Times(Exactly(1))
598 .Times(Exactly(1))
619 .Times(Exactly(1));
670 .Times(Exactly(1))
698 .Times(Exactly(1)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
eula_browsertest.cc 18 using ::testing::Exactly;
68 .Times(Exactly(1))
wizard_controller_browsertest.cc 76 using ::testing::Exactly;
96 // Timezone should not match kGeolocationResponseBody to check that exactly
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_manager_unittest.cc 31 using testing::Exactly;
208 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0));
240 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0));
256 EXPECT_CALL(client_, PromptUserToSavePassword(_)).Times(Exactly(0));
303 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0));
324 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0));
358 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0));
407 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0));
428 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0));
508 EXPECT_CALL(driver_, FillPasswordForm(_)).Times(Exactly(0))
    [all...]
  /external/chromium_org/chrome/service/cloud_print/
printer_job_handler_unittest.cc 28 using ::testing::Exactly;
585 .Times(Exactly(1))
589 .Times(Exactly(1));
592 .Times(Exactly(1));
596 .Times(Exactly(1))
689 .Times(Exactly(1));
692 .Times(Exactly(1));
816 .Times(Exactly(1))
  /external/chromium_org/chrome/browser/chromeos/login/screens/
update_screen_browsertest.cc 26 using ::testing::Exactly;
344 .Times(Exactly(0));
347 .Times(Exactly(0));
349 .Times(Exactly(0));
  /external/chromium_org/rlz/lib/
rlz_lib.h 35 #error Exactly one of RLZ_NETWORK_IMPLEMENTATION_WIN_INET and \
  /external/chromium_org/extensions/renderer/resources/
messaging_utils.js 29 // Exactly two arguments remaining. If the first argument is a string,
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 36 using ::testing::Exactly;
281 .Times(Exactly(1))
293 .Times(Exactly(1))
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 170 parser.error('Exactly 1 device must be attached.')
  /external/valgrind/main/exp-dhat/
dh_main.c 207 Exactly xsize all retiring blocks are of this size
210 enum { Unknown=999, Exactly, Mixed } xsize_tag;
341 api->xsize_tag = Exactly;
343 if (0) VG_(printf)("api %p --> Exactly(%lu)\n", api, api->xsize);
352 case Exactly:
377 if (api->xsize_tag == Exactly && api->histo && bk->histoW) {
    [all...]
  /external/chromium_org/media/filters/
ffmpeg_demuxer_unittest.cc 27 using ::testing::Exactly;
336 .Times(Exactly(2));
chunk_demuxer_unittest.cc 25 using ::testing::Exactly;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_data_source.py 63 assert len(event_list) == 1, 'Exactly one type must be called "Event".'
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 69 * we can represent 10^k exactly), we may be able to
274 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
  /external/chromium_org/media/base/
text_renderer_unittest.cc 23 using ::testing::Exactly;
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 490 * What can follow that specific nested ref to atom? Exactly ')'
  /external/libunwind/doc/
libunwind-dynamic.tex 74 Exactly how this index is derived depends on the architecture. For
264 that the length of the \Var{op} array does not have to match exactly
  /ndk/sources/android/support/src/stdio/
strtod.c 49 * we can represent 10^k exactly), we may be able to
212 Exactly one of IEEE_LITTLE_ENDIAN IEEE_BIG_ENDIAN, VAX, or
    [all...]

Completed in 953 milliseconds

1 2