Searched refs:Init (Results 1 - 25 of 3817) sorted by last modified time

1234567891011>>

/external/zlib/src/as400/
H A Dzlib.inc279 D deflateInit PR 10I 0 extproc('deflateInit_') Init. compression
292 D inflateInit PR 10I 0 extproc('inflateInit_') Init. expansion
308 D deflateInit2 PR 10I 0 extproc('deflateInit2_') Init. compression
319 D PR 10I 0 extproc('deflateSetDictionary') Init. dictionary
350 D inflateInit2 PR 10I 0 extproc('inflateInit2_') Init. expansion
357 D PR 10I 0 extproc('inflateSetDictionary') Init. dictionary
/external/webrtc/src/modules/audio_processing/
H A Daudio_processing_impl.cc637 audioproc::Init* msg = event_msg_->mutable_init();
H A Dlevel_estimator_impl.cc35 void Init() { function in class:webrtc::__anon33500::Level
54 Init();
68 Init();
154 level->Init();
/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc40 using webrtc::audioproc::Init;
527 const Init msg = event_msg.init();
556 printf("Init at frame: %d (primary), %d (reverse)\n",
734 printf("Init at frame: %d (primary), %d (reverse)\n",
H A Dunpack.cc28 using webrtc::audioproc::Init;
194 printf("Corrupted input file: Init missing.\n");
198 const Init msg = event_msg.init();
200 fprintf(settings_file, "Init at frame: %d\n", frame_count);
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader.cc31 bool FrameReaderImpl::Init() { function in class:webrtc::test::FrameReaderImpl
H A Dframe_reader.h30 virtual bool Init() = 0;
57 bool Init();
H A Dframe_reader_unittest.cc39 ASSERT_TRUE(frame_reader_->Init());
51 ASSERT_TRUE(frame_reader.Init());
H A Dframe_writer.cc29 bool FrameWriterImpl::Init() { function in class:webrtc::test::FrameWriterImpl
H A Dframe_writer.h30 virtual bool Init() = 0;
55 bool Init();
H A Dframe_writer_unittest.cc30 ASSERT_TRUE(frame_writer_->Init());
42 ASSERT_TRUE(frame_writer.Init());
/external/webrtc/src/modules/audio_processing/test/testsupport/mock/
H A Dmock_frame_reader.h23 MOCK_METHOD0(Init, bool());
H A Dmock_frame_writer.h23 MOCK_METHOD0(Init, bool());
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log_impl.h124 int Init();
H A Drw_lock_wrapper.h32 virtual int Init() = 0;
/external/webrtc/src/system_wrappers/source/
H A Ddata_log.cc346 return instance_->Init();
353 int DataLogImpl::Init() { function in class:webrtc::DataLogImpl
H A Drw_lock.cc29 if(lock->Init() != 0)
H A Drw_lock_generic.cc35 int RWLockWrapperGeneric::Init() function in class:webrtc::RWLockWrapperGeneric
H A Drw_lock_generic.h33 virtual int Init();
H A Drw_lock_posix.cc23 int RWLockPosix::Init() function in class:webrtc::RWLockPosix
H A Drw_lock_posix.h32 virtual int Init();
H A Drw_lock_win.cc48 int RWLockWindows::Init() function in class:webrtc::RWLockWindows
H A Drw_lock_win.h52 virtual int Init();
/external/webrtc/test/testsupport/
H A Dframe_reader.cc31 bool FrameReaderImpl::Init() { function in class:webrtc::test::FrameReaderImpl
H A Dframe_reader.h30 virtual bool Init() = 0;
57 bool Init();

Completed in 150 milliseconds

1234567891011>>