| /external/licenseclassifier/v2/ |
| D | tokenizer.go | 74 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 {
|
| D | document.go | 135 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/ |
| D | postfix_evaluator.h | 98 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/ |
| D | test_dict.cc | 22 static const char dictionary[] = "hello"; variable 24 TEST(dictionary, basic) { in TEST() argument
|
| /external/xz-embedded/linux/lib/xz/ |
| D | xz_dec_lzma2.c | 44 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/ |
| D | DecodeTest.cs | 53 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/ |
| D | static_dict.c | 32 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/ |
| D | DictionaryData.java | 36 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/ |
| D | reg.py | 506 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/ |
| D | reg.py | 399 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/ |
| D | static_dict.c | 32 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/ |
| D | accounting.c | 35 AccountingDictionary *dictionary; in aom_accounting_dictionary_lookup() local 80 AccountingDictionary *dictionary; in aom_accounting_clear() local
|
| /external/grpc-grpc/tools/buildgen/plugins/ |
| D | generate_vsprojects.py | 25 def mako_plugin(dictionary): argument
|
| D | expand_bin_attrs.py | 21 def mako_plugin(dictionary): argument
|
| D | make_fuzzer_tests.py | 20 def mako_plugin(dictionary): argument
|
| D | list_protos.py | 24 def mako_plugin(dictionary): argument
|
| D | grpc_shadow_boringssl.py | 21 def mako_plugin(dictionary): argument
|
| /external/rust/crates/grpcio-sys/grpc/tools/buildgen/plugins/ |
| D | list_protos.py | 24 def mako_plugin(dictionary): argument
|
| D | make_fuzzer_tests.py | 20 def mako_plugin(dictionary): argument
|
| D | expand_bin_attrs.py | 21 def mako_plugin(dictionary): argument
|
| D | verify_duplicate_sources.py | 17 def mako_plugin(dictionary): argument
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | DictionaryStringByteConverter.java | 19 private final Dictionary<String> dictionary; field in DictionaryStringByteConverter 30 …public DictionaryStringByteConverter(Dictionary<String> dictionary, StringByteConverter byteMaker)… in DictionaryStringByteConverter()
|
| /external/gfxstream-protocols/registry/vulkan/scripts/ |
| D | reg.py | 354 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/ |
| D | variant_dictionary_test.cc | 15 VariantDictionary dictionary; in TEST() local
|
| D | variant_dictionary.h | 22 const T GetVariantValueOrDefault(const VariantDictionary& dictionary, in GetVariantValueOrDefault()
|