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

1 2

  /external/toybox/tests/
expand.test 10 testing "expand default" "expand input" " foo bar\n" "\tfoo\tbar\n" ""
11 testing "expand default stdin" "expand" " foo bar\n" "" "\tfoo\tbar\n"
12 testing "expand single" "expand -t 2 input" " foo bar\n" "\tfoo\tbar\n" ""
13 testing "expand tablist" "expand -t 5,10,12 input" " foo bar foo\n" "\tfoo\tbar\tfoo\n" ""
25 testing "expand long tab single" "expand -t $TABSTOP input" "${BIGTAB}foo\n" "\tfoo\n" ""
27 "${BIGTAB}foo bar\n" "\tfoo\tbar\n" ""
31 "foo bar\n bar foo\n" "foo\t\tbar\n\tbar\tfoo\n" ""
42 BIGLINE="${BIGLINE}\tfoo\n"
  /external/clang/test/Modules/Inputs/pr19692/
module.map 3 module LLVMTarget { module Blah { header "TBlah.h" export * } module Foo { header "TFoo.h" } }
  /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/Modules/
pr19692.cpp 4 #include "TFoo.h"
  /external/libxml2/test/schemas/
import0_0.imp 7 <xs:simpleType name="tfoo">
import0_0.xsd 15 <xs:element name="foo1" type="ns2:tfoo"/>
  /external/clang/test/Index/
index-file.cpp 14 void tfoo() {} function in namespace:rdar14063074
15 void tfoo<int>() {} function in namespace:rdar14063074
36 // 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#v#</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#v#</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/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));
  /prebuilts/go/darwin-x86/src/go/format/
format_test.go 91 "\n\t\t\n\n\t\t\tx := 0\n\t\t\tconst s = `\n\t\tfoo\n`\n\n\n", // no indentation removed inside raw strings
  /prebuilts/go/linux-x86/src/go/format/
format_test.go 91 "\n\t\t\n\n\t\t\tx := 0\n\t\t\tconst s = `\n\t\tfoo\n`\n\n\n", // no indentation removed inside raw strings
  /system/core/base/
strings_test.cpp 103 ASSERT_EQ("foo", android::base::Trim("\v\tfoo\n\f"));
  /external/autotest/client/tests/wb_kupdate/
wb_kupdate.py 130 # Expected value for output = '1028\tfoo'
  /external/clang/test/OpenMP/
for_simd_codegen.cpp 361 template <class T, unsigned K> T tfoo(T a) { return a + K; } function
368 z[i + j] = a + tfoo<T, N>(i + j);
    [all...]
parallel_for_simd_codegen.cpp 361 template <class T, unsigned K> T tfoo(T a) { return a + K; } function
368 z[i + j] = a + tfoo<T, N>(i + j);
    [all...]
simd_codegen.cpp 245 template <class T, unsigned K> T tfoo(T a) { return a + K; } function
252 z[i + j] = a + tfoo<T, N>(i + j);
  /external/libchrome/base/strings/
string_util_unittest.cc 282 {L" \tFoo bar \n", true, L"Foo bar"},
314 {" \tFoo bar \n", true, "Foo bar"},
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
textwrap.py 423 #print dedent("\tfoo\n\tbar")
  /prebuilts/gdb/linux-x86/lib/python2.7/
textwrap.py 423 #print dedent("\tfoo\n\tbar")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
textwrap.py 423 #print dedent("\tfoo\n\tbar")

Completed in 1178 milliseconds

1 2