Searched refs:test_shard_file (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc4636 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4637 if (test_shard_file != NULL) {
4638 FILE* const file = posix::FOpen(test_shard_file, "w");
4643 test_shard_file, kTestShardStatusFile);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc4282 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4283 if (test_shard_file != NULL) {
4284 FILE* const file = posix::FOpen(test_shard_file, "w");
4289 test_shard_file, kTestShardStatusFile);
/external/gtest/src/
H A Dgtest.cc4360 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4361 if (test_shard_file != NULL) {
4362 FILE* const file = posix::FOpen(test_shard_file, "w");
4367 test_shard_file, kTestShardStatusFile);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc4250 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4251 if (test_shard_file != NULL) {
4252 FILE* const file = posix::FOpen(test_shard_file, "w");
4257 test_shard_file, kTestShardStatusFile);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc4282 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4283 if (test_shard_file != NULL) {
4284 FILE* const file = posix::FOpen(test_shard_file, "w");
4289 test_shard_file, kTestShardStatusFile);
/external/protobuf/gtest/src/
H A Dgtest.cc4040 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
4041 if (test_shard_file != NULL) {
4042 FILE* const file = posix::FOpen(test_shard_file, "w");
4047 test_shard_file, kTestShardStatusFile);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5844 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
5845 if (test_shard_file != NULL) {
5846 FILE* const file = posix::FOpen(test_shard_file, "w");
5851 test_shard_file, kTestShardStatusFile);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc5844 const char* const test_shard_file = posix::GetEnv(kTestShardStatusFile); local
5845 if (test_shard_file != NULL) {
5846 FILE* const file = posix::FOpen(test_shard_file, "w");
5851 test_shard_file, kTestShardStatusFile);

Completed in 243 milliseconds