/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/libxcam/xcore/ |
D | x3a_result_factory.cpp | 25 #define XCAM_3A_RESULT_FACTORY(DataType, res_type, from) \ argument 28 if (from) { \ 29 uint32_t type = xcam_3a_result_type (from); \ 34 ret->set_standard_result (*from); \ 62 X3aResultFactory::create_3a_result (XCam3aResultHead *from) in create_3a_result() argument 66 XCAM_ASSERT (from); in create_3a_result() 67 if (!from) in create_3a_result() 70 uint32_t type = xcam_3a_result_type (from); in create_3a_result() 74 result = create_whitebalance ((XCam3aResultWhiteBalance*)from); in create_3a_result() 77 result = create_blacklevel ((XCam3aResultBlackLevel*)from); in create_3a_result() [all …]
|
D | x3a_result_factory.h | 36 SmartPtr<X3aResult> create_3a_result (XCam3aResultHead *from); 38 SmartPtr<X3aWhiteBalanceResult> create_whitebalance (XCam3aResultWhiteBalance *from = NULL); 39 SmartPtr<X3aBlackLevelResult> create_blacklevel (XCam3aResultBlackLevel *from = NULL); 40 … SmartPtr<X3aColorMatrixResult> create_rgb2yuv_colormatrix (XCam3aResultColorMatrix *from = NULL); 41 … SmartPtr<X3aColorMatrixResult> create_yuv2rgb_colormatrix (XCam3aResultColorMatrix *from = NULL); 42 SmartPtr<X3aExposureResult> create_exposure (XCam3aResultExposure *from = NULL); 43 SmartPtr<X3aFocusResult> create_focus (XCam3aResultFocus *from = NULL); 44 SmartPtr<X3aDemosaicResult> create_demosaicing (XCam3aResultDemosaic *from = NULL); 45 SmartPtr<X3aDefectPixelResult> create_defectpixel (XCam3aResultDefectPixel *from = NULL); 46 …SmartPtr<X3aNoiseReductionResult> create_noise_reduction (XCam3aResultNoiseReduction *from = NULL); [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/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 | ShadowActivity.java | 103 ReflectionHelpers.ClassParameter.from(Context.class, baseContext), in callAttach() 104 ReflectionHelpers.ClassParameter.from( in callAttach() 106 ReflectionHelpers.ClassParameter.from(Instrumentation.class, instrumentation), in callAttach() 107 ReflectionHelpers.ClassParameter.from(IBinder.class, null), in callAttach() 108 ReflectionHelpers.ClassParameter.from(int.class, 0), in callAttach() 109 ReflectionHelpers.ClassParameter.from(Application.class, application), in callAttach() 110 ReflectionHelpers.ClassParameter.from(Intent.class, intent), in callAttach() 111 ReflectionHelpers.ClassParameter.from(ActivityInfo.class, activityInfo), in callAttach() 112 ReflectionHelpers.ClassParameter.from(CharSequence.class, activityTitle), in callAttach() 113 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/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/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/syzkaller/pkg/report/testdata/linux/report/ |
D | 237 | 8 [<8011218c>] (unwind_backtrace) from [<8010e300>] (show_stack+0x18/0x1c) 9 [<8010e300>] (show_stack) from [<8018de80>] (rcu_check_callbacks+0x7a0/0x7a8) 10 [<8018de80>] (rcu_check_callbacks) from [<80192868>] (update_process_times+0x38/0x68) 11 [<80192868>] (update_process_times) from [<801a2724>] (tick_periodic+0x48/0xcc) 12 [<801a2724>] (tick_periodic) from [<801a2968>] (tick_handle_periodic+0x2c/0x9c) 13 [<801a2968>] (tick_handle_periodic) from [<80787640>] (arch_timer_handler_virt+0x34/0x4c) 14 [<80787640>] (arch_timer_handler_virt) from [<80182b0c>] (handle_percpu_devid_irq+0x88/0x168) 15 [<80182b0c>] (handle_percpu_devid_irq) from [<8017c65c>] (generic_handle_irq+0x38/0x4c) 16 [<8017c65c>] (generic_handle_irq) from [<8017cd50>] (__handle_domain_irq+0x6c/0xd8) 17 [<8017cd50>] (__handle_domain_irq) from [<805eb204>] (gic_handle_irq+0x60/0xc0) [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/libxcam/modules/isp/ |
D | isp_config_translator.cpp | 52 const XCam3aResultWhiteBalance &from, in translate_white_balance() argument 57 double max_gain = XCAM_MAX (from.b_gain, from.r_gain); in translate_white_balance() 58 max_gain = XCAM_MAX (max_gain, from.gr_gain); in translate_white_balance() 59 max_gain = XCAM_MAX (max_gain, from.gb_gain); in translate_white_balance() 64 to.gr = (uint32_t)(from.gr_gain * multiplier + 0.5); in translate_white_balance() 65 to.r = (uint32_t)(from.r_gain * multiplier + 0.5); in translate_white_balance() 66 to.b = (uint32_t)(from.b_gain * multiplier + 0.5); in translate_white_balance() 67 to.gb = (uint32_t)(from.gb_gain * multiplier + 0.5); in translate_white_balance() 74 const XCam3aResultBlackLevel &from, struct atomisp_ob_config &to) in translate_black_level() argument 79 to.level_gr = (uint32_t)(from.gr_level * multiplier + 0.5); in translate_black_level() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_matmul_op.h | 34 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_l(const Packet& from) { in pexpand_bf16_l() argument 37 tmp = (reinterpret_cast<const tensorflow::uint32&>(from)) & 0xffff0000; in pexpand_bf16_l() 39 tmp = (reinterpret_cast<const tensorflow::uint32&>(from) << 16) & 0xffff0000; in pexpand_bf16_l() 47 EIGEN_DEVICE_FUNC inline Packet pexpand_bf16_u(const Packet& from) { in pexpand_bf16_u() argument 50 tmp = (reinterpret_cast<const tensorflow::uint32&>(from) << 16) & 0xffff0000; in pexpand_bf16_u() 52 tmp = (reinterpret_cast<const tensorflow::uint32&>(from)) & 0xffff0000; in pexpand_bf16_u() 62 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_l(const Packet4f& from) { in pexpand_bf16_l() argument 65 pstoreu(r, from); in pexpand_bf16_l() 75 EIGEN_DEVICE_FUNC inline Packet4f pexpand_bf16_u(const Packet4f& from) { in pexpand_bf16_u() argument 78 pstoreu(r, from); in pexpand_bf16_u() [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/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/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/deqp-deps/glslang/Test/ |
D | hlsl.type.type.conversion.all.frag | 88 …s4);// Compilation failed because: error X3017: cannot implicitly convert from 'const float2x2' to… 89 …s6);// Compilation failed because: error X3017: cannot implicitly convert from 'const float2x3' to… 90 …s8);// Compilation failed because: error X3017: cannot implicitly convert from 'const float2x4' to… 91 …s6);// Compilation failed because: error X3017: cannot implicitly convert from 'const float3x2' to… 92 …s9);// Compilation failed because: error X3017: cannot implicitly convert from 'const float3x3' to… 93 …12);// Compilation failed because: error X3017: cannot implicitly convert from 'const float3x4' to… 94 …s8);// Compilation failed because: error X3017: cannot implicitly convert from 'const float4x2' to… 95 …12);// Compilation failed because: error X3017: cannot implicitly convert from 'const float4x3' to… 96 …16);// Compilation failed because: error X3017: cannot implicitly convert from 'const float4x4' to… 97 …s2);// Compilation failed because: error X3017: cannot implicitly convert from 'const float2' 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 …]
|