OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScanView
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/scan-view/bin/
scan-view
74
import
ScanView
79
httpd =
ScanView
.create_server((options.host, port),
/src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build
498
my $CSS = Cwd::realpath("$RealBin/../share/scan-build/
scanview
.css");
500
DieDiag("Cannot find '
scanview
.css'.\n")
505
DieDiag("Could not copy '
scanview
.css' to '$Dir'.\n")
636
<link type="text/css" rel="stylesheet" href="
scanview
.css"/>
971
my $
ScanView
= Cwd::realpath("$RealBin/scan-view");
972
if (! -x $
ScanView
) { $
ScanView
= "scan-view"; }
973
if (! -x $
ScanView
) { $
ScanView
= Cwd::realpath("$RealBin/../../scan-view/bin/scan-view"); }
974
if (! -x $
ScanView
) { $ScanView = `which scan-view`; chomp $ScanView;
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py
94
kConfigPath = os.path.expanduser('~/.
scanview
.cfg')
146
self.config.add_section('
ScanView
')
188
import
ScanView
189
self.RequestHandlerClass = reload(
ScanView
).ScanViewRequestHandler
334
self.server.config.set('
ScanView
', 'reporter', reporterIndex)
380
<link rel="stylesheet" type="text/css" href="/
scanview
.css" />
540
active = int(getConfigOption('
ScanView
','reporter'))
586
<link rel="stylesheet" type="text/css" href="/
scanview
.css" />
689
overrides = { '
ScanView
' : {},
694
overrides['
ScanView
']['reporter'] =
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026