/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
D | HTML.java | 57 private final Flow flow; field in HTML.Element 69 boolean optionalEndTag, boolean breaksFlow, Flow flow) { in Element() argument 71 Preconditions.checkNotNull(flow, "Element flow can not be null"); in Element() 77 this.flow = flow; in Element() 118 return flow; in getFlow()
|
D | HTML4.java | 97 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow) { in addElement() argument 98 return addElement(tag, flags, flow, HTML.Element.NO_TYPE); in addElement() 102 private static HTML.Element addTableElement(String tag, String flags, HTML.Element.Flow flow) { in addTableElement() argument 103 return addElement(tag, flags, flow, HTML.Element.TABLE_TYPE); in addTableElement() 107 private static HTML.Element addElement(String tag, String flags, HTML.Element.Flow flow, in addElement() argument 122 HTML.Element element = new HTML.Element(tag, type, empty, optionalEndTag, breaksFlow, flow); in addElement()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1402373178, ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Româna,date=1408019089, ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1400639634, ... |
D | nb_wordlist.combined.gz | 1dictionary=main:nb,locale=nb,description=Norsk bokmål,date=1393228136 ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1393228136, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |