HomeSort by relevance Sort by last modified time
    Searched full:native_alloc_match (Results 1 - 1 of 1) sorted by null

  /art/dex2oat/
dex2oat_test.cc 423 std::smatch native_alloc_match; local
424 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex);
429 if (native_alloc_match.size() != 2U) {
430 EXPECT_EQ(native_alloc_match.size(), 2U);
434 std::istringstream stream(native_alloc_match[1].str());
    [all...]

Completed in 280 milliseconds