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

  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
  /build/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 227 struct Foobar { // expected-note 2{{declared here}}
228 FooBar(); // expected-error {{missing return type for function 'FooBar'; did you mean the constructor name 'Foobar'?}}
229 ~FooBar(); // expected-error {{expected the class name after '~' to name a destructor}}
231 FooBar::FooBar() {} // expected-error {{undeclared}} expected-error {{missing return type}}
232 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 -fcomment-block-commands=foobar -verify %s
2 // RUN: %clang_cc1 -fsyntax-only -Wdocumentation -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'?}}
90 // CHECK: fix-it:"{{.*}}":{67:6-67:11}:"foobar"
  /external/clang/test/Index/
complete-method-decls.m 28 @interface B (FooBar)
41 @implementation B (FooBar)
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1472.js 30 var r1 = /(?:a(?:b(?:c(?:d(?:e(?:f(?:g(?:h(?:i(?:j(?:k(?:l(?:m(?:n(?:o(?:p(?:q(?:r(?:s(?:t(?:u(?:v(?:w(?:x(?:y(?:z(?:FooBar)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)+)/;
33 var r2 = /(?:a(?:b(?:c(?:d(?:e(?:f(?:g(?:h(?:i(?:j(?:k(?:l(?:FooBar){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}){0,2}/;
36 var r3 = /(?:a(?:b(?:c(?:d(?:e(?:f(?:g(?:h(?:i(?:j(?:k(?:l(?:FooBar){2}){2}){2}){2}){2}){2}){2}){2}){2}){2}){2}){2}){2}/;
39 var r4 = /(?:a(?:b(?:c(?:d(?:e(?:f(?:g(?:h(?:i(?:FooBar){3,6}){3,6}){3,6}){3,6}){3,6}){3,6}){3,6}){3,6}){3,6}){3,6}/;
  /external/chromium_org/testing/gtest/test/
gtest_list_tests_unittest_.cc 59 TEST(FooBar, Baz) {
  /external/chromium_org/v8/test/mjsunit/
regexp-cache-replace.js 31 assertEquals("FxxBar", "FooBar".replace(re1, "x"));
35 assertEquals("FxxBar", "FooBar".replace(re1, "x"));
  /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...]
typo-correction.cpp 193 struct Foobar *f; // expected-note{{'Foobar' declared here}}
195 test1::FooBar *b; // expected-error{{no type named 'FooBar' in namespace 'test1'; did you mean 'Foobar'?}}
warn-thread-safety-analysis.cpp 952 class FooBar {
959 FooBar *fb;
1128 class FooBar {
    [all...]
  /external/gtest/test/
gtest_list_tests_unittest_.cc 59 TEST(FooBar, Baz) {
  /external/chromium_org/ppapi/generators/
idl_namespace.py 236 FooBar = MockNode('foobar', 1.0, 2.0)
238 AddOkay(namespace, FooBar)
  /external/lldb/test/unittest2/test/
test_program.py 39 class FooBar(unittest2.TestCase):
46 """Test loader that returns a suite containing FooBar."""
49 [self.loadTestsFromTestCase(Test_TestProgram.FooBar)])
54 argv=["foobar"],
64 argv=["foobar"],
74 argv=["foobar"],
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 41 struct FooBar {
45 typedef std::vector<FooBar> FooBarSequence;
47 LLVM_YAML_IS_SEQUENCE_VECTOR(FooBar)
53 struct MappingTraits<FooBar> {
54 static void mapping(IO &io, FooBar& fb) {
67 FooBar doc;
97 FooBar& map1 = seq[0];
98 FooBar& map2 = seq[1];
112 FooBar entry1;
115 FooBar entry2
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]

Completed in 616 milliseconds