OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_names
(Results
1 - 4
of
4
) sorted by null
/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
...]
/external/chromium_org/components/autofill/core/browser/
autofill_profile_unittest.cc
912
std::vector<base::string16>
full_names
;
local
916
p.SetMultiInfo(AutofillType(NAME_FULL),
full_names
, "en-US");
local
[
all
...]
Completed in 2542 milliseconds