/external/icu/icu4c/source/data/misc/ |
D | dayPeriods.txt | 164 from{"00:00"} 168 from{"12:00"} 174 from{"12:00"} 178 from{"19:00"} 185 from{"06:00"} 189 from{"00:00"} 198 from{"12:00"} 202 from{"18:00"} 206 from{"06:00"} 210 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/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 …]
|
D | testdata_hi.txt | 204 १ महीना से कम from now 205 १ महीना और २ सप्ताह से कम from now 206 १ महीना, २ सप्ताह और ३ दिन से कम from now 213 १ महीना से ज़्यादा from now 214 १ महीना और २ सप्ताह से ज़्यादा from now 215 १ महीना, २ सप्ताह और ३ दिन से ज़्यादा from now 231 १ घंटा से कम from now 232 १ घंटा और २ मिनट से कम from now 233 १ घंटा, २ मिनट और ३ सेकण्ड से कम from now 240 १ घंटा से ज़्यादा 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 …]
|
D | testdata_hi.txt | 204 १ महीना से कम from now 205 १ महीना और २ सप्ताह से कम from now 206 १ महीना, २ सप्ताह और ३ दिन से कम from now 213 १ महीना से ज़्यादा from now 214 १ महीना और २ सप्ताह से ज़्यादा from now 215 १ महीना, २ सप्ताह और ३ दिन से ज़्यादा from now 231 १ घंटा से कम from now 232 १ घंटा और २ मिनट से कम from now 233 १ घंटा, २ मिनट और ३ सेकण्ड से कम from now 240 १ घंटा से ज़्यादा 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 …]
|
D | target_exit_data_ast_print.cpp | 14 #pragma omp target exit data map(from: i) in tmain() 16 #pragma omp target exit data map(from: i) if (target exit data: j > 0) in tmain() 18 #pragma omp target exit data map(from: i) if (b) in tmain() 20 #pragma omp target exit data map(from: c) in tmain() 22 #pragma omp target exit data map(from: c) if(b>e) in tmain() 30 #pragma omp target exit data map(from: c) map(release: d) in tmain() 34 #pragma omp target exit data nowait map(from: i) in tmain() 36 #pragma omp target exit data nowait map(from: i) if (target exit data: j > 0) in tmain() 38 #pragma omp target exit data map(from: i) if (b) nowait in tmain() 40 #pragma omp target exit data map(from: c) nowait in tmain() [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/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/ |
D | wchar_t_out.pass.cpp | 31 const std::basic_string<F::intern_type> from(L"some text"); in main() local 32 std::vector<char> to(from.size()+1); in main() 36 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 39 assert(static_cast<std::size_t>(from_next - from.data()) == from.size()); in main() 40 assert(static_cast<std::size_t>(to_next - to.data()) == from.size()); in main() 44 std::basic_string<F::intern_type> from(L"some text"); in main() local 45 from[4] = '\0'; in main() 46 std::vector<char> to(from.size()+1); in main() 50 F::result r = f.out(mbs, from.data(), from.data() + from.size(), from_next, in main() 53 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/bison/m4/ |
D | gnulib-comp.m4 | 26 # to be invoked from configure.ac. 31 # This macro should be invoked from ./configure.ac, in the section 42 # Code from module alloca-opt: 43 # Code from module announce-gen: 44 # Code from module argmatch: 45 # Code from module assert: 46 # Code from module binary-io: 47 # Code from module bitrotate: 48 # Code from module c-ctype: 49 # Code from module c-strcase: [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/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/guava/guava-tests/test/com/google/common/collect/ |
D | FluentIterableTest.java | 63 Lists.newArrayList(FluentIterable.from(ImmutableList.of(1, 2, 3, 4)))); in testFrom() 68 FluentIterable<Integer> iterable = FluentIterable.from(asList(1)); in testFrom_alreadyFluentIterable() 69 assertSame(iterable, FluentIterable.from(iterable)); in testFrom_alreadyFluentIterable() 78 assertEquals(1, FluentIterable.from(asList("a")).size()); in testSize1Collection() 88 assertEquals(2, FluentIterable.from(iterable).size()); in testSize2NonCollection() 98 assertEquals(5, FluentIterable.from(collection).size()); in testSize_collectionDoesntIterate() 103 assertTrue(FluentIterable.from(set).contains(null)); in testContains_nullSetYes() 108 assertFalse(FluentIterable.from(set).contains(null)); in testContains_nullSetNo() 113 assertTrue(FluentIterable.from(iterable).contains(null)); in testContains_nullIterableYes() 118 assertFalse(FluentIterable.from(iterable).contains(null)); in testContains_nullIterableNo() [all …]
|
/external/libgsm/src/ |
D | debug.c | 21 void gsm_debug_words P4( (name, from, to, ptr), 23 int from, 29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to ); 30 while (from <= to) { 31 fprintf(stderr, "%d ", ptr[ from ] ); 32 from++; 35 if (from < to) putc('\n', stderr); 41 void gsm_debug_longwords P4( (name, from, to, ptr), 43 int from, 49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to ); [all …]
|
/external/mesa3d/src/mesa/math/ |
D | m_xform_tmp.h | 79 GLfloat *from = from_vec->start; in TAG() local 88 const GLfloat ox = from[0]; in TAG() 105 GLfloat *from = from_vec->start; in TAG() local 112 to[i][0] = from[0]; in TAG() 125 GLfloat *from = from_vec->start; in TAG() local 132 const GLfloat ox = from[0]; in TAG() 147 GLfloat *from = from_vec->start; in TAG() local 153 const GLfloat ox = from[0]; in TAG() 168 GLfloat *from = from_vec->start; in TAG() local 175 const GLfloat ox = from[0]; in TAG() [all …]
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_str_test.cc | 153 char *from = Ident((char*)malloc(from_size)); in TEST() local 155 strcpy(from, "hello"); in TEST() 156 strcpy(to, from); in TEST() 157 strcpy(to + to_size - from_size, from); in TEST() 159 EXPECT_DEATH(Ident(strcpy(from, "hello2")), RightOOBWriteMessage(0)); in TEST() 161 EXPECT_DEATH(Ident(strcpy(to - 1, from)), LeftOOBWriteMessage(1)); in TEST() 162 EXPECT_DEATH(Ident(strcpy(to, from - 1)), LeftOOBReadMessage(1)); in TEST() 163 EXPECT_DEATH(Ident(strcpy(to, from + from_size)), RightOOBReadMessage(0)); in TEST() 164 EXPECT_DEATH(Ident(strcpy(to + to_size, from)), RightOOBWriteMessage(0)); in TEST() 166 from[from_size - 1] = '!'; in TEST() [all …]
|
/external/r8/src/main/java/com/android/tools/r8/logging/ |
D | Log.java | 15 public static void verbose(Class from, String message, Object... arguments) { in verbose() argument 16 if (ENABLED && VERBOSE_ENABLED && isClassEnabled(from)) { in verbose() 17 log("VERB", from, message, arguments); in verbose() 21 public static void info(Class from, String message, Object... arguments) { in info() argument 22 if (ENABLED && INFO_ENABLED && isClassEnabled(from)) { in info() 23 log("INFO", from, message, arguments); in info() 27 public static void debug(Class from, String message, Object... arguments) { in debug() argument 28 if (ENABLED && DEBUG_ENABLED && isClassEnabled(from)) { in debug() 29 log("DBG", from, message, arguments); in debug() 33 public static void warn(Class from, String message, Object... arguments) { in warn() argument [all …]
|