HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 676 - 700 of 11635) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 50 initialize();
59 initialize();
71 initialize();
89 initialize();
144 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 50 initialize();
59 initialize();
71 initialize();
89 initialize();
144 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 50 initialize();
59 initialize();
71 initialize();
89 initialize();
144 initialize() function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/
constructors_destructor_fn_imps.hpp 49 initialize();
58 initialize();
70 initialize();
88 initialize();
143 initialize() function in class:PB_DS_CLASS_C_DEC
  /sdk/emulator/opengl/host/renderer/
main.cpp 101 printf( "could not initialize Winsock\n" );
114 // initialize Framebuffer
116 bool inited = FrameBuffer::initialize(winWidth, winHeight);
118 fprintf(stderr,"Failed to initialize Framebuffer\n");
135 fprintf(stderr,"Cannot initialize render server\n");
  /external/chromium_org/third_party/sqlite/src/test/
permutations.test 23 # -initialize SCRIPT (default "")
33 set default(-initialize) ""
147 ] -initialize {
163 ] -initialize {
224 ] -initialize {
251 ] -initialize {
271 } -initialize {
289 } -initialize {
309 } -initialize {
330 } -initialize {
    [all...]
  /dalvik/libdex/
DexCatch.h 54 /* Initialize a DexCatchIterator to emptiness. This mostly exists to
64 /* Initialize a DexCatchIterator with a direct pointer to encoded handlers. */
81 /* Initialize a DexCatchIterator to a particular handler offset. */
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h 50 // Note that the Initialize method needs to be called to initiate monitoring
61 // Initialize can be called multiple times to change the actual window to
63 bool Initialize(HWND top_level_window,
  /external/chromium/third_party/libjingle/source/talk/base/
taskparent.cc 43 Initialize();
50 Initialize();
54 void TaskParent::Initialize() {
  /external/chromium-trace/trace-viewer/src/cc/
layer_impl.js 33 initialize: function() {
94 initialize: function() {
95 LayerImplSnapshot.prototype.initialize.call(this);
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_file_stream_reader_unittest.cc 290 // Initialize FakeDriveService.
300 fake_file_system_->Initialize();
330 // Create the reader, and initialize it.
340 reader->Initialize(
358 // Create second instance and initialize it.
368 reader->Initialize(
398 // Create the reader, and initialize it.
412 reader->Initialize(
431 // Create second instance and initialize it.
441 reader->Initialize(
    [all...]
file_cache_metadata.h 36 // Result of Initialize().
81 // Initialize the cache metadata store. Returns true on success.
82 InitializeResult Initialize(const base::FilePath& db_path);
remove_stale_cache_files_unittest.cc 43 ASSERT_TRUE(metadata_storage_->Initialize());
44 ASSERT_TRUE(cache_->Initialize());
45 ASSERT_EQ(FILE_ERROR_OK, resource_metadata_->Initialize());
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.cc 77 base::Bind(&internal::ResourceMetadataStorage::Initialize,
90 base::Bind(&internal::ResourceMetadata::Initialize,
105 base::Bind(&internal::FileCache::Initialize,
  /external/chromium_org/chrome/browser/chromeos/login/
auth_attempt_state.h 23 // Used to initialize for a login attempt.
31 // Used to initialize for a externally authenticated login.
36 // Used to initialize for a screen unlock attempt.
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h 48 // Note that the Initialize method needs to be called to initiate monitoring
59 // Initialize can be called multiple times to change the actual window to
61 bool Initialize(HWND top_level_window,
  /external/chromium_org/chrome/browser/notifications/
message_center_notifications_unittest_win.cc 66 // Clear the preference and initialize.
74 // Initialize message center infrastructure with mock tray delegate.
75 MessageCenter::Initialize();
  /external/chromium_org/chrome/browser/signin/
signin_manager_base.cc 41 void SigninManagerBase::Initialize(Profile* profile, PrefService* local_state) {
42 // Should never call Initialize() twice.
65 token_service->Initialize(GaiaConstants::kChromeSource, profile_);
  /external/chromium_org/chrome_frame/test/
test_scrubber.cc 40 void Initialize(testing::UnitTest* unit_test);
89 void TestScrubber::Initialize(testing::UnitTest* unit_test) {
136 g_scrubber.Get().Initialize(unit_test);
  /external/chromium_org/chromeos/network/
network_event_log.h 42 // Initializes / shuts down network event logging. Calling Initialize more than
44 CHROMEOS_EXPORT void Initialize();
64 // the oldest error entry will be replaced). Does nothing unless Initialize()
  /external/chromium_org/content/browser/
browser_main_runner.cc 39 virtual int Initialize(const MainFunctionParams& parameters)
41 TRACE_EVENT0("startup", "BrowserMainRunnerImpl::Initialize")
66 base::StatisticsRecorder::Initialize();
  /external/chromium_org/content/browser/device_orientation/
data_fetcher_impl_win.cc 108 if (fetcher->Initialize())
111 LOG(ERROR) << "DataFetcherImplWin::Initialize failed!";
145 bool DataFetcherImplWin::Initialize() {
device_motion_provider.cc 77 Initialize();
84 Initialize();
95 void DeviceMotionProvider::Initialize() {
  /external/chromium_org/content/public/browser/android/
compositor.h 34 static void Initialize();
45 // Initialize with flags. This should only be called once instead
46 // of Initialize().
  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl.cc 72 // when Initialize() is called.
154 void WebAudioSourceProviderImpl::Initialize(
162 sink_->Initialize(params, renderer);

Completed in 582 milliseconds

<<21222324252627282930>>