HomeSort by relevance Sort by last modified time
    Searched refs:foo (Results 226 - 250 of 3019) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CXX/class/class.friend/
p1-ambiguous.cpp 10 class foo;
13 int c_func(foo *a);
15 int cpp_func(foo *a);
17 class foo { class
19 friend int c_func(foo *a);
20 friend int cpp_func(foo *a);
26 int c_func(foo *a) {
30 int cpp_func(foo *a) {
34 int foo::caller() {
  /external/clang/test/CodeGenCXX/
pr13396.cpp 2 struct foo { struct
4 __attribute__ ((regparm (3))) foo(T x) {} function in struct:foo
5 __attribute__ ((regparm (3))) foo();
6 __attribute__ ((regparm (3))) ~foo();
9 foo::foo() { function in class:foo
10 // CHECK: define void @_ZN3fooC1Ev(%struct.foo* inreg %this)
11 // CHECK: define void @_ZN3fooC2Ev(%struct.foo* inreg %this)
14 foo::~foo() {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shlex.py 16 foo bar|foo|bar|
17 foo bar|foo|bar|
18 foo bar |foo|bar|
19 foo bar bla fasel|foo|bar|bla|fasel|
24 foo \x bar|foo|\|x|bar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shlex.py 16 foo bar|foo|bar|
17 foo bar|foo|bar|
18 foo bar |foo|bar|
19 foo bar bla fasel|foo|bar|bla|fasel|
24 foo \x bar|foo|\|x|bar
    [all...]
  /external/llvm/test/MC/ELF/
relax-arith.s 15 imul $foo, %bx, %bx
16 imul $foo, bar, %bx
17 imul $foo, %ebx, %ebx
18 imul $foo, bar, %ebx
19 imul $foo, %rbx, %rbx
20 imul $foo, bar, %rbx
31 and $foo, %bx
32 andw $foo, bar
33 and $foo, %ebx
34 andl $foo, ba
    [all...]
  /art/test/300-package-override/src/p1/
BaseClass.java 20 public void run() { foo(); } method
21 void foo() { System.out.println("passed"); } // It should not be possible to override this. method in class:BaseClass
  /art/test/AbstractMethod/
AbstractClass.java 18 // foo.
22 abstract void foo(); method in class:AbstractClass
28 void foo() { method in class:ConcreteClass
  /dalvik/tests/300-package-override/src/p1/
BaseClass.java 20 public void run() { foo(); } method
21 void foo() { System.out.println("passed"); } // It should not be possible to override this. method in class:BaseClass
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
014-define-func-2-arg-unused.c 1 #define foo(x,y) 1 macro
2 foo(bar,baz)
017-define-func-2-args.c 1 #define foo(x,y) ((x)*(y)) macro
2 foo(bar,baz)
021-define-func-compose.c 2 #define foo(y) (2*(y)) macro
3 foo(bar(3))
029-define-chain-obj-to-func-with-args.c 2 #define foo bar(success) macro
3 foo
036-define-func-non-macro-multi-token-argument.c 2 #define foo(x) x macro
3 foo(more bar)
039-func-arg-obj-macro-with-comma.c 1 #define foo(a) (a) macro
3 foo(bar)
088-redefine-macro-legitimate.c 4 #define foo(x) (x)+23 macro
5 #define foo(x) ( x ) + 23 macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
riprel.asm 1 mov %rax,foo(%rip)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
follows-notfound-err.asm 1 section foo follows=bar
vfollows-notfound-err.asm 1 section foo vfollows=bar
  /external/clang/test/Analysis/
analyzer-config.cpp 5 void foo() { bar(); } function
7 class Foo {
10 void foo() { bar(); } function in class:Foo
analyzer-stats.c 3 int foo();
9 if (foo())
  /external/clang/test/Analysis/diagnostics/
no-prune-paths.c 8 extern void foo();
9 foo();
  /external/clang/test/CodeGen/
2002-02-13-ConditionalInCall.c 6 void foo(int, double, float);
9 foo(x, x ? 1.0 : 12.5, 1.0f);
2003-01-30-UnionInit.c 3 union foo { union
8 union foo V = { {1, 2} };
2003-08-29-StructLayoutBug.c 3 struct foo { struct
9 void test(struct foo *X) {}
2003-08-30-LargeIntegerBitfieldMember.c 3 struct foo { struct
9 struct foo F;

Completed in 2051 milliseconds

1 2 3 4 5 6 7 8 91011>>