HomeSort by relevance Sort by last modified time
    Searched refs:ParseInt (Results 1 - 2 of 2) sorted by null

  /external/valgrind/unittest/
old_test_suite.cc 48 int ParseInt(const char *str) {
154 shuffle_seed = ParseInt(cur_arg + 8);
159 int test_id = ParseInt(cur_arg);
167 int test_id = ParseInt(cur_arg + 1);
  /art/dex2oat/
dex2oat.cc 402 static bool ParseInt(const char* in, int* out) {
630 if (!ParseInt(zip_fd_str, &zip_fd)) {
641 if (!ParseInt(oat_fd_str, &oat_fd)) {
650 if (!ParseInt(thread_count_str, &thread_count)) {
    [all...]

Completed in 847 milliseconds