/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Cocoa Application/ |
main.c | 24 /* Initialize the SDL library */ 26 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testloadso.c | 28 /* Initialize SDL */ 30 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
|
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
mpl.c | 33 /* initialize the start callback manager */
36 /* initialize the data builder */
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
mpl.c | 34 /* initialize the start callback manager */ 37 /* initialize the data builder */
|
/hardware/ril/libril/ |
ril_event.h | 35 // Initialize internal data structs 38 // Initialize an event
|
/libcore/luni/src/test/java/libcore/java/security/ |
OldDHTest.java | 45 //gen.initialize(1024); 46 gen.initialize(dhparameterspec);
|
/packages/apps/Browser/src/com/android/browser/ |
Browser.java | 42 BrowserSettings.initialize(getApplicationContext()); 43 Preloader.initialize(getApplicationContext());
|
/packages/apps/Nfc/nci/jni/ |
RoutingManager.h | 39 bool initialize(nfc_jni_native_data* native); 56 // Fields below are final after initialize()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
MonitorWorkbenchAdvisor.java | 33 public void initialize(IWorkbenchConfigurer configurer) { method in class:MonitorWorkbenchAdvisor 34 super.initialize(configurer);
|
/external/chromium/net/socket/ |
deterministic_socket_data_unittest.cc | 32 void Initialize(MockRead* reads, size_t reads_count, MockWrite* writes, 88 void DeterministicSocketDataTest::Initialize(MockRead* reads, 177 Initialize(reads, arraysize(reads), NULL, 0); 189 Initialize(reads, arraysize(reads), NULL, 0); 202 Initialize(reads, arraysize(reads), NULL, 0); 220 Initialize(reads, arraysize(reads), NULL, 0); 239 Initialize(reads, arraysize(reads), NULL, 0); 256 Initialize(reads, arraysize(reads), NULL, 0); 279 Initialize(reads, arraysize(reads), NULL, 0); 301 Initialize(NULL, 0, writes, arraysize(writes)) [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_cache_metadata_unittest.cc | 35 metadata_->Initialize(temp_dir_.path().AppendASCII("test.db"))); 104 TEST_F(FileCacheMetadataTest, Initialize) { 111 metadata_->Initialize(db_path)); 116 metadata_->Initialize(db_path)); 123 metadata_->Initialize(non_existent_path));
|
/external/chromium_org/chrome_frame/test/net/ |
fake_external_tab.h | 48 virtual void Initialize(); 86 // Overrides to not call icu initialize 87 virtual void Initialize(); 96 // Borrowed from TestSuite::Initialize(). 117 // Within its context, the Initialize() and Shutdown() routines above
|
/external/chromium_org/gpu/command_buffer/service/ |
command_buffer_service_unittest.cc | 29 EXPECT_TRUE(manager->Initialize()); 33 EXPECT_TRUE(command_buffer_->Initialize()); 52 bool Initialize(size_t size) { 65 EXPECT_TRUE(Initialize(1024)); 90 Initialize(1024);
|
context_group.cc | 59 manager->Initialize(); 79 bool ContextGroup::Initialize( 89 if (!feature_info_->Initialize(disallowed_features, allowed_features)) { 90 LOG(ERROR) << "ContextGroup::Initialize failed because FeatureInfo " 100 LOG(ERROR) << "ContextGroup::Initialize failed because maximum " 139 LOG(ERROR) << "ContextGroup::Initialize failed because too few " 148 LOG(ERROR) << "ContextGroup::Initialize failed because too few " 162 LOG(ERROR) << "ContextGroup::Initialize failed because maximum texture size" 192 LOG(ERROR) << "ContextGroup::Initialize failed because too few " 220 LOG(ERROR) << "ContextGroup::Initialize failed because too few [all...] |
/external/chromium_org/media/base/ |
vector_math.cc | 27 void Initialize() {} 29 // X86 CPU detection required. Functions will be set by Initialize(). 38 void Initialize() { 49 void Initialize() {} 54 void Initialize() {}
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebUserMediaClientMock.cpp | 110 source.initialize("MockAudioDevice#1", WebMediaStreamSource::TypeAudio, "Mock audio device"); 111 audioTracks[0].initialize(source); 116 source.initialize("MockVideoDevice#1", WebMediaStreamSource::TypeVideo, "Mock video device"); 117 videoTracks[0].initialize(source); 121 stream.initialize(audioTracks, videoTracks);
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
templates.cpp | 72 T* x = 1; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}} \ 73 // expected-error{{cannot initialize a variable of type 'float *' with an rvalue of type 'int'}} 126 int X<T>::value = []{ return T(); }(); // expected-error{{cannot initialize a variable of type 'int' with an rvalue of type 'int *'}} 133 void defaults(int x = []{ return T(); }()) { }; // expected-error{{cannot initialize a parameter of type 'int' with an rvalue of type 'int *'}} \ 144 int x = []{ return T(); }(); // expected-error{{cannot initialize a member subobject of type 'int' with an rvalue of type 'int *'}}
|
/external/llvm/include/llvm/ |
PassSupport.h | 154 static void* initialize##passName##PassOnce(PassRegistry &Registry) { \ 160 void llvm::initialize##passName##Pass(PassRegistry &Registry) { \ 161 CALL_ONCE_INITIALIZATION(initialize##passName##PassOnce) \ 165 static void* initialize##passName##PassOnce(PassRegistry &Registry) { 168 initialize##depName##Pass(Registry); 170 initialize##depName##AnalysisGroup(Registry); 178 void llvm::initialize##passName##Pass(PassRegistry &Registry) { \ 179 CALL_ONCE_INITIALIZATION(initialize##passName##PassOnce) \ 257 static void* initialize##agName##AnalysisGroupOnce(PassRegistry &Registry) { \ 258 initialize##defaultPass##Pass(Registry); [all...] |
/external/chromium_org/content/renderer/media/ |
buffered_resource_loader_unittest.cc | 81 void Initialize(const char* url, int first_position, int last_position) { 311 Initialize(kHttpUrl, -1, -1); 318 Initialize(kHttpUrl, -1, -1); 332 Initialize(kHttpUrl, 100, -1); 340 Initialize(kHttpUrl, -1, -1); 348 Initialize(kHttpUrl, 100, 200); 355 Initialize(kHttpUrl, 100, 200); 362 Initialize(kHttpUrl, 100, 200); 369 Initialize(kHttpUrl, 100, 200); 377 Initialize(kHttpUrl, 0, 10) [all...] |
webaudiosourceprovider_impl_unittest.cc | 98 // When Initialize() is called after setClient(), the params should propagate 101 wasp_impl_->Initialize(params_, &fake_callback_); 109 wasp_impl_->Initialize(params_, &fake_callback_); 116 // should propagate the params provided during Initialize() at call time. 128 wasp_impl_->Initialize(params_, &fake_callback_); 160 // Verify provideInput() works before Initialize() and returns silence. 166 wasp_impl_->Initialize(params_, &fake_callback_);
|
/external/chromium_org/net/tools/quic/ |
end_to_end_test.cc | 144 virtual bool Initialize() { 227 ASSERT_TRUE(Initialize()); 245 ASSERT_TRUE(Initialize()); 258 ASSERT_TRUE(Initialize()); 288 ASSERT_TRUE(Initialize()); 303 ASSERT_TRUE(Initialize()); 332 ASSERT_TRUE(Initialize()); 367 ASSERT_TRUE(Initialize()); 403 ASSERT_TRUE(Initialize()); 428 ASSERT_TRUE(Initialize()); [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
PrerenderingTest.cpp | 113 initialize(this); 191 void initialize(const char* baseURL, const char* fileName) function in class:__anon12854::PrerenderingTest 270 initialize("http://www.foo.com/", "prerender/single_prerender.html"); 298 initialize("http://www.foo.com/", "prerender/single_prerender.html"); 314 initialize("http://www.foo.com/", "prerender/single_prerender.html"); 346 initialize("http://www.foo.com/", "prerender/single_prerender.html"); 360 initialize("http://www.foo.com/", "prerender/multiple_prerenders.html"); 385 initialize("http://www.foo.com/", "prerender/multiple_prerenders.html"); 408 initialize("http://www.foo.com/", "prerender/multiple_prerenders.html"); 426 initialize("http://www.foo.com/", "prerender/single_prerender.html") [all...] |
/art/compiler/llvm/ |
compiler_llvm.cc | 56 // Initialize LLVM internal data structure for multithreading 62 // Initialize LLVM target-specific options. 65 // Initialize LLVM target, MC subsystem, asm printer, and asm parser. 67 // Don't initialize all targets on device. Just initialize the device's native target 78 // Initialize LLVM optimization passes 113 // Initialize LLVM libraries
|
/external/chromium/base/test/ |
test_suite.cc | 62 // Initialize(). See bug 6436. 120 // Initialize(). See bug 6436. 124 Initialize(); 179 void TestSuite::Initialize() { 185 // Initialize logging. 214 icu_util::Initialize(); 218 TestTimeouts::Initialize();
|
/external/chromium_org/gpu/gles2_conform_support/egl/ |
display.cc | 37 bool Display::Initialize() { 38 gles2::Initialize(); 108 manager->Initialize(); 112 if (!command_buffer->Initialize()) 163 if (!decoder_->Initialize(gl_surface_.get(), 182 if (!cmd_helper->Initialize(kCommandBufferSize)) 234 if (!context_->Initialize(
|