Home
last modified time | relevance | path

Searched refs:md1 (Results 1 – 19 of 19) sorted by relevance

/external/libcxx/test/std/utilities/time/time.cal/time.cal.operators/
Dmonth_day.pass.cpp61 month_day md1 = m/d; in main() local
63 assert(md1.month() == m); in main()
64 assert(md1.day() == d); in main()
67 assert(md1 == md2); in main()
81 month_day md1 = m/j; in main() local
82 assert(md1.month() == m); in main()
83 assert(md1.day() == d); in main()
99 month_day md1 = d/i; in main() local
101 assert(md1.month() == m); in main()
102 assert(md1.day() == d); in main()
[all …]
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DMethodDescriptorTest.java108 MethodDescriptor<String, String> md1 = MethodDescriptor.<String, String>newBuilder() in sampledToLocalTracing() local
115 assertTrue(md1.isSampledToLocalTracing()); in sampledToLocalTracing()
117 MethodDescriptor<String, String> md2 = md1.toBuilder() in sampledToLocalTracing()
140 MethodDescriptor<String, String> md1 = MethodDescriptor.<String, String>newBuilder() in toBuilderTest() local
158 assertNotEquals(md1.isSampledToLocalTracing(), defaults.isSampledToLocalTracing()); in toBuilderTest()
159 assertNotEquals(md1.isIdempotent(), defaults.isIdempotent()); in toBuilderTest()
160 assertNotEquals(md1.isSafe(), defaults.isSafe()); in toBuilderTest()
161 assertNotEquals(md1.getSchemaDescriptor(), defaults.getSchemaDescriptor()); in toBuilderTest()
164 MethodDescriptor<Integer, Integer> md2 = md1.toBuilder( in toBuilderTest()
167 assertSame(md1.getType(), md2.getType()); in toBuilderTest()
[all …]
/external/libcxxabi/test/
Dcatch_member_data_pointer_01.pass.cpp21 typedef const int A::*md1; typedef
45 catch (md1) in test1()
70 catch (md1) in test2()
99 catch (md1) in test3()
138 catch (md1) in test5()
155 catch (md1) in test5()
Dcatch_member_pointer_nullptr.pass.cpp22 typedef const int A::*md1; typedef
36 catch (md1) in test1()
49 catch (md1 p) in test2()
/external/libcxx/test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/
Dctor.pass.cpp43 constexpr month_day md1{std::chrono::January, day{4}}; in main() local
44 static_assert( md1.month() == std::chrono::January, ""); in main()
45 static_assert( md1.day() == day{4}, ""); in main()
46 static_assert( md1.ok(), ""); in main()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_aggregate_ops.cc112 memory::desc md1({}, memory::data_undef, memory::format_undef); in Compute() local
129 md1 = MklDnnData<T>::CreateBlockedMemDesc(dims, strides); in Compute()
130 md2 = md1; in Compute()
136 md1 = src1_mkl_shape.GetMklLayout(); in Compute()
163 md1 = memory::desc(src1_dims, MklDnnType<T>(), src2_mkl_data_format); in Compute()
169 md1 = src1_mkl_shape.GetMklLayout(); in Compute()
172 src1.SetUsrMem(md1, &src1_tensor); in Compute()
183 common_md = input1_in_mkl_format ? md1 : md2; in Compute()
188 common_md = md1; in Compute()
/external/libcxx/test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/
Dctor.pass.cpp42 constexpr month_weekday md1{std::chrono::January, weekday_indexed{std::chrono::Friday, 4}}; in main() local
43 static_assert( md1.month() == std::chrono::January, ""); in main()
44 static_assert( md1.weekday_indexed() == weekday_indexed{std::chrono::Friday, 4}, ""); in main()
45 static_assert( md1.ok(), ""); in main()
/external/python/cpython2/Lib/test/
Dtest_MimeWriter.py221 md1 = md.nextpart()
222 md1.addheader("KP-Metadata-Type", "simple")
223 md1.addheader("KP-Access", "read-only")
224 m = MimeWriter(md1.startbody("message/rfc822"))
228 del md1
/external/libcxx/test/std/utilities/time/time.cal/time.cal.mdlast/
Dctor.pass.cpp38 constexpr month_day_last md1{std::chrono::January}; in main() local
39 static_assert( md1.month() == std::chrono::January, ""); in main()
40 static_assert( md1.ok(), ""); in main()
/external/skqp/tests/
DMetaDataTest.cpp17 SkMetaData md0, md1; in test_ptrs() local
25 md1 = md0; in test_ptrs()
26 REPORTER_ASSERT(reporter, md1.findRefCnt(name)); in test_ptrs()
27 REPORTER_ASSERT(reporter, md1.hasRefCnt(name, &ref)); in test_ptrs()
/external/skia/tests/
DMetaDataTest.cpp17 SkMetaData md0, md1; in test_ptrs() local
25 md1 = md0; in test_ptrs()
26 REPORTER_ASSERT(reporter, md1.findRefCnt(name)); in test_ptrs()
27 REPORTER_ASSERT(reporter, md1.hasRefCnt(name, &ref)); in test_ptrs()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/
DMessageDigestTest.java87 MessageDigest md1 = MessageDigest.getInstance(algorithm); in test_getInstance() local
88 assertEquals(algorithm, md1.getAlgorithm()); in test_getInstance()
89 test_MessageDigest(md1); in test_getInstance()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/
DMessageDigestTest.java83 MessageDigest md1 = MessageDigest.getInstance(algorithm); in test_getInstance() local
84 assertEquals(algorithm, md1.getAlgorithm()); in test_getInstance()
85 test_MessageDigest(md1); in test_getInstance()
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h460 inline bool CompareMklDnnLayouts(const memory::desc& md1, in CompareMklDnnLayouts() argument
462 mkldnn_memory_desc_t mdd1 = md1.data; in CompareMklDnnLayouts()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D37d55c57d782bfdd72f5919e69f8c669.0001fec7.honggfuzz.cov295 …���ul�x����,�7�E��5����)�\&qg�e���}b�0�O�g/��Tb��:x��s�����y���md1Դ|��3�������~4�>�^…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D7e8b9db2b260dfa839ff5ef9650509d4.0001fec7.honggfuzz.cov788 …P���?���+���2i�3&�8cT�յ�t��3�� rWH=S�0��5&*L�-�,�Cn�˨�ym]x]�i�P�md1/�u��,�\N 9Al[� :�…
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt12527 md1är
Dhyph-de-ch-1901.pat.txt12430 md1är
Dhyph-de-1996.pat.txt12350 md1är