Searched defs:Trie (Results 1 - 16 of 16) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/trie/
H A D__init__.py3 from .py import Trie as PyTrie
5 Trie = PyTrie variable
8 from .datrie import Trie as DATrie
12 Trie = DATrie variable
H A D_base.py6 class Trie(Mapping): class in inherits:Mapping
H A Ddatrie.py3 from datrie import Trie as DATrie
6 from ._base import Trie as ABCTrie
9 class Trie(ABCTrie): class in inherits:ABCTrie
H A Dpy.py6 from ._base import Trie as ABCTrie
9 class Trie(ABCTrie): class in inherits:ABCTrie
/external/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp184 FileMatchTrieTest() : Trie(new FakeComparator()) {}
188 return Trie.findEquivalent(Path, ES);
191 FileMatchTrie Trie; member in class:clang::tooling::FileMatchTrieTest
196 Trie.insert("//net/path/file.cc");
197 Trie.insert("file.cc");
206 Trie.insert("//net/d/c/b.cc");
207 Trie.insert("//net/d/b/b.cc");
212 Trie.insert("//net/AA/file.cc");
217 Trie.insert("//net/Aa/file.cc");
218 Trie
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTrie.java44 final class Trie { class
46 private final Trie[] children;
53 public Trie(Map<String, Integer> elements) { method in class:Trie
57 private Trie(List<Map.Entry<String, Integer>> elements, int depth) { method in class:Trie
69 private Trie( method in class:Trie
97 this.children = new Trie[childCount];
105 children[childIndex++] = new Trie(
112 children[childIndex++] = new Trie(elements, depth + 1, childStart, end);
124 public Trie lookup(char ch) {
135 public Trie looku
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie.java24 * inner static interface android.icu.impl.Trie.DataManipulate.</p>
37 * <p>Methods in android.icu.impl.Trie.DataManipulate are called to retrieve
46 public abstract class Trie class
51 * Character data in com.ibm.impl.Trie have different user-specified format
54 * com.ibm.impl.Trie, to surrogate offset information encapsulated within
60 * Called by android.icu.impl.Trie to extract from a lead surrogate's
89 * Checks if the argument Trie has the same data as this Trie.
91 * @param other Trie to check
92 * @return true if the argument Trie ha
145 protected Trie(ByteBuffer bytes, DataManipulate dataManipulate) method in class:Trie
174 protected Trie(char index[], int options, DataManipulate dataManipulate) method in class:Trie
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie.java23 * inner static interface com.ibm.icu.impl.Trie.DataManipulate.</p>
36 * <p>Methods in com.ibm.icu.impl.Trie.DataManipulate are called to retrieve
45 public abstract class Trie class
50 * Character data in com.ibm.impl.Trie have different user-specified format
53 * com.ibm.impl.Trie, to surrogate offset information encapsulated within
59 * Called by com.ibm.icu.impl.Trie to extract from a lead surrogate's
88 * Checks if the argument Trie has the same data as this Trie.
90 * @param other Trie to check
91 * @return true if the argument Trie ha
144 protected Trie(ByteBuffer bytes, DataManipulate dataManipulate) method in class:Trie
173 protected Trie(char index[], int options, DataManipulate dataManipulate) method in class:Trie
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java62 static final Trie m_elementFlags = new Trie();
67 static void initTagReference(Trie m_elementFlags) {
639 * A Trie that is just a copy of the "static" one.
641 * method Trie.get2(name)
643 private Trie m_htmlInfo = new Trie(m_elementFlags);
2031 static class Trie class in class:ToHTMLStream
2042 * the Trie is created, before any objects are put in it.
2065 public Trie() method in class:ToHTMLStream.Trie
2076 public Trie(boolean lowerCaseOnly) method in class:ToHTMLStream.Trie
2259 public Trie(Trie existingTrie) method in class:ToHTMLStream.Trie
[all...]
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dtokenizer.py19 from .trie import Trie namespace
21 entitiesTrie = Trie(entities)
/external/llvm/include/llvm/Object/
H A DMachO.h59 ExportEntry(ArrayRef<uint8_t> Trie);
95 ArrayRef<uint8_t> Trie; member in class:llvm::object::ExportEntry
278 static iterator_range<export_iterator> exports(ArrayRef<uint8_t> Trie);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1237 : Trie(T), Malformed(false), Done(false) {}
1271 if (Ptr > Trie.end()) {
1272 Ptr = Trie.end();
1302 return Stack.back().Start - Trie.begin();
1311 const uint8_t *Ptr = Trie.begin() + offset;
1396 MachOObjectFile::exports(ArrayRef<uint8_t> Trie) { argument
1397 ExportEntry Start(Trie);
1398 if (Trie.size() == 0)
1403 ExportEntry Finish(Trie);
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 401 milliseconds