Home
last modified time | relevance | path

Searched +defs:val +defs:ms (Results 1 – 25 of 816) sorted by relevance

12345678910>>...33

/aosp_15_r20/libcore/ojluni/src/test/java/util/Map/
H A DInPlaceOpsCollisions.java49 public void testPutIfAbsent(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testPutIfAbsent() argument
80 public void testRemoveMapping(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemoveMapping() argument
114 public void testReplaceOldValue(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceOldValue() argument
146 public void testReplaceIfMapped(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testReplaceIfMapped() argument
231 …public void testComputeIfAbsentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNonNull() argument
238 public void testComputeIfAbsentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfAbsentNull() argument
286 …ublic void testComputeIfPresentNonNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNonNull() argument
293 … public void testComputeIfPresentNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeIfPresentNull() argument
300 public void testComputeNonNull(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testComputeNonNull() argument
339 public void testComputeNull(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testComputeNull() argument
[all …]
H A DCollisions.java49 public void testIntegerIteration(String desc, Supplier<Map<IntKey, IntKey>> ms, IntKey val) { in testIntegerIteration() argument
80 public void testStringIteration(String desc, Supplier<Map<String, String>> ms, String val) { in testStringIteration() argument
116 public void testRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testRemove() argument
131 public void testKeysIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testKeysIteratorRemove() argument
146 … public void testValuesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testValuesIteratorRemove() argument
161 … public void testEntriesIteratorRemove(String desc, Supplier<Map<Object, Object>> ms, Object val) { in testEntriesIteratorRemove() argument
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp714 void NV50LoweringPreSSA::loadTexMsInfo(uint32_t off, Value **ms, in loadTexMsInfo()
733 void NV50LoweringPreSSA::loadMsInfo(Value *ms, Value *s, Value **dx, Value **dy) { in loadMsInfo()
783 Value *src[3], *val; in handleTEX() local
804 *ms, *ms_x, *ms_y, *dx, *dy; in handleTEX() local
867 ImmediateValue val; in handleTEX() local
1014 Value *src[3], *val; in handleTXD() local
1086 Value *ms, *ms_x, *ms_y; in handleTXQ() local
1143 Value *ms = bld.mkOp2v(OP_ADD, TYPE_U32, bld.getScratch(), ms_x, ms_y); in handleSUQ() local
2112 LValue *val = bld.getScratch(); in handlePFETCH() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java235 long val = secs * secRatio + nanoVal; in convert() local
406 long ms = toMillis(timeout); in timedWait() local
426 long ms = toMillis(timeout); in timedJoin() local
444 long ms = toMillis(timeout); in sleep() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DTimeUnit.java235 long val = secs * secRatio + nanoVal; in convert() local
406 long ms = toMillis(timeout); in timedWait() local
426 long ms = toMillis(timeout); in timedJoin() local
444 long ms = toMillis(timeout); in sleep() local
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DTimeUnit.java235 long val = secs * secRatio + nanoVal; in convert() local
406 long ms = toMillis(timeout); in timedWait() local
426 long ms = toMillis(timeout); in timedJoin() local
444 long ms = toMillis(timeout); in sleep() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp397 static void PrintUInt32(CStdOutStream &so, UInt32 val, unsigned size) in PrintUInt32()
405 static void PrintNumber(CStdOutStream &so, UInt32 val, unsigned numDigits) in PrintNumber()
531 static void PrintNum(UInt64 val, unsigned numDigits, char c = ' ') in PrintNum()
544 static void PrintTime(const char *s, UInt64 val, UInt64 total) in PrintTime()
551 UInt32 ms = (UInt32)(val - (sec * kFreq)) / (kFreq / 1000); in PrintTime() local
572 static void PrintMemUsage(const char *s, UInt64 val) in PrintMemUsage()
717 static void PrintTime(const char *s, UInt64 val, UInt64 total_us, UInt64 kFreq) in PrintTime()
722 UInt64 sec, ms; in PrintTime() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DLog.cpp116 LogEntry& LogEntry::arg(const std::string& val) { in arg()
122 LogEntry& LogEntry::arg<>(bool val) { in arg()
127 LogEntry& LogEntry::arg(const std::vector<int32_t>& val) { in arg()
132 LogEntry& LogEntry::arg(const std::vector<uint8_t>& val) { in arg()
137 LogEntry& LogEntry::arg(const std::vector<std::string>& val) { in arg()
163 using ms = std::chrono::duration<float, std::ratio<1, 1000>>; in withAutomaticDuration() typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/sync_pq/
Dpq_single_thread_pass.cpp26 typedef boost::chrono::milliseconds ms; typedef
58 int val; in test_pull_for() local
69 int val; in test_pull_until() local
80 int val; in test_nonblocking_pull() local
92 int val; in test_pull_for_when_not_empty() local
105 int val; in test_pull_until_when_not_empty() local
134 int val = pq.pull(); in main() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dmemory_planner.cpp188 const auto* val = pnode.node()->outputs()[i]; in assignStorageToOutputTensors() local
295 for (const auto& ms : managed_output_tensors_) { in allocateOutputTensors() local
358 for (auto& ms : managed_output_tensors_) { in deallocateOutputTensors() local
455 for (auto& ms : managed_tensors_) { in deallocateManagedTensors() local
/aosp_15_r20/hardware/google/pixel/perfstatsd/
Dcpu_usage.cpp52 uint32_t val = 0; in setOptions() local
221 auto ms = std::chrono::duration_cast<std::chrono::milliseconds>(now - mLast); in getOverallUsage() local
281 auto ms = std::chrono::duration_cast<std::chrono::milliseconds>( in refresh() local
Dio_usage.cpp314 auto ms = std::chrono::duration_cast<std::chrono::milliseconds>(mNow - mLast); in dump() local
388 auto ms = std::chrono::duration_cast<std::chrono::milliseconds>( in dump() local
409 uint64_t val = 0; in setOptions() local
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksSerializer.hpp100 inline void SerializeItem(TYPE &serializer, u8 &val) in SerializeItem()
105 inline void SerializeItem(Serializer<ToRead> &serializer, u32 &val) in SerializeItem()
112 inline void SerializeItem(Serializer<ToWrite> &serializer, u32 &val) in SerializeItem()
118 inline void SerializeItem(Serializer<ToRead> &serializer, u64 &val) in SerializeItem()
125 inline void SerializeItem(Serializer<ToWrite> &serializer, u64 &val) in SerializeItem()
131 inline void SerializeItem(Serializer<ToRead> &serializer, s32 &val) in SerializeItem()
138 inline void SerializeItem(Serializer<ToWrite> &serializer, s32 &val) in SerializeItem()
196 msize ms = v.size(); in SerializeItem() local
/aosp_15_r20/art/test/074-gc-thrash/src/
H A DMain.java136 public static void sleep(int ms) { in sleep()
184 private String makeString(int val) { in makeString()
318 private String makeString(int val) { in makeString()
/aosp_15_r20/packages/modules/DnsResolver/
Dutil.cpp45 int val = defaultValue; in getExperimentFlagInt() local
56 int ms = duration_cast<milliseconds>(ts.time_since_epoch()).count() % 1000; in timestampToString() local
/aosp_15_r20/external/selinux/mcstrans/src/
H A Dmcstrans.c692 update(char **p, char *const val) { in update()
703 append(affix_t **affixes, const char *val) { in append()
1319 long int ms; in compute_raw_from_trans() local
1533 long int ms; in compute_trans_from_raw() local
1671 long int ms; in trans_context() local
1846 long int ms; in untrans_context() local
/aosp_15_r20/external/ltp/include/
H A Dtst_timer.h45 static inline struct timeval tst_ms_to_timeval(long long ms) in tst_ms_to_timeval()
271 static inline int sys_futex(int *uaddr, int futex_op, int val, void *to, in sys_futex()
277 static inline int sys_futex_time64(int *uaddr, int futex_op, int val, void *to, in sys_futex_time64()
725 tst_ts_from_ms(enum tst_ts_type type, long long ms) in tst_ts_from_ms()
739 tst_timespec_from_ms(long long ms) in tst_timespec_from_ms()
/aosp_15_r20/external/zstd/lib/compress/
H A 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()
790 MEM_STATIC U32 ZSTD_VecMask_next(ZSTD_VecMask val) { in ZSTD_VecMask_next()
[all …]
/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp225 static void PrintNum(UInt64 val, unsigned numDigits, char c = ' ') in PrintNum()
236 static void PrintTime(const char *s, UInt64 val, UInt64 total) in PrintTime()
243 UInt32 ms = (UInt32)(val - (sec * kFreq)) / (kFreq / 1000); in PrintTime() local
/aosp_15_r20/system/core/healthd/
H A Dcharger_test.cpp56 bool waitFor(long ms, const T& expectVal) { in waitFor()
68 static Atomic<bool> val(false); in getUpdateNotifier() local
/aosp_15_r20/external/lzma/C/Util/7z/
H A D7zMain.c67 #define MY_UTF8_HEAD(n, val) ((Byte)(MY_UTF8_START(n) + (val >> (6 * (n))))) argument
68 #define MY_UTF8_CHAR(n, val) ((Byte)(0x80 + (((val) >> (6 * (n))) & 0x3F))) argument
75 UInt32 val; in Utf16_To_Utf8_Calc() local
110 UInt32 val; in Utf16_To_Utf8() local
432 Byte ms[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in ConvertFileTimeToString() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h107 APInt(uint64_t *val, unsigned bits) : BitWidth(bits) { in APInt()
2012 struct APInt::ms { struct
2013 APInt m; ///< magic number
2014 unsigned s; ///< shift amount
/aosp_15_r20/art/tools/ahat/etc/
H A Dhprofdump.py141 s, ms = divmod(timestamp, 1000) variable
267 val = readval(ty, hprof) ; length -= valsize(ty) variable
275 val = readval(ty, hprof) ; length -= valsize(ty) variable
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPInt.h98 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt()
1732 struct APInt::ms { struct
1733 APInt m; ///< magic number
1734 unsigned s; ///< shift amount
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt()
1710 struct APInt::ms { struct
1711 APInt m; ///< magic number
1712 unsigned s; ///< shift amount

12345678910>>...33