/external/clang/test/SemaTemplate/ |
temp_func_order.cpp | 14 int &f1(T, U); 17 float &f1(T, T); 20 int &ir = f1(i, f); 21 float &fr1 = f1(i, i); 22 float &fr2 = f1(f, f);
|
instantiate-exception-spec-cxx11.cpp | 6 template<typename T> void f1(T*) throw(T); // expected-error{{incomplete type 'Incomplete' is not allowed in exception specification}} 10 f1(int_p); 11 f1(incomplete_p); // expected-note{{instantiation of exception spec}} 98 template <typename T> void f1(T) throw(typename T::exception); // expected-note {{candidate}} 99 template <typename T> void f1(T, int = 0) throw(typename T::noitpecxe); // expected-note {{candidate}} 105 f1(0); // expected-error {{ambiguous}}
|
explicit-instantiation.cpp | 49 template<typename T> T f1(T) { return T(); } function in struct:X2 50 template<typename T> T* f1(T*) { return 0; } function in struct:X2 58 template int *X2::f1(int *); // okay
|
instantiate-init.cpp | 19 Ret f1(Ret *retty, T t, U u) { function 25 f1(x0, ip, fp); 26 f1(x0, ip, dp); // expected-note{{instantiation}} 53 void f1() function in namespace:PR6657
|
/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/stlport/test/unit/ |
mfunptr_test.cpp | 43 int f1(S1&); 56 int f1(const S1&); 78 ptr_fun(f1)(s1); 95 mem_fun(&Class::f1)(&obj, s1); 115 mem_fun_ref(&Class::f1)(obj, s1); 131 int f1(S1&) function 158 int Class::f1(const S1&) function in class:Class
|
/frameworks/native/libs/ui/ |
Fence.cpp | 72 sp<Fence> Fence::merge(const String8& name, const sp<Fence>& f1, 79 if (f1->isValid() && f2->isValid()) { 80 result = sync_merge(name.string(), f1->mFenceFd, f2->mFenceFd); 81 } else if (f1->isValid()) { 82 result = sync_merge(name.string(), f1->mFenceFd, f1->mFenceFd); 91 name.string(), f1->mFenceFd, f2->mFenceFd,
|
/ndk/tests/device/test-gnustl-full/unit/ |
mfunptr_test.cpp | 43 int f1(S1&); 56 int f1(const S1&); 78 ptr_fun(f1)(s1); 95 mem_fun(&Class::f1)(&obj, s1); 115 mem_fun_ref(&Class::f1)(obj, s1); 131 int f1(S1&) function 158 int Class::f1(const S1&) function in class:Class
|
/ndk/tests/device/test-stlport/unit/ |
mfunptr_test.cpp | 43 int f1(S1&); 56 int f1(const S1&); 78 ptr_fun(f1)(s1); 95 mem_fun(&Class::f1)(&obj, s1); 115 mem_fun_ref(&Class::f1)(obj, s1); 131 int f1(S1&) function 158 int Class::f1(const S1&) function in class:Class
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 164 File f1 = new File("a"); local 166 assertEquals("Trailing slash file name is incorrect", f1, f2); 342 File f1 = new File("thisFile.file"); local 345 assertEquals("Equal files did not answer zero for compareTo", 0, f1 347 assertTrue("f3.compareTo(f1) did not result in value < 0", f3 348 .compareTo(f1) < 0); 349 assertTrue("f1.compareTo(f3) did not result in value > 0", f1 390 File f1 = new File(dir, "tempfile.tst"); local 391 f1.createNewFile() 399 File f1 = new File(dir, "tempfile.tst"); local 461 File f1 = null; local 534 File f1 = null; local 680 File f1 = new File("filechk.tst"); local 876 File f1 = new File(testdir, "longfilename" + platformId + ".tst"); local 946 File f1 = new File("\/directory"); local 997 File f1; local 1080 File f1 = new File("\\\\test"); local 1098 File f1 = new File("\\\\test"); local 1154 File f1 = File.createTempFile("harmony-test-FileTest_notHidden_", ".tmp"); local 1908 File f1 = null; local 1968 File f1 = null; local [all...] |
/external/openfst/src/include/fst/ |
accumulator.h | 115 double f1 = to_log_weight_(w).Value(); local 117 if (f1 > f2) 118 return to_weight_(f2 - LogPosExp(f1 - f2)); 120 return to_weight_(f1 - LogPosExp(f2 - f1)); 295 double f1 = to_log_weight_(w).Value(); local 297 if (f1 > f2) 298 return to_weight_(f2 - LogPosExp(f1 - f2)); 300 return to_weight_(f1 - LogPosExp(f2 - f1)); 550 double f1 = to_log_weight_(w).Value(); local [all...] |
signed-log-weight.h | 114 T f1 = w1.Value2().Value(); local 116 if (f1 == FloatLimits<T>::PosInfinity()) 120 else if (f1 == f2) { 125 } else if (f1 > f2) { 128 w1.Value1(), (f2 - log(1.0F + exp(f2 - f1)))); 131 w2.Value1(), (f2 - log(1.0F - exp(f2 - f1)))); 136 w2.Value1(), (f1 - log(1.0F + exp(f1 - f2)))); 139 w1.Value1(), (f1 - log(1.0F - exp(f1 - f2)))) 158 T f1 = w1.Value2().Value(); local 174 T f1 = w1.Value2().Value(); local [all...] |
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p6.cpp | 99 template<typename R, typename T> void f1(R (&)(T) , T); // expected-note{{candidate template ignored: couldn't infer template argument 'R'}} 108 f1(g, 1); 109 f1(&g, 1); // expected-error{{no matching function for call to 'f1'}}
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
regress-85880.js | 45 function f1(x) function 67 f1(); 83 f1();
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p12.cpp | 50 void f1(int i) { // expected-note{{declared here}} function
|
/external/clang/test/CodeGen/ |
builtin-attributes.c | 11 void f1() { function
|
le32-arguments.c | 13 // CHECK: define void @f1(%struct.s1* byval %i) 14 void f1(s1 i) {} function
|
/external/clang/test/CodeGenCXX/ |
constructor-init.cpp | 29 N() : f1(1.314), P(2000), ld(00.1234+f1), M(1000), Q(3000), 33 float f1; member in struct:N 37 printf("f1 = %f d1 = %f i1 = %d ld = %f \n", f1,d1,i1, ld);
|
default-arguments.cpp | 30 void f1() { function
|
/external/clang/test/Sema/ |
attr-noreturn.c | 12 int f1() __attribute__((noreturn));
|
attr-unused.c | 8 int f1() __attribute__((unused));
|
complex-imag.c | 3 void f1() { function
|
decl-in-prototype.c | 5 int f1(enum {AA,BB} E) { function
|
/external/clang/test/SemaCXX/ |
decltype.cpp | 12 int &f1(int*);
|
value-dependent-exprs.cpp | 28 void f1(int *a)
|