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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/gpu/command_buffer/tests/
gl_lose_context_chromium_unittests.cc 22 gl2_.Initialize(options);
24 gl1a_.Initialize(options);
26 gl1b_.Initialize(options);
  /external/chromium_org/media/base/
decoder_buffer.cc 15 Initialize();
28 Initialize();
36 void DecoderBuffer::Initialize() {
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/third_party/WebKit/Source/wtf/
WTF.h 42 WTF_EXPORT void initialize(TimeFunction currentTimeFunction, TimeFunction monotonicallyIncreasingTimeFunction);
48 static void initialize();
53 initialize();
  /external/chromium_org/ui/gl/
gl_surface_mac.cc 42 if (!surface->Initialize())
62 if (!surface->Initialize())
70 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/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/base/memory/
discardable_memory_emulated.h 20 bool Initialize();
discardable_memory_linux.cc 19 if (!memory->Initialize())
discardable_memory_win.cc 19 if (!memory->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.

Completed in 1082 milliseconds

1 2 3 4 5 6 7 891011>>