Searched refs:Init (Results 151 - 175 of 3817) sorted by relevance

1234567891011>>

/external/chromium_org/ipc/
H A Dipc_channel_unittest.cc58 Init("GenericClient");
63 listener.Init(sender());
82 Init("GenericClient");
100 listener.Init(sender());
120 Init("GenericClient");
130 listener.Init(sender());
165 Init("GenericClient");
170 listener.Init(sender());
195 listener.Init(channel.get());
/external/chromium_org/sandbox/win/src/
H A Djob_unittest.cc19 ASSERT_EQ(ERROR_SUCCESS, job.Init(JOB_LOCKDOWN, L"my_test_job_name", 0, 0));
43 ASSERT_EQ(ERROR_SUCCESS, job.Init(JOB_LOCKDOWN, L"my_test_job_name", 0, 0));
75 ASSERT_EQ(ERROR_SUCCESS, job.Init(JOB_LOCKDOWN, L"my_test_job_name",
96 ASSERT_EQ(ERROR_SUCCESS, job.Init(JOB_LOCKDOWN, L"my_test_job_name", 0, 0));
118 ASSERT_EQ(ERROR_SUCCESS, job.Init(JOB_LOCKDOWN, L"my_test_job_name", 0, 0));
119 ASSERT_EQ(ERROR_ALREADY_INITIALIZED, job.Init(JOB_LOCKDOWN, L"test", 0, 0));
134 ASSERT_EQ(ERROR_SUCCESS, job1.Init(JOB_LOCKDOWN, L"job1", 0, 0));
137 ASSERT_EQ(ERROR_SUCCESS, job2.Init(JOB_RESTRICTED, L"job2", 0, 0));
140 ASSERT_EQ(ERROR_SUCCESS, job3.Init(JOB_LIMITED_USER, L"job3", 0, 0));
143 ASSERT_EQ(ERROR_SUCCESS, job4.Init(JOB_INTERACTIV
[all...]
H A Dsandbox.h42 // broker->Init();
55 virtual ResultCode Init() = 0;
121 // target_services->Init();
135 virtual ResultCode Init() = 0;
/external/clang/include/clang/AST/
H A DGlobalDecl.h31 void Init(const Decl *D) { function in class:clang::GlobalDecl
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/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp37 if (Constant *Init = GVCtor->getInitializer()) {
38 unsigned n = Init->getNumOperands();
41 CurrentCtors.push_back(cast<Constant>(Init->getOperand(i)));
88 const ConstantArray *Init = cast<ConstantArray>(GV->getInitializer()); local
89 for (unsigned I = 0, E = Init->getNumOperands(); I != E; ++I) {
90 Value *Op = Init->getOperand(I);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_unittest_autogen.h21 expected.cmd.Init(1, 2);
33 expected.cmd.Init(GL_ARRAY_BUFFER, 2);
47 expected.cmd.Init(GL_FRAMEBUFFER, 2);
61 expected.cmd.Init(GL_RENDERBUFFER, 2);
75 expected.cmd.Init(1, 2, 3, 4);
86 expected.cmd.Init(GL_FUNC_SUBTRACT);
97 expected.cmd.Init(GL_FUNC_SUBTRACT, GL_FUNC_ADD);
108 expected.cmd.Init(GL_ZERO, GL_ZERO);
119 expected.cmd.Init(GL_ZERO, GL_ZERO, GL_ZERO, GL_ZERO);
133 expected.cmd.Init(
[all...]
H A Dgles2_implementation_unittest.cc788 expected.get_bucket_start.Init(
791 expected.set_token1.Init(GetNextToken());
792 expected.get_bucket_data.Init(
795 expected.set_bucket_size2.Init(kBucketId, 0);
796 expected.set_token2.Init(GetNextToken());
826 expected1.cmd.Init(GL_FRAGMENT_SHADER, GL_MEDIUM_FLOAT,
860 expected3.cmd.Init(GL_FRAGMENT_SHADER, GL_HIGH_FLOAT,
908 expected.set_bucket_size.Init(kBucketId, kSourceSize);
909 expected.set_bucket_data1.Init(
911 expected.set_token1.Init(GetNextToke
[all...]
/external/chromium_org/components/invalidation/
H A Dinvalidation_service_test_template.h126 invalidation_map.Insert(syncer::Invalidation::Init(this->id1, 1, "1"));
127 invalidation_map.Insert(syncer::Invalidation::Init(this->id2, 2, "2"));
128 invalidation_map.Insert(syncer::Invalidation::Init(this->id3, 3, "3"));
144 expected_invalidations.Insert(syncer::Invalidation::Init(this->id1, 1, "1"));
145 expected_invalidations.Insert(syncer::Invalidation::Init(this->id2, 2, "2"));
156 expected_invalidations.Insert(syncer::Invalidation::Init(this->id2, 2, "2"));
157 expected_invalidations.Insert(syncer::Invalidation::Init(this->id3, 3, "3"));
233 invalidation_map.Insert(syncer::Invalidation::Init(this->id1, 1, "1"));
234 invalidation_map.Insert(syncer::Invalidation::Init(this->id2, 2, "2"));
235 invalidation_map.Insert(syncer::Invalidation::Init(thi
[all...]
H A Dinvalidator_test_template.h138 invalidation_map.Insert(Invalidation::Init(this->id1, 1, "1"));
139 invalidation_map.Insert(Invalidation::Init(this->id2, 2, "2"));
140 invalidation_map.Insert(Invalidation::Init(this->id3, 3, "3"));
155 expected_invalidations.Insert(Invalidation::Init(this->id1, 1, "1"));
156 expected_invalidations.Insert(Invalidation::Init(this->id2, 2, "2"));
167 expected_invalidations.Insert(Invalidation::Init(this->id2, 2, "2"));
168 expected_invalidations.Insert(Invalidation::Init(this->id3, 3, "3"));
240 invalidation_map.Insert(Invalidation::Init(this->id1, 1, "1"));
241 invalidation_map.Insert(Invalidation::Init(this->id2, 2, "2"));
242 invalidation_map.Insert(Invalidation::Init(thi
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dblock_files_unittest.cc37 ASSERT_TRUE(files.Init(true));
63 ASSERT_TRUE(files.Init(true));
86 ASSERT_TRUE(files.Init(true));
139 ASSERT_TRUE(files.Init(false));
163 ASSERT_TRUE(files.Init(true));
170 ASSERT_TRUE(file->Init(filename));
175 ASSERT_FALSE(files.Init(false));
184 ASSERT_TRUE(files.Init(true));
193 ASSERT_TRUE(file->Init(filename));
198 ASSERT_FALSE(files.Init(fals
[all...]
H A Dmapped_file_posix.cc16 void* MappedFile::Init(const base::FilePath& name, size_t size) { function in class:disk_cache::MappedFile
18 if (init_ || !File::Init(name))
H A Dmapped_file_win.cc14 void* MappedFile::Init(const base::FilePath& name, size_t size) { function in class:disk_cache::MappedFile
16 if (init_ || !File::Init(name))
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp141 if (CJS_Border::Init(*this, JS_STATIC) < 0) return FALSE;
142 if (CJS_Display::Init(*this, JS_STATIC) < 0) return FALSE;
143 if (CJS_Font::Init(*this, JS_STATIC) < 0) return FALSE;
144 if (CJS_Highlight::Init(*this, JS_STATIC) < 0) return FALSE;
145 if (CJS_Position::Init(*this, JS_STATIC) < 0) return FALSE;
146 if (CJS_ScaleHow::Init(*this, JS_STATIC) < 0) return FALSE;
147 if (CJS_ScaleWhen::Init(*this, JS_STATIC) < 0) return FALSE;
148 if (CJS_Style::Init(*this, JS_STATIC) < 0) return FALSE;
149 if (CJS_Zoomtype::Init(*this, JS_STATIC) < 0) return FALSE;
152 if (CJS_App::Init(*thi
[all...]
/external/ceres-solver/internal/ceres/
H A Dscratch_evaluate_preparer.cc47 preparers[i].Init(max_derivatives_per_residual_block);
52 void ScratchEvaluatePreparer::Init(int max_derivatives_per_residual_block) { function in class:ceres::internal::ScratchEvaluatePreparer
/external/chromium_org/chrome/browser/web_resource/
H A Deula_accepted_notifier.cc20 void EulaAcceptedNotifier::Init(Observer* observer) { function in class:EulaAcceptedNotifier
31 registrar_.Init(local_state_);
/external/chromium_org/content/browser/
H A Dbrowser_process_sub_thread.cc29 void BrowserProcessSubThread::Init() { function in class:content::BrowserProcessSubThread
36 BrowserThreadImpl::Init();
/external/chromium_org/courgette/
H A Dversioning_unittest.cc29 old_stream.Init(old_buffer);
30 patch_stream.Init(new_buffer);
/external/chromium_org/crypto/
H A Dhmac.cc15 bool HMAC::Init(SymmetricKey* key) { function in class:crypto::HMAC
17 bool result = key->GetRawKey(&raw_key) && Init(raw_key);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_extensions_autogen.h25 cmd.Init(GL_PATH_PROJECTION_CHROMIUM, &temp[0]);
39 cmd.Init(GL_PATH_PROJECTION_CHROMIUM);
/external/chromium_org/mojo/examples/dbus_echo/
H A Ddbus_echo_service.cc40 base::CommandLine::Init(argc, argv);
50 mojo::embedder::Init(scoped_ptr<mojo::embedder::PlatformSupport>(
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_node.cc22 Error StreamNode::Init(int open_flags) { function in class:nacl_io::StreamNode
23 Node::Init(open_flags);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator_unittest.cc39 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));
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dframe_reader.h31 virtual bool Init() = 0;
58 virtual bool Init() OVERRIDE;
H A Dframe_writer.h31 virtual bool Init() = 0;
56 virtual bool Init() OVERRIDE;
H A Dframe_writer_unittest.cc30 ASSERT_TRUE(frame_writer_->Init());
42 ASSERT_TRUE(frame_writer.Init());

Completed in 718 milliseconds

1234567891011>>