/external/libxml2/test/VC/ |
AttributeDefaultLegal | 6 <!ATTLIST doc bad IDREF "1abc_2"> 7 <!ATTLIST doc ok2 IDREF "abc_2">
|
/external/libxml2/doc/examples/ |
test2.xml | 5 <!ATTLIST src ref IDREF #IMPLIED>
|
/external/libxml2/test/valid/ |
id1.xml | 5 <!ATTLIST src ref IDREF #IMPLIED>
|
id2.xml | 5 <!ATTLIST src ref IDREF #IMPLIED>
|
id3.xml | 5 <!ATTLIST src ref IDREF #IMPLIED>
|
dia.xml | 26 dia:to IDREF #REQUIRED
|
/external/libxml2/result/valid/ |
id1.xml | 6 <!ATTLIST src ref IDREF #IMPLIED>
|
id2.xml | 6 <!ATTLIST src ref IDREF #IMPLIED>
|
id3.xml | 6 <!ATTLIST src ref IDREF #IMPLIED>
|
xlink.xml.err | 4 ./test/valid/xlink.xml:199: element termref: validity error : IDREF attribute def references an unknown ID "dt-xlg"
|
dia.xml | 16 <!ATTLIST dia:connection dia:to IDREF #REQUIRED>
|
/external/tagsoup/stml/ |
stml.rnc | 45 (attribute symbol {xsd:IDREF} | 47 attribute action {xsd:IDREF}, 48 attribute newstate {xsd:IDREF}
|
/external/chromium-trace/catapult/tracing/tracing/importer/ |
context_processor.html | 54 context.snapshot.idRef === scopedId.id); 65 stack[i].snapshot.idRef !== scopedId.id) { 75 context.snapshot.idRef === scopedId.id); 100 idRef: scopedId.id 128 context.snapshot.idRef 135 scopedId.idRef 177 context.snapshot.idRef !== scopedId.id) 184 idRef: context.snapshot.idRef
|
context_processor_test.html | 26 var expectedContext = {type: 'type', snapshot: {scope: 'ptr', idRef: 123}}; 37 var expectedContextA = {type: 'A', snapshot: {scope: 'ptr', idRef: 123}}; 38 var expectedContextB = {type: 'B', snapshot: {scope: 'idx', idRef: 456}}; 68 type: 'type', snapshot: {scope: 'ptr', idRef: 123}}; 70 type: 'type', snapshot: {scope: 'idx', idRef: 456}}; 88 type: 'A', snapshot: {scope: 'ptr', idRef: 123}}; 90 type: 'B', snapshot: {scope: 'idx', idRef: 456}}; 109 var expectedContext = {type: 'type', snapshot: {scope: 'ptr', idRef: 123}}; 127 var expectedContextA = {type: 'A', snapshot: {scope: 'ptr', idRef: 123}}; 128 var expectedContextB = {type: 'B', snapshot: {scope: 'idx', idRef: 456}} [all...] |
/external/libxml2/result/VC/ |
AttributeDefaultLegal | 5 <!ATTLIST doc bad IDREF "1abc_2">
|
AttributeDefaultLegal.rdr | 5 <!ATTLIST doc bad IDREF "1abc_2">
|
/external/tagsoup/tssl/ |
tssl.rnc | 55 (element memberOf { attribute group {xsd:IDREF}}+ | 58 element contains { attribute group {xsd:IDREF}}*, 72 attribute type {"ID" | "IDREF" | "IDREFS" | "NMTOKEN" | "BOOLEAN"}?,
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUService.java | 589 SoftReference<Map<String, Factory>> ref = idref; 594 synchronized (this) { // or idref-only lock? 595 if (ref == idref || idref == null) { 596 // no other thread updated idref before we got the lock, so 607 idref = new SoftReference<Map<String, Factory>>(idcache); 613 // another thread updated idref, but gc may have stepped 616 ref = idref; 624 private SoftReference<Map<String, Factory>> idref; field in class:ICUService [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUService.java | 587 SoftReference<Map<String, Factory>> ref = idref; 592 synchronized (this) { // or idref-only lock? 593 if (ref == idref || idref == null) { 594 // no other thread updated idref before we got the lock, so 605 idref = new SoftReference<Map<String, Factory>>(idcache); 611 // another thread updated idref, but gc may have stepped 614 ref = idref; 622 private SoftReference<Map<String, Factory>> idref; field in class:ICUService [all...] |
/external/chromium-trace/catapult/tracing/tracing/model/ |
model.html | 597 if (!fieldValue || (!fieldValue.id_ref && !fieldValue.idRef)) 601 var idRef = fieldValue.id_ref || fieldValue.idRef; 602 var scopedId = new tr.model.ScopedId(scope, idRef);
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 76 * "ID", "IDREF", "IDREFS", "NMTOKEN", "NMTOKENS", "ENTITY",
|
/external/libxml2/test/valid/dtds/ |
spec.dtd | 236 found, using the IDREF mechanism. %def.att; is for optional 240 'def IDREF #IMPLIED'> 242 'def IDREF #REQUIRED'> 246 using the IDREF mechanism. %ref.att; is for optional 250 'ref IDREF #IMPLIED'> 252 'ref IDREF #REQUIRED'> 615 lang IDREF #IMPLIED>
|
xmlspec.dtd | 238 found, using the IDREF mechanism. %def.att; is for optional 242 'def IDREF #IMPLIED'> 244 'def IDREF #REQUIRED'> 248 using the IDREF mechanism. %ref.att; is for optional 252 'ref IDREF #IMPLIED'> 254 'ref IDREF #REQUIRED'> 637 lang IDREF #IMPLIED> [all...] |
/libcore/luni/src/main/java/org/xml/sax/ |
AttributeList.java | 118 * "IDREF", "IDREFS", "NMTOKEN", "NMTOKENS", "ENTITY", "ENTITIES",
|
Attributes.java | 135 * "IDREF", "IDREFS", "NMTOKEN", "NMTOKENS", "ENTITY", "ENTITIES",
|