Searched refs:reflow (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/reflow-tests/ |
D | README.adoc | 6 This directory contains test source and expectation files for the `reflow.py` 10 The tests reflow each source file (`src-<name>.adoc`) with multiple 15 the reflow script has been modified to function differently, the test results
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | test_reflow.py | 17 from reflow import reflowFile 28 if not variations.reflow: 48 self.noflow = not variations.reflow
|
D | __init__.py.docs | 26 # "reflow",
|
D | reflow.py | 79 reflow = True, argument 101 self.reflow = reflow 295 if not self.reflow: 488 reflow = not args.noflow,
|
D | README.adoc | 48 * `reflow.py`, `reflow_count.py` - reflow specification source text to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/CI/ |
D | codespellrc | 4 …count*.svg,./node_modules/*,./gen/*,./old/*,./oldGen/*,./new/*,./scripts/reflow-tests/*,./build_te…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLogSC.adoc | 60 * Reflow / Assign VUIDs using: python3 scripts/reflow.py -overwrite -tagvu 92 * Reflow / Assign VUIDs using: python3 scripts/reflow.py -overwrite -tagvu 131 * Reflow / Assign VUIDs using: python3 scripts/reflow.py -overwrite -tagvu
|
D | Makefile | 80 check-reflow \ 413 REFLOW = $(SCRIPTS)/reflow.py 416 reflow: target 463 check-reflow: 464 $(PYTHON) $(SCRIPTS)/reflow.py -nowrite -noflow -check FAIL -checkVUID FAIL $(SPECFILES)
|
D | BUILD.adoc | 490 * 2017-02-10 - Add more Ruby installation guidelines and reflow the
|
D | ChangeLog.adoc | 110 * Add reflow test for list continuation in VUs (internal MR 6177). 502 * Remove check in reflow.py that did not allow embedded conditionals in VU 1072 * Fix reflow script so VUID tag generation / duplicate checking can be 1126 * Separate reflow document traversal and internal logic (public pull 5859 * Make reflow script properly handle literal block delimiters and lines 6950 * Fix API name assignment for valid usage blocks in `scripts/reflow.py` 10759 * Modify reflow.py script to place VUID tag anchors standalone on a line 10760 following their corresponding bullet point, and reflow the spec text 10796 all valid usage statements it generates, and reflow.py script to insert 11747 * Reflowed text of the entire spec using the 'reflow' Makefile target, to
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | vuid.adoc | 74 appropriate options to the script `reflow.py`. 91 python3 scripts/reflow.py -overwrite -noflow -tagvu chapters/*.adoc chapters/*/*.adoc 115 available VUID range, `reflow.py` will report this and stop assigning VUIDs.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | README.md | 12 …* **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it c…
|