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

12345678910

/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/net/http/
H A Dhttp_vary_data_unittest.cc20 void Init(const std::string& request_headers, function in struct:__anon1075::TestTransaction
43 t.Init("", kTestResponses[i]);
47 EXPECT_FALSE(v.Init(t.request, *t.response));
55 // Init to something valid.
57 t1.Init("Foo: 1\nbar: 23", "HTTP/1.1 200 OK\nVary: foo, bar\n\n");
58 EXPECT_TRUE(v.Init(t1.request, *t1.response));
63 t2.Init("Foo: 1\nbar: 23", "HTTP/1.1 200 OK\nVary: *\n\n");
64 EXPECT_FALSE(v.Init(t2.request, *t2.response));
70 a.Init("Foo: 1", "HTTP/1.1 200 OK\nVary: foo\n\n");
73 b.Init("Fo
[all...]
H A Dhttp_auth_handler.cc19 bool ok = Init(begin, end);
21 // Init() is expected to set the scheme, realm, score, and properties. The
H A Dhttp_auth_handler_basic.h20 virtual bool Init(std::string::const_iterator challenge_begin,
H A Dhttp_auth_handler_negotiate_posix.cc31 bool HttpAuthHandlerNegotiate::Init(std::string::const_iterator challenge_begin, function in class:net::HttpAuthHandlerNegotiate
/external/chromium/net/base/
H A Dcert_database_mac.cc20 void CertDatabase::Init() { function in class:net::CertDatabase
H A Dcert_database_win.cc20 void CertDatabase::Init() { function in class:net::CertDatabase
H A Dcert_database.h28 void Init();
/external/skia/include/core/
H A DSkGraphics.h24 static void Init();
38 /** This is automatically called by SkGraphics::Init(), and must be
48 SkGraphics::Init();
/external/webkit/WebKit/android/
H A DRenderSkinAndroid.cpp46 void RenderSkinAndroid::Init(android::AssetManager* am, String drawableDirectory) function in class:WebCore::RenderSkinAndroid
48 RenderSkinButton::Init(am, drawableDirectory);
49 RenderSkinCombo::Init(am, drawableDirectory);
50 RenderSkinMediaButton::Init(am, drawableDirectory);
51 RenderSkinRadio::Init(am, drawableDirectory);
H A DRenderSkinButton.h42 static void Init(android::AssetManager*, String drawableDirectory);
H A DRenderSkinMediaButton.h42 static void Init(android::AssetManager*, String drawableDirectory);
H A DRenderSkinRadio.h50 static void Init(android::AssetManager*, String drawableDirectory);
H A DRenderSkinCombo.h43 static void Init(android::AssetManager*, String drawableDirectory);
/external/chromium/base/
H A Ddebug_on_start.h30 static int __cdecl Init();
50 &DebugOnStart::Init;
60 DECLSPEC_SELECTANY DebugOnStart::PIFV debug_on_start = &DebugOnStart::Init;
H A Dhmac.h31 // Initializes this instance using |key| of the length |key_length|. Call Init
33 bool Init(const unsigned char* key, int key_length);
35 // Initializes this instance using |key|. Call Init only once. It returns
37 bool Init(const std::string& key) { function in class:base::HMAC
38 return Init(reinterpret_cast<const unsigned char*>(key.data()),
43 // to the constructor and the key supplied to the Init method. The HMAC is
/external/astl/src/
H A Dios_base.cpp42 int ios_base::Init::sGuard = 0;
43 bool ios_base::Init::sDone = false;
104 ios_base::Init::Init() { function in class:std::ios_base::Init
120 ios_base::Init::~Init() {
/external/astl/include/
H A Diostream60 static ios_base::Init ioinit;
/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/astl/tests/
H A Dtest_ios_base.cpp73 std::ios_base::Init init;
77 std::ios_base::Init init1;
79 std::ios_base::Init init2;
81 std::ios_base::Init init3;
/external/chromium/net/disk_cache/
H A Dmapped_file_posix.cc16 void* MappedFile::Init(const FilePath& name, size_t size) { function in class:disk_cache::MappedFile
18 if (init_ || !File::Init(name))
H A Dmapped_file_win.cc13 void* MappedFile::Init(const FilePath& name, size_t size) { function in class:disk_cache::MappedFile
15 if (init_ || !File::Init(name))
H A Dmapped_file.h31 void* Init(const FilePath& name, size_t size);
/external/skia/src/images/
H A Dfpdfemb_ext.h11 void* (*Init)(void* (*alloc_func)(unsigned int), void (*free_func)(void*)); member in struct:__anon5745
41 void* (*Init)(const unsigned char* src_buf, unsigned long src_size); member in struct:__anon5746
/external/stlport/test/eh/
H A DTestClass.h57 inline void Init( int value );
77 inline void TestClass::Init( int value ) function in class:TestClass
89 Init( int(get_random()) );
94 Init( value );
99 Init( rhs.value() );

Completed in 189 milliseconds

12345678910