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

  /external/google-breakpad/src/processor/
minidump_dump_test 32 testdata_dir=$srcdir/src/processor/testdata
33 ./src/processor/minidump_dump $testdata_dir/minidump2.dmp | \
35 diff -u $testdata_dir/minidump2.dump.out -
minidump_stackwalk_machine_readable_test 32 testdata_dir=$srcdir/src/processor/testdata
33 ./src/processor/minidump_stackwalk -m $testdata_dir/minidump2.dmp \
34 $testdata_dir/symbols | \
36 diff -u $testdata_dir/minidump2.stackwalk.machine_readable.out -
minidump_stackwalk_test 32 testdata_dir=$srcdir/src/processor/testdata
33 ./src/processor/minidump_stackwalk $testdata_dir/minidump2.dmp \
34 $testdata_dir/symbols | \
36 diff -u $testdata_dir/minidump2.stackwalk.out -
microdump_stackwalk_machine_readable_test 33 testdata_dir=$srcdir/src/processor/testdata
38 ./src/processor/microdump_stackwalk -m $testdata_dir/microdump-${ARCH}.dmp \
39 $testdata_dir/symbols/microdump | \
41 diff -u $testdata_dir/microdump.stackwalk.machine_readable-${ARCH}.out -
microdump_stackwalk_test 33 testdata_dir=$srcdir/src/processor/testdata
38 ./src/processor/microdump_stackwalk $testdata_dir/microdump-${ARCH}.dmp \
39 $testdata_dir/symbols/microdump | \
41 diff -u $testdata_dir/microdump.stackwalk-${ARCH}.out -
fast_source_line_resolver_unittest.cc 176 testdata_dir = string(getenv("srcdir") ? getenv("srcdir") : ".") +
182 ss << testdata_dir << "/module" << file_index << ".out";
191 string testdata_dir; member in class:__anon20896::TestFastSourceLineResolver
411 testdata_dir + "/module3_bad.out"));
423 testdata_dir + "/module4_bad.out"));
435 testdata_dir + "/invalid-filename"));
474 ss << testdata_dir << "/module" << module_index << ".out";
basic_source_line_resolver_unittest.cc 166 testdata_dir = string(getenv("srcdir") ? getenv("srcdir") : ".") +
171 string testdata_dir; member in class:__anon20889::TestBasicSourceLineResolver
177 ASSERT_TRUE(resolver.LoadModule(&module1, testdata_dir + "/module1.out"));
180 ASSERT_TRUE(resolver.LoadModule(&module2, testdata_dir + "/module2.out"));
385 testdata_dir + "/module3_bad.out"));
390 testdata_dir + "/module4_bad.out"));
395 testdata_dir + "/invalid-filename"));
405 ASSERT_TRUE(resolver.LoadModule(&module1, testdata_dir + "/module1.out"));
409 ASSERT_TRUE(resolver.LoadModule(&module1, testdata_dir + "/module1.out"));
  /system/extras/simpleperf/
gtest_main.cpp 40 static std::string testdata_dir; variable
46 if (!MkdirWithParents(testdata_dir)) {
47 PLOG(ERROR) << "failed to create testdata_dir " << testdata_dir;
79 std::string path = testdata_dir + entry_name;
181 testdata_dir = argv[i + 1];
205 if (!::testing::GTEST_FLAG(list_tests) && testdata_dir.empty()) {
206 testdata_dir = std::string(dirname(argv[0])) + "/testdata";
207 if (!IsDir(testdata_dir)) {
209 testdata_dir = std::string(tmp_dir->path()) + "/"
    [all...]
  /build/make/tools/releasetools/
test_sign_target_files_apks.py 39 self.testdata_dir = test_utils.get_testdata_dir()
107 cert_file = os.path.join(self.testdata_dir, 'verity.x509.pem')
118 cert_file = os.path.join(self.testdata_dir, 'testkey.x509.pem')
146 cert1_path = os.path.join(self.testdata_dir, 'platform.x509.pem')
149 cert2_path = os.path.join(self.testdata_dir, 'media.x509.pem')
152 cert3_path = os.path.join(self.testdata_dir, 'testkey.x509.pem')
172 cert1_path = os.path.join(self.testdata_dir, 'platform.x509.pem')
175 cert2_path = os.path.join(self.testdata_dir, 'media.x509.pem')
190 cert1_path = os.path.join(self.testdata_dir, 'platform.x509.pem')
193 cert2_path = os.path.join(self.testdata_dir, 'media.x509.pem'
    [all...]
test_ota_from_target_files.py 376 self.testdata_dir = test_utils.get_testdata_dir()
377 self.assertTrue(os.path.exists(self.testdata_dir))
385 common.OPTIONS.package_key = os.path.join(self.testdata_dir, 'testkey')
    [all...]
test_common.py 407 self.testdata_dir = test_utils.get_testdata_dir()
486 cert = os.path.join(self.testdata_dir, 'testkey.x509.pem')
487 pubkey = os.path.join(self.testdata_dir, 'testkey.pubkey.pem')
492 wrong_input = os.path.join(self.testdata_dir, 'testkey.pk8')
496 cert = os.path.join(self.testdata_dir, 'testkey.x509.pem')
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 173 TrimLastComponent(self_dir, &testdata_dir, NULL);
174 testdata_dir += L"\\testdata";
178 std::wstring testdata_dir; member in class:tools::windows::dump_syms::__anon21023::DumpSymsRegressionTest
186 std::wstring root_path = testdata_dir + L"\\" + root_name;

Completed in 538 milliseconds