HomeSort by relevance Sort by last modified time
    Searched defs:foo (Results 526 - 550 of 2113) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/glsl/glcpp/tests/
005-define-composite-chain.c 1 #define foo 1 macro
2 #define bar a foo
006-define-composite-chain-reverse.c 1 #define bar a foo
2 #define foo 1 macro
015-define-object-with-parens.c 1 #define foo ()1 macro
2 foo()
018-define-func-macro-as-parameter.c 2 #define foo(x) x macro
3 foo(1)
021-define-func-compose.c 2 #define foo(y) (2*(y)) macro
3 foo(bar(3))
024-define-chain-to-self-recursion.c 1 #define foo foo macro
2 #define bar foo
027-define-chain-obj-to-func.c 2 #define foo failure() macro
3 foo
028-define-chain-obj-to-non-func.c 2 #define foo success macro
3 foo
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)
037-finalize-unexpanded-macro.c 2 #define foo(x) x macro
3 foo(expand(just))
039-func-arg-obj-macro-with-comma.c 1 #define foo(a) (a) macro
3 foo(bar)
055-define-chain-obj-to-func-parens-in-text.c 2 #define foo failure macro
3 foo()
060-left-paren-in-macro-right-paren-in-text.c 2 #define foo double( macro
3 foo 5)
088-redefine-macro-legitimate.c 4 #define foo(x) (x)+23 macro
5 #define foo(x) ( x ) + 23 macro
  /external/valgrind/main/memcheck/tests/
leak-0.c 12 register char *foo; local
16 foo = malloc(0);
22 free(foo);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.literals/
literals1.fail.cpp 16 std::complex<float> foo = 1.0if; // should fail w/conversion operator not found local
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal2.fail.cpp 16 std::string foo = ""s; // should fail w/conversion operator not found local
  /ndk/tests/build/flto/jni/
flto.c 1 int foo() { function
7 return foo();
  /ndk/tests/device/bitfield/jni/
func.c 4 void foo(union u *ptr, int flag) function
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test2_main.cpp 22 void foo(void) function
  /ndk/tests/device/test-gnustl_static-exception/jni/
test2_main.cpp 22 void foo(void) function
  /external/chromium_org/v8/test/webkit/
Object-create.js 30 shouldBe("JSON.stringify(Object.create(null,{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}}))", '\'{"property":"foo","property2":"foo"}\'');
31 shouldBe("JSON.stringify(Object.create({},{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}}))", '\'{"property":"foo","property2":"foo"}\'');
32 shouldBe("JSON.stringify(Object.create({},{property:{value:'foo'}, property2:{value:'foo', enumerable:true}}))", '\'{"property2":"foo"}\'')
    [all...]
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-deopt-call-as-function.js 33 function foo(x) { return 42; }
36 bar(t = foo(i) ? bar(42 + i - i) : bar(0), s = i + t);
44 function foo(x) { return 42; }
47 bar(t = foo(i), s = i + t);
55 function foo(x) { return 42; }
58 bar(foo(i), s = i + 42);
  /external/chromium_org/v8/test/mjsunit/
define-property-gc.js 37 function foo() { function
45 foo();

Completed in 894 milliseconds

<<21222324252627282930>>