HomeSort by relevance Sort by last modified time
    Searched refs:foo2 (Results 101 - 121 of 121) sorted by null

1 2 3 45

  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 748 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);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 633 void* foo2 = AllocHidden(120 * sizeof(int)); local
634 Use(&foo2);
636 LogHidden("Leaking", foo2);
641 // foo1 and foo2 leaked
645 DeAllocHidden(&foo2);
659 void* foo2 = AllocHidden(120 * sizeof(int)); local
660 Use(&foo2);
671 DeAllocHidden(&foo2);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 633 void* foo2 = AllocHidden(120 * sizeof(int)); local
634 Use(&foo2);
636 LogHidden("Leaking", foo2);
641 // foo1 and foo2 leaked
645 DeAllocHidden(&foo2);
659 void* foo2 = AllocHidden(120 * sizeof(int)); local
660 Use(&foo2);
671 DeAllocHidden(&foo2);
    [all...]
  /external/valgrind/main/memcheck/tests/
varinfo5.stderr.exp 54 by 0x........: foo2 (varinfo5so.c:71)
63 by 0x........: foo2 (varinfo5so.c:73)
72 by 0x........: foo2 (varinfo5so.c:76)
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 1890 void B::foo2() { function in class:Test39::B
    [all...]
mangle-ms-back-references-pr13207.cpp 109 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_org/ui/views/
view_unittest.cc 2463 View* foo2 = new View(); local
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 167 void foo2() volatile {} // expected-error {{non-member function cannot have 'volatile' qualifier}} function
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java 665 final Foo foo2 = new Foo();
667 new MockRequiresGetCallFuture<Foo>(foo2);
674 ASSERT.that(compound.get()).hasContentsAnyOrder(foo1, foo2);
    [all...]
  /external/chromium_org/v8/test/mjsunit/
smi-negative-zero.js 51 assertEquals(-Infinity, one / (minus_four % minus_two), "foo2");
  /external/v8/test/mjsunit/
smi-negative-zero.js 51 assertEquals(-Infinity, one / (minus_four % minus_two), "foo2");
  /external/clang/test/SemaCXX/
warn-thread-safety-parsing.cpp 81 class Foo2 {
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_unittests.js 69 historyInstance.dashboardSpecificState.tests = 'test.foo test.foo1\ntest.foo2\ntest.foo3,foo\\bar\\baz.html';
70 equal(splitTestList().toString(), 'test.foo,test.foo1,test.foo2,test.foo3,foo/bar/baz.html');
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 145 Logger foo2 = new MockLogger(FOO, null); local
148 assertFalse(mockManager.addLogger(foo2));
164 "testAddGetLogger_Hierachy.foo2.child", null);
436 // Logger fo = new MockLogger("foo2", null);
509 .getLogger("testReadConfigurationInputStream_root.foo2");
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-ia32.cc 95 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED); local
96 __ cmp(ebx, foo2);
test-api.cc 7854 v8::Handle<Value> foo2 = global0->Get(v8_str("foo")); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
alloc-object-huge.js 54 this.foo2 = 2;
  /external/v8/test/cctest/
test-disasm-ia32.cc 102 Handle<FixedArray> foo2 = FACTORY->NewFixedArray(10, TENURED); local
103 __ cmp(ebx, foo2);
test-api.cc 6278 v8::Handle<Value> foo2 = global0->Get(v8_str("foo")); local
    [all...]
  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 52 this.foo2 = 2;
  /external/clang/test/Analysis/
malloc.c 572 int ** foo2(int *g, int f) { function

Completed in 1970 milliseconds

1 2 3 45