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

1234

/external/clang/include/clang/Frontend/
H A DLangStandard.h18 namespace frontend { namespace in namespace:clang
59 bool hasLineComments() const { return Flags & frontend::LineComment; }
62 bool isC89() const { return Flags & frontend::C89; }
65 bool isC99() const { return Flags & frontend::C99; }
68 bool isC11() const { return Flags & frontend::C11; }
71 bool isCPlusPlus() const { return Flags & frontend::CPlusPlus; }
74 bool isCPlusPlus11() const { return Flags & frontend::CPlusPlus11; }
77 bool isCPlusPlus1y() const { return Flags & frontend::CPlusPlus1y; }
80 bool isCPlusPlus1z() const { return Flags & frontend::CPlusPlus1z; }
83 bool hasDigraphs() const { return Flags & frontend
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dlast_active_browser_cocoa.h12 // the Cocoa frontend that cannot be allowed via C++ friendship as these places
16 #error This file is intended for use in the Cocoa frontend only.
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorMemoryAgent.cpp56 void InspectorMemoryAgent::setFrontend(InspectorFrontend* frontend) argument
59 m_frontend = frontend->memory();
H A DInspectorTracingAgent.cpp80 void InspectorTracingAgent::setFrontend(InspectorFrontend* frontend) argument
82 m_frontend = frontend->tracing();
H A DInspectorBaseAgent.cpp76 void InspectorAgentRegistry::setFrontend(InspectorFrontend* frontend) argument
79 m_agents[i]->setFrontend(frontend);
H A DInspectorHeapProfilerAgent.cpp81 void InspectorHeapProfilerAgent::setFrontend(InspectorFrontend* frontend) argument
83 m_frontend = frontend->heapprofiler();
226 explicit HeapSnapshotProgress(InspectorFrontend::HeapProfiler* frontend) argument
227 : m_frontend(frontend) { }
263 explicit OutputStream(InspectorFrontend::HeapProfiler* frontend) argument
264 : m_frontend(frontend) { }
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DInspectorDatabaseResource.cpp59 void InspectorDatabaseResource::bind(InspectorFrontend::Database* frontend) argument
66 frontend->addDatabase(jsonObject);
H A DSQLStatementBackend.cpp74 PassRefPtrWillBeRawPtr<SQLStatementBackend> SQLStatementBackend::create(PassOwnPtrWillBeRawPtr<SQLStatement> frontend, argument
77 return adoptRefWillBeNoop(new SQLStatementBackend(frontend, statement, arguments, permissions));
80 SQLStatementBackend::SQLStatementBackend(PassOwnPtrWillBeRawPtr<SQLStatement> frontend, argument
82 : m_frontend(frontend)
99 SQLStatement* SQLStatementBackend::frontend() function in class:blink::SQLStatementBackend
H A DSQLStatementBackend.h60 SQLStatement* frontend();
/external/chromium_org/content/browser/appcache/
H A Dappcache_group_unittest.cc85 TestAppCacheHost(int host_id, AppCacheFrontend* frontend, argument
87 : AppCacheHost(host_id, frontend, service),
175 TestAppCacheFrontend frontend; local
179 AppCacheHost host1(1, &frontend, &service);
180 AppCacheHost host2(2, &frontend, &service);
191 EXPECT_EQ(frontend.last_host_id_, host1.host_id());
192 EXPECT_EQ(frontend.last_cache_id_, cache1->cache_id());
193 EXPECT_EQ(frontend.last_status_, APPCACHE_STATUS_IDLE);
196 EXPECT_EQ(frontend.last_host_id_, host2.host_id());
197 EXPECT_EQ(frontend
268 TestAppCacheFrontend frontend; local
[all...]
H A Dappcache_update_job_unittest.cc339 // Add ability for frontend to add master entries to an inprogress update.
733 MockFrontend* frontend = MakeMockFrontend(); local
734 AppCacheHost* host = MakeHost(1, frontend);
744 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()),
803 MockFrontend* frontend = MakeMockFrontend(); local
804 AppCacheHost* host = MakeHost(1, frontend);
812 frontend->AddExpectedEvent(MockFrontend::HostIds(1, host->host_id()),
831 MockFrontend* frontend = MakeMockFrontend(); local
832 AppCacheHost* host = MakeHost(1, frontend);
835 frontend
904 MockFrontend* frontend = MakeMockFrontend(); local
930 MockFrontend* frontend = MakeMockFrontend(); local
1047 MockFrontend* frontend = MakeMockFrontend(); local
1091 MockFrontend* frontend = MakeMockFrontend(); local
1119 MockFrontend* frontend = MakeMockFrontend(); local
1207 MockFrontend* frontend = MakeMockFrontend(); local
1270 MockFrontend* frontend = MakeMockFrontend(); local
1330 MockFrontend* frontend = MakeMockFrontend(); local
1440 MockFrontend* frontend = MakeMockFrontend(); local
1648 MockFrontend* frontend = MakeMockFrontend(); local
1690 MockFrontend* frontend = MakeMockFrontend(); local
1724 MockFrontend* frontend = MakeMockFrontend(); local
1759 MockFrontend* frontend = MakeMockFrontend(); local
1793 MockFrontend* frontend = MakeMockFrontend(); local
1826 MockFrontend* frontend = MakeMockFrontend(); local
1856 MockFrontend* frontend = MakeMockFrontend(); local
1945 MockFrontend* frontend = MakeMockFrontend(); local
2016 MockFrontend* frontend = MakeMockFrontend(); local
2045 MockFrontend* frontend = MakeMockFrontend(); local
2074 MockFrontend* frontend = MakeMockFrontend(); local
2102 MockFrontend* frontend = MakeMockFrontend(); local
2653 MockFrontend* frontend = MakeMockFrontend(); local
2781 MockFrontend* frontend = MakeMockFrontend(); local
2844 MockFrontend* frontend = MakeMockFrontend(); local
2970 MockFrontend* frontend = MakeMockFrontend(); local
2998 MockFrontend* frontend = MakeMockFrontend(); local
3076 MakeHost(int host_id, AppCacheFrontend* frontend) argument
3095 MockFrontend* frontend = new MockFrontend(); local
3162 MockFrontend* frontend = frontends_[i]; local
[all...]
H A Dappcache_backend_impl.cc27 AppCacheFrontend* frontend,
29 DCHECK(!service_ && !frontend_ && frontend && service);
31 frontend_ = frontend;
26 Initialize(AppCacheServiceImpl* service, AppCacheFrontend* frontend, int process_id) argument
/external/clang/include/clang/Lex/
H A DHeaderSearchOptions.h22 namespace frontend { namespace in namespace:clang
49 frontend::IncludeDirGroup Group;
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
174 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pt.c49 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit
60 struct draw_pt_front_end *frontend = NULL; local
109 frontend = draw->pt.frontend;
111 if (frontend ) {
119 frontend = NULL;
122 * This could be improved so only the frontend is flushed since it
126 frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE );
127 frontend
[all...]
H A Ddraw_pt_vsplit.c146 static void vsplit_prepare(struct draw_pt_front_end *frontend, argument
151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) argument
183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
192 static void vsplit_destroy(struct draw_pt_front_end *frontend) argument
194 FREE(frontend);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c49 * - frontend -- prepare fetch_elts, draw_elts - eg vsplit
60 struct draw_pt_front_end *frontend = NULL; local
109 frontend = draw->pt.frontend;
111 if (frontend ) {
119 frontend = NULL;
122 * This could be improved so only the frontend is flushed since it
126 frontend->flush( frontend, DRAW_FLUSH_STATE_CHANGE );
127 frontend
[all...]
H A Ddraw_pt_vsplit.c146 static void vsplit_prepare(struct draw_pt_front_end *frontend, argument
151 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) argument
183 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend;
192 static void vsplit_destroy(struct draw_pt_front_end *frontend) argument
194 FREE(frontend);
/external/chromium_org/chrome/browser/extensions/
H A Ddata_deleter.cc116 StorageFrontend* frontend = StorageFrontend::Get(profile); local
117 if (frontend)
118 frontend->DeleteStorageSoon(extension->id());
/external/chromium_org/content/child/appcache/
H A Dappcache_dispatcher.cc13 AppCacheFrontend* frontend)
15 frontend_(frontend) {}
11 AppCacheDispatcher( IPC::Sender* sender, AppCacheFrontend* frontend) argument
H A Dappcache_dispatcher.h25 AppCacheFrontend* frontend);
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp714 Opts.ProgramAction = frontend::ParseSyntaxOnly;
720 Opts.ProgramAction = frontend::ASTDeclList; break;
722 Opts.ProgramAction = frontend::ASTDump; break;
724 Opts.ProgramAction = frontend::ASTPrint; break;
726 Opts.ProgramAction = frontend::ASTView; break;
728 Opts.ProgramAction = frontend::DumpRawTokens; break;
730 Opts.ProgramAction = frontend::DumpTokens; break;
732 Opts.ProgramAction = frontend::EmitAssembly; break;
734 Opts.ProgramAction = frontend::EmitBC; break;
736 Opts.ProgramAction = frontend
[all...]
H A DLangStandards.cpp14 using namespace clang::frontend;
/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_test_util.cc44 StorageFrontend* frontend) {
46 frontend->RunWithStorage(
53 StorageFrontend* frontend) {
54 return GetStorage(extension, settings_namespace::SYNC, frontend);
42 GetStorage(scoped_refptr<const Extension> extension, settings_namespace::Namespace settings_namespace, StorageFrontend* frontend) argument
52 GetStorage(scoped_refptr<const Extension> extension, StorageFrontend* frontend) argument
H A Dsettings_test_util.h36 // Synchronously gets the storage area for an extension from |frontend|.
39 StorageFrontend* frontend);
41 // Synchronously gets the SYNC storage for an extension from |frontend|.
43 StorageFrontend* frontend);
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp71 invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;
90 invocation->getFrontendOpts().ProgramAction = frontend::ParseSyntaxOnly;

Completed in 453 milliseconds

1234