HomeSort by relevance Sort by last modified time
    Searched refs:Foo2 (Results 1 - 25 of 73) sorted by null

1 2 3

  /art/test/960-default-smali/src/
O.java 20 class O extends N implements Foo2 {
Foo2.java 20 interface Foo2 extends Foo {
Q.java 20 class Q extends O implements Foo2, Foo3 {
P.java 20 class P extends O implements Foo2 {
  /external/compiler-rt/test/profile/Inputs/
instrprof-comdat-2.cpp 6 FOO<int> Foo2;
11 return (int)Foo2.DoIt(I);
  /external/clang/test/SemaTemplate/
derived.cpp 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignored: cannot deduce a type for 'T' that would make 'const T' equal 'int'}}
11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
  /external/compiler-rt/test/asan/TestCases/
coverage-caller-callee-total-count.cc 15 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
  /external/clang/test/CodeGenCXX/
debug-info-decl-nested.cpp 60 class Foo2;
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/
p1-cxx11.cpp 60 void Foo2() {
p1.cpp 91 void Foo2() {
  /external/clang/test/SemaCXX/
virtual-override.cpp 159 struct Foo2 : Base {
164 Foo2<Base1> f1;
165 Foo2<Base2> f2;
warn-unused-local-typedef.cpp 9 typedef int Foo2; // no diag
22 typedef int foo2; typedef
24 typedef int foo2; // expected-warning {{unused typedef 'foo2'}} typedef
26 typedef foo2 foo3; // expected-warning {{unused typedef 'foo3'}}
43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}}
92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}}
new-delete.cpp 484 template <class Payload> struct Foo2 {
485 Foo2() : a_(new scoped_array2<int>[5]) { }
489 Foo2<Bar2> x2;
conditional-expr.cpp 262 struct Foo2 { };
271 operator const Foo2&() const;
277 (void)(true ? Bar() : Foo2()); // okay
  /external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc 29 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
  /external/python/cpython3/Doc/includes/
mp_newtype.py 41 MyManager.register('Foo2', Foo, exposed=('g', '_h'))
65 f2 = manager.Foo2()
  /hardware/interfaces/tests/expression/1.0/
IExpression.hal 168 enum Foo2 : Foo1 {};
169 enum Foo3 : Foo2 {
198 foo2(int32_t[5 + 8] array);
  /external/python/cpython2/Doc/includes/
mp_newtype.py 51 MyManager.register('Foo2', Foo, exposed=('g', '_h'))
75 f2 = manager.Foo2()
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTest.cpp 247 Function *Foo2 = insertExternalReferenceToFunction<int32_t(void)>(M.get(),
248 "\1Foo2");
251 CallInst *Call2 = Builder.CreateCall(Foo2, {});
281 EXPECT_FALSE(std::find(I, E, "Foo2") == E);
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen_test.cc 164 name: "Foo2"
180 ExpectDoesNotHaveSubstr(h_file_text, "class Foo2");
187 ExpectHasSubstr(h_file_text, "typedef Foo1 Foo2");
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 200 class Foo2 {
205 bool Foo2<T>::Bar() {
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 227 runtime.SetFinalizer(Foo2, func(p *Object2) {})
229 runtime.SetFinalizer(Foo2, nil)
241 Foo2 = &Object2{}
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 227 runtime.SetFinalizer(Foo2, func(p *Object2) {})
229 runtime.SetFinalizer(Foo2, nil)
241 Foo2 = &Object2{}
  /external/clang/test/Misc/
diag-template-diffing.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_int.py 336 class Foo2(int):
354 self.assertEqual(int(Foo2()), 42)

Completed in 318 milliseconds

1 2 3