Searched refs:Init (Results 51 - 75 of 3817) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Dblock_evaluate_preparer.cc43 void BlockEvaluatePreparer::Init(int const* const* jacobian_layout, function in class:ceres::internal::BlockEvaluatePreparer
46 scratch_evaluate_preparer_.Init(max_derivatives_per_residual_block);
H A Dblock_evaluate_preparer.h49 // Using Init() instead of a constructor allows for allocating this structure
52 void Init(int const* const* jacobian_layout,
H A Dscratch_evaluate_preparer.h54 void Init(int max_derivatives_per_residual_block);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dcustom_dictionary_engine_unittest.cc12 engine.Init(custom_words);
22 engine.Init(custom_words);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dsrpc_params.h25 if (!Init(in_types, out_types)) {
34 bool Init(const char* in_types, const char* out_types);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dsingleton_posix.h31 const int ret = pthread_once(&once_control_, &Init);
38 static void Init() { function in class:i18n::phonenumbers::Singleton
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Drtcp.h26 Init(0);
32 void Init(uint16_t start_sequence_number);
/external/lzma/CPP/7zip/Common/
H A DLockedStream.h15 void Init(IInStream *stream) function in class:CLockedInStream
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos) function in class:CLockedSequentialInStreamImp
/external/protobuf/src/google/protobuf/stubs/
H A Donce.h56 // void Init();
59 // // Calls Init() exactly once.
61 // GoogleOnceInit(&once_init, &Init);
91 void Init(void (*init_func)());
103 once->Init(init_func);
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader.h30 virtual bool Init() = 0;
57 bool Init();
H A Dframe_writer.h30 virtual bool Init() = 0;
55 bool Init();
/external/webrtc/test/testsupport/
H A Dframe_reader.h30 virtual bool Init() = 0;
57 bool Init();
H A Dframe_writer.h30 virtual bool Init() = 0;
55 bool Init();
/external/chromium_org/sql/
H A Dmeta_table_unittest.cc38 EXPECT_TRUE(meta_table.Init(&db(), 1, 1));
51 EXPECT_TRUE(meta_table.Init(&db(), kVersion, kVersion));
67 EXPECT_TRUE(meta_table.Init(&db(), kVersion, kVersion));
81 EXPECT_TRUE(meta_table.Init(&db(), kDeprecatedVersion, kDeprecatedVersion));
101 // First Init() sets the version info as expected.
104 EXPECT_TRUE(meta_table.Init(&db(), kVersionFirst, kCompatVersionFirst));
109 // Second Init() does not change the version info.
112 EXPECT_TRUE(meta_table.Init(&db(), kVersionSecond, kCompatVersionSecond));
123 EXPECT_TRUE(meta_table.Init(&db(), kVersionThird, kCompatVersionThird));
137 EXPECT_TRUE(meta_table.Init(
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_programs.cc60 cmd.Init(client_program_id_, kBucketId);
71 cmd.Init(kInvalidClientId, kBucketId);
90 cmd.Init(client_program_id_,
106 cmd.Init(client_program_id_,
124 cmd.Init(kInvalidClientId,
136 cmd.Init(client_shader_id_,
150 cmd2.Init(kNewClientId);
153 cmd.Init(kNewClientId,
168 cmd.Init(client_program_id_,
180 cmd.Init(client_program_id
[all...]
/external/chromium_org/athena/extensions/
H A Dathena_app_window_client_base.cc24 native_window->Init(app_window, params);
/external/chromium_org/base/mac/
H A Dobjc_property_releaser.h64 // propertyReleaser_AllaysIBF_.Init(self, [AllaysIBF class]);
104 // for. For the same reason, Init must be called with a |classy| argument
111 // Init method.
112 void Init(id object, Class classy);
/external/chromium_org/chrome/browser/chromeos/system/
H A Ddevice_change_handler.cc15 pointer_device_observer_->Init();
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_win.cc54 void FirefoxProfileLock::Init() { function in class:FirefoxProfileLock
/external/chromium_org/chrome/browser/net/
H A Dclient_hints.h23 void Init();
/external/chromium_org/chrome/browser/password_manager/
H A Dmock_password_store_service.cc15 !store->Init(syncer::SyncableService::StartSyncFlare(), ""))
H A Dtest_password_store_service.cc15 !store->Init(syncer::SyncableService::StartSyncFlare(), ""))
/external/chromium_org/chrome/browser/plugins/
H A Dplugins_resource_service.h19 void Init();
/external/chromium_org/chrome/browser/translate/
H A Dcld_data_harness.h14 // A utility class that sets up CLD dynamic data upon calling Init() and cleans
25 // ASSERT_NO_FATAL_FAILURE(cld_data_scope->Init());
31 // member variables and add the call to Init() into SetUpOnMainThread.
40 // cld_data_scope->Init();
49 // Reverses the work done by the Init() method: any files and/or directories
50 // that would be created by Init() (whether it was called or not) are
58 virtual void Init() = 0;
H A Dcomponent_cld_data_harness.h17 virtual void Init() OVERRIDE;

Completed in 6248 milliseconds

1234567891011>>