HomeSort by relevance Sort by last modified time
    Searched refs:foo1 (Results 176 - 200 of 201) sorted by null

1 2 3 4 5 6 78 9

  /external/gmock/test/
gmock_output_test_.cc 255 MockFoo* foo1 = new MockFoo; local
258 // Invokes ON_CALL on foo1.
259 ON_CALL(*foo1, Bar(_, _, _)).WillByDefault(Return('a'));
268 // Both foo1 and foo2 are deliberately leaked.
gmock-generated-matchers_test.cc 883 UncopyableFoo foo1('1'), foo2('2');
885 ReferencesUncopyable<const UncopyableFoo&>(foo1);
887 EXPECT_TRUE(m.Matches(foo1));
920 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
922 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
924 EXPECT_TRUE(m.Matches(foo1));
931 UncopyableFoo foo1('1'), foo2('2');
933 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_output_test_.cc 254 MockFoo* foo1 = new MockFoo; local
257 // Invokes ON_CALL on foo1.
258 ON_CALL(*foo1, Bar(_, _, _)).WillByDefault(Return('a'));
267 // Both foo1 and foo2 are deliberately leaked.
gmock-generated-matchers_test.cc 748 UncopyableFoo foo1('1'), foo2('2');
750 ReferencesUncopyable<const UncopyableFoo&>(foo1);
752 EXPECT_TRUE(m.Matches(foo1));
785 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
787 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
789 EXPECT_TRUE(m.Matches(foo1));
796 UncopyableFoo foo1('1'), foo2('2');
798 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
    [all...]
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
ShadowWranglerTest.java 74 Foo foo1 = new Foo(name); local
76 assertEquals(foo1, foo2);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/
ops.s 5 .globl foo1
6 foo1: label
ops.d 17 00000002 <foo1>:
225 c1: 99 ff 41 ifeq2 <foo1>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-bootstrap/
bootstrap.exp 197 set do_compare [string map {16 220 f1 tmpdir/ld2 f2 tmpdir/ld3 tmp-foo1 tmpdir/ld2tail tmp-foo2 tmpdir/ld3tail} $DO_COMPARE]
  /external/clang/test/SemaCXX/
warn-unused-local-typedef.cpp 20 typedef int foo1 __attribute__((unused)); // no diag typedef
warn-thread-safety-analysis.cpp 1645 void foo1() { function in struct:test_scoped_lockable::TestScopedLockable
1713 void foo1() { function in struct:TryLockTest::TestTryLock
1998 void Foo::foo1(Foo *f_defined) { function in class:FunctionDeclDefTest::Foo
3687 void Foo::foo1() { function in class:MultipleAttributeTest::Foo
    [all...]
warn-thread-safety-parsing.cpp     [all...]
warn-consumed-analysis.cpp 661 static void foo1() { function in namespace:ContinueICETest
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
load.s 36 L0 = foo1;
  /external/v8/test/mjsunit/compiler/
alloc-object-huge.js 43 assertEquals(1, o.foo1);
48 assertEquals(1, o.foo1);
53 this.foo1 = 1;
inline-construct.js 142 assertEquals("foo1", f_too_few("foo"))
  /art/test/449-checker-bce/src/
Main.java 1001 /// CHECK-START: void Main.foo1(int[], int, int, boolean) BCE (before)
1007 /// CHECK-START: void Main.foo1(int[], int, int, boolean) BCE (after)
1024 void foo1(int[] array, int start, int end, boolean expectInterpreter) { method in class:Main
    [all...]
  /external/clang/test/FixIt/
fixit.cpp 168 void foo1() const {} // expected-error {{non-member function cannot have 'const' qualifier}} function
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 71 _foo1: ; @foo1
  /external/v8/test/mjsunit/
smi-negative-zero.js 50 assertEquals(-Infinity, one / (minus_four % two), "foo1");
  /external/v8/test/mjsunit/harmony/
regexp-lookbehind.js 10 assertEquals(["foo"], "foo1".match(/^f..(?<=.oo)/));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegression.java 385 GregorianCalendar foo1 = new GregorianCalendar(1997, 8, 27); local
386 foo1.add(Calendar.DAY_OF_MONTH, +1);
387 int testyear = foo1.get(Calendar.YEAR);
388 int testmonth = foo1.get(Calendar.MONTH);
389 int testday = foo1.get(Calendar.DAY_OF_MONTH);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 381 GregorianCalendar foo1 = new GregorianCalendar(1997, 8, 27); local
382 foo1.add(Calendar.DAY_OF_MONTH, +1);
383 int testyear = foo1.get(Calendar.YEAR);
384 int testmonth = foo1.get(Calendar.MONTH);
385 int testday = foo1.get(Calendar.DAY_OF_MONTH);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
Makefile.am 671 tail +16c ./$$file > tmp-foo1; \
673 if cmp tmp-foo1 tmp-foo2 ; then \
  /external/v8/test/cctest/compiler/
test-run-machops.cc 5857 int32_t foo1(int32_t x) { return x; } function in namespace:v8::internal::compiler::__anon23851
    [all...]
  /external/v8/test/mjsunit/regress/
regress-4595.js 8 foo1: () => {},
    [all...]

Completed in 961 milliseconds

1 2 3 4 5 6 78 9