HomeSort by relevance Sort by last modified time
    Searched refs:Initialize (Results 326 - 350 of 516) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 260 init::Initialize();
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 356 EXPECT_EQ(apm_->kNoError, apm_->Initialize());
380 EXPECT_EQ(apm_->kNoError, apm_->Initialize());
401 EXPECT_EQ(apm_->kNoError, apm_->Initialize());
419 EXPECT_EQ(apm_->kNoError, apm_->Initialize());
426 EXPECT_EQ(apm_->kNoError, apm_->Initialize());
817 // Verify reset after initialize.
820 EXPECT_EQ(apm_->kNoError, apm_->Initialize());
    [all...]
  /external/v8/src/
ast.h 700 void Initialize(Statement* body) {
715 void Initialize(Expression* cond, Statement* body) {
716 IterationStatement::Initialize(body);
755 void Initialize(Expression* cond, Statement* body) {
756 IterationStatement::Initialize(body);
795 void Initialize(Statement* init,
799 IterationStatement::Initialize(body);
855 void Initialize(Expression* each, Expression* enumerable, Statement* body) {
856 IterationStatement::Initialize(body);
1027 void Initialize(Expression* tag, ZoneList<CaseClause*>* cases)
    [all...]
parser.cc 412 result->Initialize();
573 // Initialize parser state.
581 scanner_.Initialize(&stream);
585 scanner_.Initialize(&stream);
596 if (pre_data_ != NULL) pre_data_->Initialize();
669 // Initialize parser state.
692 scanner_.Initialize(source);
2278 CallRuntime* initialize; local
    [all...]
isolate.cc 80 // before an isolate is initialized. The initialize methods below do
114 void ThreadLocalTop::Initialize() {
180 // Initialize the buffer with a known good value.
    [all...]
spaces.h 629 static MemoryChunk* Initialize(Heap* heap,
706 static inline Page* Initialize(Heap* heap,
748 static inline LargePage* Initialize(Heap* heap, MemoryChunk* chunk);
    [all...]
global-handles.cc 78 void Initialize(int index, Node** first_free) {
288 nodes_[i].Initialize(i, first_free);
  /external/chromium/chrome/browser/download/
download_manager_unittest.cc 316 download_file->Initialize(false);
563 // Create and initialize the download file. We're bypassing the first part
565 // name has been chosen, so we need to initialize the download file
571 download_file->Initialize(false);
download_file_manager.cc 80 if (!download_file->Initialize(get_hash)) {
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 50 service_->Initialize(request_context_.get());
420 // Now initialize the service. That should start the job.
421 service_->Initialize(request_context_.get());
  /external/clang/lib/Lex/
Preprocessor.cpp 112 // Initialize the pragma handlers.
116 // Initialize builtin macros like __LINE__ and friends.
137 Initialize(*Target);
175 void Preprocessor::Initialize(const TargetInfo &Target) {
180 // Initialize information about built-ins.
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 43 virtual void Initialize(MCAsmParser &Parser) {
45 this->MCAsmParserExtension::Initialize(Parser);
ELFAsmParser.cpp 42 virtual void Initialize(MCAsmParser &Parser) {
44 this->MCAsmParserExtension::Initialize(Parser);
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 150 static int gInitialized = 0; /* did we initialize some of the variables*/
178 static int Initialize(AUDIOIN_H * phAudioIn)
    [all...]
  /external/v8/test/mjsunit/
debug-receiver.js 60 // Initialize for a new test.
  /device/generic/goldfish/camera/
EmulatedCamera2.cpp 79 status_t EmulatedCamera2::Initialize() {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventHub.cs 51 public virtual void Initialize() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventHub.cs 54 public virtual void Initialize()
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 585 Locals.Initialize;
604 Locals.Initialize;
  /external/chromium/base/win/
event_trace_consumer_unittest.cc 90 TEST_F(EtwTraceConsumerBaseTest, Initialize) {
  /external/chromium/chrome/browser/history/
history_types.h 133 void Initialize();
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 341 // Initialize the BackgroundModeManager - this has to be done here before
389 // Make sure we initialize the ProfileIOData after everything else has been
395 // Initialize the ProfilePolicyConnector after |io_data_| since it requires
397 GetPolicyConnector()->Initialize();
789 transport_security_persister_->Initialize(
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 134 void Initialize(SyncFrontend* frontend,
332 // of the syncapi on behalf of SyncBackendHost::Initialize.
  /external/chromium/chrome/browser/ui/webui/options/
sync_setup_handler.cc 276 void SyncSetupHandler::Initialize() {
  /external/chromium/chrome/common/
logging_chrome.cc 66 // Set if we caled InitChromeLogging() but failed to initialize.
257 LOG(ERROR) << "Unable to initialize logging to " << log_path.value();
270 "Attempted to initialize logging when it was already initialized.";
310 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value()
318 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value();
360 logging::LogEventProvider::Initialize(kChromeTraceProviderName);

Completed in 2899 milliseconds

<<11121314151617181920>>