Home
last modified time | relevance | path

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

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DOutliner.java62 private final Map<Outline, List<DexEncodedMethod>> candidates = new HashMap<>();
63 private final Map<Outline, DexMethod> generatedOutlines = new HashMap<>();
93 public class Outline implements Comparable<Outline> { class in Outliner
105 Outline(BasicBlock block, List<Value> arguments, List<DexType> argumentTypes, in Outline() method in Outliner.Outline
144 if (!(other instanceof Outline)) { in equals()
148 List<Instruction> instructions1 = ((Outline) other).templateInstructions; in equals()
162 return argumentMap.equals(((Outline) other).argumentMap) in equals()
163 && returnType == ((Outline) other).returnType; in equals()
184 public int compareTo(Outline other) { in compareTo()
589 protected abstract void handle(int start, int end, Outline outline); in handle()
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_formcontrol.h47 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle }; enumerator
/external/skia/src/sfnt/
DSkOTTable_head.h98 Outline,
DSkPanose.h399 Outline = 4, enumerator
/external/libunwind/
DREADME1 -*- mode: Outline -*-
/external/v8/src/inspector/build/closure-compiler/
DREADME.md56 the Outline pane. Run the `jar` rule to build the compiler in
/external/bison/doc/
Dbison.info146 * Grammar Outline:: Overall layout of the grammar file.
156 Outline of a Bison Grammar
1411 Outline::), the result is a Generalized LR (GLR) parser. These parsers
3127 * Grammar Outline:: Overall layout of the grammar file.
3138 File: bison.info, Node: Grammar Outline, Next: Symbols, Up: Grammar File
3140 3.1 Outline of a Bison Grammar
3171 File: bison.info, Node: Prologue, Next: Prologue Alternatives, Up: Grammar Outline
3219 …nfo, Node: Prologue Alternatives, Next: Bison Declarations, Prev: Prologue, Up: Grammar Outline
3469 … Node: Bison Declarations, Next: Grammar Rules, Prev: Prologue Alternatives, Up: Grammar Outline
3480 … bison.info, Node: Grammar Rules, Next: Epilogue, Prev: Bison Declarations, Up: Grammar Outline
[all …]
Dbison.texi183 * Grammar Outline:: Overall layout of the grammar file.
193 Outline of a Bison Grammar
752 (@pxref{Grammar Outline}), the result is a Generalized LR
2718 * Grammar Outline:: Overall layout of the grammar file.
2729 @node Grammar Outline
2730 @section Outline of a Bison Grammar
3546 (@pxref{Grammar Outline, ,Outline of a Bison Grammar}).
11557 the grammar file. @xref{Grammar Outline, ,Outline of a Bison
/external/python/cpython2/Lib/idlelib/
DChangeLog1158 * Attic/Outline.py: This file was never supposed to be part of IDLE.
1587 …Binding.py, Attic/README, PyShell.py, Attic/PopupMenu.py, Percolator.py, Outline.py, IOBinding.py,…
/external/pdfium/fpdfsdk/javascript/
DField.cpp1578 case CPDF_FormControl::Outline: in highlight()
/external/libjpeg-turbo/
Dlibjpeg.txt32 Outline of typical usage
111 Outline of typical usage
/external/bison/
DChangeLog-201215126 * doc/bison.texinfo (Grammar Outline): Document // comments.