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

<<21222324252627282930>>

  /external/chromium_org/content/browser/download/
save_file.cc 37 DownloadInterruptReason SaveFile::Initialize() {
38 return file_.Initialize(base::FilePath());
  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h 32 // Initialize the context.
42 // that is constructed in Initialize() and is valid until this context is
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_robustness.py 14 robustnessTestHarness.initialize = function() {
39 robustnessTestHarness.initialize();
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 68 void GLManager::Initialize(const GLManager::Options& options) {
143 ASSERT_TRUE(command_buffer_->Initialize())
158 ASSERT_TRUE(context_->Initialize(
164 ASSERT_TRUE(context_->Initialize(
176 ASSERT_TRUE(decoder_->Initialize(
183 attribs)) << "could not initialize decoder";
192 ASSERT_TRUE(gles2_helper_->Initialize(kCommandBufferSize));
205 ASSERT_TRUE(gles2_implementation_->Initialize(
  /external/chromium_org/media/base/
audio_decoder.h 31 // Initialize an AudioDecoder with the given DemuxerStream, executing the
34 virtual void Initialize(DemuxerStream* stream,
  /external/chromium_org/media/midi/
midi_manager.cc 27 // Lazily initialize the MIDI back-end.
29 initialized_ = Initialize();
  /external/chromium_org/net/test/
net_test_suite.cc 34 void NetTestSuite::Initialize() {
35 TestSuite::Initialize();
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
network.cc 14 // Initialize Winsock
18 fprintf(output, "[ERROR] Cannot initialize winsock. Error%d\r\n", result);
  /external/chromium_org/third_party/WebKit/public/web/
WebDeviceOrientationClientMock.h 50 WebDeviceOrientationClientMock() { initialize(); }
51 WEBKIT_EXPORT void initialize();
  /external/chromium_org/v8/samples/
count-hosts.js 28 function Initialize() { }
42 Initialize();
  /external/clang/test/CXX/special/class.init/class.base.init/
p8-0x.cpp 12 S() {} // expected-error {{constructor for 'S' must explicitly initialize the reference member 'a'}}
14 S(char) : b(n) {} // expected-error {{constructor for 'S' must explicitly initialize the reference member 'a'}}
  /external/clang/test/CXX/temp/temp.decls/temp.mem/
p5.cpp 66 return x; // expected-error{{cannot initialize return object of type 'const char *' with an lvalue of type 'char'}} \
67 // expected-error{{cannot initialize return object of type 'const int *' with an lvalue of type 'int'}}
  /external/clang/test/SemaObjCXX/
conditional-expr.mm 30 id<P0> l = x; // expected-error {{cannot initialize a variable of type 'id<P0>' with an lvalue of type 'id<P1>'}}
34 id<P1> l = a; // expected-error {{cannot initialize a variable of type 'id<P1>' with an lvalue of type 'A *'}}
  /external/dropbear/libtomcrypt/src/mac/f9/
f9_init.c 20 /** Initialize F9-MAC state
21 @param f9 [out] f9 state to initialize
  /external/dropbear/libtomcrypt/src/modes/cbc/
cbc_start.c 21 Initialize a CBC context
27 @param cbc The CBC state to initialize
  /external/dropbear/libtomcrypt/src/modes/cfb/
cfb_start.c 22 Initialize a CFB context
28 @param cfb The CFB state to initialize
  /external/dropbear/libtomcrypt/src/modes/ofb/
ofb_start.c 22 Initialize a OFB context
28 @param ofb The OFB state to initialize
  /external/freetype/src/base/
basepic.c 83 /* initialize default modules list and pointers */
88 /* initialize pointer table - */
  /external/icu4c/io/
locbund.h 39 * Initialize a ULocaleBundle, initializing all formatters to 0.
40 * @param result A ULocaleBundle to initialize.
  /external/javassist/sample/evolve/
VersionManager.java 50 * initiaVersion() is used to initialize the _version field of the updatable
58 throw new RuntimeException("cannot initialize " + params[0]);
  /external/objenesis/main/src/org/objenesis/instantiator/basic/
ObjectStreamClassInstantiator.java 38 private static void initialize() { method in class:ObjectStreamClassInstantiator
57 initialize(); method
  /external/objenesis/main/src/org/objenesis/instantiator/gcj/
GCJInstantiatorBase.java 41 private static void initialize() { method in class:GCJInstantiatorBase
65 initialize(); method
  /external/objenesis/main/src/org/objenesis/instantiator/jrockit/
JRockitLegacyInstantiator.java 34 private static void initialize() { method in class:JRockitLegacyInstantiator
58 initialize(); method
  /external/protobuf/gtest/
configure.ac 12 # Provide various options to initialize the Autoconf and configure processes.
20 # Initialize Automake with various options. We require at least v1.9, prevent
  /external/stressapptest/src/
main.cc 30 } else if (!sat->Initialize()) {
31 logprintf(0, "Process Error: Sat::Initialize() failed\n");

Completed in 283 milliseconds

<<21222324252627282930>>