OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_types
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py
73
for (ext, type) in
common_types
.items():
349
global suffix_map, types_map, encodings_map,
common_types
363
common_types
= db.types_map[False]
382
global
common_types
536
common_types
= {
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py
73
for (ext, type) in
common_types
.items():
349
global suffix_map, types_map, encodings_map,
common_types
363
common_types
= db.types_map[False]
382
global
common_types
536
common_types
= {
/external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.cc
809
const syncer::ModelTypeSet
common_types
=
local
816
<< syncer::ModelTypeSetToString(
common_types
);
818
if (!
common_types
.Empty() && !progress_marker_partner_->IsFullySynced()) {
825
for (syncer::ModelTypeSet::Iterator i =
common_types
.First();
[
all
...]
Completed in 46 milliseconds