HomeSort by relevance Sort by last modified time
    Searched full:frontend (Results 51 - 75 of 387) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/inspector/
InspectorApplicationCacheAgent.h 58 // Backend to Frontend
62 // From Frontend
InspectorDatabaseResource.cpp 57 void InspectorDatabaseResource::bind(InspectorFrontend::Database* frontend)
64 frontend->addDatabase(jsonObject);
ConsoleMessage.cpp 131 void ConsoleMessage::addToFrontend(InspectorFrontend::Console* frontend, InjectedScriptManager* injectedScriptManager)
160 frontend->messageAdded(jsonObj);
163 void ConsoleMessage::updateRepeatCountInConsole(InspectorFrontend::Console* frontend)
165 frontend->messageRepeatCountUpdated(m_repeatCount);
InspectorProfilerAgent.cpp 198 OutputStream(InspectorFrontend::Profiler* frontend, unsigned uid)
199 : m_frontend(frontend), m_uid(uid) { }
260 void InspectorProfilerAgent::setFrontend(InspectorFrontend* frontend)
262 m_frontend = frontend->profiler();
340 explicit HeapSnapshotProgress(InspectorFrontend::Profiler* frontend)
341 : m_frontend(frontend) { }
InjectedScriptHost.h 89 void setFrontend(InspectorFrontend* frontend) { m_frontend = frontend; }
InspectorApplicationCacheAgent.cpp 52 void InspectorApplicationCacheAgent::setFrontend(InspectorFrontend* frontend)
54 m_frontend = frontend->applicationcache();
InspectorDOMStorageResource.cpp 67 void InspectorDOMStorageResource::bind(InspectorFrontend* frontend)
70 m_frontend = frontend->domstorage();
  /external/chromium/chrome/common/
devtools_messages.h 11 // renderer and converts IPC messages to frontend method calls and allows the
12 // frontend to send messages to the DevToolsAgent.
22 // | (tools frontend |
26 // |frontend | | |
  /external/clang/include/clang/Frontend/
FrontendDiagnostic.h 1 //===--- DiagnosticFrontend.h - Diagnostics for frontend --------*- C++ -*-===//
HeaderSearchOptions.h 18 namespace frontend { namespace in namespace:clang
43 frontend::IncludeDirGroup Group;
64 Entry(StringRef path, frontend::IncludeDirGroup group,
114 void AddPath(StringRef Path, frontend::IncludeDirGroup Group,
  /external/clang/lib/
Makefile 12 StaticAnalyzer Edit Rewrite ARCMigrate Serialization Frontend \
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 14 #include "clang/StaticAnalyzer/Frontend/CheckerRegistration.h"
15 #include "clang/StaticAnalyzer/Frontend/FrontendActions.h"
20 #include "clang/Frontend/AnalyzerOptions.h"
21 #include "clang/Frontend/FrontendDiagnostic.h"
Makefile 1 ##===- clang/lib/StaticAnalyzer/Frontend/Makefile ----------*- Makefile -*-===##
  /external/clang/lib/StaticAnalyzer/
Makefile 15 DIRS := Checkers Frontend
  /external/clang/test/CodeGen/
2002-07-14-MiscTests.c 3 /* These are random tests that I used when working on the GCC frontend
  /external/clang/unittests/
Makefile 17 PARALLEL_DIRS = Basic Frontend Lex Tooling
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
c-common.def 24 /* Tree nodes used in the C frontend. These are also shared with the
  /external/srec/srec/clib/
swicms.c 157 rc = ESR_SessionGetSize_t ( L ( "CREC.Frontend.samplerate" ), &sample_rate );
192 const LCHAR* parname = L("CREC.Frontend.swicms.debug");
202 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.forget_factor"),
206 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.sbindex"),
210 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.cmn"),
216 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.cmn8"), &swicms->cmn[0], MAX_CHAN_DIM);
223 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.cmn11"), &swicms->cmn[0], MAX_CHAN_DIM);
229 rc = GetSomeIntsIfAny( L("CREC.Frontend.swicms.tmn"),
254 rc = GetSomeIntsIfAny(L("CREC.Frontend.swicms.inutt.forget_factor2"),
258 rc = GetSomeIntsIfAny(L("CREC.Frontend.swicms.inutt.disable_after")
    [all...]
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 15 #include "clang/Frontend/FrontendPluginRegistry.h"
18 #include "clang/Frontend/CompilerInstance.h"
  /external/clang/lib/Frontend/
FrontendAction.cpp 10 #include "clang/Frontend/FrontendAction.h"
16 #include "clang/Frontend/ASTUnit.h"
17 #include "clang/Frontend/ChainedIncludesSource.h"
18 #include "clang/Frontend/CompilerInstance.h"
19 #include "clang/Frontend/FrontendDiagnostic.h"
20 #include "clang/Frontend/FrontendPluginRegistry.h"
21 #include "clang/Frontend/LayoutOverrideSource.h"
22 #include "clang/Frontend/MultiplexConsumer.h"
HeaderIncludeGen.cpp 10 #include "clang/Frontend/Utils.h"
12 #include "clang/Frontend/FrontendDiagnostic.h"
  /external/clang/test/CodeGenCXX/
const-init.cpp 45 // We don't expect to fold this in the frontend, but make sure it doesn't crash.
60 // Make sure we don't try to fold this in the frontend; the backend can't
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 20 #include "clang/Frontend/ASTUnit.h"
21 #include "clang/Frontend/FrontendDiagnostic.h"
  /external/clang/unittests/Tooling/
ToolingTest.cpp 13 #include "clang/Frontend/FrontendAction.h"
14 #include "clang/Frontend/FrontendActions.h"
  /external/webkit/Source/WebKit/chromium/src/
InspectorFrontendClientImpl.cpp 49 InspectorFrontendClientImpl::InspectorFrontendClientImpl(Page* frontendPage, WebDevToolsFrontendClient* client, WebDevToolsFrontendImpl* frontend)
52 , m_frontend(frontend)

Completed in 1975 milliseconds

1 23 4 5 6 7 8 91011>>