Searched defs:Init (Results 151 - 175 of 577) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/test/
H A Dvcm_capturer.cc23 bool VcmCapturer::Init(size_t width, size_t height, size_t target_fps) { function in class:webrtc::test::VcmCapturer
62 if (!vcm_capturer->Init(width, height, target_fps)) {
/external/webrtc/webrtc/tools/
H A Dsimple_command_line_parser.cc26 void CommandLineParser::Init(int argc, char** argv) { function in class:webrtc::test::CommandLineParser
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_standard_test.cc116 bool VoETestManager::Init() { function in class:voetest::VoETestManager
238 if (!test_manager.Init()) {
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A Dcpu_tracing_agent.py54 def Init(self): member in class:ProcessCollector
108 def Init(self): member in class:WindowsProcessCollector
145 assert self._physicalMemoryBytes, 'Must call Init() before using collector'
283 self._collector.Init()
/external/clang/include/clang/AST/
H A DGlobalDecl.h32 void Init(const Decl *D) { function in class:clang::GlobalDecl
42 GlobalDecl(const VarDecl *D) { Init(D);}
43 GlobalDecl(const FunctionDecl *D) { Init(D); }
44 GlobalDecl(const BlockDecl *D) { Init(D); }
45 GlobalDecl(const CapturedDecl *D) { Init(D); }
46 GlobalDecl(const ObjCMethodDecl *D) { Init(D); }
47 GlobalDecl(const OMPDeclareReductionDecl *D) { Init(D); }
/external/clang/lib/CodeGen/
H A DCGVTT.cpp82 llvm::Constant *Init = llvm::ConstantExpr::getInBoundsGetElementPtr( local
85 Init = llvm::ConstantExpr::getBitCast(Init, Int8PtrTy);
87 VTTComponents.push_back(Init);
90 llvm::Constant *Init = llvm::ConstantArray::get(ArrayType, VTTComponents); local
92 VTT->setInitializer(Init);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h25 void Init() { function in class:__sanitizer::StaticSpinMutex
66 Init();
/external/fec/
H A Dviterbi27_mmx.c15 static int Init = 0; variable
60 Init++;
69 if(Init == 0){
H A Dviterbi27_port.c15 static int Init = 0; variable
52 Init++;
59 if(!Init){
H A Dviterbi27_sse.c13 static int Init = 0; variable
30 if(!Init){
52 Init++;
H A Dviterbi27_sse2.c13 static int Init = 0; variable
50 Init++;
59 if(!Init){
H A Dviterbi29_mmx.c16 static int Init = 0; variable
33 if(Init == 0){
65 Init++;
H A Dviterbi29_port.c14 static int Init = 0; variable
49 Init++;
57 if(!Init){
H A Dviterbi29_sse.c15 static int Init = 0; variable
32 if(!Init){
54 Init++;
H A Dviterbi29_sse2.c15 static int Init = 0; variable
50 Init++;
59 if(!Init){
H A Dviterbi39_port.c14 static int Init = 0; variable
50 Init++;
57 if(!Init){
H A Dviterbi615_port.c15 static int Init = 0; variable
30 if(!Init){
52 Init++;
/external/google-breakpad/src/common/linux/
H A Dgoogle_crashdump_uploader.cc55 Init(product,
81 Init(product,
95 void GoogleCrashdumpUploader::Init(const string& product, function in class:google_breakpad::GoogleCrashdumpUploader
167 bool ok = http_layer_->Init();
H A Dlibcurl_wrapper.cc165 bool LibcurlWrapper::Init() { function in class:google_breakpad::LibcurlWrapper
167 std::cout << "Init_OK was not true in LibcurlWrapper::Init(), check earlier log messages";
/external/libbrillo/brillo/
H A Dflag_helper.cc176 void FlagHelper::Init(int argc, function in class:brillo::FlagHelper
182 base::CommandLine::Init(argc, argv);
/external/libchrome/base/
H A Dsha1_portable.cc29 // to reuse the instance of sha, call sha.Init();
37 SecureHashAlgorithm() { Init(); }
41 void Init();
101 void SecureHashAlgorithm::Init() { function in class:base::SecureHashAlgorithm
/external/libchrome/base/threading/
H A Dthread.h191 virtual void Init() {} function in class:base::Thread
/external/libchrome/crypto/
H A Dp224_spake.cc114 Init();
117 void P224EncryptedKeyExchange::Init() { function in class:crypto::P224EncryptedKeyExchange
265 Init();
/external/libmojo/base/android/jni_generator/
H A Dsample_for_tests.cc79 static jlong Init(JNIEnv* env, function in namespace:base::android
/external/libmojo/base/android/linker/
H A Dlinker_jni.h147 bool Init(JNIEnv* env) { function in struct:chromium_android_linker::LibInfo_class

Completed in 1367 milliseconds

1234567891011>>