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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/media/base/
media.h 19 // Attempts to initialize the media library (loading DLLs, DSOs, etc.).
38 // for the this process, without actually trying to initialize it.
41 // Use this if you need to initialize CPU specific features WITHOUT loading
  /external/chromium_org/media/filters/
file_data_source.cc 18 bool FileDataSource::Initialize(const base::FilePath& file_path) {
21 if (!file_.Initialize(file_path))
32 if (!file_.Initialize(file))
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-step-on-for-statements.html 6 for (initialize(); condition(); increment())
23 TEST 3: Click 'Step into'. Debugger should step into 'initialize' function. Click 'Step into' until
24 outside of the 'initialize' function - debugger should enter the 'condition' function.<br>
  /external/chromium_org/ui/base/ime/
input_method_initializer.cc 30 ui::TSFBridge::Initialize();
52 chromeos::IBusDaemonController::Initialize(NULL, NULL);
58 ui::TSFBridge::Initialize();
  /external/chromium_org/ui/gl/
gl_surface_mac.cc 46 if (!surface->Initialize())
69 if (!surface->Initialize())
77 if (!surface->Initialize())
  /external/clang/test/Analysis/
CFNumber.c 19 return CFNumberCreate(0, kCFNumberSInt16Type, &x); // expected-warning{{An 8 bit integer is used to initialize a CFNumber object that represents a 16 bit integer. 8 bits of the CFNumber value will be garbage}}
23 return CFNumberCreate(0, kCFNumberSInt8Type, &x); // expected-warning{{A 16 bit integer is used to initialize a CFNumber object that represents an 8 bit integer. 8 bits of the input integer will be lost}}
32 return CFNumberCreate(0, kCFNumberLongType, &i); // expected-warning{{A 32 bit integer is used to initialize a CFNumber object that represents a 64 bit integer}}
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p2.cpp 26 T* x = 1; // expected-error{{cannot initialize a variable of type 'int *' with an rvalue of type 'int'}} \
27 // expected-error{{cannot initialize a variable of type 'float *' with an rvalue of type 'int'}} \
28 // expected-error{{cannot initialize a variable of type 'double *' with an rvalue of type 'int'}}
  /frameworks/base/services/input/
InputManager.cpp 33 initialize();
41 initialize();
48 void InputManager::initialize() { function in class:android::InputManager
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
DrawerClosedObserver.java 34 * {@link #initialize(RecentFolderController)} is called.
40 * Initialize the {@link DrawerClosedObserver} object to receive calls when the drawer
45 public void initialize(AccountController controller) { method in class:DrawerClosedObserver
  /build/tools/droiddoc/templates-pdk/
trailer.cs 4 init(); /* initialize android-developer-docs.js */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
PaymentService1.java 25 initialize(APDU_COMMAND_SEQUENCE, APDU_RESPOND_SEQUENCE); method
  /external/chromium/chrome/browser/
jankometer.h 16 // This function will initialize the service, which will install itself in
  /external/chromium/chrome/browser/sync/
signin_manager_unittest.cc 61 manager_->Initialize(profile_.get());
75 manager_->Initialize(profile_.get());
80 manager_->Initialize(profile_.get());
90 manager_->Initialize(profile_.get());
95 manager_->Initialize(profile_.get());
107 manager_->Initialize(profile_.get());
112 manager_->Initialize(profile_.get());
130 manager_->Initialize(profile_.get());
159 manager_->Initialize(profile_.get());
  /external/chromium/net/udp/
datagram_client_socket.h 20 // Initialize this socket as a client socket to server at |address|.
  /external/chromium-trace/trace-viewer/src/cc/
tile.js 29 initialize: function() {
  /external/chromium_org/ash/shell/
shell_main_parts.cc 16 icu_util::Initialize();
  /external/chromium_org/base/files/
memory_mapped_file.h 32 bool Initialize(const FilePath& file_name);
35 bool Initialize(PlatformFile file);
39 // the Initialize function above for additional information.
54 // success, false on any kind of failure. This is a helper for Initialize().
  /external/chromium_org/cc/test/
cc_test_suite.h 25 virtual void Initialize() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/login/
lock_window_aura.h 27 // Initialize the Aura lock window.
  /external/chromium_org/chrome/browser/
jankometer.h 15 // This function will initialize the service, which will install itself in
  /external/chromium_org/chrome/browser/resources/extensions/
extension_info.js 9 * Initialize the info popup.
  /external/chromium_org/chrome/installer/util/
registry_key_backup_unittest.cc 24 ASSERT_TRUE(test_data_.Initialize(HKEY_CURRENT_USER, L"SOFTWARE\\TmpTmp"));
47 EXPECT_TRUE(backup.Initialize(test_data_.root_key(),
58 EXPECT_TRUE(backup.Initialize(test_data_.root_key(),
71 EXPECT_TRUE(backup.Initialize(test_data_.root_key(),
  /external/chromium_org/chrome_frame/test/
chrome_tab_mocks.h 31 HRESULT Initialize(MockIChromeFramePrivileged** cfp) {
  /external/chromium_org/content/browser/resources/indexed_db/
indexeddb_internals.js 8 function initialize() {
82 initialize: initialize,
89 document.addEventListener('DOMContentLoaded', indexeddb.initialize);
  /external/chromium_org/content/browser/resources/media/new/
media_internals.js 10 media.initialize = doNothing;

Completed in 1108 milliseconds

1 2 3 4 5 6 7 891011>>