Home
last modified time | relevance | path

Searched refs:source2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/tests/
DCrunchCache_test.cpp88 String8 source2("ApiDemos/res"); in main() local
94 CrunchCache scc(source2,dest2,sff); in main()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBUnknownFieldSetTest.m142 TestEmptyMessage* source2 = [TestEmptyMessage message];
143 [source2 setUnknownFields:set2];
151 [destination1 mergeFrom:source2];
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor_database.h340 DescriptorDatabase* source2);
Ddescriptor_database.cc452 DescriptorDatabase* source2) { in MergedDescriptorDatabase() argument
454 sources_.push_back(source2); in MergedDescriptorDatabase()