/external/v8/test/mjsunit/ |
D | closures.js | 35 function MyFunction() { class 39 for (var i = 0; i < 5; ++i) MyFunction(); 40 %OptimizeFunctionOnNextCall(MyFunction) 41 runner(MyFunction, n * 2);
|
/external/google-breakpad/src/testing/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() 701 typedef void MyFunction(bool, int*, char*); in TEST() typedef 702 Action<MyFunction> a = SetArgPointee<1>(2); in TEST() 722 typedef void MyFunction(std::string*, const char**); in TEST() typedef [all …]
|
D | gmock-more-actions_test.cc | 619 typedef void MyFunction(bool, int*, char*); in TEST() typedef 621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); in TEST() 655 typedef void MyFunction(bool, int*); in TEST() typedef 657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); in TEST() 671 typedef void MyFunction(bool, char*); in TEST() typedef 673 Action<MyFunction> a = SetArrayArgument<1>(codes, codes + 3); in TEST() 686 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); in TEST() typedef 688 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
|
/external/gmock/test/ |
D | gmock-actions_test.cc | 705 typedef void MyFunction(bool, int*, char*); in TEST() typedef 706 Action<MyFunction> a = SetArgPointee<1>(2); in TEST() 726 typedef void MyFunction(std::string*, const char**); in TEST() typedef 727 Action<MyFunction> a = SetArgPointee<0>("hi"); in TEST() 742 typedef void MyFunction(const wchar_t**); in TEST() typedef 743 Action<MyFunction> a = SetArgPointee<0>(L"world"); in TEST() 762 typedef void MyFunction(bool, std::string*, const char**); in TEST() typedef 764 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() 781 typedef void MyFunction(bool, const wchar_t**); in TEST() typedef 783 Action<MyFunction> a = SetArgPointee<1>(hi); in TEST() [all …]
|
D | gmock-more-actions_test.cc | 619 typedef void MyFunction(bool, int*, char*); in TEST() typedef 621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); in TEST() 655 typedef void MyFunction(bool, int*); in TEST() typedef 657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); in TEST() 671 typedef void MyFunction(bool, char*); in TEST() typedef 673 Action<MyFunction> a = SetArrayArgument<1>(codes, codes + 3); in TEST() 686 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); in TEST() typedef 688 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end()); in TEST()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-printers_test.cc | 520 void MyFunction(int /* n */) {} in MyFunction() function 529 reinterpret_cast<internal::BiggestInt>(&MyFunction))), in TEST() 530 Print(&MyFunction)); in TEST() 1151 void (*fp)(int n) = &MyFunction; in TEST()
|
/external/gtest/test/ |
D | gtest-printers_test.cc | 526 void MyFunction(int /* n */) {} in MyFunction() function 535 reinterpret_cast<internal::BiggestInt>(&MyFunction))), in TEST() 536 Print(&MyFunction)); in TEST() 1170 void (*fp)(int n) = &MyFunction; in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-printers_test.cc | 526 void MyFunction(int /* n */) {} in MyFunction() function 535 reinterpret_cast<internal::BiggestInt>(&MyFunction))), in TEST() 536 Print(&MyFunction)); in TEST() 1170 void (*fp)(int n) = &MyFunction; in TEST()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-31-LSDA-Name.ll | 10 define void @"\01-[MyFunction Name:]"() personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 …
|