/third_party/libxml2/result/errors/ |
D | attr1.xml.str | 1 ./test/errors/attr1.xml:2: parser error : AttValue: ' expected 4 ./test/errors/attr1.xml:2: parser error : attributes construct error 7 ./test/errors/attr1.xml:2: parser error : Couldn't find end of Start Tag foo 10 ./test/errors/attr1.xml : failed to parse
|
D | attr1.xml.ent | 1 ./test/errors/attr1.xml:2: parser error : AttValue: ' expected 4 ./test/errors/attr1.xml:2: parser error : attributes construct error 7 ./test/errors/attr1.xml:2: parser error : Couldn't find end of Start Tag foo line 1
|
D | attr1.xml.err | 1 ./test/errors/attr1.xml:2: parser error : AttValue: ' expected 4 ./test/errors/attr1.xml:2: parser error : attributes construct error 7 ./test/errors/attr1.xml:2: parser error : Couldn't find end of Start Tag foo line 1
|
/third_party/jsframework/test/ut/model/ |
D | directive.ts | 161 let attr1: any; variable 175 attr1 = { 200 setAttr(vm, element, attr1) 218 let attr1: any; variable 228 attr1 = { 250 setAttr(vm, element, attr1)
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxReactTestSuite.js | 38 attr1={ 72 attr1="foo"> 135 var x = <div attr1={"foo" + "bar"} attr2={"foo" + "bar" + 155 attr1="foo">
|
D | jsxReactTestSuite.types | 114 ><div attr1={ "foo" + "bar" } attr2={ "foo" + "bar" + "baz" + "bug" … 117 attr1={ 118 >attr1 : string 191 >( <div /* a multi-line comment */ attr1="foo"> <span // a double-slash comment … 194 ><div /* a multi-line comment */ attr1="foo"> <span // a double-slash comment a… 199 attr1="foo"> 200 >attr1 : string
|
D | jsxReactTestSuite.symbols | 80 attr1={ 81 >attr1 : Symbol(attr1, Decl(jsxReactTestSuite.tsx, 35, 6)) 122 attr1="foo"> 123 >attr1 : Symbol(attr1, Decl(jsxReactTestSuite.tsx, 67, 6))
|
/third_party/skia/resources/sksl/metal/ |
D | NumericGlobals.sksl | 1 half attr1; 7 sk_FragColor = half4(attr1, attr2, attr3, attr4.x);
|
/third_party/libxml2/result/VC/ |
D | AttributeNmtokens.rdr | 1 ./test/VC/AttributeNmtokens:6: element test: validity error : Syntax of value for attribute attr1 o… 2 <test attr1=" a	b "/>
|
D | AttributeNmtokens | 1 ./test/VC/AttributeNmtokens:6: element test: validity error : Syntax of value for attribute attr1 o… 2 <test attr1=" a	b "/>
|
/third_party/skia/tests/sksl/metal/ |
D | NumericGlobals.metal | 10 half attr1; 20 …_out.sk_FragColor = half4(_globals.attr1, half(_globals.attr2), half(_globals.attr3), _globals.att…
|
/third_party/glslang/glslang/MachineIndependent/ |
D | attribute.cpp | 156 TAttributes* TParseContext::mergeAttributes(TAttributes* attr1, TAttributes* attr2) const in mergeAttributes() argument 158 attr1->splice(attr1->end(), *attr2); in mergeAttributes() 159 return attr1; in mergeAttributes()
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | jsxReactTestSuite.tsx | 39 attr1={ 73 attr1="foo">
|
/third_party/ntfs-3g/libntfs-3g/ |
D | runlist.c | 2099 static void test_rl_frag_combine(ntfs_volume *vol, ATTR_RECORD *attr1, ATTR_RECORD *attr2, ATTR_REC… in test_rl_frag_combine() argument 2105 run1 = ntfs_mapping_pairs_decompress(vol, attr1, NULL); in test_rl_frag_combine() 2135 ATTR_RECORD *attr1 = ntfs_malloc(1024); in test_rl_frag() local 2139 if (!attr1 || !attr2 || !attr3) in test_rl_frag() 2148 if (!test_rl_read_buffer("runlist-data/attr1.bin", (u8*) attr1, 1024)) in test_rl_frag() 2155 if (strcmp(test, "123") == 0) test_rl_frag_combine(&vol, attr1, attr2, attr3); in test_rl_frag() 2156 else if (strcmp(test, "132") == 0) test_rl_frag_combine(&vol, attr1, attr3, attr2); in test_rl_frag() 2157 else if (strcmp(test, "213") == 0) test_rl_frag_combine(&vol, attr2, attr1, attr3); in test_rl_frag() 2158 else if (strcmp(test, "231") == 0) test_rl_frag_combine(&vol, attr2, attr3, attr1); in test_rl_frag() 2159 else if (strcmp(test, "312") == 0) test_rl_frag_combine(&vol, attr3, attr1, attr2); in test_rl_frag() [all …]
|
/third_party/selinux/libsepol/src/ |
D | kernel_to_conf.c | 137 const char *attr1 = NULL; in constraint_expr_to_str() local 152 case CEXPR_USER: attr1 ="u1"; attr2 ="u2"; break; in constraint_expr_to_str() 153 case CEXPR_USER | CEXPR_TARGET: attr1 ="u2"; attr2 =""; break; in constraint_expr_to_str() 154 case CEXPR_USER | CEXPR_XTARGET: attr1 ="u3"; attr2 =""; break; in constraint_expr_to_str() 155 case CEXPR_ROLE: attr1 ="r1"; attr2 ="r2"; break; in constraint_expr_to_str() 156 case CEXPR_ROLE | CEXPR_TARGET: attr1 ="r2"; attr2 =""; break; in constraint_expr_to_str() 157 case CEXPR_ROLE | CEXPR_XTARGET: attr1 ="r3"; attr2 =""; break; in constraint_expr_to_str() 158 case CEXPR_TYPE: attr1 ="t1"; attr2 ="t2"; break; in constraint_expr_to_str() 159 case CEXPR_TYPE | CEXPR_TARGET: attr1 ="t2"; attr2 =""; break; in constraint_expr_to_str() 160 case CEXPR_TYPE | CEXPR_XTARGET: attr1 ="t3"; attr2 =""; break; in constraint_expr_to_str() [all …]
|
D | kernel_to_cil.c | 139 const char *attr1 = NULL; in constraint_expr_to_str() local 154 case CEXPR_USER: attr1 ="u1"; attr2 ="u2"; break; in constraint_expr_to_str() 155 case CEXPR_USER | CEXPR_TARGET: attr1 ="u2"; attr2 =""; break; in constraint_expr_to_str() 156 case CEXPR_USER | CEXPR_XTARGET: attr1 ="u3"; attr2 =""; break; in constraint_expr_to_str() 157 case CEXPR_ROLE: attr1 ="r1"; attr2 ="r2"; break; in constraint_expr_to_str() 158 case CEXPR_ROLE | CEXPR_TARGET: attr1 ="r2"; attr2 =""; break; in constraint_expr_to_str() 159 case CEXPR_ROLE | CEXPR_XTARGET: attr1 ="r3"; attr2 =""; break; in constraint_expr_to_str() 160 case CEXPR_TYPE: attr1 ="t1"; attr2 ="t2"; break; in constraint_expr_to_str() 161 case CEXPR_TYPE | CEXPR_TARGET: attr1 ="t2"; attr2 =""; break; in constraint_expr_to_str() 162 case CEXPR_TYPE | CEXPR_XTARGET: attr1 ="t3"; attr2 =""; break; in constraint_expr_to_str() [all …]
|
D | module_to_cil.c | 1721 const char *attr1; in constraint_expr_to_string() local 1748 case CEXPR_USER: attr1 = "u1"; attr2 = "u2"; break; in constraint_expr_to_string() 1749 case CEXPR_USER | CEXPR_TARGET: attr1 = "u2"; attr2 = ""; break; in constraint_expr_to_string() 1750 case CEXPR_USER | CEXPR_XTARGET: attr1 = "u3"; attr2 = ""; break; in constraint_expr_to_string() 1751 case CEXPR_ROLE: attr1 = "r1"; attr2 = "r2"; break; in constraint_expr_to_string() 1752 case CEXPR_ROLE | CEXPR_TARGET: attr1 = "r2"; attr2 = ""; break; in constraint_expr_to_string() 1753 case CEXPR_ROLE | CEXPR_XTARGET: attr1 = "r3"; attr2 = ""; break; in constraint_expr_to_string() 1754 case CEXPR_TYPE: attr1 = "t1"; attr2 = "t2"; break; in constraint_expr_to_string() 1755 case CEXPR_TYPE | CEXPR_TARGET: attr1 = "t2"; attr2 = ""; break; in constraint_expr_to_string() 1756 case CEXPR_TYPE | CEXPR_XTARGET: attr1 = "t3"; attr2 = ""; break; in constraint_expr_to_string() [all …]
|
/third_party/libxml2/test/valid/dtds/ |
D | external2.ent | 1 <!ATTLIST root attr1 NMTOKEN "attrvalue">
|
/third_party/libxml2/ |
D | c14n.c | 892 const xmlAttrPtr attr1 = (const xmlAttrPtr) data1; in xmlC14NAttrsCompare() local 899 if (attr1 == attr2) in xmlC14NAttrsCompare() 901 if (attr1 == NULL) in xmlC14NAttrsCompare() 905 if (attr1->ns == attr2->ns) { in xmlC14NAttrsCompare() 906 return (xmlStrcmp(attr1->name, attr2->name)); in xmlC14NAttrsCompare() 914 if (attr1->ns == NULL) in xmlC14NAttrsCompare() 918 if (attr1->ns->prefix == NULL) in xmlC14NAttrsCompare() 923 ret = xmlStrcmp(attr1->ns->href, attr2->ns->href); in xmlC14NAttrsCompare() 925 ret = xmlStrcmp(attr1->name, attr2->name); in xmlC14NAttrsCompare()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.c | 189 const char *attr1, const char *value1) in trace_dump_tag_begin1() argument 194 trace_dump_writes(attr1); in trace_dump_tag_begin1()
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_device_drm.txt | 183 int attr1[] = { EGL_DRM_MASTER_FD_EXT, fd }; 186 attr1);
|
D | EGL_EXT_device_openwf.txt | 190 int attr1[] = { EGL_OPENWF_DEVICE_EXT, wfdDev }; 193 attr1);
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_device_drm.txt | 183 int attr1[] = { EGL_DRM_MASTER_FD_EXT, fd }; 186 attr1);
|
D | EGL_EXT_device_openwf.txt | 190 int attr1[] = { EGL_OPENWF_DEVICE_EXT, wfdDev }; 193 attr1);
|
/third_party/cups-filters/utils/ |
D | cups-browsed.c | 3238 ipp_attribute_t *attr, *attr1; in supports_job_attributes_requested() local 3430 if ((attr1 = ippFindAttribute(p->prattrs, "sides-supported", in supports_job_attributes_requested() 3432 for (i = 0, count = ippGetCount(attr1); i < count; i++) { in supports_job_attributes_requested() 3433 side = ippGetString(attr1, i, NULL); in supports_job_attributes_requested() 3463 if ((attr1 = ippFindAttribute(p->prattrs, in supports_job_attributes_requested() 3466 for (i = 0, count = ippGetCount(attr1); i < count; i ++) { in supports_job_attributes_requested() 3467 orien = ippGetInteger(attr1, i); in supports_job_attributes_requested()
|