Home
last modified time | relevance | path

Searched refs:f5 (Results 1 – 25 of 197) sorted by relevance

12345678

/external/oprofile/libutil++/tests/
Dpath_filter_tests.cpp52 path_filter f5("*foo*", "*bar*"); in main() local
53 check(f5, "foo", true); in main()
54 check(f5, "bar", false); in main()
55 check(f5, "foobar", false); in main()
56 check(f5, "barfoo", false); in main()
57 check(f5, "foo/bar", false); in main()
Dstring_filter_tests.cpp45 string_filter f5("ok,ok2", "no,no2"); in main() local
46 check(f5, "ok", true); in main()
47 check(f5, "ok2", true); in main()
48 check(f5, "no", false); in main()
49 check(f5, "no2", false); in main()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
Dregress-85880.js99 function f5() function
104 f5();
106 return f5.arguments;
109 actual = (f5() == null);
114 actual = (f5(0) == null);
/external/v8/test/mjsunit/
Dswitch.js130 function f5(x) { function
140 assertTrue(f5(-2), "negcase.-2");
141 assertFalse(f5(-1), "negcase.-1");
142 assertTrue(f5(0), "negcase.-0");
143 assertEquals(42, f5(1), "negcase.1");
144 assertFalse(f5(2), "negcase.2");
/external/clang/test/CodeGenCXX/
Dvisibility-inlines-hidden.cpp11 static void f5() { } in f5() function
23 static void f5() { } in f5() function
47 X0::f5(); in use()
59 X1<int>::f5(); in use()
Dmangle-variadic-templates.cpp54 template<typename R, typename ...ArgTypes> identity<R(ArgTypes...)> f5() {} in f5() function
56 template identity<int(int, float, double)> f5();
/external/clang/test/SemaTemplate/
Ddependent-type-identity.cpp52 void f5(typename T::template apply<U>::type*); // expected-note{{previous}}
53 void f5(typename U::template apply<U>::type*);
54 void f5(typename U::template apply<T>::type*);
55 void f5(typename type::template apply<T>::type*);
56 void f5(typename type::template apply<U_type>::type*); // expected-error{{redeclar}}
Dtemp_func_order.cpp67 int &f5(T&, const U&); // expected-note{{candidate}}
70 float &f5(const T&, U&); // expected-note{{candidate}}
73 f5(i, i); // expected-error{{ambiguous}} in test_f5()
/external/clang/test/CodeGen/
Dinline2.c26 extern inline int f5(void);
27 inline int f5(void) { return 0; } in f5() function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9() in test_all()
Dmicrosoft-call-conv.c11 void __stdcall f5(void) { in f5() function
27 void (__stdcall *pf5)(void) = f5;
31 f4(); f5(); f6(); in main()
Dstdcall-fastcall.c11 void __attribute__((stdcall)) f5(void) { in f5() function
27 void (__attribute__((stdcall)) *pf5)(void) = f5;
31 f4(); f5(); f6(); in main()
Dstruct-passing.c15 void __attribute__((pure)) f5(T1 a);
17 void *ps[] = { f0, f1, f2, f3, f4, f5 };
/external/libffi/testsuite/libffi.call/
Dmany.c16 float f5, in many() argument
28 (double) f1, (double) f2, (double) f3, (double) f4, (double) f5, in many()
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13); in many()
/external/clang/test/SemaCXX/
Dwarn-unused-parameters.cpp9 template<typename U> U f5(U);
17 template<typename T> template<typename U> U X<T>::f5(U x) { return U(); } // expected-warning{{unus… in f5() function in X
25 x.f5(i); in test_X()
/external/clang/test/SemaObjCXX/
Dreferences.mm47 void f5(foo&); function
52 f5(*x);
57 f5(ToBar());
Dconversion-ranking.mm73 void f5(id<P1>); function
76 f5(toB);
77 f5(toC);
78 f5(toBoth);
Dinstantiate-expr.mm68 void f5(T ptr, U value) { function
72 template void f5(B*, int); function
73 template void f5(B*, int*); // expected-note{{in instantiation of function template specialization … function
/external/valgrind/unittest/
Dtest_utils.h90 MyThreadArray(F f1, F f2 = NULL, F f3 = NULL, F f4 = NULL, F f5 = NULL) {
95 ar_[4] = f5 ? new MyThread(f5) : NULL;
/external/v8/test/mjsunit/compiler/
Dvariables.js63 function f5(x) { function
66 assertEquals(5, f5(5));
/external/clang/test/Sema/
Dattr-noreturn.c31 extern void f5 (unsigned long) __attribute__ ((__noreturn__));
34 f5 (unsigned long size) in f5() function
Dattr-availability-macosx.c8 void f5(int) __attribute__((availability(ios,introduced=3.2), availability(macosx,unavailable))); /…
16 f5(0); // expected-error{{'f5' is unavailable: not available on Mac OS X}} in test()
Dattr-availability-ios.c9 void f5(int) __attribute__((availability(ios,introduced=2.0))) __attribute__((availability(ios,depr…
19 f5(0); // expected-warning{{'f5' is deprecated: first deprecated in iOS 3.0}} in test()
/external/chromium/testing/gtest/include/gtest/internal/
Dgtest-tuple.h388 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
389 f5_(f5) {}
435 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6) : f0_(f0), f1_(f1), f2_(f2),
436 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {}
484 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6,
486 f5_(f5), f6_(f6), f7_(f7) {}
536 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
538 f5_(f5), f6_(f6), f7_(f7), f8_(f8) {}
591 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
593 f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {}
[all …]
/external/protobuf/gtest/include/gtest/internal/
Dgtest-tuple.h387 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
388 f5_(f5) {}
434 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6) : f0_(f0), f1_(f1), f2_(f2),
435 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {}
483 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6,
485 f5_(f5), f6_(f6), f7_(f7) {}
535 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
537 f5_(f5), f6_(f6), f7_(f7), f8_(f8) {}
589 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
591 f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {}
[all …]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-tuple.h388 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
389 f5_(f5) {}
435 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6) : f0_(f0), f1_(f1), f2_(f2),
436 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {}
484 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6,
486 f5_(f5), f6_(f6), f7_(f7) {}
536 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
538 f5_(f5), f6_(f6), f7_(f7), f8_(f8) {}
591 GTEST_BY_REF_(T5) f5, GTEST_BY_REF_(T6) f6, GTEST_BY_REF_(T7) f7,
593 f3_(f3), f4_(f4), f5_(f5), f6_(f6), f7_(f7), f8_(f8), f9_(f9) {}
[all …]

12345678