Searched refs:SetInt (Results 1 – 6 of 6) sorted by relevance
/external/libmojo/third_party/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 60 prefs.SetInt('myValue', 444) 73 prefs.SetInt('myValue', 444) 105 prefs.SetInt('magicNumber', 42) 156 prefs.SetInt('newString', 123) # oops!
|
D | shared_prefs.py | 309 def SetInt(self, key, value): member in SharedPrefs
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 61 prefs.SetInt('myValue', 444) 74 prefs.SetInt('myValue', 444) 108 prefs.SetInt('magicNumber', 42) 161 prefs.SetInt('newString', 123) # oops!
|
D | shared_prefs.py | 326 def SetInt(self, key, value): member in SharedPrefs
|
/external/vixl/src/aarch64/ |
D | logic-aarch64.cc | 804 dst.SetInt(vform, i, ur >> (64 - lane_size)); in add() 1211 dst.SetInt(vform, i, ur >> (64 - lane_size)); in sub() 1357 dst.SetInt(vform, i, dst_val); in sminmax() 1448 dst.SetInt(vform_dst, 0, dst_val); in addv() 1465 dst.SetInt(vform_dst, 0, dst_val); in saddlv() 1501 dst.SetInt(vform, 0, dst_val); in sminmaxv() 1935 dst.SetInt(vform, i, 0); in sshl() 1938 dst.SetInt(vform, i, src_is_negative ? -1 : 0); in sshl() 2019 dst.SetInt(vform, i, (sa == INT64_MIN) ? sa : -sa); in neg() 2037 dst.SetInt(vform, i, MaxIntFromFormat(vform)); in suqadd() [all …]
|
D | simulator-aarch64.h | 428 void SetInt(VectorFormat vform, int index, int64_t value) const { in SetInt() function 451 SetInt(vform, i, src[i]); in SetIntArray() 583 SetInt(vform, i, MaxIntFromFormat(vform)); in SignedSaturate() 585 SetInt(vform, i, MinIntFromFormat(vform)); in SignedSaturate() 629 SetInt(vform, i, val); in Uhalve() 645 SetInt(vform, i, val); in Halve()
|