/external/clang/test/SemaObjCXX/ |
conversion-to-objc-pointer.mm | 39 @interface TBar : NSObject 43 @implementation TBar 48 TNSAutoRef<TBar*> bar([[TBar alloc] init]);
|
conversion-to-objc-pointer-2.mm | 62 @interface TBar : NSObject 70 @implementation TBar 84 TNSAutoRef<TBar*> bar([[TBar alloc] init]);
|
/external/clang/test/Rewriter/ |
rewrite-modern-default-property-synthesis.mm | 66 } TBAR; 70 TBAR _bar; 72 @property TBAR bad; 80 // CHECK: (*(TBAR *)((char *)self + OBJC_IVAR_$_NONAME$_bad)) = bad;
|
/external/clang/test/Index/ |
print-type.cpp | 27 T tbar(int); 30 T tbar(int[5]); 33 T tbar(int[size]); 68 // CHECK: FunctionTemplate=tbar:27:3 [type=T (int)] [typekind=FunctionProto] [canonicaltype=type-parameter-0-0 (int)] [canonicaltypekind=FunctionProto] [resulttype=T] [resulttypekind=Unexposed] [isPOD=0] 70 // CHECK: FunctionTemplate=tbar:30:3 [type=T (int *)] [typekind=FunctionProto] [canonicaltype=type-parameter-0-0 (int *)] [canonicaltypekind=FunctionProto] [resulttype=T] [resulttypekind=Unexposed] [isPOD=0] 72 // CHECK: FunctionTemplate=tbar:33:3 [type=T (int *)] [typekind=FunctionProto] [canonicaltype=type-parameter-0-0 (int *)] [canonicaltypekind=FunctionProto] [resulttype=T] [resulttypekind=Unexposed] [isPOD=0]
|
/packages/apps/Browser/src/com/android/browser/ |
PhoneUi.java | 479 public void set(TitleBar tbar, WebView web) { 480 if (tbar == null || web == null) { 483 if (tbar.getWidth() > 0 && tbar.getEmbeddedHeight() > 0) { 485 || mTitleBarBitmap.getWidth() != tbar.getWidth() 486 || mTitleBarBitmap.getHeight() != tbar.getEmbeddedHeight()) { 487 mTitleBarBitmap = safeCreateBitmap(tbar.getWidth(), 488 tbar.getEmbeddedHeight()); 492 tbar.draw(c); 500 int h = web.getHeight() - tbar.getEmbeddedHeight() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 194 self.assertEqual(binascii.b2a_qp('foo\tbar\t\n'), 'foo\tbar=09\n') 195 self.assertEqual(binascii.b2a_qp('foo\tbar\t\n', quotetabs=True), 'foo=09bar=09\n')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_binascii.py | 194 self.assertEqual(binascii.b2a_qp('foo\tbar\t\n'), 'foo\tbar=09\n') 195 self.assertEqual(binascii.b2a_qp('foo\tbar\t\n', quotetabs=True), 'foo=09bar=09\n')
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_tag_model_unittest.cc | 30 {"\tfoo\tbar\t", "foo bar"}, 35 {" foo\tbar\n", "foo bar"}, 37 {"\n foo\r\n\tbar\n \t", "foo bar"},
|
bookmark_model_unittest.cc | 57 {"\tfoo\tbar\t", "foo bar"}, 62 {" foo\tbar\n", "foo bar"}, 64 {"\n foo\r\n\tbar\n \t", "foo bar"}, 86 {"\tfoo\tbar\t", " foo bar "}, 91 {" foo\tbar\n", " foo bar "}, 93 {"\n foo\r\n\tbar\n \t", " foo bar "}, [all...] |
/external/skia/tests/ |
PDFPrimitivesTest.cpp | 121 char streamBytes[] = "Test\nFoo\tBar"; 127 "<</Length 12\n>> stream\nTest\nFoo\tBar\nendstream"); 131 "Test\nFoo\tBar\nendstream");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
textwrap.py | 150 whitespace characters to spaces. Eg. " foo\tbar\n\nbaz" 423 #print dedent("\tfoo\n\tbar")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
textwrap.py | 150 whitespace characters to spaces. Eg. " foo\tbar\n\nbaz" 423 #print dedent("\tfoo\n\tbar")
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 375 { "foo\tbar \tbaz", { 383 { "\"foo\tbar\" baz", { 384 { Tokenizer::TYPE_STRING , "\"foo\tbar\"", 0, 0, 12 }, [all...] |
/external/chromium_org/v8/test/mjsunit/ |
regexp.js | 34 testEscape("foo\tbar\tbaz", /\s/);
|
/external/v8/test/mjsunit/ |
regexp.js | 34 testEscape("foo\tbar\tbaz", /\s/);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_util.py | 148 self.try_with("def foo():\n\tbar.baz()\n\tstart=3")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_util.py | 148 self.try_with("def foo():\n\tbar.baz()\n\tstart=3")
|
/external/protobuf/src/google/protobuf/io/ |
tokenizer_unittest.cc | 369 { "foo\tbar \tbaz", {
|
/external/e2fsprogs/e2fsck/ |
profile.c | [all...] |
/external/chromium/googleurl/src/ |
url_canon_unittest.cc | [all...] |
/external/chromium_org/url/ |
url_canon_unittest.cc | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | [all...] |
test_email_renamed.py | [all...] |