Searched refs:frontend (Results 76 - 92 of 92) sorted by relevance

1234

/external/srec/srec/Recognizer/include/
H A DSR_RecognizerImpl.h173 * Legacy CREC frontend.
175 CA_Frontend* frontend; member in struct:SR_RecognizerImpl_t
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc99 sync_driver::SyncFrontend* frontend,
115 frontend_ = frontend;
116 DCHECK(frontend);
195 // This should only be called by the frontend.
221 // This should only be called by the frontend.
255 // Immediately stop sending messages to the frontend.
668 // the frontend to ensure they're visible in the customize screen.
98 Initialize( sync_driver::SyncFrontend* frontend, scoped_ptr<base::Thread> sync_thread, const syncer::WeakHandle<syncer::JsEventHandler>& event_handler, const GURL& sync_service_url, const syncer::SyncCredentials& credentials, bool delete_sync_data_folder, scoped_ptr<syncer::SyncManagerFactory> sync_manager_factory, scoped_ptr<syncer::UnrecoverableErrorHandler> unrecoverable_error_handler, syncer::ReportUnrecoverableErrorFunction report_unrecoverable_error_function, syncer::NetworkResources* network_resources) argument
/external/chromium_org/content/browser/appcache/
H A Dappcache_unittest.cc42 MockAppCacheFrontend frontend; local
49 AppCacheHost host1(1, &frontend, &service);
50 AppCacheHost host2(2, &frontend, &service);
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp114 using namespace clang::frontend;
173 // If there are any AST files to merge, create a frontend action
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorResourceAgent.cpp186 void InspectorResourceAgent::setFrontend(InspectorFrontend* frontend) argument
188 m_frontend = frontend->network();
804 request.addHTTPHeaderField(kDevToolsRequestInitiator, "frontend");
H A DInspectorCSSAgent.cpp403 void InspectorCSSAgent::setFrontend(InspectorFrontend* frontend) argument
406 m_frontend = frontend->css();
H A DInspectorDebuggerAgent.cpp240 void InspectorDebuggerAgent::setFrontend(InspectorFrontend* frontend) argument
242 m_frontend = frontend->debugger();
1055 // V8 doesn't generate afterCompile event when it's in debugger therefore there is no content of evaluated scripts on frontend
H A DInspectorPageAgent.cpp450 void InspectorPageAgent::setFrontend(InspectorFrontend* frontend) argument
452 m_frontend = frontend->page();
H A DInspectorTimelineAgent.cpp313 void InspectorTimelineAgent::setFrontend(InspectorFrontend* frontend) argument
315 m_frontend = frontend->timeline();
H A DInspectorDOMAgent.cpp260 void InspectorDOMAgent::setFrontend(InspectorFrontend* frontend) argument
266 m_frontend = frontend->dom();
1826 //TODO: pull ignoreWhitespace setting from the frontend and use here.
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp805 if (FEOpts.ProgramAction == frontend::RewriteObjC)
809 if (FEOpts.ProgramAction == frontend::RunAnalysis)
H A DInitHeaderSearch.cpp32 using namespace clang::frontend;
H A DCompilerInstance.cpp789 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC)
H A DASTUnit.cpp1530 FrontendOpts.ProgramAction = frontend::GeneratePCH;
/external/srec/srec/AcousticModels/src/
H A DAcousticModelsImpl.c617 dimen = CA_GetFrontendUtteranceDimension(recog->frontend);
/external/clang/lib/Serialization/
H A DASTReader.cpp4634 frontend::IncludeDirGroup Group
4635 = static_cast<frontend::IncludeDirGroup>(Record[Idx++]);
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure1431 build system C linker frontend

Completed in 278 milliseconds

1234