HomeSort by relevance Sort by last modified time
    Searched full:initialize (Results 176 - 200 of 6984) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/webrtc/src/modules/audio_processing/
processing_component.cc 41 enabled_ = enable; // Must be set before Initialize() is called.
43 int err = Initialize();
68 int ProcessingComponent::Initialize() {
  /frameworks/compile/llvm-ndk-cc/
Backend.h 42 // Initialize - This is called to initialize the consumer, providing the
44 virtual void Initialize(clang::ASTContext &Ctx);
  /frameworks/native/opengl/libs/GLES_trace/
DESIGN.txt 7 egl_display_t::initialize() calls initEglTraceLevel() to figure out whether tracing should be
15 egl_display_t::initialize() then calls setGLHooksThreadSpecific() where we set the thread
36 EGL/eglApi.cpp to initialize the trace library, and to inform the library of EGL calls.
  /gdk/sources/llvm-ndk-cc/
Backend.h 42 // Initialize - This is called to initialize the consumer, providing the
44 virtual void Initialize(clang::ASTContext &Ctx);
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_mutex.h 48 multiple threads competing to initialize the critical section */
76 * Initialize a mutex. Note that thie function cannot fail. If there
77 * is not enough resource to initialize the mutex, the implementation
  /packages/apps/Nfc/nci/jni/
HostAidRouter.h 48 ** Function: initialize
50 ** Description: Initialize all resources.
55 bool initialize ();
  /cts/tools/dex-tools/src/dex/reader/
DexBuffer.java 45 initialize(ByteBuffer.wrap(bytes));
54 initialize(ByteBuffer.wrap(bytes));
58 initialize(slice);
61 private void initialize(ByteBuffer buffer) { method in class:DexBuffer
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
ast-builder.rb 16 def initialize( input, options = {} ) method in class:ANTLR3.ASTBuilder
  /external/chromium/base/
perftimer.cc 19 // trying to initialize twice
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_mac.h 21 virtual void Initialize();
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_messages_internal.h 12 // Server->Child: Initialize the decrytor with the following paramters.
  /external/chromium/chrome/browser/policy/
browser_policy_connector.cc 50 // Initialize the subsystem once the message loops are spinning.
53 method_factory_.NewRunnableMethod(&BrowserPolicyConnector::Initialize));
187 void BrowserPolicyConnector::Initialize() {
190 cloud_policy_subsystem_->Initialize(
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.js 20 el.initialize();
28 initialize: function() {
107 el.initialize();
115 initialize: function() {
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_window.h 15 // Initialize a FullscreenWindow for the given screen.
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
accounts_options_handler.h 28 virtual void Initialize();
stats_options_handler.h 25 virtual void Initialize();
system_options_handler.h 21 virtual void Initialize();
  /external/chromium/chrome/common/
translate_errors.h 16 INITIALIZATION_ERROR, // The translation script failed to initialize.
  /external/clang/test/CXX/class/class.base/class.base.init/
p5-0x.cpp 4 // A ctor-initializer may initialize a variant member of the constructor?s
  /external/clang/test/CXX/dcl.decl/dcl.init/
p5.cpp 13 struct S { // expected-error {{implicit default constructor for 'S' must explicitly initialize the reference member}} \
  /external/clang/test/CXX/temp/temp.spec/temp.explicit/
p10.cpp 23 T X0<T>::static_var = 1; // expected-error{{cannot initialize}}
  /external/clang/test/CodeGenObjC/
2008-10-3-EhValue.m 7 +initialize;
debug-info-crash.m 36 + (void)initialize {
property-list-in-class.m 25 +(void)initialize { }
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 23 // cannot initialize a parameter of type 'void *' with an rvalue of type 'char (*)[]'

Completed in 607 milliseconds

1 2 3 4 5 6 78 91011>>