Home
last modified time | relevance | path

Searched refs:SetMode (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/prebuilts/go/linux-x86/src/math/big/
Dfloat_test.go380 f := new(Float).SetMode(mode).SetInt64(x).SetPrec(prec)
398 g := new(Float).SetMode(mode).SetPrec(prec).SetInt64(x)
411 h := new(Float).SetMode(mode).SetPrec(prec).Set(f)
558 f := new(Float).SetPrec(prec).SetMode(ToZero).SetUint64(x)
593 f := new(Float).SetPrec(prec).SetMode(ToZero).SetInt64(x)
636 f := new(Float).SetPrec(prec).SetMode(ToZero).SetFloat64(float64(x))
1239 got := new(Float).SetPrec(prec).SetMode(mode)
1270 got := new(Float).SetMode(mode)
1394 got := new(Float).SetPrec(prec).SetMode(mode)
1524 x := new(Float).SetPrec(z.Prec() + y.Prec()).SetMode(ToZero)
[all …]
Dfloatmarsh_test.go42 _, _, err := tx.SetPrec(prec).SetMode(mode).Parse(x, 0)
88 tx := NewFloat(4 / 3).SetPrec(1000).SetMode(ToPositiveInf)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dmode.go36 func SetMode(mode string) error { func
37 return telemetry.Default.SetMode(mode)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/telemetry/
Dtelemetry.go76 func SetMode(mode string) error { func
77 return telemetry.SetMode(mode)
Dtelemetry_bootstrap.go12 func SetMode(mode string) error { return nil } func
/aosp_15_r20/external/libvpx/test/
H A Dvp9_datarate_test.cc248 SetMode(::libvpx_test::kRealTime); in SetUp()
264 SetMode(::libvpx_test::kRealTime); in SetUp()
587 SetMode(::libvpx_test::kRealTime); in SetUp()
739 SetMode(::libvpx_test::kRealTime); in SetUp()
784 SetMode(::libvpx_test::kRealTime); in SetUp()
827 SetMode(::libvpx_test::kRealTime); in SetUp()
H A Dvp9_end_to_end_test.cc99 SetMode(::libvpx_test::kRealTime); in SetUp()
141 SetMode(encoding_mode_); in SetUp()
217 SetMode(::libvpx_test::kRealTime); in SetUp()
H A Daltref_test.cc32 SetMode(libvpx_test::kTwoPassGood); in SetUp()
83 SetMode(encoding_mode_); in SetUp()
H A Dsvc_datarate_test.cc678 SetMode(::libvpx_test::kRealTime); in SetUp()
1168 SetMode(::libvpx_test::kRealTime); in SetUp()
1251 SetMode(::libvpx_test::kRealTime); in SetUp()
1363 SetMode(::libvpx_test::kRealTime); in SetUp()
1449 SetMode(::libvpx_test::kRealTime); in SetUp()
1507 SetMode(::libvpx_test::kRealTime); in SetUp()
1710 SetMode(::libvpx_test::kRealTime); in SetUp()
H A Dvp9_ext_ratectrl_test.cc209 SetMode(::libvpx_test::kRealTime); in SetUp()
211 SetMode(::libvpx_test::kTwoPassGood); in SetUp()
H A Dsvc_end_to_end_test.cc44 SetMode(::libvpx_test::kRealTime); in ScalePartitionOnePassCbrSvc()
127 SetMode(::libvpx_test::kRealTime); in SyncFrameOnePassCbrSvc()
656 SetMode(::libvpx_test::kRealTime); in LoopfilterOnePassCbrSvc()
H A Dvp9_ethread_test.cc52 SetMode(encoding_mode_); in SetUp()
247 SetMode(encoding_mode_); in SetUp()
H A Derror_resilience_test.cc44 SetMode(encoding_mode_); in SetUp()
404 SetMode(encoding_mode_); in SetUp()
H A Dvp8_fragments_test.cc26 SetMode(::libvpx_test::kRealTime); in SetUp()
H A Dconfig_test.cc29 SetMode(GET_PARAM(1)); in SetUp()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dssl_adapter.h38 virtual void SetMode(SSLMode mode) = 0;
79 virtual void SetMode(SSLMode mode) = 0;
H A Dopenssl_adapter.h67 void SetMode(SSLMode mode) override;
200 void SetMode(SSLMode mode) override;
H A Dssl_stream_adapter_unittest.cc473 server_ssl_->SetMode(dtls_ ? rtc::SSL_MODE_DTLS : rtc::SSL_MODE_TLS); in TestHandshake()
474 client_ssl_->SetMode(dtls_ ? rtc::SSL_MODE_DTLS : rtc::SSL_MODE_TLS); in TestHandshake()
514 server_ssl_->SetMode(dtls_ ? rtc::SSL_MODE_DTLS : rtc::SSL_MODE_TLS); in TestHandshakeTimeout()
515 client_ssl_->SetMode(dtls_ ? rtc::SSL_MODE_DTLS : rtc::SSL_MODE_TLS); in TestHandshakeTimeout()
556 server_ssl_->SetMode(dtls_ ? rtc::SSL_MODE_DTLS : rtc::SSL_MODE_TLS); in TestHandshakeWithDelayedIdentity()
557 client_ssl_->SetMode(dtls_ ? rtc::SSL_MODE_DTLS : rtc::SSL_MODE_TLS); in TestHandshakeWithDelayedIdentity()
H A Dssl_adapter_unittest.cc67 ssl_adapter_->SetMode(ssl_mode_); in SSLAdapterTestDummyClient()
263 ssl_stream_adapter_->SetMode(ssl_mode_); in DoHandshake()
/aosp_15_r20/build/soong/jar/
H A Djar.go80 dirHeader.SetMode(0755 | os.ModeDir)
98 fh.SetMode(0644)
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dsession.cc109 host_mode_ctrl_.SetMode(HostModeCtrl::ModeType::kAndroidMode); in CleanUp()
159 host_mode_ctrl_.SetMode(HostModeCtrl::ModeType::kConfUI_Mode); in HandleInit()
/aosp_15_r20/build/soong/third_party/zip/
H A Dstruct.go127 fh.SetMode(fi.Mode())
223 func (h *FileHeader) SetMode(mode os.FileMode) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/zip/
Dstruct.go211 fh.SetMode(fi.Mode())
327 func (h *FileHeader) SetMode(mode fs.FileMode) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/distpack/
Dpack.go110 base.SetMode(mode)
200 binArch.SetMode(mode) // fix added files
/aosp_15_r20/external/rmi4utils/rmidevice/
H A Dhiddevice.cpp151 rc = SetMode(m_mode); in Open()
446 int HIDDevice::SetMode(int mode) in SetMode() function in HIDDevice
511 SetMode(m_initialMode); in Close()

12345