OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:html_dir
(Results
1 - 9
of
9
) sorted by null
/docs/source.android.com/scripts/
build.py
35
HTML_DIR
= 'out'
50
# Step 2, rm -rf
HTML_DIR
if it exists, and then re-create it
51
if os.path.exists(
HTML_DIR
):
52
shutil.rmtree(
HTML_DIR
)
54
os.mkdir(
HTML_DIR
)
56
# Step 3, recursively mirror SRC_DIR to
HTML_DIR
, directory by directory, translating *.md
69
outdir[0] =
HTML_DIR
/external/chromium_org/tools/deep_memory_profiler/visualizer/
template.py
59
html_dir
= os.path.join(dmprof_path, 'graphs')
60
if not os.path.exists(
html_dir
):
61
os.mkdir(
html_dir
)
63
html_handle, html_path = tempfile.mkstemp('.html', 'graph',
html_dir
)
/external/clang/docs/tools/
Makefile
88
HTML_DIR
:= $(DESTDIR)$(PROJ_docsdir)/html/clang
94
$(Verb) $(MKDIR) $(
HTML_DIR
)
95
$(Verb) $(DataInstall) $(HTML) $(
HTML_DIR
)
96
$(Verb) $(DataInstall) $(PROJ_SRC_DIR)/manpage.css $(
HTML_DIR
)
112
$(Verb) $(RM) -rf $(
HTML_DIR
) $(MAN_DIR) $(PS_DIR)
/external/ceres-solver/scripts/
make_docs.py
49
html_dir
= build_root + "/html"
variable
60
os.system("%s -b html -d %s %s %s" %(sphinx_exe, cache_dir, src_dir,
html_dir
))
73
for name in glob.glob("%s/*.html" %
html_dir
):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
config.py
53
self.
html_dir
= "htmlcov"
124
self.
html_dir
= cp.get('html', 'directory')
html.py
69
assert config.
html_dir
, "must provide a directory for html reporting"
72
self.status.read(config.
html_dir
)
83
self.report_files(self.html_file, morfs, config, config.
html_dir
)
control.py
596
html_dir
=directory,
/external/chromium_org/third_party/libxml/src/
configure.in
118
[
HTML_DIR
=$withval], [
HTML_DIR
='$(datadir)/doc'])
122
[test "x$withval" != "x" &&
HTML_DIR
="$
HTML_DIR
/$withval"],
123
[
HTML_DIR
="$
HTML_DIR
/\$(PACKAGE)-\$(VERSION)/html"])
124
AC_SUBST(
HTML_DIR
)
[
all
...]
configure
845
HTML_DIR
[
all
...]
Completed in 140 milliseconds