/external/cronet/third_party/icu/source/data/misc/ |
D | dayPeriods.txt | 182 from{"00:00"} 186 from{"12:00"} 192 from{"12:00"} 196 from{"18:00"} 203 from{"06:00"} 207 from{"00:00"} 216 from{"12:00"} 220 from{"18:00"} 224 from{"05:00"} 228 from{"22:00"} [all …]
|
/external/icu/icu4c/source/data/misc/ |
D | dayPeriods.txt | 182 from{"00:00"} 186 from{"12:00"} 192 from{"12:00"} 196 from{"18:00"} 203 from{"06:00"} 207 from{"00:00"} 216 from{"12:00"} 220 from{"18:00"} 224 from{"05:00"} 228 from{"22:00"} [all …]
|
/external/cronet/third_party/icu/source/data/curr/ |
D | supplementalData.txt | 8 from:intvector{ 17 from:intvector{ 24 from:intvector{ 35 from:intvector{ 46 from:intvector{ 59 from:intvector{ 68 from:intvector{ 75 from:intvector{ 88 from:intvector{ 97 from:intvector{ [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | supplementalData.txt | 8 from:intvector{ 17 from:intvector{ 24 from:intvector{ 35 from:intvector{ 46 from:intvector{ 59 from:intvector{ 68 from:intvector{ 75 from:intvector{ 88 from:intvector{ 97 from:intvector{ [all …]
|
/external/rust/crates/glob/tests/ |
D | glob-std.rs | 85 PathBuf::from("r/another"), in main() 86 PathBuf::from("r/one"), in main() 87 PathBuf::from("r/one/another"), in main() 88 PathBuf::from("r/one/another/deep"), in main() 89 PathBuf::from("r/three"), in main() 90 PathBuf::from("r/two") in main() 98 PathBuf::from("r/another"), in main() 99 PathBuf::from("r/one"), in main() 100 PathBuf::from("r/one/another"), in main() 101 PathBuf::from("r/one/another/deep"), in main() [all …]
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | WifiUsabilityStatsEntryBuilder.java | 52 ClassParameter.from(long.class, timeStampMillis), in build() 53 ClassParameter.from(int.class, rssi), in build() 54 ClassParameter.from(int.class, linkSpeedMbps), in build() 55 ClassParameter.from(long.class, totalTxSuccess), in build() 56 ClassParameter.from(long.class, totalTxRetries), in build() 57 ClassParameter.from(long.class, totalTxBad), in build() 58 ClassParameter.from(long.class, totalRxSuccess), in build() 59 ClassParameter.from(long.class, totalRadioOnTimeMillis), in build() 60 ClassParameter.from(long.class, totalRadioTxTimeMillis), in build() 61 ClassParameter.from(long.class, totalRadioRxTimeMillis), in build() [all …]
|
D | StorageVolumeBuilder.java | 3 import static org.robolectric.util.ReflectionHelpers.ClassParameter.from; 98 from(String.class, id), // String id, in build() 99 from(int.class, storageId), // int storageId in build() 100 from(File.class, path), // File path, in build() 101 from(String.class, description), // String description in build() 102 from(boolean.class, primary), // boolean primary, in build() 103 from(boolean.class, removable), // boolean removable, in build() 104 from(boolean.class, emulated), // boolean emulated, in build() 105 from(long.class, mtpReserveSize), // long mtpReserveSize, in build() 106 from(boolean.class, allowMassStorage), in build() [all …]
|
D | AssociationInfoBuilder.java | 107 ClassParameter.from(int.class, id), in build() 108 ClassParameter.from(int.class, userId), in build() 109 ClassParameter.from(String.class, packageName), in build() 110 ClassParameter.from(MacAddress.class, macAddress), in build() 111 ClassParameter.from(CharSequence.class, displayName), in build() 112 ClassParameter.from(String.class, deviceProfile), in build() 113 ClassParameter.from(boolean.class, selfManaged), in build() 114 ClassParameter.from(boolean.class, notifyOnDeviceNearby), in build() 115 ClassParameter.from(boolean.class, false /*revoked only supported in aosp*/), in build() 116 ClassParameter.from(long.class, approvedMs), in build() [all …]
|
D | SharedLibraryInfoBuilder.java | 85 ClassParameter.from(String.class, name), in build() 86 ClassParameter.from(int.class, (int) version), in build() 87 ClassParameter.from(int.class, type), in build() 88 ClassParameter.from(VersionedPackage.class, declaringPackage), in build() 89 ClassParameter.from(List.class, dependentPackages)); in build() 93 ClassParameter.from(String.class, name), in build() 94 ClassParameter.from(long.class, version), in build() 95 ClassParameter.from(int.class, type), in build() 96 ClassParameter.from(VersionedPackage.class, declaringPackage), in build() 97 ClassParameter.from(List.class, dependentPackages)); in build() [all …]
|
D | DragEventBuilder.java | 73 ClassParameter.from(int.class, action), in build() 74 ClassParameter.from(float.class, x), in build() 75 ClassParameter.from(float.class, y), in build() 76 ClassParameter.from(Object.class, localState), in build() 77 ClassParameter.from(ClipDescription.class, clipDescription), in build() 78 ClassParameter.from(ClipData.class, clipData), in build() 79 ClassParameter.from(boolean.class, result)); in build() 84 ClassParameter.from(int.class, action), in build() 85 ClassParameter.from(float.class, x), in build() 86 ClassParameter.from(float.class, y), in build() [all …]
|
D | ShadowRangingResult.java | 144 ReflectionHelpers.ClassParameter.from(int.class, status), in asRangingResultP() 145 ReflectionHelpers.ClassParameter.from(MacAddress.class, mac), in asRangingResultP() 146 ReflectionHelpers.ClassParameter.from(int.class, distanceMm), in asRangingResultP() 147 ReflectionHelpers.ClassParameter.from(int.class, distanceStdDevMm), in asRangingResultP() 148 ReflectionHelpers.ClassParameter.from(int.class, rssi), in asRangingResultP() 149 ReflectionHelpers.ClassParameter.from(int.class, numAttemptedMeasurements), in asRangingResultP() 150 ReflectionHelpers.ClassParameter.from(int.class, numSuccessfulMeasurements), in asRangingResultP() 151 ReflectionHelpers.ClassParameter.from(byte[].class, lci), in asRangingResultP() 152 ReflectionHelpers.ClassParameter.from(byte[].class, lcr), in asRangingResultP() 153 ReflectionHelpers.ClassParameter.from(long.class, timestampMillis)); in asRangingResultP() [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowViewRootImpl.java | 54 ClassParameter.from(int.class, frame.width()), in callDispatchResized() 55 ClassParameter.from(int.class, frame.height()), in callDispatchResized() 56 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 57 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 58 ClassParameter.from(boolean.class, true), in callDispatchResized() 59 ClassParameter.from(Configuration.class, null)); in callDispatchResized() 62 ClassParameter.from(Rect.class, frame), in callDispatchResized() 63 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 64 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 65 ClassParameter.from(boolean.class, true), in callDispatchResized() [all …]
|
D | ShadowActivity.java | 104 ReflectionHelpers.ClassParameter.from(Context.class, baseContext), in callAttach() 105 ReflectionHelpers.ClassParameter.from( in callAttach() 107 ReflectionHelpers.ClassParameter.from(Instrumentation.class, instrumentation), in callAttach() 108 ReflectionHelpers.ClassParameter.from(IBinder.class, null), in callAttach() 109 ReflectionHelpers.ClassParameter.from(int.class, 0), in callAttach() 110 ReflectionHelpers.ClassParameter.from(Application.class, application), in callAttach() 111 ReflectionHelpers.ClassParameter.from(Intent.class, intent), in callAttach() 112 ReflectionHelpers.ClassParameter.from(ActivityInfo.class, activityInfo), in callAttach() 113 ReflectionHelpers.ClassParameter.from(CharSequence.class, activityTitle), in callAttach() 114 ReflectionHelpers.ClassParameter.from(Activity.class, null), in callAttach() [all …]
|
D | StorageVolumeBuilder.java | 3 import static org.robolectric.util.ReflectionHelpers.ClassParameter.from; 70 from(String.class, id), // String id, in build() 71 from(int.class, storageId), // int storageId in build() 72 from(File.class, path), // File path, in build() 73 from(String.class, description), // String description in build() 74 from(boolean.class, primary), // boolean primary, in build() 75 from(boolean.class, removable), // boolean removable, in build() 76 from(boolean.class, emulated), // boolean emulated, in build() 77 from(long.class, mtpReserveSize), // long mtpReserveSize, in build() 78 from(boolean.class, allowMassStorage), in build() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 23 1 year from now 24 2 years from now 25 3 years from now 26 5 years from now 27 10 years from now 28 11 years from now 29 12 years from now 30 20 years from now 31 21 years from now 32 22 years from now [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/testdata/ |
D | testdata_en.txt | 23 1 year from now 24 2 years from now 25 3 years from now 26 5 years from now 27 10 years from now 28 11 years from now 29 12 years from now 30 20 years from now 31 21 years from now 32 22 years from now [all …]
|
/external/clang/test/OpenMP/ |
D | target_update_from_messages.cpp | 77 T from; in tmain() local 82 #pragma omp target update from // expected-error {{expected '(' after 'from'}} expected-error {{exp… in tmain() 83 #pragma omp target update from( // expected-error {{expected ')'}} expected-note {{to match this '(… in tmain() 84 #pragma omp target update from() // expected-error {{expected expression}} expected-error {{expecte… in tmain() 86 #pragma omp target update from(alloc) // expected-error {{use of undeclared identifier 'alloc'}} ex… in tmain() 87 #pragma omp target update from(x) in tmain() 88 #pragma omp target update from(t[:I]) in tmain() 89 #pragma omp target update from(T) // expected-error {{'T' does not refer to a value}} expected-erro… in tmain() 90 #pragma omp target update from(I) // expected-error 2 {{expected expression containing only member … in tmain() 91 #pragma omp target update from(S2::S2s) in tmain() [all …]
|
D | target_exit_data_depend_messages.cpp | 25 #pragma omp target exit data map(from: i) depend // expected-error {{expected '(' after 'depend'}} in tmain() 27 …#pragma omp target exit data map(from: i) depend ( // expected-error {{expected 'in', 'out' or 'in… in tmain() 29 …#pragma omp target exit data map(from: i) depend () // expected-error {{expected 'in', 'out' or 'i… in tmain() 31 …#pragma omp target exit data map(from: i) depend (argc // expected-error {{expected 'in', 'out' or… in tmain() 33 …#pragma omp target exit data map(from: i) depend (source : argc) // expected-error {{expected 'in'… in tmain() 35 …#pragma omp target exit data map(from: i) depend (source) // expected-error {{expected expression}… in tmain() 37 …#pragma omp target exit data map(from: i) depend (in : argc)) // expected-warning {{extra tokens a… in tmain() 39 #pragma omp target exit data map(from: i) depend (out: ) // expected-error {{expected expression}} in tmain() 41 …#pragma omp target exit data map(from: i) depend (inout : foobool(argc)), depend (in, argc) // exp… in tmain() 43 …#pragma omp target exit data map(from: i) depend (out :S1) // expected-error {{'S1' does not refer… in tmain() [all …]
|
/external/rust/crates/plotters-backend/src/rasterizer/ |
D | line.rs | 5 mut from: BackendCoord, in draw_line() 15 let v = (i64::from(to.0 - from.0), i64::from(to.1 - from.1)); in draw_line() 24 let r = f64::from(style.stroke_width()) / 2.0; in draw_line() 28 for point in [from, to].iter() { in draw_line() 31 (f64::from(point.0) + t.0) as i32, in draw_line() 32 (f64::from(point.1) + t.1) as i32, in draw_line() 42 if from.0 == to.0 { in draw_line() 43 if from.1 > to.1 { in draw_line() 44 std::mem::swap(&mut from, &mut to); in draw_line() 46 for y in from.1..=to.1 { in draw_line() [all …]
|
/external/mockito/src/test/java/org/mockito/internal/util/reflection/ |
D | LenientCopyToolTest.java | 47 private SomeObject from = new SomeObject(100); field in LenientCopyToolTest 53 assertEquals(100, from.finalField); in shouldShallowCopyBasicFinalField() 57 tool.copyToMock(from, to); in shouldShallowCopyBasicFinalField() 66 from.privateTransientField = 1000; in shouldShallowCopyTransientPrivateFields() 70 tool.copyToMock(from, to); in shouldShallowCopyTransientPrivateFields() 91 from.defaultField = "foo"; in shouldShallowCopyFieldValuesIntoMock() 92 from.instancePublicField = new SomeOtherObject(); in shouldShallowCopyFieldValuesIntoMock() 93 from.privateField = 1; in shouldShallowCopyFieldValuesIntoMock() 94 from.privateTransientField = 2; in shouldShallowCopyFieldValuesIntoMock() 95 from.protectedField = 3; in shouldShallowCopyFieldValuesIntoMock() [all …]
|
/external/cronet/third_party/icu/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 6 # Generated from CLDR 10 # Mechanically generated from Unicode Character Database 43 !↔'!'; # from FULLWIDTH EXCLAMATION MARK 44 "↔'"'; # from FULLWIDTH QUOTATION MARK 45 #↔'#'; # from FULLWIDTH NUMBER SIGN 46 $↔'$'; # from FULLWIDTH DOLLAR SIGN 47 %↔'%'; # from FULLWIDTH PERCENT SIGN 48 &↔'&'; # from FULLWIDTH AMPERSAND 49 '↔''; # from FULLWIDTH APOSTROPHE 50 (↔'('; # from FULLWIDTH LEFT PARENTHESIS [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 6 # Generated from CLDR 10 # Mechanically generated from Unicode Character Database 43 !↔'!'; # from FULLWIDTH EXCLAMATION MARK 44 "↔'"'; # from FULLWIDTH QUOTATION MARK 45 #↔'#'; # from FULLWIDTH NUMBER SIGN 46 $↔'$'; # from FULLWIDTH DOLLAR SIGN 47 %↔'%'; # from FULLWIDTH PERCENT SIGN 48 &↔'&'; # from FULLWIDTH AMPERSAND 49 '↔''; # from FULLWIDTH APOSTROPHE 50 (↔'('; # from FULLWIDTH LEFT PARENTHESIS [all …]
|
/external/apache-http/src/org/apache/http/message/ |
D | BasicTokenIterator.java | 173 protected int findNext(int from) in findNext() argument 176 if (from < 0) { in findNext() 182 from = 0; in findNext() 185 from = findTokenSeparator(from); in findNext() 188 int start = findTokenStart(from); in findNext() 235 protected int findTokenStart(int from) { in findTokenStart() argument 236 if (from < 0) { in findTokenStart() 238 ("Search position must not be negative: " + from); in findTokenStart() 245 while (!found && (from < to)) { in findTokenStart() 247 final char ch = this.currentHeader.charAt(from); in findTokenStart() [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_bvgraph.h | 44 bool addEdge(uptr from, uptr to) { in addEdge() argument 45 check(from, to); in addEdge() 46 return v[from].setBit(to); in addEdge() 50 uptr addEdges(const BV &from, uptr to, uptr added_edges[], in addEdges() argument 53 t1.copyFrom(from); in addEdges() 69 bool hasEdge(uptr from, uptr to) { return v[from].getBit(to); } in hasEdge() argument 72 bool removeEdge(uptr from, uptr to) { in removeEdge() argument 73 return v[from].clearBit(to); in removeEdge() 79 for (uptr from = 0; from < size(); from++) { in removeEdgesTo() local 80 if (v[from].setDifference(to)) in removeEdgesTo() [all …]
|
/external/angle/src/common/ |
D | PackedGLEnums_autogen.h | 24 Enum FromGLenum(GLenum from); 42 AlphaTestFunc FromGLenum<AlphaTestFunc>(GLenum from); 43 GLenum ToGLenum(AlphaTestFunc from); 67 BufferBinding FromGLenum<BufferBinding>(GLenum from); 68 GLenum ToGLenum(BufferBinding from); 88 BufferUsage FromGLenum<BufferUsage>(GLenum from); 89 GLenum ToGLenum(BufferUsage from); 105 ClientVertexArrayType FromGLenum<ClientVertexArrayType>(GLenum from); 106 GLenum ToGLenum(ClientVertexArrayType from); 119 ClipDepthMode FromGLenum<ClipDepthMode>(GLenum from); [all …]
|