Home
last modified time | relevance | path

Searched refs:ToC (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/t/
Dextend.t2 # function: Test ToC generation.
44 # Generate ToC
46 # Extend ToC
48 # Test ToC
54 # Generate ToC
56 # Extend ToC
58 # Test ToC
64 # Generate ToC
66 # Extend ToC
68 # Test ToC
[all …]
Dinsert.t2 # function: Test ToC insertion.
46 # Generate ToC
52 # Test ToC
59 # Generate ToC
65 # Test ToC
72 # Generate ToC
78 # Test ToC
85 # Generate ToC
91 # Test ToC
98 # Generate ToC
[all …]
Doptions.t2 # function: Test HTML::ToC. In particular test the available options.
52 # Generate ToC
54 # Test ToC
90 # Generate ToC
92 # Test ToC
122 # Generate ToC
124 # Test ToC
149 # Generate ToC
151 # Test ToC
176 # Generate ToC
[all …]
DpodExamples.t2 # function: Test HTML::ToC. In particular test the examples as described in
62 # Set ToC options
64 # Generate ToC
67 # Test ToC
106 # Set ToC options
108 # Generate ToC
110 # Test ToC
141 # Generate ToC
143 # Test ToC
174 # Generate ToC
[all …]
Dpropagate.t2 # function: Test ToC propagation.
99 # Propagate ToC
101 # Test ToC
131 # Propagate ToC
133 # Test ToC
157 # Propagate ToC
159 # Test ToC
175 # Test ToC
DsiteMap.t2 # function: Test HTML::ToC generating a manual.
27 # Set ToC options
57 # Generate ToC of case-insensitively sorted file list
63 # Test ToC
Dgenerate.t2 # function: Test ToC generation.
78 # Generate ToC
80 # Test ToC
98 # Generate ToC
100 # Test ToC
Dformat.t2 # function: Test ToC formatting.
110 # Generate ToC
138 # Set ToC options
140 # Generate ToC
DmanualTest.t2 # function: Test HTML::ToC generating a manual.
16 # function: Assemble ToC line.
24 # Assemble ToC line
74 # function: Test inserting ToC into manual.
84 # Set ToC options
143 # Insert ToC
304 # function: Test inserting ToC into manual.
314 # Set ToC options
373 # Insert ToC
534 # function: Test inserting ToC into manual.
[all …]
Dupdate.t2 # function: Test ToC updating.
/external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
DToc.pod18 …:TocGenerator does the actual generation of the ToC. HTML::TocInsertor handles the insertion of t…
61 When generating a ToC you'll have to decide which object you want to use:
64 for generating a ToC without inserting the ToC into the source
66 for generating a ToC and inserting the ToC into the source
68 for generating and inserting a ToC, removing any previously
69 inserted ToC elements
81 The code underneath will generate a ToC of the HTML headings C<<h1>>..C<<h6>> from a file C<index.h…
111 This code will generate a ToC of HTML headings C<<h1>>..C<<h6>> of file C<index.htm>, and insert th…
143ToC, you'd better use C<TocUpdator> to insert the ToC. C<TocUpdator> marks the inserted ToC eleme…
172 around the inserted ToC elements:
[all …]
/external/llvm/lib/IR/
DConstants.cpp2549 Constant *ToC = cast<Constant>(To); in replaceUsesOfWithOnConstant() local
2567 Val = ToC; in replaceUsesOfWithOnConstant()
2571 AllSame &= Val == ToC; in replaceUsesOfWithOnConstant()
2575 if (AllSame && ToC->isNullValue()) { in replaceUsesOfWithOnConstant()
2577 } else if (AllSame && isa<UndefValue>(ToC)) { in replaceUsesOfWithOnConstant()
2600 setOperand(OperandToUpdate, ToC); in replaceUsesOfWithOnConstant()
2604 setOperand(i, ToC); in replaceUsesOfWithOnConstant()
2624 Constant *ToC = cast<Constant>(To); in replaceUsesOfWithOnConstant() local
2638 if (ToC->isNullValue()) { in replaceUsesOfWithOnConstant()
2645 } else if (isa<UndefValue>(ToC)) { in replaceUsesOfWithOnConstant()
[all …]