Searched defs:MyFunction (Results 1 - 9 of 9) sorted by relevance

/external/v8/test/mjsunit/
H A Dclosures.js35 function MyFunction() {
39 for (var i = 0; i < 5; ++i) MyFunction();
40 %OptimizeFunctionOnNextCall(MyFunction)
41 runner(MyFunction, n * 2);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/
H A D10.2.3-1.js55 var o = MyFunction();
58 "var o = MyFunction(); o == this",
78 function MyFunction( value ) { function
H A D10.2.3-2.js51 "MyFunction(\"PASSED!\")",
53 MyFunction("PASSED!") );
55 var o = MyFunction();
78 function MyFunction( value ) { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
H A Dlexical-052.js26 MyFunction();
41 function MyFunction() { function
/external/chromium/testing/gmock/test/
H A Dgmock-actions_test.cc326 typedef int MyFunction(bool, int); typedef in namespace:__anon3266
328 class MyActionImpl : public ActionInterface<MyFunction> {
341 Action<MyFunction> action = MakeAction(new MyActionImpl);
354 Action<MyFunction> action(new MyActionImpl);
359 const Action<MyFunction> action(new MyActionImpl);
367 Action<MyFunction> a1(new MyActionImpl);
368 Action<MyFunction> a2(a1); // Tests the copy constructor.
700 typedef void MyFunction(bool, int*, char*); typedef
701 Action<MyFunction> a = SetArgPointee<1>(2);
721 typedef void MyFunction(st typedef
737 typedef void MyFunction(const wchar_t**); typedef
757 typedef void MyFunction(bool, std::string*, const char**); typedef
776 typedef void MyFunction(bool, const wchar_t**); typedef
897 typedef void MyFunction(bool, int*, char*); typedef
[all...]
H A Dgmock-more-actions_test.cc618 typedef void MyFunction(bool, int*, char*); typedef
620 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3);
654 typedef void MyFunction(bool, int*); typedef
656 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers);
670 typedef void MyFunction(bool, char*); typedef
672 Action<MyFunction> a = SetArrayArgument<1>(codes, codes + 3);
685 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); typedef
687 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end());
/external/chromium/testing/gtest/test/
H A Dgtest-printers_test.cc519 void MyFunction(int /* n */) {} function in namespace:testing::gtest_printers_test
522 // We cannot directly cast &MyFunction to const void* because the
528 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
529 Print(&MyFunction));
1141 void (*fp)(int n) = &MyFunction;
1144 // We cannot directly cast &MyFunction to const void* because the
/external/gtest/test/
H A Dgtest-printers_test.cc519 void MyFunction(int /* n */) {} function in namespace:testing::gtest_printers_test
522 // We cannot directly cast &MyFunction to const void* because the
528 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
529 Print(&MyFunction));
1147 void (*fp)(int n) = &MyFunction;
1150 // We cannot directly cast &MyFunction to const void* because the
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-printers_test.cc519 void MyFunction(int /* n */) {} function in namespace:testing::gtest_printers_test
522 // We cannot directly cast &MyFunction to const void* because the
528 reinterpret_cast<internal::BiggestInt>(&MyFunction))),
529 Print(&MyFunction));
1147 void (*fp)(int n) = &MyFunction;
1150 // We cannot directly cast &MyFunction to const void* because the

Completed in 705 milliseconds