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

  /external/chromium_org/chrome/android/host_driven_tests/
SyncTest.py 41 full_names = []
43 full_names.append('SyncTest.' + test_name)
44 return self._RunJavaTestFilters(full_names, self.additional_flags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 66 full_names = refactor.get_fixers_from_package("myfixes")
69 self.assertEqual(full_names,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_refactor.py 66 full_names = refactor.get_fixers_from_package("myfixes")
69 self.assertEqual(full_names,
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc 215 std::vector<base::string16> full_names; local
221 full_names.push_back(s.ColumnString16(4));
229 profile->SetRawMultiInfo(NAME_FULL, full_names);
319 std::vector<base::string16> full_names; local
320 profile.GetRawMultiInfo(NAME_FULL, &full_names);
323 DCHECK_EQ(first_names.size(), full_names.size());
335 s.BindString16(4, full_names[i]);
    [all...]

Completed in 407 milliseconds