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

1 2 3 45 6 7 8 91011>>

  /external/skia/include/core/
SkGraphics.h 22 * Init() is thread-safe and idempotent.
24 static void Init();
176 SkGraphics::Init();
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator_unittest.cc 39 ASSERT_EQ(0, tone_gen_.Init(fs_hz, event, kAttenuation));
70 ASSERT_EQ(0, tone_gen_.Init(fs_hz, event, 0)); // 0 attenuation.
78 ASSERT_EQ(0, tone_gen_.Init(fs_hz, event, attenuation));
161 tone_gen.Init(fs, -1, attenuation));
164 tone_gen.Init(fs, 16, attenuation));
166 EXPECT_EQ(DtmfToneGenerator::kParameterError, tone_gen.Init(fs, event, -1));
168 EXPECT_EQ(DtmfToneGenerator::kParameterError, tone_gen.Init(fs, event, 37));
172 ASSERT_EQ(0, tone_gen.Init(fs, event, attenuation));
dtmf_tone_generator.h 31 virtual int Init(int fs, int event, int attenuation);
  /hardware/qcom/display/msm8084/libqdutils/
profiler.h 43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
51 void Init();
  /hardware/qcom/display/msm8226/libqdutils/
profiler.h 43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
51 void Init();
  /hardware/qcom/display/msm8909/libqdutils/
profiler.h 43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
51 void Init();
  /hardware/qcom/display/msm8960/libqdutils/
profiler.h 43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
51 void Init();
  /hardware/qcom/display/msm8994/libqdutils/
profiler.h 43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
51 void Init();
  /hardware/qcom/display/msm8996/libqdutils/
profiler.h 43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
51 void Init();
  /hardware/qcom/display/msmcobalt/libqdutils/
profiler.h 43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
51 void Init();
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_virtual.cpp 44 DisplayError HWVirtual::Init() {
45 return HWDevice::Init();
  /external/autotest/client/deps/glbench/src/
glx_stuff.h 18 virtual bool Init();
  /external/clang/include/clang/Lex/
TokenLexer.h 112 Init(Tok, ILEnd, MI, ActualArgs);
115 /// Init - Initialize this TokenLexer to expand from the specified macro
119 void Init(Token &Tok, SourceLocation ILEnd, MacroInfo *MI,
128 Init(TokArray, NumToks, DisableExpansion, ownsTokens);
131 /// Init - Initialize this TokenLexer with the specified token stream.
136 void Init(const Token *TokArray, unsigned NumToks,
  /external/drm_hwcomposer/
drmeventlistener.h 43 int Init();
virtualcompositorworker.h 32 int Init();
  /external/google-benchmark/src/
re_std.cc 21 bool Regex::Init(const std::string& spec, std::string* error) {
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader_test.cc 45 MOCK_METHOD0(Init, bool());
63 EXPECT_CALL(m, Init()).Times(1).WillOnce(Return(false));
87 EXPECT_CALL(m, Init()).Times(1).WillOnce(Return(true));
109 EXPECT_CALL(m, Init()).Times(1).WillOnce(Return(true));
  /external/libweave/src/test/
weave_testrunner.cc 11 base::CommandLine::Init(argc, argv);
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 26 void Init()
  /external/lzma/CPP/7zip/Common/
OffsetStream.h 17 HRESULT Init(IOutStream *stream, UInt64 offset);
ProgressUtils.h 26 void Init(IProgress *progress, bool inSizeIsMain);
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 27 public void Init()
32 m_LowCoder[posState].Init();
33 m_MidCoder[posState].Init();
35 m_HighCoder.Init();
57 public void Init()
110 public void Init()
114 m_Coders[i].Init();
179 void Init() throws IOException
181 m_OutWindow.Init(false);
191 m_LiteralDecoder.Init();
    [all...]
  /external/pdfium/xfa/src/fxbarcode/
BC_BufferedImageLuminanceSource.h 19 virtual void Init(int32_t& e);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderDecoder.h 33 virtual void Init();
  /external/webrtc/webrtc/base/
macwindowpicker.h 21 bool Init() override;

Completed in 705 milliseconds

1 2 3 45 6 7 8 91011>>