Searched defs:test_file (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/tsan/
H A Dtest_output.sh18 test_file() { function
59 test_file $c $COMPILER &
65 test_file $HERE/$1 $CXX "DUMP"
/external/clang/bindings/python/tests/cindex/
H A Dtest_file.py3 def test_file(): function
/external/google-breakpad/src/common/linux/
H A Dmemory_mapped_file_unittest.cc86 string test_file = temp_dir.path() + "/empty_file"; local
87 ASSERT_TRUE(WriteFile(test_file.c_str(), NULL, 0));
90 MemoryMappedFile mapped_file(test_file.c_str(), 0);
95 EXPECT_TRUE(mapped_file.Map(test_file.c_str(), 0));
108 string test_file = temp_dir.path() + "/test_file"; local
109 ASSERT_TRUE(WriteFile(test_file.c_str(), data, data_size));
112 MemoryMappedFile mapped_file(test_file.c_str(), 0);
120 EXPECT_TRUE(mapped_file.Map(test_file.c_str(), 0));
/external/skia/tests/
H A DDocumentTest.cpp60 static void test_file(skiatest::Reporter* reporter) { function
103 test_file(reporter);
/external/linux-tools-perf/src/tools/perf/tests/
H A Ddso-data.c13 static char *test_file(int size) function
99 char *file = test_file(TEST_FILE_SIZE);
/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_fileapp.py101 def test_file(): function
/external/lldb/source/API/
H A DSBInstruction.cpp234 SBInstruction::TestEmulation (lldb::SBStream &output_stream, const char *test_file) argument
239 return m_opaque_sp->TestEmulation (output_stream.get(), test_file);
/external/lldb/source/Core/
H A DDisassembler.cpp855 FILE *test_file = fopen (file_name, "r"); local
856 if (!test_file)
863 if (!fgets (buffer, 255, test_file))
866 fclose (test_file);
873 fclose (test_file);
879 OptionValueSP data_dictionary_sp (ReadDictionary (test_file, out_stream));
883 fclose (test_file);
887 fclose (test_file);

Completed in 880 milliseconds