Searched refs:foo2 (Results 76 - 90 of 90) sorted by relevance

1234

/external/clang/test/SemaCXX/
H A Dwarn-thread-safety-analysis.cpp1602 void foo2() { function in struct:test_scoped_lockable::TestScopedLockable
1666 void foo2() { function in struct:TryLockTest::TestTryLock
1995 void foo2();
2022 void Foo::foo2() EXCLUSIVE_LOCKS_REQUIRED(mu_) {
2065 myFoo.foo2(); // \
2066 // expected-warning {{calling function 'foo2' requires exclusive lock on 'myFoo.mu_'}}
2083 myFoo.foo2();
2339 void foo2(Foo* f) EXCLUSIVE_LOCKS_REQUIRED(mu_, f->mu_);
2356 f1->foo2(f2); // expected-warning {{calling function 'foo2' require
3661 void Foo::foo2() { function in class:MultipleAttributeTest::Foo
[all...]
H A Dnested-name-spec.cpp248 void CLASS::foo2(); // expected-error {{extra qualification on member 'foo2'}}
H A Dwarn-thread-safety-parsing.cpp1252 void foo2() EXCLUSIVE_LOCKS_REQUIRED(mu) { }
1290 void foo2(Foo *f);
1301 void Foo::foo2(Foo *f) EXCLUSIVE_LOCKS_REQUIRED(f->mu_) { }
/external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
H A DShadowWranglerTest.java75 Foo foo2 = new Foo(name);
76 assertEquals(foo1, foo2);
/external/clang/test/FixIt/
H A Dfixit.cpp166 void foo2() volatile {} // expected-error {{non-member function cannot have 'volatile' qualifier}} function
/external/v8/test/mjsunit/compiler/
H A Dalloc-object-huge.js52 this.foo2 = 2;
/external/clang/test/CodeGenCXX/
H A Dvtable-layout.cpp1743 // CHECK-45-NEXT: 3 | void Test39::B::foo2()
1745 virtual void foo2();
1748 void B::foo2() { function in class:Test39::B
H A Dmangle-ms-back-references-pr13207.cpp109 void foo2(I<A> x, I<A> y) { } function in namespace:PR13207
110 // CHECK "\01?foo2@PR13207@@YAXV?$I@VA@PR13207@@@1@0@Z"
/external/chromium/testing/gmock/test/
H A Dgmock-generated-matchers_test.cc748 UncopyableFoo foo1('1'), foo2('2');
753 EXPECT_FALSE(m.Matches(foo2));
785 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
787 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
790 EXPECT_TRUE(m.Matches(foo2));
796 UncopyableFoo foo1('1'), foo2('2');
798 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
/external/valgrind/main/memcheck/tests/
H A Dvarinfo5.stderr.exp54 by 0x........: foo2 (varinfo5so.c:71)
63 by 0x........: foo2 (varinfo5so.c:73)
72 by 0x........: foo2 (varinfo5so.c:76)
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DFuturesTest.java665 final Foo foo2 = new Foo();
667 new MockRequiresGetCallFuture<Foo>(foo2);
674 ASSERT.that(compound.get()).hasContentsAnyOrder(foo1, foo2);
1247 final Foo foo2 = new Foo();
1249 new MockRequiresGetCallFuture<Foo>(foo2);
1256 ASSERT.that(compound.get()).hasContentsAnyOrder(foo1, foo2);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLogManagerTest.java145 Logger foo2 = new MockLogger(FOO, null);
148 assertFalse(mockManager.addLogger(foo2));
164 "testAddGetLogger_Hierachy.foo2.child", null);
436 // Logger fo = new MockLogger("foo2", null);
509 .getLogger("testReadConfigurationInputStream_root.foo2");
/external/v8/test/cctest/
H A Dtest-disasm-ia32.cc102 Handle<FixedArray> foo2 = FACTORY->NewFixedArray(10, TENURED); local
103 __ cmp(ebx, foo2);
H A Dtest-api.cc6278 v8::Handle<Value> foo2 = global0->Get(v8_str("foo")); local
6279 CHECK_EQ(333, foo2->Int32Value());
/external/clang/test/Analysis/
H A Dmalloc.c566 int ** foo2(int *g, int f) { function

Completed in 1656 milliseconds

1234