HomeSort by relevance Sort by last modified time
    Searched full:tfoo (Results 1 - 17 of 17) sorted by null

  /external/clang/test/Index/
index-file.cpp 14 void tfoo() {} function in namespace:rdar14063074
15 void tfoo<int>() {} function in namespace:rdar14063074
23 // CHECK: [indexDeclaration]: kind: function-template-spec | name: tfoo | {{.*}} | loc: 15:6
overriding-method-comments.mm 119 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="6"><Name>foo</Name><USR>c:@FT@&gt;2#T#Tfoo#t0.0#t0.1#</USR><Declaration>template &lt;typename AAA, typename BBB&gt; void foo(AAA, BBB)</Declaration><Abstract><Para> Documentation </Para></Abstract><TemplateParameters><Parameter><Name>AAA</Name><Index>0</Index><Discussion><Para> The type, silly as well.</Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Discussion><Para> The type, silly. </Para></Discussion></Parameter></TemplateParameters></Function>]
124 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-method-comments.mm" line="[[@LINE-2]]" column="6"><Name>foo</Name><USR>c:@FT@&gt;2#T#Tfoo#t0.0#t0.1#</USR><Declaration>template &lt;typename PPP, typename QQQ&gt; void foo(PPP, QQQ)</Declaration><Abstract><Para> Documentation </Para></Abstract><TemplateParameters><Parameter><Name>PPP</Name><Index>0</Index><Discussion><Para> The type, silly as well.</Para></Discussion></Parameter><Parameter><Name>QQQ</Name><Index>1</Index><Discussion><Para> The type, silly. </Para></Discussion></Parameter></TemplateParameters></Function>]
  /external/clang/test/SemaObjCXX/
conversion-to-objc-pointer.mm 31 @interface TFoo : NSObject
35 @implementation TFoo
missing-lhs-gun-extension.mm 13 template <class T, class U = T> T tfoo(U x) { return x; }
19 int (*fn)(int) = (&tfoo<int> ?: 0);
conversion-to-objc-pointer-2.mm 43 @interface TFoo : NSObject
52 @implementation TFoo
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1-0x.cpp 15 class tfoo { class
21 int decltype(tfoo<T>())::i; // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}}
23 void decltype(tfoo<T>())::func() { // expected-error{{nested name specifier 'decltype(tfoo<T>())::' for declaration does not refer into a class, class template or class template partial specialization}} function
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 117 TFoo = class(TANTLRObject, ICloneable, IFoo)
124 function TFoo.GetValue: String;
129 procedure TFoo.SetValue(const V: String);
134 function TFoo.Clone: IANTLRInterface;
138 Foo := TFoo.Create;
193 Foo := TFoo.Create;
  /external/clang/test/CXX/special/class.dtor/
p3-0x.cpp 87 void tfoo() { function
  /packages/apps/Email/tests/src/com/android/emailcommon/utility/
TextUtilitiesTests.java 44 assertEquals("foo", TextUtilities.makeSnippetFromPlainText(c + "\r\n\tfoo \n\t\r" + c));
46 TextUtilities.makeSnippetFromPlainText(c + "\r\n\tfoo \r\n bar\n\t\r" + c));
66 assertEquals("foo", TextUtilities.makeSnippetFromHtmlText(c + "\r\n\tfoo \n\t\r" + c));
68 TextUtilities.makeSnippetFromHtmlText(c + "\r\n\tfoo \r\n bar\n\t\r" + c));
  /external/chromium_org/net/websockets/
websocket_extension_parser_test.cc 38 parser.Parse("\tfoo ; bar");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
common_unittest.py 120 self.assert_tab(['\tfoo'], [1])
  /external/chromium_org/components/bookmarks/browser/
bookmark_model_unittest.cc 56 {"\tfoo\tbar\t", "foo bar"},
57 {"\tfoo bar\t", "foo bar"},
59 {"\tfoo\nbar\t", "foo bar"},
60 {"\tfoo\r\nbar\t", "foo bar"},
85 {"\tfoo\tbar\t", " foo bar "},
86 {"\tfoo bar\t", " foo bar "},
88 {"\tfoo\nbar\t", " foo bar "},
89 {"\tfoo\r\nbar\t", " foo bar "},
    [all...]
  /external/chromium_org/base/strings/
string_util_unittest.cc 279 {L" \tFoo bar \n", true, L"Foo bar"},
311 {" \tFoo bar \n", true, "Foo bar"},
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 423 #print dedent("\tfoo\n\tbar")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
textwrap.py 423 #print dedent("\tfoo\n\tbar")
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnf.cpp     [all...]

Completed in 308 milliseconds