Home
last modified time | relevance | path

Searched refs:new_types (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_impl_unittest.cc449 syncer::ModelTypeSet new_types(syncer::EXTENSIONS, in TEST_F() local
451 enabled_types_.PutAll(new_types); in TEST_F()
459 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI)))); in TEST_F()
488 syncer::ModelTypeSet new_types(syncer::EXTENSIONS, in TEST_F() local
490 enabled_types_.PutAll(new_types); in TEST_F()
499 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI)))); in TEST_F()
517 syncer::ModelTypeSet new_types(syncer::APP_SETTINGS, in TEST_F() local
519 enabled_types_.PutAll(new_types); in TEST_F()
528 enabled_types_).Equals(new_types)); in TEST_F()
535 Union(new_types, syncer::ModelTypeSet(syncer::NIGORI)))); in TEST_F()
[all …]
/external/v8/src/
Dic.cc2542 ToBooleanStub::Types new_types(old_types); in RUNTIME_FUNCTION() local
2543 bool to_boolean_value = new_types.Record(object); in RUNTIME_FUNCTION()
2544 old_types.TraceTransition(new_types); in RUNTIME_FUNCTION()
2546 ToBooleanStub stub(tos, new_types); in RUNTIME_FUNCTION()
/external/valgrind/main/VEX/priv/
Dir_defs.c2897 IRType* new_types in newIRTemp() local
2900 new_types[i] = env->types[i]; in newIRTemp()
2901 env->types = new_types; in newIRTemp()