Searched refs:MyFunction (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
D | 10.2.3-2.js | 53 MyFunction("PASSED!") ); 55 var o = MyFunction(); 78 function MyFunction( value ) { class
|
D | 10.2.3-1.js | 55 var o = MyFunction(); 78 function MyFunction( value ) { class
|
/external/chromium/testing/gmock/test/ |
D | gmock-actions_test.cc | 326 typedef int MyFunction(bool, int); typedef 328 class MyActionImpl : public ActionInterface<MyFunction> { 341 Action<MyFunction> action = MakeAction(new MyActionImpl); in TEST() 354 Action<MyFunction> action(new MyActionImpl); in TEST() 359 const Action<MyFunction> action(new MyActionImpl); in TEST() 367 Action<MyFunction> a1(new MyActionImpl); in TEST() 368 Action<MyFunction> a2(a1); // Tests the copy constructor. in TEST() 700 typedef void MyFunction(bool, int*, char*); in TEST() typedef 701 Action<MyFunction> a = SetArgPointee<1>(2); in TEST() 721 typedef void MyFunction(std::string*, const char**); in TEST() typedef [all …]
|
D | gmock-more-actions_test.cc | 618 typedef void MyFunction(bool, int*, char*); in TEST() typedef 620 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); in TEST() 654 typedef void MyFunction(bool, int*); in TEST() typedef 656 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); in TEST() 670 typedef void MyFunction(bool, char*); in TEST() typedef 672 Action<MyFunction> a = SetArrayArgument<1>(codes, codes + 3); in TEST() 685 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); in TEST() typedef 687 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
|
/external/v8/test/mjsunit/ |
D | closures.js | 35 function MyFunction() { class 39 runner(MyFunction, n * 2);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
D | lexical-052.js | 26 MyFunction(); 41 function MyFunction() { class
|
/external/chromium/testing/gtest/test/ |
D | gtest-printers_test.cc | 519 void MyFunction(int /* n */) {} in MyFunction() function 528 reinterpret_cast<internal::BiggestInt>(&MyFunction))), in TEST() 529 Print(&MyFunction)); in TEST() 1141 void (*fp)(int n) = &MyFunction; in TEST()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-31-LSDA-Name.ll | 8 define void @"\01-[MyFunction Name:]"() {
|