Home
last modified time | relevance | path

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

12345678910>>...21

/external/guava/android/guava-tests/test/com/google/common/collect/
DTreeMultisetTest.java152 Multiset<String> ms = TreeMultiset.create(); in testToString() local
161 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSortedSetMethods() local
177 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemove() local
202 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemoveAll() local
222 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRetainAll() local
242 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetClear() local
269 TreeMultiset<String> ms = TreeMultiset.create(comparator); in testCustomComparator() local
287 TreeMultiset<String> ms = TreeMultiset.create(comparator); in testNullAcceptingComparator() local
314 TreeMultiset<String> ms = TreeMultiset.create(DEGENERATE_COMPARATOR); in testDegenerateComparator() local
340 TreeMultiset<String> ms = TreeMultiset.create(); in testSubMultisetSize() local
/external/guava/guava-tests/test/com/google/common/collect/
DTreeMultisetTest.java152 Multiset<String> ms = TreeMultiset.create(); in testToString() local
161 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSortedSetMethods() local
177 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemove() local
202 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRemoveAll() local
222 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetRetainAll() local
242 TreeMultiset<String> ms = TreeMultiset.create(); in testElementSetSubsetClear() local
269 TreeMultiset<String> ms = TreeMultiset.create(comparator); in testCustomComparator() local
287 TreeMultiset<String> ms = TreeMultiset.create(comparator); in testNullAcceptingComparator() local
314 TreeMultiset<String> ms = TreeMultiset.create(DEGENERATE_COMPARATOR); in testDegenerateComparator() local
340 TreeMultiset<String> ms = TreeMultiset.create(); in testSubMultisetSize() local
/external/zstd/lib/compress/
Dzstd_lazy.c20 ZSTD_updateDUBT(ZSTD_matchState_t* ms, in ZSTD_updateDUBT()
64 ZSTD_insertDUBT1(const ZSTD_matchState_t* ms, in ZSTD_insertDUBT1()
154 const ZSTD_matchState_t* ms, in ZSTD_DUBT_findBetterDictMatch()
231 ZSTD_DUBT_findBestMatch(ZSTD_matchState_t* ms, in ZSTD_DUBT_findBestMatch()
382 ZSTD_BtFindBestMatch( ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch()
398 void ZSTD_dedicatedDictSearch_lazy_loadDictionary(ZSTD_matchState_t* ms, const BYTE* const ip) in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
618 ZSTD_matchState_t* ms, in ZSTD_insertAndFindFirstIndex_internal()
641 U32 ZSTD_insertAndFindFirstIndex(ZSTD_matchState_t* ms, const BYTE* ip) { in ZSTD_insertAndFindFirstIndex()
649 ZSTD_matchState_t* ms, in ZSTD_HcFindBestMatch()
871 FORCE_INLINE_TEMPLATE void ZSTD_row_fillHashCache(ZSTD_matchState_t* ms, const BYTE* base, in ZSTD_row_fillHashCache()
[all …]
Dzstd_opt.c382 static U32 ZSTD_insertAndFindFirstIndexHash3 (const ZSTD_matchState_t* ms, in ZSTD_insertAndFindFirstIndexHash3()
412 const ZSTD_matchState_t* ms, in ZSTD_insertBt1()
531 ZSTD_matchState_t* ms, in ZSTD_updateTree_internal()
551 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree()
558 ZSTD_matchState_t* ms, in ZSTD_insertBtAndGetAllMatches()
797 ZSTD_matchState_t* ms, in ZSTD_btGetAllMatches_internal()
1037 ZSTD_compressBlock_opt_generic(ZSTD_matchState_t* ms, in ZSTD_compressBlock_opt_generic()
1325 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt0()
1332 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt2()
1339 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt()
[all …]
Dzstd_fast.c15 void ZSTD_fillHashTable(ZSTD_matchState_t* ms, in ZSTD_fillHashTable()
94 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_noDict_generic()
336 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast()
373 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic()
528 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState()
549 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict_generic()
659 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict()
Dzstd_double_fast.c15 void ZSTD_fillDoubleHashTable(ZSTD_matchState_t* ms, in ZSTD_fillDoubleHashTable()
52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_noDict_generic()
258 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
491 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast()
511 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState()
531 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic()
680 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
Dconvert_inexact.fail.cpp24 std::chrono::milliseconds ms = us; in main() local
/external/cronet/buildtools/third_party/libc++/trunk/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
Dconvert_inexact.compile.fail.cpp23 std::chrono::milliseconds ms = us; 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/libnl/lib/route/
Dneightbl.c596 void rtnl_neightbl_set_gc_interval(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_gc_interval()
699 uint64_t ms) in rtnl_neightbl_set_base_reachable_time()
711 void rtnl_neightbl_set_retrans_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_retrans_time()
723 void rtnl_neightbl_set_gc_stale_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_gc_stale_time()
735 void rtnl_neightbl_set_delay_probe_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_delay_probe_time()
747 void rtnl_neightbl_set_anycast_delay(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_anycast_delay()
759 void rtnl_neightbl_set_proxy_delay(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_proxy_delay()
771 void rtnl_neightbl_set_locktime(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_locktime()
/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/python/cpython3/Objects/
Dlistobject.c1222 binarysort(MergeState *ms, sortslice lo, PyObject **hi, PyObject **start) in binarysort()
1296 count_run(MergeState *ms, PyObject **lo, PyObject **hi, int *descending) in count_run()
1351 gallop_left(MergeState *ms, PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint) in gallop_left()
1440 gallop_right(MergeState *ms, PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint) in gallop_right()
1516 merge_init(MergeState *ms, Py_ssize_t list_size, int has_keyfunc) in merge_init()
1548 merge_freemem(MergeState *ms) in merge_freemem()
1559 merge_getmem(MergeState *ms, Py_ssize_t need) in merge_getmem()
1598 merge_lo(MergeState *ms, sortslice ssa, Py_ssize_t na, in merge_lo()
1730 merge_hi(MergeState *ms, sortslice ssa, Py_ssize_t na, in merge_hi()
1869 merge_at(MergeState *ms, Py_ssize_t i) in merge_at()
[all …]
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_test_common_source.c29 const unsigned char *ms, in eap_tls_key_derivation()
56 const unsigned char *ms, in nss_keylog_export()
133 const unsigned char *ms, in dtls_srtp_key_derivation()
/external/curl/src/
Dtool_sleep.c46 void tool_go_sleep(long ms) in tool_go_sleep()
/external/skia/tools/timer/
DTimer.cpp9 SkString HumanizeMs(double ms) { in HumanizeMs()
/external/libcxx/test/std/containers/associative/multiset/
Dallocator_mismatch.fail.cpp17 std::multiset<int, std::less<int>, std::allocator<long> > ms; in main() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleDataTest.java91 LocaleData.MeasurementSystem ms = LocaleData.getMeasurementSystem(locale); in TestMeasurementSystem() local
125 public TestMeasurementSysItem(String locID, LocaleData.MeasurementSystem ms) { in TestMeasurementSysForSpecificLocales()
139 … LocaleData.MeasurementSystem ms = LocaleData.getMeasurementSystem(new ULocale(item.localeID)); in TestMeasurementSysForSpecificLocales() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleDataTest.java88 LocaleData.MeasurementSystem ms = LocaleData.getMeasurementSystem(locale); in TestMeasurementSystem() local
122 public TestMeasurementSysItem(String locID, LocaleData.MeasurementSystem ms) { in TestMeasurementSysForSpecificLocales()
136 … LocaleData.MeasurementSystem ms = LocaleData.getMeasurementSystem(new ULocale(item.localeID)); in TestMeasurementSysForSpecificLocales() local
/external/clang/test/Index/Inputs/
Dt2.c9 struct MyStruct *ms; in bar_func() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/utility/mem.res/mem.res.aliases/
Dheader_unordered_set_synop2.pass.cpp26 std::pmr::unordered_multiset<int> ms; in main() local

12345678910>>...21