/external/oss-fuzz/projects/augeas/ |
D | augeas_api_fuzzer.cc | 52 struct augeas *aug = aug_init(new_str, loadpath, AUG_NO_STDINC|AUG_NO_LOAD); in LLVMFuzzerTestOneInput() local 53 aug_defvar(aug, new_str, &new_str[1]); in LLVMFuzzerTestOneInput() 54 aug_get(aug, new_str, &value); in LLVMFuzzerTestOneInput() 55 aug_label(aug, new_str, &label); in LLVMFuzzerTestOneInput() 57 aug_rename(aug, new_str, &new_str[1]); in LLVMFuzzerTestOneInput() 58 aug_text_store(aug, &new_str[1], new_str, &new_str[2]); in LLVMFuzzerTestOneInput() 59 aug_print(aug, stdout, new_str); in LLVMFuzzerTestOneInput() 60 aug_setm(aug, new_str, NULL, &new_str[1]); in LLVMFuzzerTestOneInput() 63 aug_close(aug); in LLVMFuzzerTestOneInput()
|
D | augeas_escape_name_fuzzer.cc | 24 augeas *aug = aug_init(NULL, NULL, AUG_NONE); in escape_match() local 27 aug_escape_name(aug, data_string.c_str(), &out); in escape_match() 29 aug_match(aug, out, NULL); in escape_match() 32 aug_match(aug, data_string.c_str(), NULL); in escape_match() 34 aug_close(aug); in escape_match()
|
/external/llvm-project/lld/ELF/ |
D | EhFrame.cpp | 168 StringRef aug = readString(); in getAugmentation() local 180 return aug; in getAugmentation() 187 StringRef aug = getAugmentation(); in getFdeEncoding() local 188 for (char c : aug) { in getFdeEncoding() 198 failOn(aug.data(), "unknown .eh_frame augmentation string: " + aug); in getFdeEncoding() 204 StringRef aug = getAugmentation(); in hasLSDA() local 205 for (char c : aug) { in hasLSDA() 215 failOn(aug.data(), "unknown .eh_frame augmentation string: " + aug); in hasLSDA()
|
/external/llvm-project/llvm/test/DebugInfo/AArch64/ |
D | eh_frame_personality.ll | 43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously 44 ; 00: Second part of aug (language-specific data): absolute pointer format used
|
/external/llvm/test/DebugInfo/AArch64/ |
D | eh_frame_personality.ll | 43 ; 00 00 00 00 00 00 00 00: First part of aug (personality routine). Relocated, obviously 44 ; 00: Second part of aug (language-specific data): absolute pointer format used
|
/external/icu/icu4c/source/data/locales/ |
D | kl.txt | 105 "aug", 135 "aug",
|
D | lv.txt | 941 "aug.", 985 "aug.", 1357 downwards_upwards_arrows{"lejupvērstās un augšupvērstās bultiņas"} 1418 upwards_arrows{"augšupvērstās bultiņas"}
|
D | ia.txt | 623 "aug", 667 "aug",
|
D | nn.txt | 649 "aug.", 693 "aug",
|
D | et.txt | 832 "aug", 876 "aug",
|
D | fo.txt | 783 "aug.", 827 "aug",
|
D | da.txt | 916 "aug.", 960 "aug.",
|
D | hu.txt | 1005 "aug.", 1049 "aug.",
|
D | bs.txt | 858 "aug", 902 "aug",
|
D | ro.txt | 1285 "aug.", 1329 "aug.",
|
D | sv.txt | 1268 "aug.", 1312 "aug.",
|
D | sk.txt | 1087 "aug", 1131 "aug",
|
D | nb.txt | 4502 "aug.", 4546 "aug",
|
D | nl.txt | 4775 "aug.", 4819 "aug.",
|
/external/llvm-project/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 324 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE() local 325 switch (aug) { in ParseCIE()
|
/external/icu/icu4c/source/data/lang/ |
D | lv.txt | 126 de_CH{"augšvācu (Šveice)"} 206 hsb{"augšsorbu"} 829 superscript{"augšraksts {0}"}
|
/external/python/cpython3/Lib/test/ |
D | test_ast.py | 1142 aug = ast.AugAssign(ast.Name("x", ast.Load()), ast.Add(), 1144 self.stmt(aug, "must have Store context") 1145 aug = ast.AugAssign(ast.Name("x", ast.Store()), ast.Add(), 1147 self.stmt(aug, "must have Load context")
|
/external/one-true-awk/testdir/ |
D | funstack.in | 260 month = aug, 290 month = aug, 2220 month = aug, 2241 month = aug, 2262 month = aug, 2283 month = aug, 2304 month = aug, 2326 month = aug, 2344 month = aug, 2362 month = aug, [all …]
|
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader.cc | 2741 const string &aug) { in UnrecognizedAugmentation() argument 2745 filename_.c_str(), offset, section_.c_str(), aug.c_str()); in UnrecognizedAugmentation()
|
/external/one-true-awk/ |
D | FIXES | 1233 since it didn't quite work right anyway. (restored aug 2)
|