HomeSort by relevance Sort by last modified time
    Searched defs:adds (Results 1 - 5 of 5) sorted by null

  /external/chromium/base/win/
scoped_comptr_unittest.cc 18 Dummy() : adds(0), releases(0) { }
19 void AddRef() { ++adds; }
22 int adds; member in struct:base::win::__anon2432::Dummy
90 EXPECT_EQ(p->adds, 1);
93 EXPECT_EQ(p->adds, 2);
96 EXPECT_EQ(p->adds, 3);
101 EXPECT_EQ(p->adds, 4);
105 EXPECT_EQ(p->adds, 4);
108 EXPECT_EQ(p->adds, 4);
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 56 final int adds = 3; local
63 for (int i = 0; i < adds; i++) {
69 assertEquals(adds, IntentServiceStub.onHandleIntentCalled);
70 assertEquals(adds * value, IntentServiceStub.accumulator);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h 118 std::string adds; // The ranges for add chunks. member in struct:SBListChunkRanges
137 // For adds:
218 // For adds, this is the add chunk number.
  /external/qemu/telephony/
sysdeps_posix.c 204 int adds = events & ~channel->wanted; local
212 if (adds) {
215 if (adds & (1 << ee))
  /system/core/adb/
sysdeps_win32.c 1636 int adds = events & ~events0; local
    [all...]

Completed in 57 milliseconds