Home
last modified time | relevance | path

Searched refs:aug (Results 1 – 25 of 36) sorted by relevance

12

/external/oss-fuzz/projects/augeas/
Daugeas_api_fuzzer.cc52 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()
Daugeas_escape_name_fuzzer.cc24 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/
DEhFrame.cpp168 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/
Deh_frame_personality.ll43 ; 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/
Deh_frame_personality.ll43 ; 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/
Dkl.txt105 "aug",
135 "aug",
Dlv.txt941 "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"}
Dia.txt623 "aug",
667 "aug",
Dnn.txt649 "aug.",
693 "aug",
Det.txt832 "aug",
876 "aug",
Dfo.txt783 "aug.",
827 "aug",
Dda.txt916 "aug.",
960 "aug.",
Dhu.txt1005 "aug.",
1049 "aug.",
Dbs.txt858 "aug",
902 "aug",
Dro.txt1285 "aug.",
1329 "aug.",
Dsv.txt1268 "aug.",
1312 "aug.",
Dsk.txt1087 "aug",
1131 "aug",
Dnb.txt4502 "aug.",
4546 "aug",
Dnl.txt4775 "aug.",
4819 "aug.",
/external/llvm-project/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp324 char aug = cie_sp->augmentation[aug_str_idx]; in ParseCIE() local
325 switch (aug) { in ParseCIE()
/external/icu/icu4c/source/data/lang/
Dlv.txt126 de_CH{"augšvācu (Šveice)"}
206 hsb{"augšsorbu"}
829 superscript{"augšraksts {0}"}
/external/python/cpython3/Lib/test/
Dtest_ast.py1142 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/
Dfunstack.in260 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/
Ddwarf2reader.cc2741 const string &aug) { in UnrecognizedAugmentation() argument
2745 filename_.c_str(), offset, section_.c_str(), aug.c_str()); in UnrecognizedAugmentation()
/external/one-true-awk/
DFIXES1233 since it didn't quite work right anyway. (restored aug 2)

12