HomeSort by relevance Sort by last modified time
    Searched refs:spy (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 206 int ddy1, ddy, spy = 0, ey; local
218 spy = (ddy / ddy1) * x1, ddy %= ddy1;
232 bb1 += spy;
  /external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/
tst_qdeclarativewebview.cpp 448 QSignalSpy spy(wv, SIGNAL(htmlChanged()));
450 QCOMPARE(spy.count(), 1);
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 572 QSignalSpy spy(m_page, SIGNAL(databaseQuotaExceeded(QWebFrame*,QString)));
574 QTRY_COMPARE(spy.count(), 1);
576 QTRY_COMPARE(spy.count(),1);
    [all...]
  /external/v8/test/cctest/
test-api.cc 5223 Local<Value> spy = env1->Global()->Get(v8_str("spy")); local
    [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 1063 milliseconds