Searched refs:all_entries (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSNew.py223 all_entries = set()
229 if e in all_entries:
232 all_entries.add(e)
238 all_entries = sorted(all_entries)
248 for e in all_entries:
295 for e in all_entries:
329 if any([e.entries for e in all_entries if isinstance(e, MSVSFolder)]):
331 for e in all_entries:
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table_unittest.cc338 std::vector<AutofillEntry> all_entries; local
339 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
340 ASSERT_EQ(1U, all_entries.size());
341 EXPECT_EQ(entry, all_entries[0]);
353 std::vector<AutofillEntry> all_entries; local
354 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
355 ASSERT_EQ(1U, all_entries.size());
356 EXPECT_EQ(entry, all_entries[0]);
401 std::vector<AutofillEntry> all_entries; local
402 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
423 std::vector<AutofillEntry> all_entries; local
468 std::vector<AutofillEntry> all_entries; local
[all...]
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc227 std::vector<AutofillEntry> all_entries = GetAllAutofillEntries(wds.get()); local
229 for (std::vector<AutofillEntry>::const_iterator it = all_entries.begin();
230 it != all_entries.end(); ++it) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeInference.py345 for e in entry.all_entries():
H A DSymtab.py214 def all_entries(self): member in class:Entry
249 def all_entries(self): member in class:InnerEntry
250 return self.defining_entry.all_entries()
/external/chromium_org/sync/tools/testserver/
H A Dchromiumsync.py1080 all_entries = self._entries.values()
1082 for entry in all_entries:

Completed in 2190 milliseconds