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

1 2 3 4 5 6

  /system/update_engine/
payload_state_unittest.cc 108 EXPECT_CALL(*prefs, SetInt64(_, _)).Times(AnyNumber());
109 EXPECT_CALL(*prefs, SetInt64(kPrefsPayloadAttemptNumber, 0))
111 EXPECT_CALL(*prefs, SetInt64(kPrefsFullPayloadAttemptNumber, 0))
113 EXPECT_CALL(*prefs, SetInt64(kPrefsBackoffExpiryTime, 0)).Times(AtLeast(1));
114 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlIndex, 0)).Times(AtLeast(1));
115 EXPECT_CALL(*prefs, SetInt64(kPrefsCurrentUrlFailureCount, 0))
117 EXPECT_CALL(*prefs, SetInt64(kPrefsUpdateTimestampStart, _))
119 EXPECT_CALL(*prefs, SetInt64(kPrefsUpdateDurationUptime, _))
121 EXPECT_CALL(*prefs, SetInt64(kCurrentBytesDownloadedFromHttps, 0))
123 EXPECT_CALL(*prefs, SetInt64(kCurrentBytesDownloadedFromHttp, 0)
    [all...]
payload_state.cc 747 prefs_->SetInt64(kPrefsNumReboots, num_reboots);
859 prefs_->SetInt64(kPrefsPayloadAttemptNumber, payload_attempt_number_);
    [all...]
omaha_request_action_unittest.cc 689 ASSERT_TRUE(fake_prefs_.SetInt64(kPrefsUpdateCheckCount, 5));
    [all...]
  /prebuilts/go/darwin-x86/test/bench/shootout/
pidigits.go 84 y2.SetInt64(k*2 + 1)
85 bigk.SetInt64(k)
95 tmp3.SetInt64(d)
  /prebuilts/go/linux-x86/test/bench/shootout/
pidigits.go 84 y2.SetInt64(k*2 + 1)
85 bigk.SetInt64(k)
95 tmp3.SetInt64(d)
  /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 174 TEST_F(PrefsTest, SetInt64) {
175 EXPECT_TRUE(prefs_.SetInt64(kKey, -123));
183 EXPECT_FALSE(prefs_.SetInt64(kKeyWithSpaces, 20));
188 EXPECT_TRUE(prefs_.SetInt64(kKey, std::numeric_limits<int64_t>::max()));
196 EXPECT_TRUE(prefs_.SetInt64(kKey, std::numeric_limits<int64_t>::min()));
264 ASSERT_TRUE(prefs_.SetInt64(kKey, 8));
273 ASSERT_TRUE(prefs_.SetInt64(kKey, 0));
352 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/misc/cgo/gmp/
pi.go 73 accum.Mul(accum, tmp1.SetInt64(y2))
74 numer.Mul(numer, tmp1.SetInt64(k))
75 denom.Mul(denom, tmp1.SetInt64(y2))
79 accum.Sub(accum, tmp1.Mul(denom, tmp1.SetInt64(d)))
  /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)
347 k := new(big.Int).SetInt64(1)
399 x.SetInt64(0)
400 y.SetInt64(0)
  /prebuilts/go/linux-x86/misc/cgo/gmp/
pi.go 73 accum.Mul(accum, tmp1.SetInt64(y2))
74 numer.Mul(numer, tmp1.SetInt64(k))
75 denom.Mul(denom, tmp1.SetInt64(y2))
79 accum.Sub(accum, tmp1.Mul(denom, tmp1.SetInt64(d)))
  /prebuilts/go/linux-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)
347 k := new(big.Int).SetInt64(1)
399 x.SetInt64(0)
400 y.SetInt64(0)
  /prebuilts/go/darwin-x86/src/crypto/rand/
util_test.go 39 b := new(big.Int).SetInt64(int64(n))
63 b := new(big.Int).SetInt64(int64(-1))
  /prebuilts/go/linux-x86/src/crypto/rand/
util_test.go 39 b := new(big.Int).SetInt64(int64(n))
63 b := new(big.Int).SetInt64(int64(-1))
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
hilbert_test.go 55 x.SetInt64(1)
77 x1 := new(Rat).SetInt64(int64(i + j + 1))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
hilbert_test.go 52 x.SetInt64(1)
74 x1 := new(Rat).SetInt64(int64(i + j + 1))
  /prebuilts/go/darwin-x86/src/math/big/
hilbert_test.go 52 x.SetInt64(1)
74 x1 := new(Rat).SetInt64(int64(i + j + 1))
example_test.go 99 two := new(big.Float).SetPrec(prec).SetInt64(2)
103 x := new(big.Float).SetPrec(prec).SetInt64(1)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
hilbert_test.go 55 x.SetInt64(1)
77 x1 := new(Rat).SetInt64(int64(i + j + 1))
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
hilbert_test.go 52 x.SetInt64(1)
74 x1 := new(Rat).SetInt64(int64(i + j + 1))
  /prebuilts/go/linux-x86/src/math/big/
hilbert_test.go 52 x.SetInt64(1)
74 x1 := new(Rat).SetInt64(int64(i + j + 1))
example_test.go 99 two := new(big.Float).SetPrec(prec).SetInt64(2)
103 x := new(big.Float).SetPrec(prec).SetInt64(1)

Completed in 2521 milliseconds

1 2 3 4 5 6