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

  /external/minijail/
minijail0_cli.c 311 static void use_profile(struct minijail *j, const char *profile, function
717 use_profile(j, optarg, &pivot_root, chroot, &tmp_size);
  /art/dex2oat/linker/
oat_writer_test.cc 271 void TestDexFileInput(bool verify, bool low_4gb, bool use_profile);
580 void OatTest::TestDexFileInput(bool verify, bool low_4gb, bool use_profile) {
619 profile_compilation_info(use_profile ? new ProfileCompilationInfo() : nullptr);
687 TestDexFileInput(/*verify*/false, /*low_4gb*/false, /*use_profile*/false);
691 TestDexFileInput(/*verify*/false, /*low_4gb*/true, /*use_profile*/false);
695 TestDexFileInput(/*verify*/true, /*low_4gb*/false, /*use_profile*/false);
699 TestDexFileInput(/*verify*/true, /*low_4gb*/false, /*use_profile*/true);
    [all...]

Completed in 93 milliseconds