/external/pcre/dist2/ |
D | RunGrepTest.bat | 42 set cf= variable 44 diff -b nul nul 2>nul && set cf=diff -b variable 45 diff -u nul nul 2>nul && set cf=diff -u variable 46 diff -ub nul nul 2>nul && set cf=diff -ub variable 48 set cf=fc /n variable
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | disasm-a2xx.c | 475 static int cf_exec(instr_cf_t *cf) in cf_exec() 487 static int cf_cond_exec(instr_cf_t *cf) in cf_cond_exec() 497 static void print_cf_nop(instr_cf_t *cf) in print_cf_nop() 501 static void print_cf_exec(instr_cf_t *cf) in print_cf_exec() 516 static void print_cf_loop(instr_cf_t *cf) in print_cf_loop() 523 static void print_cf_jmp_call(instr_cf_t *cf) in print_cf_jmp_call() 536 static void print_cf_alloc(instr_cf_t *cf) in print_cf_alloc() 575 static void print_cf(instr_cf_t *cf, int level) in print_cf() 601 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx() local 609 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx() local
|
/external/clang/test/Sema/ |
D | implicit-cast.c | 3 static char *test1(int cf) { in test1() 6 static char *test2(int cf) { in test2()
|
/external/libcxx/test/std/numerics/complex.number/complex.special/ |
D | float_long_double_explicit.pass.cpp | 27 std::complex<float> cf(cd); in main() local 34 constexpr std::complex<float> cf(cd); in main() local
|
D | long_double_float_implicit.pass.cpp | 27 std::complex<long double> cf = cd; in main() local 34 constexpr std::complex<long double> cf = cd; in main() local
|
D | long_double_double_explicit.pass.cpp | 27 std::complex<long double> cf(cd); in main() local 34 constexpr std::complex<long double> cf(cd); in main() local
|
D | long_double_double_implicit.pass.cpp | 27 std::complex<long double> cf = cd; in main() local 34 constexpr std::complex<long double> cf = cd; in main() local
|
D | double_float_implicit.pass.cpp | 27 std::complex<double> cf = cd; in main() local 34 constexpr std::complex<double> cf = cd; in main() local
|
D | float_double_explicit.pass.cpp | 27 std::complex<float> cf(cd); in main() local 34 constexpr std::complex<float> cf(cd); in main() local
|
D | double_float_explicit.pass.cpp | 27 std::complex<double> cf(cd); in main() local 34 constexpr std::complex<double> cf(cd); in main() local
|
D | long_double_float_explicit.pass.cpp | 27 std::complex<long double> cf(cd); in main() local 34 constexpr std::complex<long double> cf(cd); in main() local
|
D | double_long_double_explicit.pass.cpp | 27 std::complex<double> cf(cd); in main() local 34 constexpr std::complex<double> cf(cd); in main() local
|
/external/libcxx/test/std/utilities/function.objects/func.memfn/ |
D | member_function.pass.cpp | 36 const F& cf = f; in test0() local 50 const F& cf = f; in test1() local 64 const F& cf = f; in test2() local
|
D | member_function_const.pass.cpp | 36 const F& cf = f; in test0() local 52 const F& cf = f; in test1() local 68 const F& cf = f; in test2() local
|
D | member_function_volatile.pass.cpp | 36 const F& cf = f; in test0() local 52 const F& cf = f; in test1() local 68 const F& cf = f; in test2() local
|
D | member_function_const_volatile.pass.cpp | 36 const F& cf = f; in test0() local 52 const F& cf = f; in test1() local 68 const F& cf = f; in test2() local
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/cert/ |
D | CertificateFactoryTest.java | 220 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in test_generateCertificate() local 234 private void test_generateCertificate(CertificateFactory cf) throws Exception { in test_generateCertificate() 281 private void test_generateCertificate_AnyLineLength_Success(CertificateFactory cf) in test_generateCertificate_AnyLineLength_Success() 321 … private void test_generateCertificate_InputStream_Empty(CertificateFactory cf) throws Exception { in test_generateCertificate_InputStream_Empty() 335 private void test_generateCertificate_InputStream_InvalidStart_Failure(CertificateFactory cf) in test_generateCertificate_InputStream_InvalidStart_Failure() 351 private void test_generateCertificate_InputStream_Offset_Correct(CertificateFactory cf) in test_generateCertificate_InputStream_Offset_Correct() 466 private void test_generateCertificate_PartialInput(CertificateFactory cf) throws Exception { in test_generateCertificate_PartialInput() 494 final CertificateFactory cf = CertificateFactory.getInstance("X.509", p); in testGenerateCertPath() local 538 private void testCertPathEncoding(CertificateFactory cf, List<X509Certificate> expectedCerts, in testCertPathEncoding()
|
D | X509CertificateTest.java | 150 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testMismatchedAlgorithm() local 178 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testExplicitEcParams() local
|
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/cert/ |
D | CertificateFactoryTest.java | 224 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in test_generateCertificate() local 238 private void test_generateCertificate(CertificateFactory cf) throws Exception { in test_generateCertificate() 284 private void test_generateCertificate_AnyLineLength_Success(CertificateFactory cf) in test_generateCertificate_AnyLineLength_Success() 324 … private void test_generateCertificate_InputStream_Empty(CertificateFactory cf) throws Exception { in test_generateCertificate_InputStream_Empty() 338 private void test_generateCertificate_InputStream_InvalidStart_Failure(CertificateFactory cf) in test_generateCertificate_InputStream_InvalidStart_Failure() 354 private void test_generateCertificate_InputStream_Offset_Correct(CertificateFactory cf) in test_generateCertificate_InputStream_Offset_Correct() 469 private void test_generateCertificate_PartialInput(CertificateFactory cf) throws Exception { in test_generateCertificate_PartialInput() 498 final CertificateFactory cf = CertificateFactory.getInstance("X.509", p); in testGenerateCertPath() local 542 private void testCertPathEncoding(CertificateFactory cf, List<X509Certificate> expectedCerts, in testCertPathEncoding()
|
D | X509CertificateTest.java | 154 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testMismatchedAlgorithm() local 182 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testExplicitEcParams() local
|
/external/skqp/src/effects/imagefilters/ |
D | SkColorFilterImageFilter.cpp | 19 sk_sp<SkImageFilter> SkColorFilterImageFilter::Make(sk_sp<SkColorFilter> cf, in Make() 43 SkColorFilterImageFilter::SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, in SkColorFilterImageFilter() 52 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
|
/external/skia/src/effects/imagefilters/ |
D | SkColorFilterImageFilter.cpp | 19 sk_sp<SkImageFilter> SkColorFilterImageFilter::Make(sk_sp<SkColorFilter> cf, in Make() 43 SkColorFilterImageFilter::SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, in SkColorFilterImageFilter() 52 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJTransform.java | 178 TJCustomFilter cf) { in TJTransform() 203 TJCustomFilter cf) { in TJTransform() 226 public TJCustomFilter cf = null; field in TJTransform
|
/external/clang/test/CodeGenCXX/ |
D | lvalue-bitcasts.cpp | 32 _Complex float cf; in reinterpret_cast_test() local 77 _Complex float cf; in c_cast() local 126 _Complex float cf; in functional_cast() local
|
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | prim_ops.c | 726 unsigned int res, cnt, mask, cf; in rcl_byte() local 799 unsigned int res, cnt, mask, cf; in rcl_word() local 823 u32 res, cnt, mask, cf; in rcl_long() local 848 u32 mask, cf, ocf = 0; in rcr_byte() local 932 u32 mask, cf, ocf = 0; in rcr_word() local 964 u32 mask, cf, ocf = 0; in rcr_long() local 1187 unsigned int cnt, res, cf; in shl_byte() local 1229 unsigned int cnt, res, cf; in shl_word() local 1267 unsigned int cnt, res, cf; in shl_long() local 1302 unsigned int cnt, res, cf; in shr_byte() local [all …]
|