| /external/chromium_org/v8/test/mjsunit/ |
| string-slices-regexp.js | 28 var foo = "lsdfj sldkfj sdklfj læsdfjl sdkfjlsdk fjsdl fjsdljskdj flsj flsdkj flskd regexp: /foobar/\nldkfj sdlkfj sdkl"; variable 30 assertTrue(/^([a-z]+): (.*)/.test(foo.substring(foo.indexOf("regexp:"))));
|
| /external/chromium_org/v8/test/webkit/ |
| dfg-arguments-osr-exit-multiple-blocks-before-exit.js | 34 function foo() { function 49 return foo(x);
|
| dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js | 35 function foo(x, y) { function 54 // Basic block that stores to x in foo(), which is a captured variable, with 56 result = foo("hello", 2);
|
| dfg-dead-min-one-arg.js | 28 function foo(a) { function 42 var result = eval(empty + "foo(x)");
|
| dfg-multi-basic-block-structure-clobber.js | 37 function foo(p, o_) { function 54 shouldBe("foo(predicate, {f:object})", "" + expected);
|
| dfg-proto-stub-watchpoint-fire.js | 35 function foo(o) { function 42 shouldBe("foo((i % 2) ? new A() : new B())", "" + ((i % 2) ? 42 : 43));
|
| eval-var-decl.js | 28 shouldBeTrue('this.hasOwnProperty("foo")'); 29 var foo = 3; variable
|
| /external/chromium_org/v8/test/webkit/fast/js/ |
| array-bad-time.js | 30 function foo(haveABadTime) { function 52 shouldBe("\"" + foo(haveABadTime).join(",") + "\"", expected);
|
| object-bad-time.js | 33 function foo(haveABadTime) { function 55 shouldBe("\"" + Array.prototype.join.apply(foo(haveABadTime), [","]) + "\"", expected);
|
| /external/clang/test/Analysis/ |
| inline-not-supported.c | 4 void foo(int *x, ...) { function 9 foo(0, 2); // no-warning
|
| ptr-arith.cpp | 6 void foo () { function in struct:X 19 littleX.foo();
|
| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
| p3.cpp | 7 class Foo { 10 void foo(const Foo &foo); 14 enum E { foo = 0 }; enumerator in enum:test0::Test::E 17 foo(A::Foo()); // expected-error {{not a function}}
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
| p2.cpp | 20 void foo(auto int ap, register int rp) { function
|
| /external/clang/test/CXX/over/over.built/ |
| p25.cpp | 14 Color foo(bool cond, ConvertsToColorA ca, ConvertsToColorB cb) { function
|
| /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
| p17.cpp | 16 static int foo; member in class:test1::A 21 template <> int AA::foo = 0; member in class:test1::AA 27 static int foo; member in class:test1::A 32 template <> int AB::foo = 0; // expected-error{{extraneous 'template<>'}} member in class:test1::AB
|
| /external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
| p4.cpp | 36 template <class T> class foo { class in namespace:test0 40 template <> int foo<char>::compare(char x, char y); 41 template <class T> int foo<T>::compare(T x, T y) { 46 extern template class foo<char>; // expected-warning {{extern templates are a C++11 extension}} 47 template class foo<char>;
|
| /external/clang/test/CodeCompletion/ |
| ordinary-name.c | 5 void foo() { function 12 // CHECK-CC1: foo
|
| using-namespace.cpp | 13 void foo() { function in namespace:N2
|
| using.cpp | 13 void foo() { function in namespace:N2
|
| /external/clang/test/CodeGen/ |
| 2003-01-30-UnionInit.c | 3 union foo { union 8 union foo V = { {1, 2} };
|
| 2003-08-29-BitFieldStruct.c | 10 void foo () function
|
| 2003-10-29-AsmRename.c | 4 struct foo { int X; }; struct 7 extern int Func(struct foo*) __asm__("Func64"); 10 int Func(struct foo *F) {
|
| 2003-11-01-C99-CompoundLiteral.c | 3 typedef struct { int foo; } spinlock_t; member in struct:__anon22342
|
| 2004-03-15-SimpleIndirectGoto.c | 4 void foo(int x) { function 11 foo(0); 14 foo(0);
|
| 2006-03-03-MissingInitializer.c | 5 void foo() { function 6 // CHECK: @foo.nate = internal global i32 0
|