/external/mesa3d/src/gallium/drivers/r600/ |
D | eg_asm.c | 30 int eg_bytecode_cf_build(struct r600_bytecode *bc, struct r600_bytecode_cf *cf) in eg_bytecode_cf_build() argument 32 unsigned id = cf->id; in eg_bytecode_cf_build() 34 switch (cf->inst) { in eg_bytecode_cf_build() 40 if (cf->eg_alu_extended) { in eg_bytecode_cf_build() 46 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK2(cf->kcache[2].bank) | in eg_bytecode_cf_build() 47 S_SQ_CF_ALU_WORD0_EXT_KCACHE_BANK3(cf->kcache[3].bank) | in eg_bytecode_cf_build() 48 S_SQ_CF_ALU_WORD0_EXT_KCACHE_MODE2(cf->kcache[2].mode); in eg_bytecode_cf_build() 50 S_SQ_CF_ALU_WORD1_EXT_KCACHE_MODE3(cf->kcache[3].mode) | in eg_bytecode_cf_build() 51 S_SQ_CF_ALU_WORD1_EXT_KCACHE_ADDR2(cf->kcache[2].addr) | in eg_bytecode_cf_build() 52 S_SQ_CF_ALU_WORD1_EXT_KCACHE_ADDR3(cf->kcache[3].addr) | in eg_bytecode_cf_build() [all …]
|
D | r600_asm.c | 216 struct r600_bytecode_cf *cf = CALLOC_STRUCT(r600_bytecode_cf); in r600_bytecode_cf() local 218 if (cf == NULL) in r600_bytecode_cf() 220 LIST_INITHEAD(&cf->list); in r600_bytecode_cf() 221 LIST_INITHEAD(&cf->alu); in r600_bytecode_cf() 222 LIST_INITHEAD(&cf->vtx); in r600_bytecode_cf() 223 LIST_INITHEAD(&cf->tex); in r600_bytecode_cf() 224 return cf; in r600_bytecode_cf() 268 LIST_INITHEAD(&bc->cf); in r600_bytecode_init() 274 struct r600_bytecode_cf *cf = r600_bytecode_cf(); in r600_bytecode_add_cf() local 276 if (cf == NULL) in r600_bytecode_add_cf() [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_activation.cc | 32 void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) { in RegisterActivationFlags() 36 RegisterFlag(parser, #Name, "", &cf->Name); in RegisterActivationFlags() 41 RegisterIncludeFlag(parser, cf); in RegisterActivationFlags() 46 CommonFlags cf; in OverrideFromActivationFlags() local 48 RegisterActivationFlags(&parser, &f, &cf); in OverrideFromActivationFlags() 51 allocator_options.CopyTo(&f, &cf); in OverrideFromActivationFlags() 52 cf.malloc_context_size = malloc_context_size; in OverrideFromActivationFlags() 54 cf.coverage = coverage; in OverrideFromActivationFlags() 55 cf.coverage_dir = coverage_dir; in OverrideFromActivationFlags() 56 cf.verbosity = Verbosity(); in OverrideFromActivationFlags() [all …]
|
/external/ipsec-tools/src/racoon/ |
D | genlist.c | 139 struct conf *cf; 143 cf = calloc(sizeof(struct conf), 1); 144 cf->l1 = genlist_init(); 145 cf->l2 = genlist_init(); 147 genlist_insert(cf->l1, "Ahoj"); 148 genlist_insert(cf->l1, "Cau"); 149 genlist_insert(cf->l1, "Nazdar"); 150 genlist_insert(cf->l1, "Te buch"); 152 genlist_append(cf->l2, "Curak"); 153 genlist_append(cf->l2, "Kozy"); [all …]
|
/external/dhcpcd/dhcpcd-hooks/ |
D | 50-ntp.conf | 24 local cf="$state_dir/ntp.conf.$interface" 47 [ -e "$cf" ] && rm -f "$cf" 51 cp "$ntp_conf" "$cf" 55 "$ntp_conf" > "$cf" 59 echo "$signature_base${header:+ $from }$header" >> "$cf" 60 printf "$search$servers" >> "$cf" 61 echo "$signature_base_end${header:+ $from }$header" >> "$cf" 67 if change_file "$ntp_conf" "$cf"; then 74 local cf="$ntp_conf_dir/$interface" x= 76 [ -e "$cf" ] && rm "$cf" [all …]
|
D | 20-resolv.conf | 13 local cf="$state_dir/resolv.conf.$interface" 50 [ -f "$cf" ] && rm -f "$cf" 52 echo "$header" > "$cf" 54 cat /etc/resolv.conf.head >> "$cf" 56 echo "# /etc/resolv.conf.head can replace this line" >> "$cf" 58 printf "$domain$search$servers" >> "$cf" 60 cat /etc/resolv.conf.tail >> "$cf" 62 echo "# /etc/resolv.conf.tail can replace this line" >> "$cf" 64 cat "$cf" > /etc/resolv.conf 66 rm -f "$cf"
|
D | 50-yp.conf | 12 local cf=/etc/yp.conf."$interface" prefix= x= pid= 13 rm -f "$cf" 14 echo "$signature" > "$cf" 20 echo "domain $new_nis_domain broadcast" >> "$cf" 26 echo "$prefix$x" >> "$cf" 29 cat "$cf" > /etc/yp.conf 30 rm -f "$cf"
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_flags_test.cc | 122 CommonFlags cf; in TEST() local 124 RegisterCommonFlags(&parser, &cf); in TEST() 126 cf.SetDefaults(); in TEST() 127 EXPECT_TRUE(cf.symbolize); in TEST() 128 EXPECT_STREQ(".", cf.coverage_dir); in TEST() 130 cf.symbolize = false; in TEST() 131 cf.coverage = true; in TEST() 132 cf.coverage_direct = true; in TEST() 133 cf.log_path = "path/one"; in TEST() 136 EXPECT_TRUE(cf.symbolize); in TEST() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore2Test.java | 137 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in creatCertificate() local 139 cert[0] = (X509Certificate) cf.generateCertificate(certArray); in creatCertificate() 140 cert[1] = (X509Certificate) cf.generateCertificate(certArray2); in creatCertificate() 166 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_aliases() local 168 cert[0] = (X509Certificate) cf.generateCertificate(certArray); in test_aliases() 169 cert[1] = (X509Certificate) cf.generateCertificate(certArray2); in test_aliases() 203 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_containsAliasLjava_lang_String() local 205 cert[0] = (X509Certificate) cf.generateCertificate(certArray); in test_containsAliasLjava_lang_String() 206 cert[1] = (X509Certificate) cf.generateCertificate(certArray2); in test_containsAliasLjava_lang_String() 227 CertificateFactory cf = CertificateFactory.getInstance("X.509"); in test_getCertificateLjava_lang_String() local [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | fold-fops-into-selects.ll | 5 %cf = select i1 %A, float 1.000000e+00, float 0.000000e+00 6 %op = fsub float 1.000000e+00, %cf 14 %cf = select i1 %A, float 1.000000e+00, float %B 15 %op = fadd float 2.000000e+00, %cf 24 %cf = select i1 %A, float 1.000000e+00, float %B 25 %op = fsub float 2.000000e+00, %cf 34 %cf = select i1 %A, float 1.000000e+00, float %B 35 %op = fmul float 2.000000e+00, %cf 44 %cf = select i1 %A, float 1.000000e+00, float %B 45 %op = fdiv float 2.000000e+00, %cf [all …]
|
/external/clang/test/SemaObjC/ |
D | objcbridge-attribute.m | 50 id Test1(CFTestingRef cf) { 51 …return (NSString *)cf; // expected-error {{CF object of type 'CFTestingRef' (aka 'struct __CFError… 73 void Test2(CFErrorRef2 cf, NSError *ns, NSString *str, Class c, CFUColor2Ref cf2) { 74 …(void)(NSString *)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to… 75 (void)(NSError *)cf; // okay 76 …(void)(MyError*)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to N… 80 …(void)(Class)cf; // expected-warning {{'CFErrorRef2' (aka 'struct __CFErrorRef *') bridges to NSEr… 85 void Test3(CFErrorRef cf, NSError *ns) { 86 (void)(id)cf; // okay 87 (void)(id<P1, P2>)cf; // okay [all …]
|
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFilePrinter.java | 31 public static void print(ClassFile cf) { in print() argument 32 print(cf, new PrintWriter(System.out, true)); in print() 38 public static void print(ClassFile cf, PrintWriter out) { in print() argument 46 = AccessFlag.toModifier(cf.getAccessFlags() in print() 48 out.println("major: " + cf.major + ", minor: " + cf.minor in print() 49 + " modifiers: " + Integer.toHexString(cf.getAccessFlags())); in print() 51 + cf.getName() + " extends " + cf.getSuperclass()); in print() 53 String[] infs = cf.getInterfaces(); in print() 64 list = cf.getFields(); in print() 76 list = cf.getMethods(); in print() [all …]
|
/external/javassist/src/main/javassist/util/proxy/ |
D | FactoryHelper.java | 133 public static Class toClass(ClassFile cf, ClassLoader loader) in toClass() argument 136 return toClass(cf, loader, null); in toClass() 145 public static Class toClass(ClassFile cf, ClassLoader loader, ProtectionDomain domain) in toClass() argument 149 byte[] b = toBytecode(cf); in toClass() 154 args = new Object[] { cf.getName(), b, new Integer(0), in toClass() 159 args = new Object[] { cf.getName(), b, new Integer(0), in toClass() 186 private static byte[] toBytecode(ClassFile cf) throws IOException { in toBytecode() argument 190 cf.write(out); in toBytecode() 202 public static void writeFile(ClassFile cf, String directoryName) in writeFile() argument 205 writeFile0(cf, directoryName); in writeFile() [all …]
|
/external/pcre/dist/ |
D | RunTest | 125 cf="diff" 126 diff -u /dev/null /dev/null 2>/dev/null && cf="diff -u" 155 $cf $testdata/testoutputEBC testtry 428 $cf $testdata/testoutput1 testtry 446 $cf $testdata/testoutput2 testtry 509 if $cf $outfile testtry >teststdout || \ 510 $cf $outfile2 testtry >teststdout || \ 511 $cf $outfile3 testtry >teststdout 545 $cf $testdata/testoutput4 testtry 565 $cf $testdata/testoutput5 testtry [all …]
|
/external/javassist/src/main/javassist/compiler/ |
D | AccessorMaker.java | 48 ClassFile cf = clazz.getClassFile(); // turn on the modified flag. in getConstructor() local 50 ConstPool cp = cf.getConstPool(); in getConstructor() 71 cf.addMethod(minfo); in getConstructor() 106 ClassFile cf = clazz.getClassFile(); // turn on the modified flag. in getMethodAccessor() 107 accName = findAccessorName(cf); in getMethodAccessor() 109 ConstPool cp = cf.getConstPool(); in getMethodAccessor() 133 cf.addMethod(minfo); in getMethodAccessor() 158 ClassFile cf = clazz.getClassFile(); // turn on the modified flag. in getFieldGetter() 159 String accName = findAccessorName(cf); in getFieldGetter() 161 ConstPool cp = cf.getConstPool(); in getFieldGetter() [all …]
|
/external/libcxx/test/std/numerics/complex.number/complex.special/ |
D | long_double_float_explicit.pass.cpp | 25 std::complex<long double> cf(cd); in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<long double> cf(cd); in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | float_long_double_explicit.pass.cpp | 25 std::complex<float> cf(cd); in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<float> cf(cd); in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | long_double_double_explicit.pass.cpp | 25 std::complex<long double> cf(cd); in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<long double> cf(cd); in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | long_double_double_implicit.pass.cpp | 25 std::complex<long double> cf = cd; in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<long double> cf = cd; in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | double_long_double_explicit.pass.cpp | 25 std::complex<double> cf(cd); in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<double> cf(cd); in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | double_float_implicit.pass.cpp | 25 std::complex<double> cf = cd; in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<double> cf = cd; in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | double_float_explicit.pass.cpp | 25 std::complex<double> cf(cd); in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<double> cf(cd); in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | long_double_float_implicit.pass.cpp | 25 std::complex<long double> cf = cd; in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<long double> cf = cd; in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
D | float_double_explicit.pass.cpp | 25 std::complex<float> cf(cd); in main() local 26 assert(cf.real() == cd.real()); in main() 27 assert(cf.imag() == cd.imag()); in main() 32 constexpr std::complex<float> cf(cd); in main() local 33 static_assert(cf.real() == cd.real(), ""); in main() 34 static_assert(cf.imag() == cd.imag(), ""); in main()
|
/external/javassist/src/main/javassist/ |
D | CtClassType.java | 190 ClassFile cf = new ClassFile(new DataInputStream(fin)); in getClassFile2() local 191 if (!cf.getName().equals(qualifiedName)) in getClassFile2() 193 + cf.getName() + " found in " in getClassFile2() 196 classfile = cf; in getClassFile2() 197 return cf; in getClassFile2() 331 ClassFile cf = getClassFile2(); in setName() local 333 cf.setName(name); in setName() 351 ClassFile cf = getClassFile2(); in replaceClassName() local 352 cf.renameClass(classnames); in replaceClassName() 387 ClassFile cf = getClassFile2(); in getModifiers() local [all …]
|