Home
last modified time | relevance | path

Searched defs:dictionary (Results 1 – 25 of 154) sorted by relevance

1234567

/external/licenseclassifier/v2/
Dtokenizer.go74 func tokenizeStream(src io.Reader, normalize bool, dict *dictionary, updateDict bool) (*indexedDocu…
240 func appendToDoc(doc *indexedDocument, dict *dictionary, line int, in []tokenID, ld *dictionary, no…
249 func stringifyLineBuf(dict *dictionary, line int, in []tokenID, ld *dictionary, normalize bool, upd…
302 func flushBuf(pos int, obuf []byte, normalizeWord bool, ld *dictionary) tokenID {
Ddocument.go135 type dictionary struct { struct
136 words map[tokenID]string
137 indices map[string]tokenID
148 func (d *dictionary) add(word string) tokenID {
163 func (d *dictionary) getIndex(word string) tokenID {
171 func (d *dictionary) getWord(index tokenID) string {
/external/google-breakpad/src/processor/
Dpostfix_evaluator.h98 PostfixEvaluator(DictionaryType *dictionary, const MemoryRegion *memory) in PostfixEvaluator()
116 DictionaryType* dictionary() const { return dictionary_; } in dictionary() function
119 void set_dictionary(DictionaryType *dictionary) {dictionary_ = dictionary; } in set_dictionary()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dtest_dict.cc22 static const char dictionary[] = "hello"; variable
24 TEST(dictionary, basic) { in TEST() argument
/external/xz-embedded/linux/lib/xz/
Dxz_dec_lzma2.c44 struct dictionary { struct
55 * How full dictionary is. This is used to detect corrupt input that argument
64 * End of the dictionary buffer. In multi-call mode, this is argument
71 * Size of the dictionary as specified in Block Header. This is used argument
78 * Maximum allowed dictionary size in multi-call mode. argument
84 * Amount of memory currently allocated for the dictionary. argument
88 uint32_t allocated;
91 enum xz_mode mode;
/external/brotli/csharp/org/brotli/dec/
DDecodeTest.cs53 private byte[] DecompressWithDictionary(byte[] data, byte[] dictionary) in DecompressWithDictionary()
73 …ivate void CheckDecodeResourceWithDictionary(string expected, string compressed, string dictionary) in CheckDecodeResourceWithDictionary()
/external/cronet/third_party/brotli/enc/
Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, in DictMatchLength()
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch()
79 const BrotliEncoderDictionary* dictionary, const uint8_t* data, in BrotliFindAllStaticDictionaryMatchesFor()
502 const BrotliEncoderDictionary* dictionary, const uint8_t* data, in BrotliFindAllStaticDictionaryMatches()
/external/brotli/java/org/brotli/dec/
DDictionaryData.java36 private static void unpackDictionaryData(ByteBuffer dictionary, String data0, String data1, in unpackDictionaryData()
67 unpackDictionaryData(dictionary, DATA0, DATA1, SKIP_FLIP, sizeBits, SIZE_BITS_DATA); in unpackDictionaryData() argument
/external/angle/third_party/vulkan-deps/vulkan-headers/src/registry/
Dreg.py506 def addElementInfo(self, elem, info, infoName, dictionary): argument
528 def lookupElementInfo(self, fname, dictionary): argument
1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument
1448 def generateSpirv(self, spirv, dictionary): argument
1461 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument
1487 def stripUnsupportedAPIsFromList(self, dictionary, supportedDictionary): argument
1511 def generateFormat(self, format, dictionary): argument
/external/vulkan-headers/registry/
Dreg.py399 def addElementInfo(self, elem, info, infoName, dictionary): argument
421 def lookupElementInfo(self, fname, dictionary): argument
1108 def generateFeature(self, fname, ftype, dictionary): argument
1304 def generateSpirv(self, spirv, dictionary): argument
1317 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument
1343 def generateFormat(self, format, dictionary): argument
/external/brotli/c/enc/
Dstatic_dict.c32 static BROTLI_INLINE size_t DictMatchLength(const BrotliDictionary* dictionary, in DictMatchLength()
42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch()
78 const BrotliEncoderDictionary* dictionary, const uint8_t* data, in BrotliFindAllStaticDictionaryMatches()
/external/libaom/av1/decoder/
Daccounting.c35 AccountingDictionary *dictionary; in aom_accounting_dictionary_lookup() local
80 AccountingDictionary *dictionary; in aom_accounting_clear() local
/external/grpc-grpc/tools/buildgen/plugins/
Dgenerate_vsprojects.py25 def mako_plugin(dictionary): argument
Dexpand_bin_attrs.py21 def mako_plugin(dictionary): argument
Dmake_fuzzer_tests.py20 def mako_plugin(dictionary): argument
Dlist_protos.py24 def mako_plugin(dictionary): argument
Dgrpc_shadow_boringssl.py21 def mako_plugin(dictionary): argument
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/
Dlist_protos.py24 def mako_plugin(dictionary): argument
Dmake_fuzzer_tests.py20 def mako_plugin(dictionary): argument
Dexpand_bin_attrs.py21 def mako_plugin(dictionary): argument
Dverify_duplicate_sources.py17 def mako_plugin(dictionary): argument
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DDictionaryStringByteConverter.java19 private final Dictionary<String> dictionary; field in DictionaryStringByteConverter
30 …public DictionaryStringByteConverter(Dictionary<String> dictionary, StringByteConverter byteMaker)… in DictionaryStringByteConverter()
/external/gfxstream-protocols/registry/vulkan/scripts/
Dreg.py354 def addElementInfo(self, elem, info, infoName, dictionary): argument
383 def lookupElementInfo(self, fname, dictionary): argument
989 def generateFeature(self, fname, ftype, dictionary): argument
1180 def generateSpirv(self, spirv, dictionary): argument
1193 def stripUnsupportedAPIs(self, dictionary, attribute, supportedDictionary): argument
/external/libbrillo/brillo/
Dvariant_dictionary_test.cc15 VariantDictionary dictionary; in TEST() local
Dvariant_dictionary.h22 const T GetVariantValueOrDefault(const VariantDictionary& dictionary, in GetVariantValueOrDefault()

1234567