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

  /external/clang/test/CodeGen/
debug-info-typedef.c 5 typedef int MyType;
8 MyType a;
10 // CHECK: metadata ![[HEADER:[0-9]+]], null, metadata !"MyType"{{.*}} ; [ DW_TAG_typedef ] [MyType] [line 2, size 0, align 0, offset 0] [from int]
  /external/chromium_org/testing/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/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
  /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/chromium_org/tools/idl_parser/test_parser/
typedef_web.idl 86 * Typeref(MyType)
89 typedef MyType[5] MyTypeFive;
94 * Typeref(MyType)
98 typedef MyType[][5] MyTypeUnsizedFive;
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 169 struct MyType {
184 template<bool cross> class TypeBuilder<MyType, cross> {
238 (TypeBuilder<MyType*, false>::get(getGlobalContext())));
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
this.js 164 * @this {MyType}
175 * @this {MyType}
  /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 2150 milliseconds