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

1 23 4 5 6

  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
intconv_test.go 82 z.SetInt64(test.val)
103 tmp.SetInt64(1234567890)
rat.go 314 z.a.SetInt64(a)
333 // SetInt64 sets z to x and returns z.
334 func (z *Rat) SetInt64(x int64) *Rat {
335 z.a.SetInt64(x)
rat_test.go 465 x.Denom().SetInt64(3)
473 x.Denom().SetInt64(3)
482 a.SetInt64(5)
483 b.SetInt64(3)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/big/
intconv_test.go 79 z.SetInt64(test.val)
100 tmp.SetInt64(1234567890)
rat.go 311 z.a.SetInt64(a)
330 // SetInt64 sets z to x and returns z.
331 func (z *Rat) SetInt64(x int64) *Rat {
332 z.a.SetInt64(x)
rat_test.go 462 x.Denom().SetInt64(3)
470 x.Denom().SetInt64(3)
479 a.SetInt64(5)
480 b.SetInt64(3)
  /prebuilts/go/linux-x86/src/math/big/
intconv_test.go 79 z.SetInt64(test.val)
100 tmp.SetInt64(1234567890)
rat.go 311 z.a.SetInt64(a)
330 // SetInt64 sets z to x and returns z.
331 func (z *Rat) SetInt64(x int64) *Rat {
332 z.a.SetInt64(x)
rat_test.go 462 x.Denom().SetInt64(3)
470 x.Denom().SetInt64(3)
479 a.SetInt64(5)
480 b.SetInt64(3)
  /system/update_engine/common/
fake_prefs.cc 77 bool FakePrefs::SetInt64(const string& key, const int64_t value) {
prefs.h 66 bool SetInt64(const std::string& key, const int64_t value) override;
prefs.cc 56 bool PrefsBase::SetInt64(const string& key, const int64_t value) {
  /prebuilts/go/darwin-x86/misc/cgo/gmp/
gmp.go 134 func NewInt(x int64) *Int { return new(Int).SetInt64(x) }
176 z.SetInt64(0)
183 // SetInt64 sets z = x and returns z.
184 func (z *Int) SetInt64(x int64) *Int {
  /prebuilts/go/linux-x86/misc/cgo/gmp/
gmp.go 134 func NewInt(x int64) *Int { return new(Int).SetInt64(x) }
176 z.SetInt64(0)
183 // SetInt64 sets z = x and returns z.
184 func (z *Int) SetInt64(x int64) *Int {
  /system/update_engine/
omaha_request_action.cc 693 prefs->SetInt64(kPrefsLastActivePingDay, daystart.ToInternalValue());
694 prefs->SetInt64(kPrefsLastRollCallPingDay, daystart.ToInternalValue());
    [all...]
metrics_utils.cc 280 if (!system_state->prefs()->SetInt64(state_variable_key,
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/big/
rat.go 314 z.a.SetInt64(a)
333 // SetInt64 sets z to x and returns z.
334 func (z *Rat) SetInt64(x int64) *Rat {
335 z.a.SetInt64(x)
rat_test.go 465 x.Denom().SetInt64(3)
473 x.Denom().SetInt64(3)
482 a.SetInt64(5)
483 b.SetInt64(3)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/big/
rat.go 311 z.a.SetInt64(a)
330 // SetInt64 sets z to x and returns z.
331 func (z *Rat) SetInt64(x int64) *Rat {
332 z.a.SetInt64(x)
rat_test.go 462 x.Denom().SetInt64(3)
470 x.Denom().SetInt64(3)
479 a.SetInt64(5)
480 b.SetInt64(3)
  /prebuilts/go/darwin-x86/src/math/big/
rat.go 311 z.a.SetInt64(a)
330 // SetInt64 sets z to x and returns z.
331 func (z *Rat) SetInt64(x int64) *Rat {
332 z.a.SetInt64(x)
rat_test.go 462 x.Denom().SetInt64(3)
470 x.Denom().SetInt64(3)
479 a.SetInt64(5)
480 b.SetInt64(3)
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 86 one.SetInt64(1)
131 h.SetInt64(2)
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 86 one.SetInt64(1)
131 h.SetInt64(2)
  /system/update_engine/payload_consumer/
delta_performer_integration_test.cc 694 EXPECT_CALL(prefs, SetInt64(kPrefsManifestMetadataSize,
696 EXPECT_CALL(prefs, SetInt64(kPrefsManifestSignatureSize, 0))
698 EXPECT_CALL(prefs, SetInt64(kPrefsUpdateStateNextOperation, _))
702 EXPECT_CALL(prefs, SetInt64(kPrefsUpdateStateNextDataOffset, _))
704 EXPECT_CALL(prefs, SetInt64(kPrefsUpdateStateNextDataLength, _))
    [all...]

Completed in 1740 milliseconds

1 23 4 5 6