/external/chromium/net/http/ |
http_auth_gssapi_posix.h | 36 virtual bool Init() = 0; 109 virtual bool Init(); 223 bool Init();
|
http_auth_gssapi_posix_unittest.cc | 81 DCHECK(gssapi.get()->Init()); 87 DCHECK(!gssapi.get()->Init()); 93 mock_library->Init();
|
/external/chromium/sdch/open-vcdiff/src/ |
blockhash.cc | 55 bool BlockHash::Init(bool populate_hash_table) { 59 LOG(DFATAL) << "Init() called twice for same BlockHash object" << LOG_ENDL; 85 if (!new_dictionary_hash->Init(/* populate_hash_table = */ true)) { 99 if (!new_target_hash->Init(/* populate_hash_table = */ false)) { 154 LOG(DFATAL) << "BlockHash::AddBlock() called before BlockHash::Init()" 311 // Init() must have been called and returned true before using
|
encodetable.cc | 87 bool VCDiffCodeTableWriter::Init(size_t dictionary_size) { 99 if (!address_cache_.Init()) { 144 LOG(DFATAL) << "EncodeInstruction() called without calling Init()" 218 LOG(DFATAL) << "VCDiffCodeTableWriter::Copy() called without calling Init()" 353 // and dictionary. The caller will have to invoke Init() if a different 356 // Notably, Init() calls address_cache_.Init(). This resets the address 358 if (!Init(dictionary_size_)) { 359 LOG(DFATAL) << "Internal error: calling Init() to reset "
|
vcdecoder.cc | 75 // delta_window_.Init(parent); 95 // Init() should be called immediately after constructing the 98 void Init(VCDiffStreamingDecoderImpl* parent); 222 instructions_and_sizes_.Init(data_pos, interleaved_bytes_expected_); 224 instructions_and_sizes_.Init(data_pos, available_data); 226 data_for_add_and_run_.Init(&instructions_and_sizes_); 227 addresses_for_copy_.Init(&instructions_and_sizes_); 255 // The parent object which was passed to Init(). 312 inline void VCDiffDeltaFileWindow::Init(VCDiffStreamingDecoderImpl* parent) { 612 delta_window_.Init(this) [all...] |
vcdiffengine_test.cc | 322 EXPECT_TRUE(const_cast<VCDiffEngine*>(&engine_)->Init()); 342 coder.Init(engine_.dictionary_size()); 352 coder.Init(engine_.dictionary_size()); 394 EXPECT_DEBUG_DEATH(EXPECT_FALSE(const_cast<VCDiffEngine*>(&engine_)->Init()), 602 EXPECT_TRUE(const_cast<VCDiffEngine*>(&engine_)->Init()); 641 coder.Init(engine_.dictionary_size()); [all...] |
/external/clang/lib/ARCMigrate/ |
TransRetainReleaseDealloc.cpp | 217 Expr *Init = VD->getInit(); 218 if (!Init) 222 Rec = Init->IgnoreParenImpCasts();
|
/external/llvm/utils/TableGen/ |
CodeEmitterGen.cpp | 31 cl::init(false)); 45 SmallVector<Init *, 16> NewBits(numBits); 49 Init *OrigBit = BI->getBit(bit); 50 Init *BitSwap = BI->getBit(bitSwapIdx);
|
CodeGenInstruction.cpp | 35 if (DefInit *Init = dynamic_cast<DefInit*>(OutDI->getOperator())) { 36 if (Init->getDef()->getName() != "outs") 44 if (DefInit *Init = dynamic_cast<DefInit*>(InDI->getOperator())) { 45 if (Init->getDef()->getName() != "ins") 53 Init *ArgInit; 413 Init *Arg = Result->getArg(AliasOpNo);
|
/external/v8/src/ |
v8utils.cc | 273 Init(filename); 284 Init(filename); 300 void MemoryMappedExternalResource::Init(const char* filename) {
|
/frameworks/base/core/jni/ |
android_emoji_EmojiFactory.cpp | 21 bool Init(); 30 bool EmojiFactoryCaller::Init() { 104 lib_emoji_factory_is_ready = gCaller->Init(); 289 gBitmap_constructorMethodID = env->GetMethodID(gBitmap_class, "<init>", 293 gEmojiFactory_class, "<init>", "(ILjava/lang/String;)V");
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.cpp | 56 bool GLFrame::Init(int width, int height) { 197 target->Init(width_, height_); 382 target.Init(width_, height_);
|
/external/chromium/chrome/browser/webdata/ |
web_database_migration_unittest.cc | 231 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 292 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 341 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 390 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 435 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 471 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 534 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 604 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 695 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())); 757 ASSERT_EQ(sql::INIT_OK, db.Init(GetDatabasePath())) [all...] |
/external/clang/include/clang/AST/ |
Decl.h | 730 /// \brief Placeholder type used in Init to denote an unparsed C++ default 734 /// \brief Placeholder type used in Init to denote an uninstantiated C++ 744 mutable InitType Init; 821 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() { [all...] |
/external/chromium/chrome/browser/chromeos/input_method/ |
candidate_window.cc | 325 void Init(); 502 void Init(int shortcut_column_width, 565 bool Init(); 631 void CandidateView::Init(int shortcut_column_width, 759 void CandidateWindowView::Init() { [all...] |
/external/clang/lib/Sema/ |
SemaInit.cpp | 35 static Expr *IsStringInit(Expr *Init, const ArrayType *AT, 41 Init = Init->IgnoreParens(); 44 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType()) 45 return Init; 48 StringLiteral *SL = dyn_cast<StringLiteral>(Init); 58 return ElemTy->isCharType() ? Init : 0; 60 return ElemTy->isChar16Type() ? Init : 0; 62 return ElemTy->isChar32Type() ? Init : 0; 70 return Init; [all...] |
SemaTemplateInstantiateDecl.cpp | 346 ExprResult Init = SemaRef.SubstInitializer(D->getInit(), TemplateArgs, 348 if (!Init.isInvalid()) { 350 if (Init.get()) { 352 SemaRef.AddInitializerToDecl(Var, Init.take(), DirectInit, [all...] |
/external/chromium/chrome/browser/history/ |
history_unittest.cc | 120 backend_->Init(std::string(), false); 123 "HistoryBackend::Init"; 386 ASSERT_TRUE(history->Init(history_dir_, NULL)); 412 ASSERT_TRUE(history->Init(history_dir_, NULL)); 455 ASSERT_TRUE(history->Init(history_dir_, NULL)); 527 ASSERT_TRUE(history->Init(history_dir_, NULL)); 574 ASSERT_TRUE(history->Init(history_dir_, NULL)); 605 ASSERT_TRUE(history->Init(history_dir_, NULL)); 672 ASSERT_TRUE(history->Init(history_dir_, NULL)); 829 ASSERT_TRUE(history->Init(history_dir_, NULL)) [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 309 // the init priority, which we ignore. [all...] |
/external/clang/lib/Analysis/ |
CFG.cpp | 80 /// - Init CFGBuilder::ScopePos with invalid position (equivalent for null), 675 Expr *Init = I->getInit(); 676 if (Init) { 679 HasTemporaries = isa<ExprWithCleanups>(Init); 683 VisitForTemporaryDtors(cast<ExprWithCleanups>(Init)->getSubExpr(), 691 if (Init) { 695 return Visit(cast<ExprWithCleanups>(Init)->getSubExpr()); 697 return Visit(Init); 706 const Expr *Init) { 709 Init = Init->IgnoreParens() [all...] |
/external/clang/lib/AST/ |
DeclCXX.cpp | 112 // C++ [dcl.init.aggr]p1: 489 // C++ [dcl.init.aggr]p1: 633 // C++ [dcl.init.aggr]p1: 636 // C++0x [dcl.init.aggr]p1: 758 // C++ [dcl.init.aggr]p1: 826 // C++0x [dcl.init.aggr]p1: [all...] |
/external/chromium/net/spdy/ |
spdy_session_unittest.cc | 146 connection->Init(test_host_port_pair.ToString(), 218 connection->Init(test_host_port_pair.ToString(), 353 connection->Init(test_host_port_pair.ToString(), 439 connection->Init(test_host_port_pair.ToString(), 539 connection->Init(test_host_port_pair.ToString(), 613 connection->Init(test_host_port_pair.ToString(),
|
/packages/apps/Camera/jni/ |
mosaic_renderer_jni.cpp | 581 gBuffer[0].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA); 582 gBuffer[1].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA); 584 gBufferInput[LR].Init(gPreviewImageWidth[LR], 587 gBufferInput[HR].Init(gPreviewImageWidth[HR], 590 gBufferInputYVU[LR].Init(gPreviewImageWidth[LR], 593 gBufferInputYVU[HR].Init(gPreviewImageWidth[HR],
|
/packages/apps/LegacyCamera/jni/ |
mosaic_renderer_jni.cpp | 549 gBuffer[0].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA); 550 gBuffer[1].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA); 552 gBufferInput[LR].Init(gPreviewImageWidth[LR], 555 gBufferInput[HR].Init(gPreviewImageWidth[HR], 558 gBufferInputYVU[LR].Init(gPreviewImageWidth[LR], 561 gBufferInputYVU[HR].Init(gPreviewImageWidth[HR],
|
/external/chromium/chrome/browser/chromeos/ |
customization_document.cc | 145 Init(SystemAccess::GetInstance()); 151 Init(system_access); 159 void StartupCustomizationDocument::Init(SystemAccess* system_access) {
|