/external/libxml2/fuzz/ |
D | schema.dict | 3 xs_annotation="<xs:annotation></xs:annotation>" 5 xs_attribute="<xs:attribute name='a'></xs:attribute>" 6 xs_attribute_required="<xs:attribute name='a' use='required'></xs:attribute>" 7 xs_element="<xs:element name='e'></xs:element>" 10 type_string=" type='xs:string'" 11 type_boolean=" type='xs:boolean'" 12 type_decimal=" type='xs:decimal'" 13 type_float=" type='xs:float'" 14 type_double=" type='xs:double'" 15 type_date_time=" type='xs:dateTime'" [all …]
|
/external/libxml2/test/schemas/ |
D | 570702_0.xsd | 1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 3 <xs:element name="dn_len_list"> 4 <xs:complexType> 5 <xs:sequence maxOccurs="3"> 6 <xs:element name="dn_length" minOccurs="0"> 7 <xs:annotation> 8 <xs:documentation>Destination Number Length</xs:documentation> 9 </xs:annotation> 10 <xs:simpleType> 11 <xs:restriction base="xs:byte"> [all …]
|
D | bug310264_0.xsd | 1 <xs:schema xmlns:tns="http://myns" 3 xmlns:xs="http://www.w3.org/2001/XMLSchema" 6 <xs:element name="a" /> 8 <xs:complexType name="c" > 9 <xs:sequence minOccurs="2" maxOccurs="4"> 10 <xs:sequence minOccurs="19" maxOccurs="20"> 11 <xs:element ref="tns:a" /> 12 </xs:sequence> 13 </xs:sequence> 14 </xs:complexType> [all …]
|
/external/rust/crates/itertools/benches/ |
D | bench1.rs | 15 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter() localVariable 18 b.iter(|| for elt in xs.iter() { in slice_iter() 25 let xs: Vec<_> = repeat(1i32).take(20).collect(); in slice_iter_rev() localVariable 28 b.iter(|| for elt in xs.iter().rev() { in slice_iter_rev() 35 let xs = vec![0; 1024]; in zip_default_zip() localVariable 37 let xs = black_box(xs); in zip_default_zip() localVariable 42 for (&x, &y) in xs.iter().zip(&ys) { in zip_default_zip() 51 let xs = vec![2; 1024]; in zipdot_i32_default_zip() localVariable 53 let xs = black_box(xs); in zipdot_i32_default_zip() localVariable 59 for (&x, &y) in xs.iter().zip(&ys) { in zipdot_i32_default_zip() [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | sequence_equal.cpp | 10 auto xs = sc.make_hot_observable({ variable 26 [xs, ys]() { in __anonf27472810102() 27 return xs in __anonf27472810102() 43 auto actual = xs.subscriptions(); 56 auto xs = sc.make_hot_observable({ variable 72 [xs, ys]() { in __anonf27472810202() 73 return xs in __anonf27472810202() 89 auto actual = xs.subscriptions(); 102 auto xs = sc.make_hot_observable({ variable 113 [xs, ys]() { in __anonf27472810302() [all …]
|
D | distinct_until_changed.cpp | 10 auto xs = sc.make_hot_observable({ variable 17 [xs]() { in __anon485adec70102() 18 return xs | rxo::distinct_until_changed(); in __anon485adec70102() 32 auto actual = xs.subscriptions(); 45 auto xs = sc.make_hot_observable({ variable 53 [xs]() { in __anon485adec70202() 54 return xs.distinct_until_changed(); in __anon485adec70202() 70 auto actual = xs.subscriptions(); 84 auto xs = sc.make_hot_observable({ variable 93 [xs]() { in __anon485adec70302() [all …]
|
D | distinct.cpp | 10 auto xs = sc.make_hot_observable({ variable 17 [xs]() { in __anon4715f4d30102() 18 return xs in __anon4715f4d30102() 35 auto actual = xs.subscriptions(); 48 auto xs = sc.make_hot_observable({ variable 56 [xs]() { in __anon4715f4d30202() 57 return xs.distinct() in __anon4715f4d30202() 75 auto actual = xs.subscriptions(); 89 auto xs = sc.make_hot_observable({ variable 98 [xs]() { in __anon4715f4d30302() [all …]
|
D | element_at.cpp | 10 auto xs = sc.make_hot_observable({ variable 17 [xs]() { in __anon029ffd6f0102() 18 return xs | rxo::element_at(3); in __anon029ffd6f0102() 32 auto actual = xs.subscriptions(); 47 auto xs = sc.make_hot_observable({ variable 55 [xs]() { in __anon029ffd6f0202() 56 return xs.element_at(0); in __anon029ffd6f0202() 72 auto actual = xs.subscriptions(); 86 auto xs = sc.make_hot_observable({ variable 95 [xs]() { in __anon029ffd6f0302() [all …]
|
D | take_last.cpp | 10 auto xs = sc.make_hot_observable({ variable 22 [xs]() { in __anon33d1c7a90102() 23 return xs in __anon33d1c7a90102() 42 auto actual = xs.subscriptions(); 56 auto xs = sc.make_hot_observable({ variable 68 [xs]() { in __anon33d1c7a90202() 69 return xs in __anon33d1c7a90202() 89 auto actual = xs.subscriptions(); 103 auto xs = sc.make_hot_observable({ variable 115 [xs]() { in __anon33d1c7a90302() [all …]
|
D | skip_last.cpp | 10 auto xs = sc.make_hot_observable({ variable 22 [xs]() { in __anonefaf35db0102() 23 return xs in __anonefaf35db0102() 46 auto actual = xs.subscriptions(); 60 auto xs = sc.make_hot_observable({ variable 72 [xs]() { in __anonefaf35db0202() 73 return xs in __anonefaf35db0202() 95 auto actual = xs.subscriptions(); 109 auto xs = sc.make_hot_observable({ variable 121 [xs]() { in __anonefaf35db0302() [all …]
|
D | start_with.cpp | 10 auto xs = sc.make_hot_observable({ variable 17 [xs]() { in __anoned7622fa0102() 18 return xs in __anoned7622fa0102() 37 auto actual = xs.subscriptions(); 50 auto xs = sc.make_hot_observable({ variable 58 [xs]() { in __anoned7622fa0202() 59 return xs in __anoned7622fa0202() 79 auto actual = xs.subscriptions(); 93 auto xs = sc.make_hot_observable({ variable 102 [xs]() { in __anoned7622fa0302() [all …]
|
D | contains.cpp | 11 auto xs = sc.make_hot_observable({ variable 20 [xs]() { in __anon58bed0f00102() 21 return xs in __anon58bed0f00102() 40 auto actual = xs.subscriptions(); 55 auto xs = sc.make_hot_observable({ variable 64 [xs]() { in __anon58bed0f00202() 65 return xs in __anon58bed0f00202() 84 auto actual = xs.subscriptions(); 99 auto xs = sc.make_hot_observable({ variable 106 [xs]() { in __anon58bed0f00302() [all …]
|
D | exists.cpp | 13 auto xs = sc.make_hot_observable({ variable 22 [xs]() { in __anonde1c59710102() 23 return xs in __anonde1c59710102() 42 auto actual = xs.subscriptions(); 57 auto xs = sc.make_hot_observable({ variable 66 [xs]() { in __anonde1c59710302() 67 return xs in __anonde1c59710302() 87 auto actual = xs.subscriptions(); 102 auto xs = sc.make_hot_observable({ variable 109 [xs]() { in __anonde1c59710502() [all …]
|
D | any.cpp | 11 auto xs = sc.make_hot_observable({ variable 20 [xs]() { in __anon9957cc590102() 21 return xs in __anon9957cc590102() 40 auto actual = xs.subscriptions(); 55 auto xs = sc.make_hot_observable({ variable 64 [xs]() { in __anon9957cc590302() 65 return xs in __anon9957cc590302() 85 auto actual = xs.subscriptions(); 100 auto xs = sc.make_hot_observable({ variable 107 [xs]() { in __anon9957cc590502() [all …]
|
D | all.cpp | 11 auto xs = sc.make_hot_observable({ variable 21 [xs]() { in __anon93c23c8a0102() 22 return xs in __anon93c23c8a0102() 41 auto actual = xs.subscriptions(); 56 auto xs = sc.make_hot_observable({ variable 66 [xs]() { in __anon93c23c8a0302() 67 return xs in __anon93c23c8a0302() 87 auto actual = xs.subscriptions(); 102 auto xs = sc.make_hot_observable({ variable 109 [xs]() { in __anon93c23c8a0502() [all …]
|
D | timeout.cpp | 15 auto xs = sc.make_hot_observable({ variable 22 [so, xs]() { in __anona46c52f80102() 23 return xs in __anona46c52f80102() 40 auto actual = xs.subscriptions(); 54 auto xs = sc.make_hot_observable({ variable 62 [so, xs]() { in __anona46c52f80202() 63 return xs.timeout(so, milliseconds(100)); in __anona46c52f80202() 79 auto actual = xs.subscriptions(); 94 auto xs = sc.make_hot_observable({ variable 104 [so, xs]() { in __anona46c52f80302() [all …]
|
D | map.cpp | 11 auto xs = sc.make_hot_observable({ variable 26 [xs, &invoked]() { in __anon161cb8af0102() 27 return xs in __anon161cb8af0102() 53 auto actual = xs.subscriptions(); 70 auto xs = sc.make_hot_observable({ variable 77 [xs]() { in __anon161cb8af0302() 78 return xs in __anon161cb8af0302() 97 auto actual = xs.subscriptions(); 110 auto xs = sc.make_hot_observable({ variable 118 [xs]() { in __anon161cb8af0502() [all …]
|
D | debounce.cpp | 13 auto xs = sc.make_hot_observable({ variable 20 [so, xs]() { in __anonb887d2960102() 21 return xs | rxo::debounce(so, milliseconds(10)); in __anonb887d2960102() 35 auto actual = xs.subscriptions(); 49 auto xs = sc.make_hot_observable({ variable 57 [so, xs]() { in __anonb887d2960202() 58 return xs.debounce(milliseconds(10), so); in __anonb887d2960202() 74 auto actual = xs.subscriptions(); 89 auto xs = sc.make_hot_observable({ variable 99 [so, xs]() { in __anonb887d2960302() [all …]
|
/external/okio/okio/src/jvmTest/kotlin/okio/ |
D | SegmentSharingTest.kt | 35 val byteString = bufferWithSegments(xs, ys, zs).snapshot() in snapshotsAreEquivalent() 36 assertEquivalent(byteString, bufferWithSegments(xs, ys + zs).snapshot()) in snapshotsAreEquivalent() 37 assertEquivalent(byteString, bufferWithSegments(xs + ys + zs).snapshot()) in snapshotsAreEquivalent() 38 assertEquivalent(byteString, (xs + ys + zs).encodeUtf8()) in snapshotsAreEquivalent() 42 val byteString = bufferWithSegments(xs, ys, zs).snapshot() in snapshotGetByte() 44 assertEquals('x', byteString[xs.length - 1].toChar()) in snapshotGetByte() 45 assertEquals('y', byteString[xs.length].toChar()) in snapshotGetByte() 46 assertEquals('y', byteString[xs.length + ys.length - 1].toChar()) in snapshotGetByte() 47 assertEquals('z', byteString[xs.length + ys.length].toChar()) in snapshotGetByte() 48 assertEquals('z', byteString[xs.length + ys.length + zs.length - 1].toChar()) in snapshotGetByte() [all …]
|
/external/tensorflow/tensorflow/python/keras/datasets/ |
D | reuters.py | 120 xs, labels = f['x'], f['y'] 123 indices = np.arange(len(xs)) 125 xs = xs[indices] 129 xs = [[start_char] + [w + index_from for w in x] for x in xs] 131 xs = [[w + index_from for w in x] for x in xs] 134 xs, labels = _remove_long_seq(maxlen, xs, labels) 137 num_words = max(max(x) for x in xs) 143 xs = [[w if skip_top <= w < num_words else oov_char for w in x] for x in xs] 145 xs = [[w for w in x if skip_top <= w < num_words] for x in xs] 147 idx = int(len(xs) * (1 - test_split)) [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_v2.py | 115 xs = [ 119 y = f(*xs) 124 return sess.run(y, feed_dict=dict(zip(xs, xs_data))) 129 def _compute_theoretical_jacobian(f, y_shape, y_dtype, xs, param): argument 149 x = xs[param] 169 grad_fn = _prepare(lambda dy, *xs: grad_fn_unprep(*xs, dy=dy), 170 [y_dtype] + [z.dtype for z in xs], 171 [None] + [z.shape for z in xs]) 174 grad = _to_numpy(grad_fn(dy_data, *xs)[0]) 190 grad = _to_numpy(grad_fn(dy_data, *xs)[0]) [all …]
|
/external/clang/test/Sema/ |
D | warn-unsequenced.c | 11 int xs[10]; in test() local 19 a = xs[++a]; // expected-warning {{multiple unsequenced modifications}} in test() 20 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} in test() 43 (xs[2] && (a = 0)) + a; // ok in test() 47 (xs[3] || (a = 0)) + a; // ok in test() 51 (xs[4] ? a : ++a) + a; // ok in test() 54 (xs[5] ? ++a : ++a) + a; // FIXME: warn here in test() 56 (++a, xs[6] ? ++a : 0) + a; // expected-warning {{unsequenced modification and access}} in test() 62 int *p = xs; in test() 79 (xs[7] && ++a) * (!xs[7] && ++a); // ok in test() [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-unsequenced.cpp | 15 int xs[10]; in test() local 26 a = xs[++a]; // ok in test() 27 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} in test() 28 (a ? xs[0] : xs[1]) = ++a; // expected-warning {{unsequenced modification and access}} in test() 60 (xs[2] && (a = 0)) + a; // ok in test() 64 (xs[3] || (a = 0)) + a; // ok in test() 68 (xs[4] ? a : ++a) + a; // ok in test() 73 (xs[5] ? ++a : ++a) + a; // FIXME: warn here in test() 75 (++a, xs[6] ? ++a : 0) + a; // expected-warning {{unsequenced modification and access}} in test() 81 int *p = xs; in test() [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | warn-unsequenced.c | 11 int xs[10]; in test() local 19 a = xs[++a]; // expected-warning {{multiple unsequenced modifications}} in test() 20 a = xs[a++]; // expected-warning {{multiple unsequenced modifications}} in test() 43 (xs[2] && (a = 0)) + a; // expected-warning {{unsequenced modification and access to 'a'}} in test() 47 (xs[3] || (a = 0)) + a; // expected-warning {{unsequenced modification and access to 'a'}} in test() 51 (xs[4] ? a : ++a) + a; // expected-warning {{unsequenced modification and access to 'a'}} in test() 54 (xs[5] ? ++a : ++a) + a; // expected-warning {{unsequenced modification and access to 'a'}} in test() 56 (++a, xs[6] ? ++a : 0) + a; // expected-warning {{unsequenced modification and access}} in test() 62 int *p = xs; in test() 80 …(xs[7] && ++a) * (!xs[7] && ++a); // expected-warning {{multiple unsequenced modifications to 'a'}} in test() [all …]
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | SegmentSharingTest.java | 29 private static final String xs = TestUtil.repeat('x', Segment.SIZE / 2 + 1); field in SegmentSharingTest 39 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); in snapshotsAreEquivalent() 40 assertEquivalent(byteString, concatenateBuffers(xs, ys + zs).snapshot()); in snapshotsAreEquivalent() 41 assertEquivalent(byteString, concatenateBuffers(xs + ys + zs).snapshot()); in snapshotsAreEquivalent() 42 assertEquivalent(byteString, ByteString.encodeUtf8(xs + ys + zs)); in snapshotsAreEquivalent() 46 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); in snapshotGetByte() 48 assertEquals('x', byteString.getByte(xs.length() - 1)); in snapshotGetByte() 49 assertEquals('y', byteString.getByte(xs.length())); in snapshotGetByte() 50 assertEquals('y', byteString.getByte(xs.length() + ys.length() - 1)); in snapshotGetByte() 51 assertEquals('z', byteString.getByte(xs.length() + ys.length())); in snapshotGetByte() [all …]
|