HomeSort by relevance Sort by last modified time
    Searched refs:SetInt64 (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /system/update_engine/
payload_state_unittest.cc 112 EXPECT_CALL(*prefs, SetInt64(_, _)).Times(AnyNumber());
113 EXPECT_CALL(*prefs, SetInt64(kPrefsPayloadAttemptNumber, 0))
115 EXPECT_CALL(*prefs, SetInt64(kPrefsFullPayloadAttemptNumber, 0))
117 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, 0)).Times(AtLeast(1));
118 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1));
119 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlFailureCount, 0))
121 EXPECT_CALL(*prefs, SetInt64(kPrefsUpdateTimestampStart, _))
123 EXPECT_CALL(*prefs, SetInt64(kPrefsUpdateDurationUptime, _))
125 EXPECT_CALL(*prefs, SetInt64(kCurrentBytesDownloadedFromHttps, 0))
127 EXPECT_CALL(*prefs, SetInt64(kCurrentBytesDownloadedFromHttp, 0)
    [all...]
update_attempter_android_unittest.cc 77 prefs_.SetInt64(kPrefsNumReboots, 1);
98 prefs_.SetInt64(kPrefsPayloadAttemptNumber, 1);
99 prefs_.SetInt64(kPrefsSystemUpdatedMarker, 23456);
120 prefs_.SetInt64(kPrefsNumReboots, 3);
121 prefs_.SetInt64(kPrefsPayloadAttemptNumber, 2);
123 prefs_.SetInt64(kPrefsUpdateTimestampStart, 12345);
payload_state.cc 877 prefs_->SetInt64(kPrefsFullPayloadAttemptNumber,
    [all...]
metrics_utils.cc 291 if (!system_state->prefs()->SetInt64(state_variable_key,
335 prefs->SetInt64(kPrefsNumReboots, num_reboots);
343 prefs->SetInt64(kPrefsPayloadAttemptNumber, payload_attempt_number);
351 prefs->SetInt64(kPrefsSystemUpdatedMarker,
359 prefs->SetInt64(kPrefsUpdateTimestampStart,
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
pi.go 40 accum.Mul(accum, tmp1.SetInt64(y2))
41 numer.Mul(numer, tmp1.SetInt64(k))
42 denom.Mul(denom, tmp1.SetInt64(y2))
46 accum.Sub(accum, tmp1.Mul(denom, tmp1.SetInt64(d)))
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 40 accum.Mul(accum, tmp1.SetInt64(y2))
41 numer.Mul(numer, tmp1.SetInt64(k))
42 denom.Mul(denom, tmp1.SetInt64(y2))
46 accum.Sub(accum, tmp1.Mul(denom, tmp1.SetInt64(d)))
  /prebuilts/go/darwin-x86/src/math/big/
example_rat_test.go 20 term.SetInt64(1)
22 term.SetInt64((n - 1) / 3 * 2)
hilbert_test.go 52 x.SetInt64(1)
74 x1 := new(Rat).SetInt64(int64(i + j + 1))
  /prebuilts/go/linux-x86/src/math/big/
example_rat_test.go 20 term.SetInt64(1)
22 term.SetInt64((n - 1) / 3 * 2)
hilbert_test.go 52 x.SetInt64(1)
74 x1 := new(Rat).SetInt64(int64(i + j + 1))
  /system/update_engine/common/
mock_prefs.h 36 MOCK_METHOD2(SetInt64, bool(const std::string& key, const int64_t value));
prefs_interface.h 63 virtual bool SetInt64(const std::string& key, const int64_t value) = 0;
prefs_unittest.cc 173 TEST_F(PrefsTest, SetInt64) {
174 EXPECT_TRUE(prefs_.SetInt64(kKey, -123));
182 EXPECT_FALSE(prefs_.SetInt64(kKeyWithSpaces, 20));
187 EXPECT_TRUE(prefs_.SetInt64(kKey, std::numeric_limits<int64_t>::max()));
195 EXPECT_TRUE(prefs_.SetInt64(kKey, std::numeric_limits<int64_t>::min()));
263 ASSERT_TRUE(prefs_.SetInt64(kKey, 8));
272 ASSERT_TRUE(prefs_.SetInt64(kKey, 0));
351 EXPECT_TRUE(prefs_.SetInt64(kKey, 1234));
fake_prefs.h 45 bool SetInt64(const std::string& key, const int64_t value) override;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
cmpConstGen.go 64 min = min.SetInt64(minI64)
65 max = max.SetInt64(maxI64)
67 min = min.SetInt64(minI32)
68 max = max.SetInt64(maxI32)
70 min = min.SetInt64(minI16)
71 max = max.SetInt64(maxI16)
73 min = min.SetInt64(minI8)
74 max = max.SetInt64(maxI8)
83 Int := func(v int64) *big.Int { return big.NewInt(0).SetInt64(v) }
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224_test.go 25 tmp.SetInt64(int64(in[i]))
elliptic_test.go 24 x, y := new(big.Int).SetInt64(1), new(big.Int).SetInt64(1)
370 k := new(big.Int).SetInt64(1)
435 x.SetInt64(0)
436 y.SetInt64(0)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
cmpConstGen.go 64 min = min.SetInt64(minI64)
65 max = max.SetInt64(maxI64)
67 min = min.SetInt64(minI32)
68 max = max.SetInt64(maxI32)
70 min = min.SetInt64(minI16)
71 max = max.SetInt64(maxI16)
73 min = min.SetInt64(minI8)
74 max = max.SetInt64(maxI8)
83 Int := func(v int64) *big.Int { return big.NewInt(0).SetInt64(v) }
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224_test.go 25 tmp.SetInt64(int64(in[i]))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
magic_test.go 138 One := new(big.Int).SetInt64(1)
173 C := new(big.Int).SetInt64(c)
189 X := new(big.Int).SetInt64(x)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
magic_test.go 138 One := new(big.Int).SetInt64(1)
173 C := new(big.Int).SetInt64(c)
189 X := new(big.Int).SetInt64(x)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
swt_test.go 13 v.SetInt64(int64(r))
mpint.go 219 a.SetInt64(0)
243 a.SetInt64(-1)
245 a.SetInt64(0)
279 func (a *Mpint) SetInt64(c int64) {
280 a.Val.SetInt64(c)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
swt_test.go 13 v.SetInt64(int64(r))
mpint.go 219 a.SetInt64(0)
243 a.SetInt64(-1)
245 a.SetInt64(0)
279 func (a *Mpint) SetInt64(c int64) {
280 a.Val.SetInt64(c)

Completed in 565 milliseconds

1 2 3 4 5