Searched refs:Init (Results 1 - 25 of 3817) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/audio_device/dummy/
H A Daudio_device_utility_dummy.cc13 int32_t AudioDeviceUtilityDummy::Init() { return 0; } function in class:webrtc::AudioDeviceUtilityDummy
/external/clang/test/CodeGenCXX/
H A Ddebug-info-context.cpp12 class Init { class in class:ios_base
15 static ios_base::Init __ioinit;
/external/stlport/test/compiler/StTerm-order/
H A Dstterm-test.cc17 Init::Init()
18 Init::use_it
20 Init::use_it done
21 Init ctor done <-- 1
25 Init dtor done <-- 1
30 Init::Init()
31 Init::use_it
33 Init
46 class Init class
73 Init::Init() function in class:Init
[all...]
/external/chromium_org/chrome/common/
H A Dchild_process_logging.h14 void Init();
/external/chromium_org/net/http/
H A Dhttp_vary_data_unittest.cc20 void Init(const std::string& request_headers, function in struct:__anon9340::TestTransaction
44 t.Init(std::string(), kTestResponses[i]);
48 EXPECT_FALSE(v.Init(t.request, *t.response.get()));
56 // Init to something valid.
58 t1.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: foo, bar\n\n");
59 EXPECT_TRUE(v.Init(t1.request, *t1.response.get()));
64 t2.Init("Foo: 1\r\nbar: 23", "HTTP/1.1 200 OK\nVary: *\n\n");
65 EXPECT_FALSE(v.Init(t2.request, *t2.response.get()));
71 a.Init("Foo: 1", "HTTP/1.1 200 OK\nVary: foo\n\n");
74 b.Init("Fo
[all...]
/external/chromium_org/ppapi/cpp/dev/
H A Dbuffer_dev.cc27 Init();
32 Init();
43 Init();
48 Init();
57 Init();
61 void Buffer_Dev::Init() { function in class:pp::Buffer_Dev
/external/chromium_org/chromeos/dbus/
H A Dmock_shill_manager_client.cc15 EXPECT_CALL(*this, Init(_)).Times(AnyNumber());
H A Dmock_shill_profile_client.cc13 EXPECT_CALL(*this, Init(_)).Times(AnyNumber());
/external/chromium_org/content/app/mojo/
H A Dmojo_browsertest.cc27 IN_PROC_BROWSER_TEST_F(MojoTest, Init) {
H A Dmojo_init.cc14 mojo::embedder::Init(scoped_ptr<mojo::embedder::PlatformSupport>(
/external/chromium_org/mojo/go/c_embedder/
H A Dc_embedder.cc16 mojo::embedder::Init(scoped_ptr<mojo::embedder::PlatformSupport>(
/external/chromium_org/content/test/gpu/gpu_tests/
H A D__init__.py8 def Init(): function
15 Init()
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstatic_vars.cc53 sizemap_.Init();
54 span_allocator_.Init();
57 stacktrace_allocator_.Init();
58 bucket_allocator_.Init();
62 central_cache_[i].Init(i);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstatic_vars.cc53 sizemap_.Init();
54 span_allocator_.Init();
57 stacktrace_allocator_.Init();
58 bucket_allocator_.Init();
62 central_cache_[i].Init(i);
/external/llvm/include/llvm/TableGen/
H A DRecord.h40 // Init subclasses.
41 class Init;
104 public: // These methods should only be called from subclasses of Init
105 virtual Init *convertValue( UnsetInit *UI) { return nullptr; }
106 virtual Init *convertValue( BitInit *BI) { return nullptr; }
107 virtual Init *convertValue( BitsInit *BI) { return nullptr; }
108 virtual Init *convertValue( IntInit *II) { return nullptr; }
109 virtual Init *convertValue(StringInit *SI) { return nullptr; }
110 virtual Init *convertValue( ListInit *LI) { return nullptr; }
111 virtual Init *convertValu
418 class Init { class in namespace:llvm
465 explicit Init(InitKind K) : Kind(K) {} function in class:llvm::Init
[all...]
/external/chromium_org/components/policy/core/common/
H A Dmock_configuration_policy_provider.h38 using ConfigurationPolicyProvider::Init;
39 void Init() { function in class:policy::MockConfigurationPolicyProvider
40 ConfigurationPolicyProvider::Init(&registry_);
/external/chromium_org/mojo/shell/
H A Dshell_test_helper.cc19 base::CommandLine::Init(0, NULL);
26 void ShellTestHelper::Init() { function in class:mojo::shell::ShellTestHelper
27 context_.Init();
/external/chromium_org/chrome/browser/translate/
H A Dstatic_cld_data_harness.cc17 void StaticCldDataHarness::Init() { function in class:test::StaticCldDataHarness
H A Dstatic_cld_data_harness.h16 virtual void Init() OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dchrome_apps_client_views.cc14 window->Init(app_window, params);
H A Dchrome_apps_client_views_win.cc14 window->Init(app_window, params);
/external/chromium_org/components/webdata/common/
H A Dweb_database_table.cc10 void WebDatabaseTable::Init(sql::Connection* db, sql::MetaTable* meta_table) { function in class:WebDatabaseTable
/external/chromium_org/content/public/browser/
H A Dbrowser_thread_delegate.h13 // If registered as such, it will schedule to run Init() before the
23 virtual void Init() = 0;
/external/chromium_org/crypto/
H A Dhmac.h39 // Initializes this instance using |key| of the length |key_length|. Call Init
48 // Init() may fail.
49 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT;
51 // Initializes this instance using |key|. Call Init
53 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT;
55 // Initializes this instance using |key|. Call Init only once. It returns
57 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
58 return Init(reinterpret_cast<const unsigned char*>(key.data()),
63 // to the constructor and the key supplied to the Init method. The HMAC is
70 // supplied to the Init metho
[all...]
/external/chromium_org/gpu/
H A Dangle_unittest_main.cc18 CommandLine::Init(argc, argv);

Completed in 1332 milliseconds

1234567891011>>