Searched refs:ft1 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp2.cpp91 void ft1(T t, U u);
101 void N0::X0<T>::ft1(T t, U u) { function in class:N0::X0
254 void X0<void*>::ft1(void*, const void*) { } function in class:N0::X0
257 void X0<void*>::ft1(void *, int);
260 void X0<void*>::ft1(void *, unsigned);
263 void X0<void*>::ft1(void *, long);
267 void N0::X0<void*>::ft1(void *, unsigned) { } // okay function in class:N0::X0
270 void N0::X0<void*>::ft1(void *, float) { } function in class:N0::X0
272 // expected-warning@-2 {{first declaration of function template specialization of 'ft1' outside namespace 'N0' is a C++11 extension}}
277 void N0::X0<void*>::ft1(voi function in class:N1::N0::X0
[all...]
H A Dp1.cpp43 void ft1(T t, U u);
48 void X0<T>::ft1(T t, U u) { function in class:X0
89 void X0<void*>::ft1(void*, const void*) { } function in class:X0
92 xvp.ft1(vp, cvp);
H A Dp2-0x.cpp67 void ft1(T t, U u);
74 void N0::X0<T>::ft1(T t, U u) { function in class:N0::X0
250 void X0<void*>::ft1(void*, const void*) { } function in class:N0::X0
253 void X0<void*>::ft1(void *, int);
256 void X0<void*>::ft1(void *, unsigned);
259 void X0<void*>::ft1(void *, long);
263 void N0::X0<void*>::ft1(void *, unsigned) { } // okay function in class:N0::X0
266 void N0::X0<void*>::ft1(void *, float) { } function in class:N0::X0
270 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}} function in class:N1::N0::X0
276 xvp.ft1(v
[all...]
/external/lzma/CPP/Common/
H A DMyWindows.cpp131 LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2) argument
133 if (ft1->dwHighDateTime < ft2->dwHighDateTime) return -1;
134 if (ft1->dwHighDateTime > ft2->dwHighDateTime) return 1;
135 if (ft1->dwLowDateTime < ft2->dwLowDateTime) return -1;
136 if (ft1->dwLowDateTime > ft2->dwLowDateTime) return 1;
H A DMyWindows.h202 MY_EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
/external/webrtc/webrtc/system_wrappers/source/
H A Dclock.cc160 FILETIME ft1 = {}; local
170 GetSystemTimeAsFileTime(&ft1);
174 } while ((ft0.dwHighDateTime == ft1.dwHighDateTime) &&
175 (ft0.dwLowDateTime == ft1.dwLowDateTime));
176 ref.file_time = ft1;
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp90 template<typename T, typename U> void ft1(U u, T t) { } function
98 template<typename T> void ft1(T) { } function in namespace:NS
103 ft1<int, double>(1, 0);
112 NS::ft1<int>(1);
/external/opencv/cxcore/src/
H A Dcxmatmul.cpp1298 double ft0, ft1; \
1301 ft1 = mat[3]*_ld_(src[i]) + mat[4]*_ld_(src[i+1]) + mat[5]; \
1303 t1 = _cast_macro1_(ft1); \
1327 double ft0, ft1; \
1330 ft1 = mat[4]*_ld_(src[i+1]) + mat[5]; \
1332 t1 = _cast_macro1_(ft1); \
1344 double ft0, ft1, ft2; \
1348 ft1 = mat[4]*_ld_(src[i]) + mat[5]*_ld_(src[i+1]) + \
1353 t1 = _cast_macro1_(ft1); \
1389 double ft0, ft1, ft
[all...]
H A Dcxarithm.cpp1263 double ft1 = scale*_cvt_macro_(src1[i+1])*_cvt_macro_(src2[i+1]); \
1265 worktype t1 = _cast_macro1_(ft1); \
1271 ft1 = scale*_cvt_macro_(src1[i+3])*_cvt_macro_(src2[i+3]); \
1273 t1 = _cast_macro1_(ft1); \
/external/selinux/libsepol/src/
H A Dpolicydb.c748 const struct filename_trans *ft1 = (const struct filename_trans *)k1; local
752 v = ft1->stype - ft2->stype;
756 v = ft1->ttype - ft2->ttype;
760 v = ft1->tclass - ft2->tclass;
764 return strcmp(ft1->name, ft2->name);
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 161 milliseconds