/external/icu/icu4c/source/data/misc/ |
D | dayPeriods.txt | 170 from{"00:00"} 174 from{"12:00"} 180 from{"12:00"} 184 from{"18:00"} 191 from{"06:00"} 195 from{"00:00"} 204 from{"12:00"} 208 from{"18:00"} 212 from{"06:00"} 216 from{"10:00"} [all …]
|
/external/icu/icu4c/source/data/curr/ |
D | supplementalData.txt | 7 from:intvector{ 16 from:intvector{ 23 from:intvector{ 34 from:intvector{ 45 from:intvector{ 58 from:intvector{ 67 from:intvector{ 74 from:intvector{ 87 from:intvector{ 96 from:intvector{ [all …]
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowViewRootImpl.java | 49 ClassParameter.from(int.class, frame.width()), in callDispatchResized() 50 ClassParameter.from(int.class, frame.height()), in callDispatchResized() 51 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 52 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 53 ClassParameter.from(boolean.class, true), in callDispatchResized() 54 ClassParameter.from(Configuration.class, null)); in callDispatchResized() 57 ClassParameter.from(Rect.class, frame), in callDispatchResized() 58 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 59 ClassParameter.from(Rect.class, zeroSizedRect), in callDispatchResized() 60 ClassParameter.from(boolean.class, true), in callDispatchResized() [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 …]
|
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 …]
|
/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/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/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 …]
|
D | target_exit_data_if_messages.cpp | 14 #pragma omp target exit data map(from: i) if // expected-error {{expected '(' after 'if'}} in main() 15 …#pragma omp target exit data map(from: i) if ( // expected-error {{expected expression}} expected-… in main() 16 #pragma omp target exit data map(from: i) if () // expected-error {{expected expression}} in main() 17 …#pragma omp target exit data map(from: i) if (argc // expected-error {{expected ')'}} expected-not… in main() 18 …#pragma omp target exit data map(from: i) if (argc)) // expected-warning {{extra tokens at the end… in main() 19 #pragma omp target exit data map(from: i) if (argc > 0 ? argv[1] : argv[2]) in main() 20 #pragma omp target exit data map(from: i) if (argc + argc) in main() 21 …#pragma omp target exit data map(from: i) if (foobool(argc)), if (true) // expected-error {{direct… in main() 22 …#pragma omp target exit data map(from: i) if (S1) // expected-error {{'S1' does not refer to a val… in main() 23 …#pragma omp target exit data map(from: i) if (argv[1]=2) // expected-error {{expected ')'}} expect… in main() [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/icu/icu4c/source/data/translit/ |
D | Fullwidth_Halfwidth.txt | 5 # Generated from CLDR 9 # Mechanically generated from Unicode Character Database 42 !↔'!'; # from FULLWIDTH EXCLAMATION MARK 43 "↔'"'; # from FULLWIDTH QUOTATION MARK 44 #↔'#'; # from FULLWIDTH NUMBER SIGN 45 $↔'$'; # from FULLWIDTH DOLLAR SIGN 46 %↔'%'; # from FULLWIDTH PERCENT SIGN 47 &↔'&'; # from FULLWIDTH AMPERSAND 48 '↔''; # from FULLWIDTH APOSTROPHE 49 (↔'('; # from FULLWIDTH LEFT PARENTHESIS [all …]
|
/external/eigen/Eigen/src/Core/arch/CUDA/ |
D | PacketMath.h | 88 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 pset1<float4>(const float& from) { 89 return make_float4(from, from, from, from); 91 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 pset1<double2>(const double& from) { 92 return make_double2(from, from); 155 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 pload<float4>(const float* from) { 156 return *reinterpret_cast<const float4*>(from); 159 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE double2 pload<double2>(const double* from) { 160 return *reinterpret_cast<const double2*>(from); 163 template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE float4 ploadu<float4>(const float* from) { 164 return make_float4(from[0], from[1], from[2], from[3]); [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 | 26 Enum FromGLenum(GLenum from); 44 AlphaTestFunc FromGLenum<AlphaTestFunc>(GLenum from); 45 GLenum ToGLenum(AlphaTestFunc from); 68 BufferBinding FromGLenum<BufferBinding>(GLenum from); 69 GLenum ToGLenum(BufferBinding from); 89 BufferUsage FromGLenum<BufferUsage>(GLenum from); 90 GLenum ToGLenum(BufferUsage from); 106 ClientVertexArrayType FromGLenum<ClientVertexArrayType>(GLenum from); 107 GLenum ToGLenum(ClientVertexArrayType from); 121 CullFaceMode FromGLenum<CullFaceMode>(GLenum from); [all …]
|
D | PackedGLEnums_autogen.cpp | 19 AlphaTestFunc FromGLenum<AlphaTestFunc>(GLenum from) in FromGLenum() argument 21 switch (from) in FromGLenum() 44 GLenum ToGLenum(AlphaTestFunc from) in ToGLenum() argument 46 switch (from) in ToGLenum() 106 BufferBinding FromGLenum<BufferBinding>(GLenum from) in FromGLenum() argument 108 switch (from) in FromGLenum() 139 GLenum ToGLenum(BufferBinding from) in ToGLenum() argument 141 switch (from) in ToGLenum() 221 BufferUsage FromGLenum<BufferUsage>(GLenum from) in FromGLenum() argument 223 switch (from) in FromGLenum() [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 32 const std::basic_string<F::intern_type> from(L"some text"); in main() local 33 std::vector<char> to(from.size()+1); in main() 37 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 40 assert(static_cast<std::size_t>(from_next - from.data()) == from.size()); in main() 41 assert(static_cast<std::size_t>(to_next - to.data()) == from.size()); in main() 45 std::basic_string<F::intern_type> from(L"some text"); in main() local 46 from[4] = '\0'; in main() 47 std::vector<char> to(from.size()+1); in main() 51 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 54 assert(static_cast<std::size_t>(from_next - from.data()) == from.size()); in main() [all …]
|
/external/jsilver/src/com/google/streamhtmlparser/impl/ |
D | ParserStateTable.java | 101 InternalState getNextState(InternalState from, int currentChar) { in getNextState() argument 103 if (from == null || currentChar < 0) in getNextState() 106 int id = from.getId(); in getNextState() 116 result = defaultStateTable[from.getId()]; in getNextState() 121 void setExpression(String expr, InternalState from, InternalState to) { in setExpression() argument 122 if ((expr == null) || (from == null) || (to == null)) { in setExpression() 128 setDefaultDestination(from, to); in setExpression() 135 setRange(from, expr.charAt(i), expr.charAt(i + 2), to); in setExpression() 138 setDestination(from, expr.charAt(i), to); in setExpression() 144 private void fill(InternalState from, InternalState to) { in fill() argument [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.h | 33 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_l(const Packet& from) { in pexpand_bf16_l() argument 36 tmp = (reinterpret_cast<const tensorflow::uint32&>(from)) & 0xffff0000; in pexpand_bf16_l() 38 tmp = (reinterpret_cast<const tensorflow::uint32&>(from) << 16) & 0xffff0000; in pexpand_bf16_l() 46 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_u(const Packet& from) { in pexpand_bf16_u() argument 49 tmp = (reinterpret_cast<const tensorflow::uint32&>(from) << 16) & 0xffff0000; in pexpand_bf16_u() 51 tmp = (reinterpret_cast<const tensorflow::uint32&>(from)) & 0xffff0000; in pexpand_bf16_u() 61 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_l(const Packet4f& from) { in pexpand_bf16_l() argument 64 pstoreu(r, from); in pexpand_bf16_l() 74 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { in pexpand_bf16_u() argument 77 pstoreu(r, from); in pexpand_bf16_u() [all …]
|
/external/protobuf/php/tests/ |
D | memory_leak_test.php | 57 $from = new TestMessage(); variable 58 TestUtil::setTestMessage($from); 59 TestUtil::assertTestMessage($from); 61 $data = $from->serializeToString(); 68 $from = new TestMessage(); variable 69 TestUtil::setTestMessage2($from); 71 $data = $from->serializeToString(); 142 $from = new TestMessage(); variable 143 TestUtil::setTestMessage($from); 144 unset($from); [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface_udp.c | 79 struct sockaddr_in6 *from, in wpa_supplicant_ctrl_iface_attach() argument 81 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_attach() 93 os_memcpy(&dst->addr, from, sizeof(*from)); in wpa_supplicant_ctrl_iface_attach() 100 inet_ntop(AF_INET6, &from->sin6_addr, addr, sizeof(*from)), in wpa_supplicant_ctrl_iface_attach() 101 ntohs(from->sin6_port)); in wpa_supplicant_ctrl_iface_attach() 104 inet_ntoa(from->sin_addr), ntohs(from->sin_port)); in wpa_supplicant_ctrl_iface_attach() 112 struct sockaddr_in6 *from, argument 114 struct sockaddr_in *from, 126 if (from->sin6_port == dst->addr.sin6_port && 127 !os_memcmp(&from->sin6_addr, &dst->addr.sin6_addr, [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | transportdescription.h | 99 TransportDescription(const TransportDescription& from) in TransportDescription() 100 : transport_options(from.transport_options), in TransportDescription() 101 ice_ufrag(from.ice_ufrag), in TransportDescription() 102 ice_pwd(from.ice_pwd), in TransportDescription() 103 ice_mode(from.ice_mode), in TransportDescription() 104 connection_role(from.connection_role), in TransportDescription() 105 identity_fingerprint(CopyFingerprint(from.identity_fingerprint.get())), in TransportDescription() 106 candidates(from.candidates) {} in TransportDescription() 108 TransportDescription& operator=(const TransportDescription& from) { 110 if (this == &from) [all …]
|
/external/dagger2/java/dagger/internal/codegen/ |
D | FrameworkType.java | 58 CodeBlock to(RequestKind requestKind, CodeBlock from) { in to() argument 61 return CodeBlock.of("$L.get()", from); in to() 64 return CodeBlock.of("$T.lazy($L)", DoubleCheck.class, from); in to() 67 return from; in to() 70 return CodeBlock.of("$T.create($L)", ProviderOfLazy.class, from); in to() 73 return CodeBlock.of("$T.producerFromProvider($L)", Producers.class, from); in to() 76 return CodeBlock.of("$T.immediateFuture($L)", Futures.class, to(INSTANCE, from)); in to() 79 return CodeBlock.of("$T.successful($L)", Produced.class, to(INSTANCE, from)); in to() 88 Expression to(RequestKind requestKind, Expression from, DaggerTypes types) { in to() argument 89 CodeBlock codeBlock = to(requestKind, from.codeBlock()); in to() [all …]
|
/external/e2fsprogs/lib/support/ |
D | cstring.c | 18 char *to, *from, ch; in parse_c_string() local 21 to = from = str; in parse_c_string() 23 for (to = from = (char *) str; in parse_c_string() 24 *from && *from != '"'; to++, from++) { in parse_c_string() 25 if (*from == '\\') { in parse_c_string() 26 ch = *(++from); in parse_c_string() 47 ch = *(from + 1); in parse_c_string() 58 from++; in parse_c_string() 59 ch = *(from + 1); in parse_c_string() 68 from--; in parse_c_string() [all …]
|