/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p2.cpp | 91 void ft1(T t, U u); 101 void N0::X0<T>::ft1(T t, U u) { in ft1() function in N0::X0 254 void X0<void*>::ft1(void*, const void*) { } in ft1() function in 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 in ft1() function in N0::X0 270 void N0::X0<void*>::ft1(void *, float) { } in ft1() function in N0::X0 277 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}} in ft1() function in N1::N0::X0 283 xvp.ft1(vp, cvp); in test_func_template() [all …]
|
D | p2-0x.cpp | 67 void ft1(T t, U u); 74 void N0::X0<T>::ft1(T t, U u) { in ft1() function in N0::X0 250 void X0<void*>::ft1(void*, const void*) { } in ft1() function in 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 in ft1() function in N0::X0 266 void N0::X0<void*>::ft1(void *, float) { } in ft1() function in N0::X0 270 void N0::X0<void*>::ft1(void *, long) { } // expected-error{{does not enclose namespace}} in ft1() function in N1::N0::X0 276 xvp.ft1(vp, cvp); in test_func_template() [all …]
|
D | p1.cpp | 43 void ft1(T t, U u); 48 void X0<T>::ft1(T t, U u) { in ft1() function in X0 89 void X0<void*>::ft1(void*, const void*) { } in ft1() function in X0 92 xvp.ft1(vp, cvp); in test_func_template()
|
/external/lzma/CPP/Common/ |
D | MyWindows.cpp | 131 LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2) in CompareFileTime() argument 133 if (ft1->dwHighDateTime < ft2->dwHighDateTime) return -1; in CompareFileTime() 134 if (ft1->dwHighDateTime > ft2->dwHighDateTime) return 1; in CompareFileTime() 135 if (ft1->dwLowDateTime < ft2->dwLowDateTime) return -1; in CompareFileTime() 136 if (ft1->dwLowDateTime > ft2->dwLowDateTime) return 1; in CompareFileTime()
|
D | MyWindows.h | 202 MY_EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | clock.cc | 160 FILETIME ft1 = {}; in GetSystemReferencePoint() local 170 GetSystemTimeAsFileTime(&ft1); in GetSystemReferencePoint() 174 } while ((ft0.dwHighDateTime == ft1.dwHighDateTime) && in GetSystemReferencePoint() 175 (ft0.dwLowDateTime == ft1.dwLowDateTime)); in GetSystemReferencePoint() 176 ref.file_time = ft1; in GetSystemReferencePoint()
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 90 template<typename T, typename U> void ft1(U u, T t) { } in ft1() function 98 template<typename T> void ft1(T) { } in ft1() function 103 ft1<int, double>(1, 0); in g1() 112 NS::ft1<int>(1); in g1()
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 1298 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, ft2; \ [all …]
|
D | cxarithm.cpp | 1263 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/ |
D | policydb.c | 748 const struct filename_trans *ft1 = (const struct filename_trans *)k1; in filenametr_cmp() local 752 v = ft1->stype - ft2->stype; in filenametr_cmp() 756 v = ft1->ttype - ft2->ttype; in filenametr_cmp() 760 v = ft1->tclass - ft2->tclass; in filenametr_cmp() 764 return strcmp(ft1->name, ft2->name); in filenametr_cmp()
|
/external/dexmaker/lib/ |
D | dalvik-dx-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/hyphenation-patterns/hu/ |
D | hyph-hu.pat.txt | 19907 ft1ös 19908 ft1út 19910 ft1üt
|