/art/libartbase/base/ |
D | hash_set_test.cc | 87 std::vector<std::string> strings; in TEST_F() local 120 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/runtime/mirror/ |
D | dex_cache-inl.h | 126 StringDexCacheType* strings = GetStrings(); in GetResolvedString() local 136 StringDexCacheType* strings = GetStrings(); in SetResolvedString() local 155 StringDexCacheType* strings = GetStrings(); in ClearString() local
|
D | dex_cache.h | 317 void SetStrings(StringDexCacheType* strings) ALWAYS_INLINE REQUIRES_SHARED(Locks::mutator_lock_) { in SetStrings()
|
/art/test/021-string2/src/ |
D | Main.java | 82 String[] strings = test.split("/"); in main() local 134 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/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/test/109-suspend-check/src/ |
D | Main.java | 156 private String[] strings = { "a", "b", "c", "d" }; field in InfiniteWhileLoopWithIntrinsic
|
/art/runtime/verifier/ |
D | verifier_deps.cc | 127 static bool FindExistingStringId(const std::vector<std::string>& strings, in FindExistingStringId() 467 const std::vector<std::string>& strings) { in EncodeStringVector() 490 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/libdexfile/dex/ |
D | art_dex_file_loader_test.cc | 232 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
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 687 String [] strings = { "octopus", "crab" }; in main() local
|