Home
last modified time | relevance | path

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

12345678910>>...20

/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/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/tensorflow/tensorflow/core/profiler/utils/
Dtime_utils.h35 inline uint64 MillisToPicos(double ms) { return ms * 1E9; } in MillisToPicos()
36 inline uint64 MillisToNanos(double ms) { return ms * 1E6; } in MillisToNanos()
37 inline double MillisToSeconds(double ms) { return ms / 1E3; } in MillisToSeconds()
46 inline void SleepForMillis(int64 ms) { SleepForNanos(ms * 1000000); } in SleepForMillis()
/external/zstd/lib/compress/
Dzstd_lazy.c20 ZSTD_updateDUBT(ZSTD_matchState_t* ms, in ZSTD_updateDUBT()
64 ZSTD_insertDUBT1(ZSTD_matchState_t* ms, in ZSTD_insertDUBT1()
154 ZSTD_matchState_t* ms, in ZSTD_DUBT_findBetterDictMatch()
231 ZSTD_DUBT_findBestMatch(ZSTD_matchState_t* ms, in ZSTD_DUBT_findBestMatch()
381 ZSTD_BtFindBestMatch( ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch()
395 ZSTD_BtFindBestMatch_selectMLS ( ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch_selectMLS()
411 ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch_dictMatchState_selectMLS()
427 ZSTD_matchState_t* ms, in ZSTD_BtFindBestMatch_extDict_selectMLS()
451 ZSTD_matchState_t* ms, in ZSTD_insertAndFindFirstIndex_internal()
474 U32 ZSTD_insertAndFindFirstIndex(ZSTD_matchState_t* ms, const BYTE* ip) { in ZSTD_insertAndFindFirstIndex()
[all …]
Dzstd_opt.c341 static U32 ZSTD_insertAndFindFirstIndexHash3 (ZSTD_matchState_t* ms, in ZSTD_insertAndFindFirstIndexHash3()
370 ZSTD_matchState_t* ms, in ZSTD_insertBt1()
484 ZSTD_matchState_t* ms, in ZSTD_updateTree_internal()
504 void ZSTD_updateTree(ZSTD_matchState_t* ms, const BYTE* ip, const BYTE* iend) { in ZSTD_updateTree()
511 ZSTD_matchState_t* ms, in ZSTD_insertBtAndGetAllMatches()
744 ZSTD_matchState_t* ms, in ZSTD_BtGetAllMatches()
930 ZSTD_compressBlock_opt_generic(ZSTD_matchState_t* ms, in ZSTD_compressBlock_opt_generic()
1215 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btopt()
1252 ZSTD_initStats_ultra(ZSTD_matchState_t* ms, in ZSTD_initStats_ultra()
1280 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_btultra()
[all …]
Dzstd_fast.c15 void ZSTD_fillHashTable(ZSTD_matchState_t* ms, in ZSTD_fillHashTable()
48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_generic()
187 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast()
208 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic()
355 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState()
376 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_extDict_generic()
480 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_generic()
320 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast()
340 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState()
360 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_extDict_generic()
505 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/llvm-project/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
Dconvert_inexact.pass.cpp27 std::chrono::duration<double, std::milli> ms = us; in main() local
33 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/libnl/lib/route/
Dneightbl.c608 void rtnl_neightbl_set_gc_interval(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_gc_interval()
711 uint64_t ms) in rtnl_neightbl_set_base_reachable_time()
723 void rtnl_neightbl_set_retrans_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_retrans_time()
735 void rtnl_neightbl_set_gc_stale_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_gc_stale_time()
747 void rtnl_neightbl_set_delay_probe_time(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_delay_probe_time()
759 void rtnl_neightbl_set_anycast_delay(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_anycast_delay()
771 void rtnl_neightbl_set_proxy_delay(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_proxy_delay()
783 void rtnl_neightbl_set_locktime(struct rtnl_neightbl *ntbl, uint64_t ms) in rtnl_neightbl_set_locktime()
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/
Dtime_interval.cpp18 long long int ms = duration_cast<milliseconds>(v).count(); in __anon9ab46f620102() local
47 long long int ms = duration_cast<milliseconds>(v).count(); in __anon9ab46f620402() local
Dtimestamp.cpp19 long long int ms = duration_cast<milliseconds>(v.second - start).count(); in __anon4e116de30102() local
49 long long int ms = duration_cast<milliseconds>(v.second - start).count(); in __anon4e116de30402() local
Ddelay.cpp15 long long int ms = t.count(); in __anon9cdd0dfe0102() local
40 long long int ms = t.count(); in __anon9cdd0dfe0402() local
/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/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/python/cpython3/Objects/
Dlistobject.c1203 binarysort(MergeState *ms, sortslice lo, PyObject **hi, PyObject **start) in binarysort()
1277 count_run(MergeState *ms, PyObject **lo, PyObject **hi, int *descending) in count_run()
1332 gallop_left(MergeState *ms, PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint) in gallop_left()
1421 gallop_right(MergeState *ms, PyObject *key, PyObject **a, Py_ssize_t n, Py_ssize_t hint) in gallop_right()
1497 merge_init(MergeState *ms, Py_ssize_t list_size, int has_keyfunc) in merge_init()
1529 merge_freemem(MergeState *ms) in merge_freemem()
1540 merge_getmem(MergeState *ms, Py_ssize_t need) in merge_getmem()
1579 merge_lo(MergeState *ms, sortslice ssa, Py_ssize_t na, in merge_lo()
1711 merge_hi(MergeState *ms, sortslice ssa, Py_ssize_t na, in merge_hi()
1850 merge_at(MergeState *ms, Py_ssize_t i) in merge_at()
[all …]
/external/skia/tools/timer/
DTimer.cpp9 SkString HumanizeMs(double ms) { in HumanizeMs()
/external/skqp/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/curl/src/
Dtool_sleep.c44 void tool_go_sleep(long ms) in tool_go_sleep()
/external/clang/test/Index/Inputs/
Dt2.c9 struct MyStruct *ms; in bar_func() local

12345678910>>...20