Searched defs:a_file (Results 1 - 22 of 22) sorted by relevance

/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-spec-builders.h244 UntypedOnCallSpecBase(const char* a_file, int a_line) argument
245 : file_(a_file), line_(a_line), last_clause_(kNone) {}
288 OnCallSpec(const char* a_file, int a_line, argument
290 : UntypedOnCallSpecBase(a_file, a_line),
876 const char* a_file, int a_line, const string& a_source_text,
878 : ExpectationBase(a_file, a_line, a_source_text),
/external/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h248 UntypedOnCallSpecBase(const char* a_file, int a_line) argument
249 : file_(a_file), line_(a_line), last_clause_(kNone) {}
292 OnCallSpec(const char* a_file, int a_line, argument
294 : UntypedOnCallSpecBase(a_file, a_line),
884 const char* a_file, int a_line, const string& a_source_text,
886 : ExpectationBase(a_file, a_line, a_source_text),
/external/v8/testing/gmock/include/gmock/
H A Dgmock-spec-builders.h248 UntypedOnCallSpecBase(const char* a_file, int a_line) argument
249 : file_(a_file), line_(a_line), last_clause_(kNone) {}
292 OnCallSpec(const char* a_file, int a_line, argument
294 : UntypedOnCallSpecBase(a_file, a_line),
884 const char* a_file, int a_line, const string& a_source_text,
886 : ExpectationBase(a_file, a_line, a_source_text),
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h236 InternalRunDeathTestFlag(const String& a_file, argument
240 : file_(a_file), line_(a_line), index_(an_index),
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h236 InternalRunDeathTestFlag(const std::string& a_file, argument
240 : file_(a_file), line_(a_line), index_(an_index),
H A Dgtest-internal.h505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} argument
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-death-test-internal.h236 InternalRunDeathTestFlag(const std::string& a_file, argument
240 : file_(a_file), line_(a_line), index_(an_index),
H A Dgtest-internal.h505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h223 InternalRunDeathTestFlag(const String& a_file, argument
227 : file_(a_file), line_(a_line), index_(an_index),
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h225 InternalRunDeathTestFlag(const String& a_file, argument
229 : file_(a_file), line_(a_line), index_(an_index),
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h192 InternalRunDeathTestFlag(const String& a_file, argument
196 : file_(a_file), line_(a_line), index_(an_index),
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h225 InternalRunDeathTestFlag(const String& a_file, argument
229 : file_(a_file), line_(a_line), index_(an_index),
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h236 InternalRunDeathTestFlag(const std::string& a_file, argument
240 : file_(a_file), line_(a_line), index_(an_index),
H A Dgtest-internal.h505 CodeLocation(const string& a_file, int a_line) : file(a_file), line(a_line) {} argument
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-death-test-internal.h236 InternalRunDeathTestFlag(const std::string& a_file, argument
240 : file_(a_file), line_(a_line), index_(an_index),
/external/google-breakpad/src/testing/src/
H A Dgmock-spec-builders.cc68 ExpectationBase::ExpectationBase(const char* a_file, argument
71 : file_(a_file),
/external/googletest/googlemock/src/
H A Dgmock-spec-builders.cc68 ExpectationBase::ExpectationBase(const char* a_file, argument
71 : file_(a_file),
/external/v8/testing/gmock/src/
H A Dgmock-spec-builders.cc68 ExpectationBase::ExpectationBase(const char* a_file, argument
71 : file_(a_file),
/external/fmtlib/test/gmock/
H A Dgmock.h8812 UntypedOnCallSpecBase(const char* a_file, int a_line) argument
8813 : file_(a_file), line_(a_line), last_clause_(kNone) {}
8856 OnCallSpec(const char* a_file, int a_line, argument
8858 : UntypedOnCallSpecBase(a_file, a_line),
9448 const char* a_file, int a_line, const string& a_source_text,
9450 : ExpectationBase(a_file, a_line, a_source_text),
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h3053 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
7547 InternalRunDeathTestFlag(const String& a_file, argument
7551 : file_(a_file), line_(a_line), index_(an_index),
/external/fmtlib/test/gtest/
H A Dgtest.h3615 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
8393 InternalRunDeathTestFlag(const std::string& a_file, argument
8397 : file_(a_file), line_(a_line), index_(an_index),
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h3615 // If the FilePath is "a_file" or "/a_file", RemoveFileName returns
8394 InternalRunDeathTestFlag(const std::string& a_file, argument
8398 : file_(a_file), line_(a_line), index_(an_index),

Completed in 925 milliseconds