HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 351 - 375 of 11902) sorted by null

<<11121314151617181920>>

  /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_org/third_party/WebKit/Source/web/tests/
PrerenderingTest.cpp 113 initialize(this);
185 void initialize(const char* baseURL, const char* fileName) function in class:__anon13663::PrerenderingTest
189 m_webViewHelper.initialize(RunJavascript);
259 initialize("http://www.foo.com/", "prerender/single_prerender.html");
287 initialize("http://www.foo.com/", "prerender/single_prerender.html");
303 initialize("http://www.foo.com/", "prerender/single_prerender.html");
340 initialize("http://www.foo.com/", "prerender/single_prerender.html");
354 initialize("http://www.foo.com/", "prerender/multiple_prerenders.html");
379 initialize("http://www.foo.com/", "prerender/multiple_prerenders.html");
401 initialize("http://www.foo.com/", "prerender/multiple_prerenders.html")
    [all...]
  /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/resources/user_manager/
user_manager.js 106 function initialize() {
107 cr.ui.login.DisplayManager.initialize();
116 initialize: initialize
131 document.addEventListener('DOMContentLoaded', UserManager.initialize);
  /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 60 manager->Initialize();
79 bool ContextGroup::Initialize(
88 if (!feature_info_->Initialize(disallowed_features)) {
89 LOG(ERROR) << "ContextGroup::Initialize failed because FeatureInfo "
99 LOG(ERROR) << "ContextGroup::Initialize failed because maximum "
140 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
149 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
163 LOG(ERROR) << "ContextGroup::Initialize failed because maximum texture size"
193 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
221 LOG(ERROR) << "ContextGroup::Initialize failed because too few
    [all...]
  /external/chromium_org/media/audio/sounds/
sounds_manager.cc 31 virtual bool Initialize(SoundKey key,
48 bool SoundsManagerImpl::Initialize(SoundKey key,
54 LOG(WARNING) << "Can't initialize AudioStreamHandler for key=" << key;
90 virtual bool Initialize(SoundKey key,
103 bool SoundsManagerStub::Initialize(SoundKey /* key */,
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
WebUserMediaClientMock.cpp 145 source.initialize("MockAudioDevice#1", WebMediaStreamSource::TypeAudio, "Mock audio device");
146 audioTracks[0].initialize(source);
151 source.initialize("MockVideoDevice#1", WebMediaStreamSource::TypeVideo, "Mock video device");
152 videoTracks[0].initialize(source);
156 stream.initialize(audioTracks, videoTracks);
  /external/chromium_org/third_party/WebKit/public/web/
WebKit.h 45 BLINK_EXPORT void initialize(Platform*);
51 // This is a special variant of initialize that does not intitialize V8.
55 // initialize must have been called first.
58 // Once shutdown, the Platform passed to initialize will no longer
69 // If initializeWithoutV8() was used to initialize WebKit, shutdownWithoutV8
  /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 78 void Initialize(const char* url, int first_position, int last_position) {
308 Initialize(kHttpUrl, -1, -1);
315 Initialize(kHttpUrl, -1, -1);
329 Initialize(kHttpUrl, 100, -1);
337 Initialize(kHttpUrl, -1, -1);
345 Initialize(kHttpUrl, 100, 200);
352 Initialize(kHttpUrl, 100, 200);
359 Initialize(kHttpUrl, 100, 200);
366 Initialize(kHttpUrl, 100, 200);
374 Initialize(kHttpUrl, 0, 10)
    [all...]
  /external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service_unittest.cc 176 void Initialize() {
177 CloudPrintProxyService::Initialize();
248 service.Initialize();
263 service.Initialize();
282 service.Initialize();
300 service.Initialize();
316 service.Initialize();
336 service.Initialize();
362 service.Initialize();
383 service.Initialize();
    [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/chromeos/dbus/
dbus_thread_manager.h 82 // We explicitly initialize and shut down the global object, rather than
84 static void Initialize();
87 // to be used in |Initialize()| for testing. Tests that call
88 // DBusThreadManager::Initialize() (such as browser_tests and
94 // Similar to Initialize(), but injects an alternative
100 // Initialize with stub implementations for tests based on stubs.
110 // Gets the global instance. Initialize() must be called first.
  /external/chromium_org/media/filters/
ffmpeg_glue_unittest.cc 78 void Initialize(const char* filename) {
88 // Ensure Initialize() was called.
207 Initialize("ten_byte_file");
213 Initialize("ten_byte_file");
220 Initialize("no_streams.webm");
227 Initialize("bear-320x240.webm");
234 Initialize("bear-320x240.webm");
  /external/chromium_org/net/dns/
dns_session_unittest.cc 70 void Initialize(unsigned num_servers);
93 virtual void Initialize(
115 void DnsSessionTest::Initialize(unsigned num_servers) {
207 Initialize(2);
229 Initialize(2);
237 Initialize(2);
245 Initialize(2);
  /external/chromium_org/net/websockets/
websocket_deflater_test.cc 23 deflater.Initialize(8);
34 deflater.Initialize(15);
51 deflater.Initialize(15);
69 deflater.Initialize(15);
83 deflater.Initialize(15);
104 deflater.Initialize(8);
121 deflater.Initialize(10);
  /external/chromium_org/ui/gfx/ozone/dri/
hardware_display_controller_unittest.cc 143 virtual bool Initialize() OVERRIDE {
211 EXPECT_TRUE(surface->Initialize());
227 EXPECT_TRUE(surface->Initialize());
241 EXPECT_TRUE(surface->Initialize());
258 EXPECT_TRUE(surface->Initialize());
275 EXPECT_TRUE(surface->Initialize());
290 EXPECT_TRUE(surface->Initialize());

Completed in 932 milliseconds

<<11121314151617181920>>