HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 76 - 100 of 1776) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webrtc/webrtc/system_wrappers/source/
rw_lock_posix.h 34 bool Init();
  /external/webrtc/webrtc/test/mac/
video_renderer_mac.h 27 bool Init(const char* window_title, int width, int height);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine.h 54 virtual int Init() = 0;
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
blit_engine.h 54 virtual int Init() = 0;
  /system/bt/service/
daemon.h 69 virtual bool Init() = 0;
  /system/bt/service/test/
mock_daemon.h 34 MOCK_METHOD0(Init, bool());
  /system/connectivity/apmanager/
testrunner.cc 24 base::CommandLine::Init(argc, argv);
  /system/connectivity/dhcp_client/
testrunner.cc 24 base::CommandLine::Init(argc, argv);
  /system/firewalld/
main.cc 23 base::CommandLine::Init(argc, argv);
  /system/media/brillo/audio/audioservice/
main_audio_service.cpp 22 brillo::FlagHelper::Init(argc, argv, "Brillo audio service,");
  /system/tpm/trunks/
command_transceiver.h 49 virtual bool Init() { return true; }
tpm_simulator_handle.h 36 // if (!handle.Init()) {...}
45 bool Init() override;
  /system/update_engine/client_library/
client.cc 39 if (!update_engine_client_impl->Init()) {
  /system/update_engine/update_manager/
real_random_provider.h 34 bool Init();
real_config_provider_unittest.cc 67 EXPECT_TRUE(provider_->Init());
72 EXPECT_TRUE(provider_->Init());
80 EXPECT_TRUE(provider_->Init());
90 EXPECT_TRUE(provider_->Init());
98 EXPECT_TRUE(provider_->Init());
  /system/update_engine/
weave_service_factory.cc 34 if (!weave_service->Init(delegate))
  /system/connectivity/shill/
crypto_provider_unittest.cc 62 TEST_F(CryptoProviderTest, Init) {
66 provider_.Init();
73 provider_.Init();
79 provider_.Init();
88 provider_.Init();
94 provider_.Init();
105 provider_.Init();
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
wiimote.h 57 void Init()
83 void Init()
94 void Init()
109 void Init()
130 void Init()
172 void Init();
206 void Init()
225 void Init()
240 void Init()
259 void Init()
    [all...]
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 30 public void Init()
32 m_Choice.Init();
35 m_LowCoder[posState].Init();
36 m_MidCoder[posState].Init();
38 m_Choice2.Init();
39 m_HighCoder.Init();
67 public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i].Init(); }
118 public void Init()
122 m_Coders[i].Init();
    [all...]
  /external/clang/include/clang/AST/
GlobalDecl.h 31 void Init(const Decl *D) {
41 GlobalDecl(const VarDecl *D) { Init(D);}
42 GlobalDecl(const FunctionDecl *D) { Init(D); }
43 GlobalDecl(const BlockDecl *D) { Init(D); }
44 GlobalDecl(const CapturedDecl *D) { Init(D); }
45 GlobalDecl(const ObjCMethodDecl *D) { Init(D); }
  /external/v8/src/base/
lazy-instance.h 147 static void Init(OnceType* once, Function function, Storage storage) {
156 static void Init(OnceType* once, Function function, Storage storage) {
177 void Init() const {
178 InitOnceTrait::Init(
188 Init();
193 Init();
  /external/ceres-solver/internal/ceres/
scratch_evaluate_preparer.cc 47 preparers[i].Init(max_derivatives_per_residual_block);
52 void ScratchEvaluatePreparer::Init(int max_derivatives_per_residual_block) {
  /external/libchrome/crypto/
hmac.cc 17 bool HMAC::Init(SymmetricKey* key) {
19 bool result = key->GetRawKey(&raw_key) && Init(raw_key);
  /external/lzma/CPP/Common/
XzCrc64Reg.cpp 23 STDMETHOD_(void, Init)();
29 STDMETHODIMP_(void) CXzCrc64Hasher::Init()
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_program.cpp 15 int32_t CXFA_FMProgram::Init(const CFX_WideStringC& wsFormcalc) {
16 return m_parse.Init(wsFormcalc, &m_pErrorInfo);

Completed in 953 milliseconds

1 2 34 5 6 7 8 91011>>