HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 276 - 300 of 2848) sorted by null

<<11121314151617181920>>

  /external/libbrillo/brillo/
flag_helper_unittest.cc 21 static void SetUpTestCase() { base::CommandLine::Init(0, nullptr); }
48 brillo::FlagHelper::Init(arraysize(argv), argv, "TestDefaultTrue");
110 brillo::FlagHelper::Init(arraysize(argv), argv, "TestDefaultTrue");
170 brillo::FlagHelper::Init(arraysize(argv), argv, "TestDefaultTrue");
199 brillo::FlagHelper::Init(arraysize(argv), argv, "TestDuplicateSetvalue");
213 brillo::FlagHelper::Init(arraysize(argv), argv, "TestFlagTerminator");
238 brillo::FlagHelper::Init(arraysize(argv), argv, "TestHelpMessage"),
264 ASSERT_EXIT(brillo::FlagHelper::Init(arraysize(argv), argv, "TestIntExit"),
286 brillo::FlagHelper::Init(arraysize(argv), argv, "TestBoolParseError"),
307 ASSERT_EXIT(brillo::FlagHelper::Init(arraysize(argv)
    [all...]
  /external/libchrome/crypto/
hmac.cc 44 bool HMAC::Init(const unsigned char* key, size_t key_length) {
45 // Init must not be called more than once on the same HMAC object.
52 bool HMAC::Init(SymmetricKey* key) {
54 bool result = key->GetRawKey(&raw_key) && Init(raw_key);
  /external/libcxx/test/std/numerics/numeric.ops/reduce/
reduce_init_op.pass.cpp 14 // T reduce(InputIterator first, InputIterator last, T init, BinaryOperation op);
23 test(Iter first, Iter last, T init, Op op, T x)
25 static_assert( std::is_same_v<T, decltype(std::reduce(first, last, init, op))>, "" );
26 assert(std::reduce(first, last, init, op) == x);
45 template <typename T, typename Init>
49 static_assert( std::is_same_v<Init, decltype(std::reduce(p, p, Init{}, std::plus<>()))>, "" );
  /external/libcxx/utils/google-benchmark/src/
re.h 54 bool Init(const std::string& spec, std::string* error);
73 inline bool Regex::Init(const std::string& spec, std::string* error) {
101 inline bool Regex::Init(const std::string& spec, std::string* error) {
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 35 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream)
142 void Init(CStdOutStream *outStream, CStdOutStream *errorStream, CStdOutStream *percentStream)
144 COpenCallbackConsole::Init(outStream, errorStream, percentStream);
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomon.cpp 37 void CBC_ReedSolomonEncoder::Init() {
49 if (!temp_poly.Init(m_field.Get(), &temp))
81 if (!info.Init(m_field.Get(), &infoCoefficients))
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_server_lib.cc 55 Status MPIServer::Init(ServiceInitFunction service_func,
57 Status s = GrpcServer::Init(service_func, rendezvous_mgr_func);
76 TF_RETURN_IF_ERROR(ret->Init(service_func, NewMPIRendezvousMgr));
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_server_lib.h 71 Status Init(ServiceInitFunction service_func,
75 Status Init(ServiceInitFunction service_func,
78 Status Init();
97 // This method may only be called after `this->Init()` returns successfully.
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_header_extension.h 33 Init();
38 Init();
41 void Init() {
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
videoprocessor_unittest.cc 67 TEST_F(VideoProcessorTest, Init) {
72 ASSERT_TRUE(video_processor.Init());
84 ASSERT_TRUE(video_processor.Init());
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_manager_win.h 75 virtual int32_t Init(uint32_t increaseSize = 128);
102 virtual int32_t Init();
121 virtual bool Init(int32_t id, uint8_t& numOfWorkThreads);
  /external/webrtc/webrtc/test/
frame_generator_capturer.cc 32 if (!capturer->Init()) {
52 if (!capturer->Init()) {
83 bool FrameGeneratorCapturer::Init() {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/reduce/
reduce_init_op.pass.cpp 14 // T reduce(InputIterator first, InputIterator last, T init, BinaryOperation op);
23 test(Iter first, Iter last, T init, Op op, T x)
25 static_assert( std::is_same_v<T, decltype(std::reduce(first, last, init, op))>, "" );
26 assert(std::reduce(first, last, init, op) == x);
45 template <typename T, typename Init>
49 static_assert( std::is_same_v<Init, decltype(std::reduce(p, p, Init{}, std::plus<>()))>, "" );
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
re.h 54 bool Init(const std::string& spec, std::string* error);
73 inline bool Regex::Init(const std::string& spec, std::string* error) {
101 inline bool Regex::Init(const std::string& spec, std::string* error) {
  /system/keymaster/km_openssl/
hmac.cpp 34 bool HmacSha256::Init(const Buffer& key) {
35 return Init(key.peek_read(), key.available_read());
38 bool HmacSha256::Init(const uint8_t* key, size_t key_len) {
  /bootable/recovery/minui/
graphics_adf.h 36 GRSurface* Init() override;
  /device/google/cuttlefish_common/common/commands/wifi_relay/
netlink.h 33 bool Init();
nl_client.h 34 // Init this client: set up callback & open socket.
35 bool Init();
  /device/google/cuttlefish_common/host/libs/monitor/
kernel_log_server.h 37 bool Init();
  /device/google/cuttlefish_common/host/libs/usbip/
vhci_instrument.h 32 // Init opens vhci-hcd driver and allocates port to which remote USB device
36 bool Init();
  /device/google/cuttlefish_common/host/libs/vadb/
virtual_adb_server.h 39 bool Init();
  /external/autotest/client/deps/glbench/src/
egl_stuff.h 21 virtual bool Init();
glinterface.h 42 virtual bool Init() = 0;
waffle_stuff.h 21 virtual bool Init();
  /external/brotli/csharp/org/brotli/dec/
BitReaderTest.cs 19 Org.Brotli.Dec.BitReader.Init(reader, new System.IO.MemoryStream(new byte[1]));

Completed in 648 milliseconds

<<11121314151617181920>>