/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios/basic.ios.members/ |
copyfmt.pass.cpp | 34 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function 119 ios1.register_callback(f1, 4);
|
move.pass.cpp | 42 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/ |
swap.pass.cpp | 76 std::function<int(int)> f1 = A(1); local 80 assert(f1.target<A>()->id() == 1); 82 swap(f1, f2); 85 assert(f1.target<A>()->id() == 2); 91 std::function<int(int)> f1 = A(1); local 95 assert(f1.target<A>()->id() == 1); 97 swap(f1, f2); 100 assert(*f1.target<int(*)(int)>() == g); 106 std::function<int(int)> f1 = g; local 110 assert(*f1.target<int(*)(int)>() == g) 121 std::function<int(int)> f1 = g; local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/ |
swap.pass.cpp | 75 std::function<int(int)> f1 = A(1); local 79 assert(f1.target<A>()->id() == 1); 81 f1.swap(f2); 84 assert(f1.target<A>()->id() == 2); 90 std::function<int(int)> f1 = A(1); local 94 assert(f1.target<A>()->id() == 1); 96 f1.swap(f2); 99 assert(*f1.target<int(*)(int)>() == g); 105 std::function<int(int)> f1 = g; local 109 assert(*f1.target<int(*)(int)>() == g) 120 std::function<int(int)> f1 = g; local [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh990323-2.cpp | 30 void f1() function 56 f1();
|
eh990323-4.cpp | 30 void f1() function 57 f1();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh990323-2.cpp | 30 void f1() function 56 f1();
|
eh990323-4.cpp | 30 void f1() function 57 f1();
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_context_menu_controller_unittest.cc | 79 // F1 92 const BookmarkNode* f1 = local 93 model_->AddFolder(model_->GetBookmarkBarNode(), 1, ASCIIToUTF16("F1")); 94 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a")); 95 const BookmarkNode* f11 = model_->AddFolder(f1, 1, ASCIIToUTF16("F11")); 125 // Should have navigated to F1's child, but not F11's child.
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
bookmark_context_menu_test.cc | 84 // F1 97 const BookmarkNode* f1 = local 98 model_->AddFolder(model_->GetBookmarkBarNode(), 1, ASCIIToUTF16("F1")); 99 model_->AddURL(f1, 0, ASCIIToUTF16("f1a"), GURL(test_base + "f1a")); 100 const BookmarkNode* f11 = model_->AddFolder(f1, 1, ASCIIToUTF16("F11")); 130 // Should have navigated to F1's child but not F11's child.
|
/external/clang/test/Analysis/ |
CFNumber.c | 18 CFNumberRef f1(unsigned char x) { function
|
malloc-overflow.c | 7 void * f1(int n) function
|
outofbound.c | 7 char f1() { function
|
ptr-arith.c | 6 void f1() { function
|
stack-addr-ps.c | 3 int* f1() { function
|
stack-addr-ps.cpp | 39 int *f1() { function
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
p2-0x.cpp | 72 void f1() { function in namespace:InFunctions
|
/external/clang/test/CXX/over/over.over/ |
p1.cpp | 9 float (*f1)(float); member in struct:S
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
p1.cpp | 14 void f1(size_type) const; 35 void X0<X, Y>::f1(int) const { } function in class:X0
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
p2.cpp | 55 void f1(T t) { // expected-note{{explicitly specialized declaration is here}} function in struct:N0::X0 91 void f1(void *); 95 template<> void N0::X0<void*>::f1(void *) { } // expected-warning{{member function specialization}} function in class:N0::X0 98 xvp.f1(vp); 102 template<> void X0<volatile void>::f1(void *) { } // expected-error{{no function template matches}} function in class:N0::X0 104 template<> void X0<const volatile void*>::f1(const volatile void*); 108 x0.f1(cvp); // okay: we've explicitly specialized
|
/external/clang/test/CodeGen/ |
arm-aapcs-vfp.c | 54 float f1; member in struct:big_struct 69 float f1; member in struct:heterogeneous_struct
|
function-attributes.c | 3 // CHECK: define zeroext i8 @f1(i32 %x) [[NUW]] 13 unsigned char f1(int x) { return x; } function
|
le32-arguments.c | 13 // CHECK: define void @f1(%struct.s1* byval %i) 14 void f1(s1 i) {} function
|
/external/clang/test/CodeGenCXX/ |
convert-to-fptr.cpp | 9 int f1(int arg) { return arg; }; function 18 operator fp1() { return f1; } 28 operator fr1() { return f1; } 34 int i = a(10); // Calls f1 via pointer returned from conversion function 37 int j = b(20); // Calls f1 via pointer returned from conversion function
|
mangle-ms-back-references.cpp | 3 void f1(const char* a, const char* b) {} function 4 // CHECK: "\01?f1@@YAXPBD0@Z"
|