Home
last modified time | relevance | path

Searched refs:dictionary (Results 1 – 5 of 5) sorted by relevance

/build/soong/cc/
Dfuzz.go87 dictionary android.Path member
239 fuzz.dictionary = android.PathForModuleSrc(ctx, *fuzz.Properties.Dictionary)
240 if fuzz.dictionary.Ext() != ".dict" {
243 fuzz.dictionary.String())
460 if fuzzModule.dictionary != nil {
461 files = append(files, fileToZip{fuzzModule.dictionary, ""})
Dandroidmk.go407 if fuzz.dictionary != nil {
409 filepath.Dir(fuzz.dictionary.String())+":"+fuzz.dictionary.Base())
/build/make/core/tasks/
Doem_image.mk36 …$(call generate-image-prop-dictionary, $(oemimage_intermediates)/oem_image_info.txt,oem,skip_fsck=…
/build/make/tools/releasetools/
Dpylintrc234 # 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/
DMakefile2381 …$(call generate-image-prop-dictionary, $(systemimage_intermediates)/system_image_info.txt,system, \
2576 …$(call generate-image-prop-dictionary, $(userdataimage_intermediates)/userdata_image_info.txt,user…
2659 …$(call generate-image-prop-dictionary, $(cacheimage_intermediates)/cache_image_info.txt,cache,skip…
2731 …$(call generate-image-prop-dictionary, $(systemotherimage_intermediates)/system_other_image_info.t…
2859 …$(call generate-image-prop-dictionary, $(vendorimage_intermediates)/vendor_image_info.txt,vendor,s…
2916 …$(call generate-image-prop-dictionary, $(productimage_intermediates)/product_image_info.txt,produc…
2972 …$(call generate-image-prop-dictionary, $(system_extimage_intermediates)/system_ext_image_info.txt,…
3029 …$(call generate-userimage-prop-dictionary, $(odmimage_intermediates)/odm_image_info.txt, skip_fsck…
3084 …$(call generate-userimage-prop-dictionary, $(vendor_dlkmimage_intermediates)/vendor_dlkm_image_inf…
3139 …$(call generate-userimage-prop-dictionary, $(odm_dlkmimage_intermediates)/odm_dlkm_image_info.txt,…
[all …]