HomeSort by relevance Sort by last modified time
    Searched refs:FooBar (Results 1 - 25 of 37) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
  /build/make/tools/droiddoc/test/generics/src/com/android/generics/
FooBar.java 19 public class FooBar<K,V,L> extends Foo<V> implements Bar<K> {
28 public FooBar(K k) {
37 public FooBar<K,? extends Foo,L> a(K arg) {
41 public FooBar<V,K,L> b(Bar<? extends K> arg) {
  /external/clang/test/Parser/
cxx-decl.cpp 248 struct Foobar { // expected-note 2{{declared here}}
249 FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the constructor name 'Foobar'?}}
250 ~FooBar(); // expected-error {{expected the class name after '~' to name a destructor}}
252 FooBar::FooBar() {} // expected-error {{undeclared}} expected-error {{missing return type}}
253 FooBar::~FooBar() {} // expected-error {{undeclared}} expected-error {{expected the class name}}
  /external/clang/test/Sema/
warn-documentation-fixits.cpp 1 // RUN: %clang_cc1 -fsyntax-only -Wdocumentation -Wdocumentation-pedantic -fcomment-block-commands=foobar -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -Wdocumentation -Wdocumentation-pedantic -fcomment-block-commands=foobar -fdiagnostics-parseable-fixits %s 2>&1 | FileCheck %s
63 /// \retur int in FooBar
64 int FooBar();
66 // expected-warning@+1 {{unknown command tag name 'fooba'; did you mean 'foobar'?}}
91 // CHECK: fix-it:"{{.*}}":{67:6-67:11}:"foobar"
  /external/google-breakpad/src/testing/gtest/test/
gtest_list_tests_unittest_.cc 61 TEST(FooBar, Baz) {
  /frameworks/base/tools/aapt2/integration-tests/AppOne/src/com/android/aapt/app/one/
AppOne.java 24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
  /frameworks/base/tools/aapt2/integration-tests/StaticLibTwo/src/com/android/aapt/staticlib/two/
StaticLibTwo.java 24 public static int FooBarId = com.android.aapt.staticlib.two.R.string.FooBar;
  /external/protobuf/gtest/test/
gtest_list_tests_unittest_.cc 61 TEST(FooBar, Baz) {
  /external/guice/core/test/com/google/inject/
JitBindingsTest.java 80 bind(FooBar.class);
83 // Foo, Bar & FooBar was explicitly bound
84 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
114 bind(FooBar.class);
117 // Foo, Bar & FooBar was explicitly bound
118 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
148 bind(FooBar.class);
151 // Foo, Bar & FooBar was explicitly bound
152 ensureWorks(injector, FooBar.class, Bar.class, Foo.class);
213 bind(FooBar.class)
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
methods-expected.cc 181 class FooBar {};
193 const MyRefPtr<FooBar>& GetFooBar() { return foobar_; }
197 MyRefPtr<FooBar> foobar_;
methods-original.cc 185 class FooBar {};
197 const MyRefPtr<FooBar>& fooBar() { return foobar_; }
201 MyRefPtr<FooBar> foobar_;
  /external/clang/test/Index/
complete-method-decls.m 28 @interface B (FooBar)
41 @implementation B (FooBar)
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 3 namespace fizbin { class Foobar {}; } // expected-note 2 {{'fizbin::Foobar' declared here}} \
4 // expected-note {{'Foobar' declared here}}
5 Foobar *my_bar // expected-error{{unknown type name 'Foobar'; did you mean 'fizbin::Foobar'?}}
6 = new Foobar; // expected-error{{unknown type name 'Foobar'; did you mean 'fizbin::Foobar'?}}
7 fizbin::Foobar *my_foo = new fizbin::FooBar; // expected-error{{no type named 'FooBar' in namespace 'fizbin'; did (…)
    [all...]
  /external/googletest/googletest/test/
gtest_list_tests_unittest_.cc 59 TEST(FooBar, Baz) {
  /external/v8/testing/gtest/test/
gtest_list_tests_unittest_.cc 59 TEST(FooBar, Baz) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_list_tests_unittest_.cc 59 TEST(FooBar, Baz) {
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 59 TEST(FooBar, Baz) {
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest_.cc 59 TEST(FooBar, Baz) {
  /prebuilts/go/darwin-x86/src/html/template/
html_test.go 62 {`Foo<script type="text/javascript">alert(1337)</script>Bar`, "FooBar"},
63 {`Foo<div title="1>2">Bar`, "FooBar"},
  /prebuilts/go/linux-x86/src/html/template/
html_test.go 62 {`Foo<script type="text/javascript">alert(1337)</script>Bar`, "FooBar"},
63 {`Foo<div title="1>2">Bar`, "FooBar"},
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_program.py 55 class FooBar(unittest.TestCase):
62 """Test loader that returns a suite containing FooBar."""
65 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
70 argv=["foobar"],
80 argv=["foobar"],
90 argv=["foobar"],

Completed in 779 milliseconds

1 2