Home
last modified time | relevance | path

Searched defs:ms (Results 1 – 25 of 738) sorted by relevance

12345678910>>...30

/external/guava/android/guava-tests/test/com/google/common/collect/
DTreeMultisetTest.java156 Multiset<String> ms = TreeMultiset.create(); in testToString() local
165 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSortedSetMethods() local
181 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemove() local
206 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemoveAll() local
226 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRetainAll() local
246 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetClear() local
273 TreeMultiset<String> ms = TreeMultiset.create(comparator); in testCustomComparator() local
291 TreeMultiset<@Nullable String> ms = TreeMultiset.create(comparator); in testNullAcceptingComparator() local
318 TreeMultiset<String> ms = TreeMultiset.create(DEGENERATE_COMPARATOR); in testDegenerateComparator() local
344 TreeMultiset<String> ms = TreeMultiset.create(); in testSubMultisetSize() local
/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultisetTest.java156 Multiset<String> ms = TreeMultiset.create(); in testToString() local
165 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSortedSetMethods() local
181 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemove() local
206 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemoveAll() local
226 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRetainAll() local
246 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetClear() local
273 TreeMultiset<String> ms = TreeMultiset.create(comparator); in testCustomComparator() local
291 TreeMultiset<@Nullable String> ms = TreeMultiset.create(comparator); in testNullAcceptingComparator() local
318 TreeMultiset<String> ms = TreeMultiset.create(DEGENERATE_COMPARATOR); in testDegenerateComparator() local
344 TreeMultiset<String> ms = TreeMultiset.create(); in testSubMultisetSize() local
/external/sdv/vsomeip/third_party/boost/thread/test/threads/this_thread/sleep_until/
Dsleep_until_pass.cpp32 boost::chrono::milliseconds ms(500); in main() local
47 boost::chrono::milliseconds ms(500); in main() local
62 boost::chrono::milliseconds ms(500); in main() local
77 boost::chrono::milliseconds ms(500); in main() local
/external/sdv/vsomeip/third_party/boost/chrono/test/duration/
Dconstructor_pass.cpp60 boost::chrono::milliseconds ms(1); in main() local
64 BOOST_CONSTEXPR boost::chrono::milliseconds ms(1); in main() local
72 boost::chrono::duration<double, boost::milli> ms = us; in main() local
76 BOOST_CONSTEXPR boost::chrono::duration<double, boost::milli> ms = us; in main() local
/external/zstd/lib/compress/
Dzstd_lazy.c29 void ZSTD_updateDUBT(ZSTD_MatchState_t* ms, in ZSTD_updateDUBT()
74 void ZSTD_insertDUBT1(const ZSTD_MatchState_t* ms, in ZSTD_insertDUBT1()
165 const ZSTD_MatchState_t* ms, in ZSTD_DUBT_findBetterDictMatch()
243 size_t ZSTD_DUBT_findBestMatch(ZSTD_MatchState_t* ms, in ZSTD_DUBT_findBestMatch()
395 size_t ZSTD_BtFindBestMatch( ZSTD_MatchState_t* ms, in ZSTD_BtFindBestMatch()
411 void ZSTD_dedicatedDictSearch_lazy_loadDictionary(ZSTD_MatchState_t* ms, const BYTE* const ip) in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
633 ZSTD_MatchState_t* ms, in ZSTD_insertAndFindFirstIndex_internal()
659 U32 ZSTD_insertAndFindFirstIndex(ZSTD_MatchState_t* ms, const BYTE* ip) { in ZSTD_insertAndFindFirstIndex()
668 ZSTD_MatchState_t* ms, in ZSTD_HcFindBestMatch()
837 void ZSTD_row_fillHashCache(ZSTD_MatchState_t* ms, const BYTE* base, in ZSTD_row_fillHashCache()
[all …]
Dzstd_opt.c411 U32 ZSTD_insertAndFindFirstIndexHash3 (const ZSTD_MatchState_t* ms, in ZSTD_insertAndFindFirstIndexHash3()
443 const ZSTD_MatchState_t* ms, in ZSTD_insertBt1()
563 ZSTD_MatchState_t* ms, in ZSTD_updateTree_internal()
583 void ZSTD_updateTree(ZSTD_MatchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree()
592 ZSTD_MatchState_t* ms, in ZSTD_insertBtAndGetAllMatches()
834 ZSTD_MatchState_t* ms, in ZSTD_btGetAllMatches_internal()
1077 ZSTD_compressBlock_opt_generic(ZSTD_MatchState_t* ms, in ZSTD_compressBlock_opt_generic()
1447 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt0()
1456 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt2()
1465 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt()
[all …]
Dzstd_fast.c16 void ZSTD_fillHashTableForCDict(ZSTD_MatchState_t* ms, in ZSTD_fillHashTableForCDict()
53 void ZSTD_fillHashTableForCCtx(ZSTD_MatchState_t* ms, in ZSTD_fillHashTableForCCtx()
87 void ZSTD_fillHashTable(ZSTD_MatchState_t* ms, in ZSTD_fillHashTable()
193 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_noDict_generic()
444 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast()
484 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic()
687 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState()
710 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict_generic()
968 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict()
Dzstd_double_fast.c18 void ZSTD_fillDoubleHashTableForCDict(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCDict()
56 void ZSTD_fillDoubleHashTableForCCtx(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTableForCCtx()
90 void ZSTD_fillDoubleHashTable(ZSTD_MatchState_t* ms, in ZSTD_fillDoubleHashTable()
106 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_noDict_generic()
329 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
569 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast()
589 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState()
611 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic()
760 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict()
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
Dconvert_exact.pass.cpp27 std::chrono::milliseconds ms(1); in main() local
33 constexpr std::chrono::milliseconds ms(1); in main() local
Dconvert_inexact.pass.cpp28 std::chrono::duration<double, std::milli> ms = us; in main() local
34 constexpr std::chrono::duration<double, std::milli> ms = us; in main() local
/external/cronet/stable/third_party/libc++/src/test/std/time/time.duration/time.duration.cons/
Dconvert_exact.pass.cpp26 std::chrono::milliseconds ms(1); in main() local
32 constexpr std::chrono::milliseconds ms(1); in main() local
Dconvert_inexact.pass.cpp28 std::chrono::duration<double, std::milli> ms = us; in main() local
34 constexpr std::chrono::duration<double, std::milli> ms = us; in main() local
/external/cronet/tot/third_party/libc++/src/test/std/time/time.duration/time.duration.cons/
Dconvert_inexact.pass.cpp28 std::chrono::duration<double, std::milli> ms = us; in main() local
34 constexpr std::chrono::duration<double, std::milli> ms = us; in main() local
Dconvert_exact.pass.cpp26 std::chrono::milliseconds ms(1); in main() local
32 constexpr std::chrono::milliseconds ms(1); in main() local
/external/selinux/libsepol/cil/test/unit/
DCuTest.h99 #define CuFail(tc, ms) CuFail_Line( (tc), __FILE__, __LINE__, NULL, (ms)) argument
100 #define CuAssert(tc, ms, cond) CuAssert_Line((tc), __FILE__, __LINE__, (ms), (cond)) argument
104 #define CuAssertStrEquals_Msg(tc,ms,ex,ac) CuAssertStrEquals_LineMsg((tc),__FILE__,__LINE__,(ms)… argument
106 #define CuAssertIntEquals_Msg(tc,ms,ex,ac) CuAssertIntEquals_LineMsg((tc),__FILE__,__LINE__,(ms)… argument
108 #define CuAssertDblEquals_Msg(tc,ms,ex,ac,dl) CuAssertDblEquals_LineMsg((tc),__FILE__,__LINE__,(ms)… argument
110 #define CuAssertPtrEquals_Msg(tc,ms,ex,ac) CuAssertPtrEquals_LineMsg((tc),__FILE__,__LINE__,(ms)… argument
/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_emplace.cpp57 std::string ms; in test_emplace() local
98 std::string ms; in test_in_place_ctor() local
147 std::string ms; in test_in_place_if_ctor() local
301 std::string ms; in test_emplace() local
320 std::string ms; in test_in_place_ctor() local
342 std::string ms; in test_in_place_if_ctor() local
/external/private-join-and-compute/private_join_and_compute/crypto/
Dcamenisch_shoup.cc114 Context* ctx, const std::vector<BigNum>& ms, const BigNum& r, in CommonEncryptWithRand()
150 Context* ctx, const std::vector<BigNum>& ms, const BigNum& n, in CommonEncryptAndGetRand()
172 Context* ctx, const std::vector<BigNum>& ms, const BigNum& n, in CommonEncrypt()
369 const std::vector<BigNum>& ms) { in Encrypt()
375 PublicCamenischShoup::EncryptAndGetRand(const std::vector<BigNum>& ms) { in EncryptAndGetRand()
381 const std::vector<BigNum>& ms, const BigNum& r) { in EncryptWithRand()
455 const std::vector<BigNum>& ms) { in Encrypt()
461 PrivateCamenischShoup::EncryptAndGetRand(const std::vector<BigNum>& ms) { in EncryptAndGetRand()
467 const std::vector<BigNum>& ms, const BigNum& r) { in EncryptWithRand()
485 std::vector<BigNum> ms; in Decrypt() local
/external/sdv/vsomeip/third_party/boost/thread/test/threads/this_thread/sleep_for/
Dsleep_for_pass.cpp31 boost::chrono::milliseconds ms(500); in main() local
45 boost::chrono::milliseconds ms(500); in main() local
/external/lua/src/
Dlstrlib.c384 static int check_capture (MatchState *ms, int l) { in check_capture()
392 static int capture_to_close (MatchState *ms) { in capture_to_close()
400 static const char *classend (MatchState *ms, const char *p) { in classend()
467 static int singlematch (MatchState *ms, const char *s, const char *p, in singlematch()
483 static const char *matchbalance (MatchState *ms, const char *s, in matchbalance()
503 static const char *max_expand (MatchState *ms, const char *s, in max_expand()
518 static const char *min_expand (MatchState *ms, const char *s, in min_expand()
531 static const char *start_capture (MatchState *ms, const char *s, in start_capture()
545 static const char *end_capture (MatchState *ms, const char *s, in end_capture()
556 static const char *match_capture (MatchState *ms, const char *s, int l) { in match_capture()
[all …]
/external/ksoap2/kobjects/org/ksoap2/kobjects/isodate/
DIsoDate.java66 int ms = c.get(Calendar.MILLISECOND); in dateToString() local
117 int ms = 0; in stringToDate() local
/external/libnl/lib/route/
Dneightbl.c713 void rtnl_neightbl_set_gc_interval(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_gc_interval()
816 uint64_t ms) in rtnl_neightbl_set_base_reachable_time()
828 void rtnl_neightbl_set_retrans_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_retrans_time()
840 void rtnl_neightbl_set_gc_stale_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_gc_stale_time()
852 void rtnl_neightbl_set_delay_probe_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_delay_probe_time()
864 void rtnl_neightbl_set_anycast_delay(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_anycast_delay()
876 void rtnl_neightbl_set_proxy_delay(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_proxy_delay()
888 void rtnl_neightbl_set_locktime(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_locktime()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c113 struct drm_v3d_multi_sync *ms) in multisync_free()
250 set_multisync(struct drm_v3d_multi_sync *ms, in set_multisync()
313 struct drm_v3d_multi_sync ms = {0}; in handle_reset_query_cpu_job() local
568 struct drm_v3d_multi_sync ms = {0}; in handle_copy_query_results_cpu_job() local
786 struct drm_v3d_multi_sync ms = {0}; in handle_timestamp_query_cpu_job() local
892 struct drm_v3d_multi_sync ms = {0}; in handle_csd_indirect_cpu_job() local
1021 struct drm_v3d_multi_sync ms = { 0 }; in handle_cl_job() local
1074 struct drm_v3d_multi_sync ms = { 0 }; in handle_tfu_job() local
1136 struct drm_v3d_multi_sync ms = { 0 }; in handle_csd_job() local
/external/coreboot/src/include/
Dtimer.h59 static inline void mono_time_set_msecs(struct mono_time *mt, uint64_t ms) in mono_time_set_msecs()
71 static inline void mono_time_add_msecs(struct mono_time *mt, int64_t ms) in mono_time_add_msecs()
133 static inline void stopwatch_init_msecs_expire(struct stopwatch *sw, uint64_t ms) in stopwatch_init_msecs_expire()
/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_ext_2_8_6.c172 mstate ms = (mstate)msp; in mspace_malloc_lockless() local
1102 mstate ms = (mstate)gm; in boost_cont_multialloc_arrays() local
1164 mstate ms = (mstate)gm; in boost_cont_free() local
1191 mstate ms = (mstate)gm; in boost_cont_multialloc_nodes() local
1261 mstate ms = (mstate)gm; in boost_cont_malloc_stats() local
1284 mstate ms = (mstate)gm; in boost_cont_grow() local
1308 mstate ms = (mstate)gm; in boost_cont_shrink() local
1333 mstate ms = (mstate)gm; in boost_cont_multidealloc() local
1344 mstate ms = (mstate)gm; in boost_cont_malloc_check() local
1378 mstate ms = (mstate)gm; in boost_cont_allocation_command() local
/external/android_onboarding/java/com/android/onboarding/utils/
Dtime.kt23 val ms = (nanoseconds / 1e6).toInt().absoluteValue in <lambda>() constant

12345678910>>...30