Searched defs:original (Results 1 - 3 of 3) sorted by relevance

/system/weaved/buffet/
H A Dbuffet_config_unittest.cc152 std::string original = fake_file_content_["settings_file.config"]; local
153 ASSERT_FALSE(original.empty());
157 ASSERT_EQ(original, fake_file_content_["settings_file.config"]);
/system/core/liblog/tests/
H A Dliblog_test.cpp1627 char *original = eventData; local
1677 ASSERT_LE(4 + 512, eventData - original); // worst expectations
1678 ASSERT_GT(4 + DATA_LEN, eventData - original); // must be truncated
/system/core/adb/
H A Dsysdeps_win32.cpp668 std::vector<adb_pollfd*> original; local
681 original.push_back(&fds[i]);
695 // Map the results back onto the original set.
697 original[i]->revents = sockets[i].revents;
1287 // console windows on Windows, but to be better than the original code which
2517 // Return the size of the original buffer passed in, signifying that we consumed it all, even

Completed in 155 milliseconds