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

  /external/chromium_org/chrome/browser/sync/test/integration/
migration_errors_test.cc 46 MigrationList MakeList(syncer::ModelTypeSet model_types) {
50 MigrationList MakeList(syncer::ModelTypeSet model_types1,
58 MigrationList MakeList(syncer::ModelType type) {
59 return MakeList(MakeSet(type));
62 MigrationList MakeList(syncer::ModelType type1,
64 return MakeList(MakeSet(type1), MakeSet(type2));
218 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES), MODIFY_PREF);
222 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES),
228 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES),
235 RunSingleClientMigrationTest(MakeList(syncer::PREFERENCES)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 136 def MakeList(value_list, prefix='', quoter=QuoteIfNecessary, initial_indent=0):
159 values = MakeList(value_list, prefix, quoter, initial_indent=len(variable)+4)
239 'inputs': MakeList(actions[0]['inputs'])
245 'sources': MakeList(sources),
246 'libs': MakeList(target_info['libraries']),
247 'objs': MakeList(["%s/%s" % (builddir, obj) for obj in objects]),

Completed in 332 milliseconds