/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
bl-local-2.s | 6 .type myfunction, %function 7 myfunction: label 18 bl myfunction 20 bl myfunction 22 bl myfunction 24 bl myfunction
|
bl-local-2.d | 13 0+06 <[^>]+> f7ff effc blx 0+ <myfunction> 15 0+0c <[^>]+> f7ff eff8 blx 0+ <myfunction> 17 0+12 <[^>]+> f7ff eff6 blx 0+ <myfunction> 19 0+18 <[^>]+> f7ff eff2 blx 0+ <myfunction>
|
/external/clang/test/Analysis/ |
DynamicTypePropagation.m | 16 - (void) myFunction:(int*)p myParam:(int) n; 20 - (void) myFunction:(int*)p myParam:(int) n; 31 - (void) myFunction:(int*)p myParam:(int) n { 37 - (void) myFunction:(int*)p myParam:(int) n { 46 // TODO: myFunction currently dispatches to NSObject. Make it dispatch to 48 [element myFunction:0 myParam:0 ]; 54 // TODO: myFunction currently is not dispatched to MyType. Make it dispatch to 56 [element myFunction:0 myParam:0 ];
|
/external/pdfium/testing/resources/ |
bug_634716.in | 72 function myFunction() { 102 timeOut = app.setTimeOut("myFunction()", 1000);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_mac.cc | 90 // myfunction (in library.dylib) (sourcefile.c:17) 91 // myfunction (in library.dylib) + 0x1fe 92 // myfunction (in library.dylib) + 15
|
/external/google-breakpad/src/testing/test/ |
gmock-actions_test.cc | 326 typedef int MyFunction(bool, int); 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. 701 typedef void MyFunction(bool, int*, char*); 702 Action<MyFunction> a = SetArgPointee<1>(2); 722 typedef void MyFunction(std::string*, const char**) [all...] |
gmock-more-actions_test.cc | 619 typedef void MyFunction(bool, int*, char*); 621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); 655 typedef void MyFunction(bool, int*); 657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); 671 typedef void MyFunction(bool, char*); 673 Action<MyFunction> a = SetArrayArgument<1>(codes, codes + 3); 686 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); 688 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end());
|
/external/googletest/googlemock/test/ |
gmock-more-actions_test.cc | 625 typedef void MyFunction(bool, int*, char*); 627 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); 661 typedef void MyFunction(bool, int*); 663 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); 677 typedef void MyFunction(bool, int*); 679 Action<MyFunction> a = SetArrayArgument<1>(chars, chars + 3); 692 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); 694 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end());
|
gmock-actions_test.cc | 786 typedef void MyFunction(bool, int*, char*); 787 Action<MyFunction> a = SetArgPointee<1>(2); 807 typedef void MyFunction(std::string*, const char**); 808 Action<MyFunction> a = SetArgPointee<0>("hi"); 823 typedef void MyFunction(const wchar_t**); 824 Action<MyFunction> a = SetArgPointee<0>(L"world"); 843 typedef void MyFunction(bool, std::string*, const char**); 845 Action<MyFunction> a = SetArgPointee<1>(hi); 862 typedef void MyFunction(bool, const wchar_t**); 864 Action<MyFunction> a = SetArgPointee<1>(hi) [all...] |
/external/v8/testing/gmock/test/ |
gmock-more-actions_test.cc | 619 typedef void MyFunction(bool, int*, char*); 621 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers + 3); 655 typedef void MyFunction(bool, int*); 657 Action<MyFunction> a = SetArrayArgument<1>(numbers, numbers); 671 typedef void MyFunction(bool, int*); 673 Action<MyFunction> a = SetArrayArgument<1>(chars, chars + 3); 686 typedef void MyFunction(bool, std::back_insert_iterator<std::string>); 688 Action<MyFunction> a = SetArrayArgument<1>(letters.begin(), letters.end());
|
gmock-actions_test.cc | 786 typedef void MyFunction(bool, int*, char*); 787 Action<MyFunction> a = SetArgPointee<1>(2); 807 typedef void MyFunction(std::string*, const char**); 808 Action<MyFunction> a = SetArgPointee<0>("hi"); 823 typedef void MyFunction(const wchar_t**); 824 Action<MyFunction> a = SetArgPointee<0>(L"world"); 843 typedef void MyFunction(bool, std::string*, const char**); 845 Action<MyFunction> a = SetArgPointee<1>(hi); 862 typedef void MyFunction(bool, const wchar_t**); 864 Action<MyFunction> a = SetArgPointee<1>(hi) [all...] |
/external/llvm/test/CodeGen/ARM/ |
2009-08-31-LSDA-Name.ll | 10 define void @"\01-[MyFunction Name:]"() personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*) {
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2009-08-31-LSDA-Name.ll | 8 define void @"\01-[MyFunction Name:]"() {
|
/external/clang/test/SemaCXX/ |
addr-of-overloaded-function.cpp | 108 void myFunction(void (*)(void *)); 118 myFunction(bar);
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-printers_test.cc | 520 void MyFunction(int /* n */) {} 523 // We cannot directly cast &MyFunction to const void* because the 529 reinterpret_cast<internal::BiggestInt>(&MyFunction))), 530 Print(&MyFunction)); [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-printers_test.cc | 526 void MyFunction(int /* n */) {} 529 // We cannot directly cast &MyFunction to const void* because the 535 reinterpret_cast<internal::BiggestInt>(&MyFunction))), 536 Print(&MyFunction)); [all...] |
/prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/ |
gtest-printers_test.cc | 526 void MyFunction(int /* n */) {} 529 // We cannot directly cast &MyFunction to const void* because the 535 reinterpret_cast<internal::BiggestInt>(&MyFunction))), 536 Print(&MyFunction)); [all...] |
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/ |
gtest-printers_test.cc | 526 void MyFunction(int /* n */) {} 529 // We cannot directly cast &MyFunction to const void* because the 535 reinterpret_cast<internal::BiggestInt>(&MyFunction))), 536 Print(&MyFunction)); [all...] |
/external/libchrome/base/strings/ |
string_piece.h | 15 // void MyFunction(StringPiece arg); 17 // void MyFunction(const StringPiece& arg); // not preferred
|
/external/python/cpython2/Doc/tools/ |
susp-ignored.csv | 8 extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"
|
/external/pdfium/skia/config/ |
SkUserConfig.h | 97 // #define SkDebugf(...) MyFunction(__VA_ARGS__)
|
/external/googletest/googletest/test/ |
gtest-printers_test.cc | 528 void MyFunction(int /* n */) {} 531 // We cannot directly cast &MyFunction to const void* because the 537 reinterpret_cast<internal::BiggestInt>(&MyFunction))), 538 Print(&MyFunction)); [all...] |
/external/v8/testing/gtest/test/ |
gtest-printers_test.cc | 524 void MyFunction(int /* n */) {} 527 // We cannot directly cast &MyFunction to const void* because the 533 reinterpret_cast<internal::BiggestInt>(&MyFunction))), 534 Print(&MyFunction)); [all...] |
/external/google-breakpad/src/testing/scripts/ |
gmock_doctor.py | 315 bool MyFunction(int n, double x); 317 Invoke(static_cast<bool (*)(int n, double x)>(MyFunction))"""
|
/external/googletest/googlemock/scripts/ |
gmock_doctor.py | 319 bool MyFunction(int n, double x); 321 Invoke(static_cast<bool (*)(int n, double x)>(MyFunction))"""
|