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

  /external/clang/test/CodeGen/
debug-info-typedef.c 5 typedef int MyType;
8 MyType a;
10 // CHECK: !DIDerivedType(tag: DW_TAG_typedef, name: "MyType", file: ![[HEADER:[0-9]+]], line: 2,
  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBEnumChildren.h 21 typedef IPDBEnumChildren<ChildType> MyType;
29 virtual MyType *clone() const = 0;
  /external/gtest/test/
gtest_list_tests_unittest_.cc 79 class MyType {
81 explicit MyType(const std::string& a_value) : value_(a_value) {}
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_list_tests_unittest_.cc 79 class MyType {
81 explicit MyType(const std::string& a_value) : value_(a_value) {}
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 79 class MyType {
81 explicit MyType(const std::string& a_value) : value_(a_value) {}
89 // Teaches Google Test how to print a MyType.
90 void PrintTo(const MyType& x, std::ostream* os) {
94 class ValueParamTest : public testing::TestWithParam<MyType> {
105 testing::Values(MyType("one line"),
106 MyType("two\nlines"),
107 MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))); // NOLINT
  /external/libcxx/test/libcxx/selftest/
test_macros.pass.cpp 43 typedef TEST_DECLTYPE(foo()) MyType;
44 TEST_STATIC_ASSERT((is_same<MyType, int>::value), "is same");
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolTypeFunctionSig.cpp 57 MyType *clone() const override {
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 169 struct MyType {
184 template<bool cross> class TypeBuilder<MyType, cross> {
238 (TypeBuilder<MyType*, false>::get(getGlobalContext())));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]

Completed in 683 milliseconds