HomeSort by relevance Sort by last modified time
    Searched refs:foo2 (Results 251 - 275 of 300) sorted by null

<<1112

  /hardware/interfaces/tests/pointer/1.0/
IPointer.hal 45 foo2(Sam s, Ada a);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
datal32-3.d 32 0+38 l \.text 0+ 0x04 foo2
datal64-3.d 32 0+68 l \.text 0+ 0x04 foo2
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elfcomm/
elfcomm.exp 132 if { ![regexp "(\[ \]*)(\[0-9\]+):(\[ \]*)(\[0\]*)80(\[ \]+)4(\[ \]+)(COMMON|OBJECT)(\[ \]+)GLOBAL(\[ \]+)DEFAULT(\[ \]+)(PRC\\\[0xff03\\\]|COM|SCOM)(\[ \]+)_?foo2" $exec_output]
157 if {![regexp { +[0-9a-f]+. +[0-9a-f]+ OBJECT + GLOBAL +DEFAULT +[0-9]+ _?foo2} $exec_output] } {
  /external/google-breakpad/src/testing/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/googletest/googlemock/test/
gmock-generated-matchers_test.cc 879 UncopyableFoo foo1('1'), foo2('2');
884 EXPECT_FALSE(m.Matches(foo2));
916 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
918 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
921 EXPECT_TRUE(m.Matches(foo2));
927 UncopyableFoo foo1('1'), foo2('2');
929 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
    [all...]
  /external/v8/testing/gmock/test/
gmock-generated-matchers_test.cc 880 UncopyableFoo foo1('1'), foo2('2');
885 EXPECT_FALSE(m.Matches(foo2));
917 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
919 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
922 EXPECT_TRUE(m.Matches(foo2));
928 UncopyableFoo foo1('1'), foo2('2');
930 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas-capturing.cpp 37 template<class T> void foo2(T t) { function in namespace:test_transformations_in_templates
55 foo2('A');
748 auto foo2(T t) { function
760 auto L1 = foo2(3.14);
1261 int foo2() {
nested-name-spec.cpp 249 void CLASS::foo2(); // expected-error {{extra qualification on member 'foo2'}}
warn-thread-safety-parsing.cpp 81 class Foo2 {
    [all...]
  /external/valgrind/memcheck/tests/
varinfo5.stderr.exp 54 by 0x........: foo2 (tests/varinfo5so.c:71)
63 by 0x........: foo2 (tests/varinfo5so.c:73)
72 by 0x........: foo2 (tests/varinfo5so.c:76)
  /external/adhd/scripts/
ini_editor.py 283 Port("output", 2, "foo2")]
290 Port("output", 3, "foo2")].
291 Note that the indices of foo1 and foo2 had been shifted by one because a
  /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"
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileNotificationTest.java 174 StoredEntry foo2 = zf.get("foo"); local
177 assertSame(foo2, kl.added.get(0).v1);
  /external/clang/test/FixIt/
fixit.cpp 169 void foo2() volatile {} // expected-error {{non-member function cannot have 'volatile' qualifier}} function
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 80 _foo2: ; @foo2
  /prebuilts/go/darwin-x86/test/
escape_indir.go 142 func foo2() { func
  /prebuilts/go/linux-x86/test/
escape_indir.go 142 func foo2() { func
  /art/test/449-checker-bce/src/
Main.java 1276 void foo2(int[] array, int start, int end, boolean expectInterpreter) { method in class:Main
    [all...]
  /external/llvm/test/MC/ARM/
diagnostics.s 491 foo2: label
492 mov r0, foo2
493 movw r0, foo2
  /frameworks/base/tools/aapt2/
ResourceParser_test.cpp 160 ASSERT_TRUE(TestParse(R"(<string name="foo2">" This is what I think "</string>)"));
162 str = test::GetValue<String>(&table_, "string/foo2");
177 EXPECT_TRUE(TestParse(R"(<string name="foo2">\u0020\Hello\u0020</string>)"));
179 str = test::GetValue<String>(&table_, "string/foo2");
    [all...]
  /external/guice/core/test/com/google/inject/spi/
ModuleAnnotatedMethodScannerTest.java 59 @TestProvides @Named("foo2") String foo2() {
60 return "foo2";
65 // assert no bindings named "foo" or "foo2" exist -- they were munged.
67 assertMungedBinding(injector, String.class, "foo2", "foo2");
70 Binding<String> foo2Binding = injector.getBinding(Key.get(String.class, named("foo2-munged")));
74 assertEquals(methodName(TestProvides.class, "foo2", module),
  /external/python/cpython3/Lib/test/
test_coroutines.py 992 async def foo2(): function in function:CoroutineTest.test_await_9
996 self.assertEqual(run_async(foo2()), ([], -42))
1020 async def foo2(): function in function:CoroutineTest.test_await_11
1023 self.assertEqual(run_async(foo2()), ([], ('spam', 'ham')))
    [all...]
  /system/tools/hidl/test/hidl_test/
static_test.cpp 231 std::underlying_type<IExpression::Foo2>::type>::value,
261 Return<void> foo2(const hidl_array<int32_t, 13>&) override { return Void(); }

Completed in 1523 milliseconds

<<1112