| /art/libartbase/base/ | 
| D | hash_set_test.cc | 87   std::vector<std::string> strings;  in TEST_F()  local120   std::vector<std::string> strings;  in TEST_F()  local
 148   std::vector<std::string> strings;  in TEST_F()  local
 165   std::vector<std::string> strings = {"a", "b", "c", "d", "e", "f", "g"};  in TEST_F()  local
 222   std::vector<std::string> strings;  in TEST_F()  local
 409   explicit StatefulHashFn(const std::vector<std::string>* strings)  in StatefulHashFn()
 427   explicit StatefulPred(const std::vector<std::string>* strings)  in StatefulPred()
 445   std::vector<std::string> strings{  in TEST_F()  local
 
 | 
| /art/test/003-omnibus-opcodes/src/ | 
| D | Array.java | 74     static void checkStrings(String[] strings) {  in checkStrings()189         String[] strings;  in checkNegAlloc()  local
 
 | 
| /art/test/021-string2/src/ | 
| D | Main.java | 82         String[] strings = test.split("/");  in main()  local135         String[] strings = {  in testCompareToAndEquals()  local
 
 | 
| /art/tools/dexanalyze/ | 
| D | dexanalyze_strings.cc | 338 void PrefixStrings::Builder::Build(const std::vector<std::string>& strings) {  in Build()448 void AnalyzeStrings::ProcessStrings(const std::vector<std::string>& strings) {  in ProcessStrings()
 497 void AnalyzeStrings::Benchmark(const Strings& strings,  in Benchmark()
 
 | 
| /art/test/074-gc-thrash/src/ | 
| D | Main.java | 166         String strings[] = new String[ARRAY_SIZE];  in run()  local
 | 
| /art/test/109-suspend-check/src/ | 
| D | Main.java | 156   private String[] strings = { "a", "b", "c", "d" };  field in InfiniteWhileLoopWithIntrinsic
 | 
| /art/test/956-methodhandles/src/ | 
| D | Main.java | 1253     public VariableArityTester(String s0, String... strings) { update(s0, strings); }  in VariableArityTester()1275     public String update(String s0, String... strings) { return lastResult = tally(s0, strings); }  in update()
 1302     public static String tally(String s0, String... strings) {  in tally()
 1331   public static Object getAsObject(String[] strings) {  in getAsObject()
 
 | 
| /art/runtime/verifier/ | 
| D | verifier_deps.cc | 124 static bool FindExistingStringId(const std::vector<std::string>& strings,  in FindExistingStringId()465                                       const std::vector<std::string>& strings) {  in EncodeStringVector()
 488                                       std::vector<std::string>* strings) {  in DecodeStringVector()
 
 | 
| /art/test/100-reflect2/src/ | 
| D | Main.java | 248   private static String concat(String[] strings) {  in concat()
 | 
| /art/runtime/mirror/ | 
| D | dex_cache-inl.h | 156   auto* strings = GetStrings();  in ClearString()  local
 | 
| /art/libdexfile/dex/ | 
| D | art_dex_file_loader_test.cc | 285   const char* strings[] = { "LGetMethodSignature;", "Ljava/lang/Float;", "Ljava/lang/Object;",  in TEST_F()  local
 | 
| /art/tools/ahat/src/main/com/android/ahat/heapdump/ | 
| D | Parser.java | 195       UnDenseMap<String> strings = new UnDenseMap<String>("String");  in parseInternal()  local
 | 
| /art/runtime/ | 
| D | elf_file.cc | 943   uint8_t* strings = Begin() + string_section.sh_offset;  in GetString()  local
 | 
| D | runtime_image.cc | 1324     mirror::GcRootArray<mirror::String>* strings = cache->GetStringsArray();  in CopyDexCache()  local
 | 
| /art/test/959-invoke-polymorphic-accessors/src/ | 
| D | Main.java | 689             String [] strings = { "octopus", "crab" };  in main()  local
 | 
| /art/runtime/gc/space/ | 
| D | image_space.cc | 428       mirror::GcRootArray<mirror::String>* strings = native_visitor_(old_strings);  in VisitDexCacheArrays()  local
 |