Searched refs:dictionary (Results 1 – 5 of 5) sorted by relevance
/build/soong/cc/ |
D | fuzz.go | 84 dictionary android.Path member 231 fuzz.dictionary = android.PathForModuleSrc(ctx, *fuzz.Properties.Dictionary) 232 if fuzz.dictionary.Ext() != ".dict" { 235 fuzz.dictionary.String()) 436 if fuzzModule.dictionary != nil { 437 files = append(files, fileToZip{fuzzModule.dictionary, ""})
|
D | androidmk.go | 389 if fuzz.dictionary != nil { 391 filepath.Dir(fuzz.dictionary.String())+":"+fuzz.dictionary.Base())
|
/build/make/core/tasks/ |
D | oem_image.mk | 36 …$(call generate-image-prop-dictionary, $(oemimage_intermediates)/oem_image_info.txt,oem,skip_fsck=…
|
/build/make/tools/releasetools/ |
D | pylintrc | 234 # Spelling dictionary name. Available dictionaries: none. To make it working 241 # A path to a file that contains private dictionary; one word per line. 244 # Tells whether to store unknown words to indicated private dictionary in
|
/build/make/core/ |
D | Makefile | 2719 …$(call generate-image-prop-dictionary, $(systemimage_intermediates)/system_image_info.txt,system, \ 2911 …$(call generate-image-prop-dictionary, $(userdataimage_intermediates)/userdata_image_info.txt,user… 2994 …$(call generate-image-prop-dictionary, $(cacheimage_intermediates)/cache_image_info.txt,cache,skip… 3066 …$(call generate-image-prop-dictionary, $(systemotherimage_intermediates)/system_other_image_info.t… 3134 …$(call generate-image-prop-dictionary, $(vendorimage_intermediates)/vendor_image_info.txt,vendor,s… 3191 …$(call generate-image-prop-dictionary, $(productimage_intermediates)/product_image_info.txt,produc… 3247 …$(call generate-image-prop-dictionary, $(system_extimage_intermediates)/system_ext_image_info.txt,… 3304 …$(call generate-userimage-prop-dictionary, $(odmimage_intermediates)/odm_image_info.txt, skip_fsck… 4369 $(call generate-userimage-prop-dictionary, $@)
|