Searched defs:adds (Results 1 - 9 of 9) sorted by relevance

/external/chromium/base/win/
H A Dscoped_comptr_unittest.cc18 Dummy() : adds(0), releases(0) { }
19 void AddRef() { ++adds; }
22 int adds; member in struct:base::win::__anon1673::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);
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_store.cc13 // Find items matching between |subs| and |adds|, and remove them,
14 // recording the item from |adds| in |adds_removed|. To minimize
15 // copies, the inputs are processing in parallel, so |subs| and |adds|
23 std::vector<A>* adds,
30 typename std::vector<A>::iterator add_out = adds->begin();
38 typename std::vector<A>::iterator add_iter = adds->begin();
41 while (add_iter != adds->end() && sub_iter != subs->end()) {
63 adds->erase(add_out, add_iter);
195 // Remove the full-hashes corrosponding to the adds which
219 // processing to allow subs to knock out adds (an
22 KnockoutSubs(std::vector<S>* subs, std::vector<A>* adds, PredAS predAS, PredSA predSA, std::vector<A>* adds_removed) argument
[all...]
H A Dsafe_browsing_util.h118 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/libnfc-nci/src/nfc/tags/
H A Drw_t1t.c949 UINT8 adds; local
964 RW_T1T_BLD_ADDS ((adds), (segment));
965 if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_RSEG, adds, NULL)) == NFC_STATUS_OK)
H A Drw_t1t_ndef.c79 UINT8 adds; local
95 adds = *p_data;
96 if (adds == 0)
1242 UINT8 adds; local
1281 RW_T1T_BLD_ADDS ((adds), (p_t1t->segment));
1282 if ((status = rw_t1t_send_dyn_cmd (T1T_CMD_RSEG, adds, NULL)) == NFC_STATUS_OK)
1319 UINT8 adds; local
1389 RW_T1T_BLD_ADDS ((adds), (p_t1t->segment));
1390 if ((ndef_status = rw_t1t_send_dyn_cmd (T1T_CMD_RSEG, adds, NULL)) == NFC_STATUS_OK)
2409 UINT8 adds; local
2530 UINT8 adds; local
[all...]
/external/qemu/telephony/
H A Dsysdeps_posix.c204 int adds = events & ~channel->wanted; local
212 if (adds) {
215 if (adds & (1 << ee))
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c1519 int i, adds = 0, dels = 0; local
1528 if (lcr.r.resrec.RecordType != kDNSRecordTypePacketNegative && lcr.r.resrec.rroriginalttl) adds++; else dels++;
1531 if (adds && !lease)
1534 Log("Rejecting Update Request with %d additions but no lease", adds);
1907 // put adds/removes in packet
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 199 milliseconds