HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 126 - 150 of 1140) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/net/disk_cache/
mapped_file_win.cc 13 void* MappedFile::Init(const FilePath& name, size_t size) {
15 if (init_ || !File::Init(name))
storage_block_unittest.cc 16 ASSERT_TRUE(file->Init(filename, 8192));
36 ASSERT_TRUE(file->Init(filename, 8192));
56 ASSERT_TRUE(file->Init(filename, 8192));
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
udpport.h 54 if (!port->Init()) {
72 bool Init();
  /external/llvm/unittests/VMCore/
VerifierTest.cpp 51 Constant *Init = Constant::getNullValue(Ty);
54 Init, "foo");
  /external/llvm/utils/TableGen/
SetTheory.h 58 class Init;
122 void evaluate(Init *Expr, RecSet &Elts);
  /external/webrtc/test/testsupport/
frame_reader_unittest.cc 39 ASSERT_TRUE(frame_reader_->Init());
51 ASSERT_TRUE(frame_reader.Init());
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 46 void Init(int sample_rate, int num_channels) {
79 // This is normally called once, before Init().
89 void Init(double sample_rate, int num_channels, double initial_speed,
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 57 unsigned long Init(int im_width,int im_height,
66 * x_coord and y_coord should be pre-allocated arrays of length returned by Init().
119 virtual unsigned long Init(int im_width,int im_height,
130 * x_coord and y_coord should be pre-allocated arrays of length returned by Init().
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 57 unsigned long Init(int im_width,int im_height,
66 * x_coord and y_coord should be pre-allocated arrays of length returned by Init().
119 virtual unsigned long Init(int im_width,int im_height,
130 * x_coord and y_coord should be pre-allocated arrays of length returned by Init().
  /external/chromium/base/i18n/
break_iterator_unittest.cc 15 ASSERT_TRUE(iter.Init());
26 ASSERT_TRUE(iter.Init());
71 ASSERT_TRUE(iter.Init());
95 ASSERT_TRUE(iter.Init());
114 ASSERT_TRUE(iter.Init());
124 ASSERT_TRUE(iter.Init());
149 ASSERT_TRUE(iter.Init());
179 ASSERT_TRUE(iter.Init());
200 ASSERT_TRUE(iter.Init());
216 ASSERT_TRUE(iter.Init());
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
encodetable_test.cc 174 "Init");
182 "Init");
190 "Init");
195 // Output() without Init() is harmless, but will produce no output.
202 EXPECT_TRUE(standard_writer.Init(0));
209 EXPECT_TRUE(interleaved_writer.Init(0x10));
214 EXPECT_TRUE(exercise_writer.Init(0x20));
222 EXPECT_TRUE(standard_writer.Init(0x11));
241 EXPECT_TRUE(exercise_writer.Init(0x11));
260 EXPECT_TRUE(standard_writer.Init(0x11))
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 214 llvm::Constant *Init = CGM.EmitConstantInit(D, this);
218 if (!Init) {
235 if (GV->getType()->getElementType() != Init->getType()) {
238 GV = new llvm::GlobalVariable(CGM.getModule(), Init->getType(),
240 OldGV->getLinkage(), Init, "",
259 GV->setInitializer(Init);
515 void CodeGenFunction::EmitScalarInit(const Expr *init,
521 llvm::Value *value = EmitScalarExpr(init);
530 if (const ExprWithCleanups *ewc = dyn_cast<ExprWithCleanups>(init)) {
532 init = ewc->getSubExpr()
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 31 std::vector<Init*> TemplateArgs;
40 std::vector<Init*> TemplateArgs;
53 for (std::vector<Init *>::const_iterator i = TemplateArgs.begin(),
82 bool TGParser::SetValue(Record *CurRec, SMLoc Loc, Init *ValName,
83 const std::vector<unsigned> &BitList, Init *V) {
111 Init *BI = V->convertInitializerTo(BitsRecTy::get(BitList.size()));
121 SmallVector<Init *, 16> NewBits(CurVal->getNumBits());
157 const std::vector<Init *> &TArgs = SC->getTemplateArgs();
236 const std::vector<Init *> &SMCTArgs = SMC->Rec.getTemplateArgs();
323 Init *IterVar = CurLoop.IterVar
    [all...]
  /external/astl/include/
ios_base.h 216 class Init {
218 Init();
219 ~Init();
  /external/chromium/base/
string_tokenizer.h 105 Init(string.begin(), string.end(), delims);
111 Init(string_begin, string_end, delims);
155 void Init(const_iterator string_begin,
  /external/chromium/chrome/browser/policy/
managed_prefs_banner_base.cc 22 Init(g_browser_process->local_state(), user_prefs, page);
28 Init(local_state, user_prefs, page);
53 void ManagedPrefsBannerBase::Init(PrefService* local_state,
  /external/chromium/chrome/browser/prefs/
pref_change_registrar_unittest.cc 54 registrar.Init(service());
82 registrar.Init(service());
98 registrar.Init(service());
pref_member.h 11 // my_string_.Init(prefs::kHomePage, prefs, NULL /* no observer */);
20 // An optional observer can be passed into the Init method which can be used to
84 void Init(const char* pref_name, PrefService* prefs,
133 // Defer initialization to an Init method so it's easy to make this class be
141 void Init(const char* pref_name, PrefService* prefs,
143 subtle::PrefMemberBase::Init(pref_name, prefs, observer);
  /external/compiler-rt/lib/asan/
asan_thread.cc 69 void AsanThread::Init() {
80 fake_stack_.Init(stack_size());
84 Init();
  /bootable/recovery/
ui.h 31 virtual void Init();
verifier_test.cpp 67 void Init() { }
  /external/chromium/app/sql/
meta_table.h 29 bool Init(Connection* db, int version, int compatible_version);
31 // Resets this MetaTable object, making another call to Init() possible.
  /external/chromium/base/debug/
debug_on_start_win.cc 53 int __cdecl DebugOnStart::Init() {
  /external/chromium/chrome/browser/chromeos/login/
dom_login_display.h 37 // Init();
53 virtual void Init(const std::vector<UserManager::User>& users,
enterprise_enrollment_view.h 40 void Init();

Completed in 431 milliseconds

1 2 3 4 56 7 8 91011>>