Home
last modified time | relevance | path

Searched refs:errx (Results 1 – 22 of 22) sorted by relevance

/bionic/benchmarks/
Dget_heap_size_benchmark.cpp53 errx(1, "ERROR: pthread_create failed"); in BM_mallinfo()
65 errx(1, "ERROR: pthread_join failed"); in BM_mallinfo()
79 errx(1, "ERROR: Open failed"); in BM_read_statm()
84 errx(1, "ERROR: lseek to beginning failed"); in BM_read_statm()
88 errx(1, "ERROR: Implausible read result; result = %zd", nread); in BM_read_statm()
94 errx(1, "ERROR: Close failed"); in BM_read_statm()
Dbionic_benchmarks.cpp168 errx(1, "ERROR: Args %s is not a valid integer.", optarg); in ParseOpts()
196 errx(1, "ERROR: Args %s is not a valid number of iterations.", optarg); in ParseOpts()
326 errx(1, "ERROR: Bad format of macro %s, should be AT_ONEBUF_MANUAL_ALIGN_XX_SIZE_YY", in ResolveArgs()
332 errx(1, in ResolveArgs()
346 errx(1, "ERROR: Args str %s contains an invalid macro or int.", args.c_str()); in ResolveArgs()
356 errx(1, "ERROR: No benchmark for function %s", fn_name.c_str()); in RegisterGoogleBenchmarks()
428 errx(1, "ERROR: Malformed XML entry: missing name element."); in RegisterXmlBenchmarks()
432 errx(1, "ERROR: Malformed XML entry: error parsing name text."); in RegisterXmlBenchmarks()
Dutil.cpp31 errx(1, "warning: alignment passed into GetAlignedMemory is not a power of two."); in GetAlignedMemory()
34 errx(1, "warning: or_mask passed into GetAlignedMemory is too high."); in GetAlignedMemory()
Dstdlib_benchmark.cpp172 errx(1, "ERROR: unable to set locale in BM_stdlib_mbstowcs"); in BM_stdlib_mbstowcs()
213 errx(1, "ERROR: unable to set locale in BM_stdlib_mbrtowc"); in BM_stdlib_mbrtowc()
Dstring_benchmark.cpp291 errx(1, "ERROR: strstr failed to find valid substring."); in BM_string_strstr()
309 errx(1, "ERROR: strchr found a chr where it should have failed."); in BM_string_strchr()
Dstdio_benchmark.cpp51 errx(1, "ERROR: op of %zu bytes failed.", chunk_size); in ReadWriteTest()
/bionic/tools/versioner/src/
DDriver.cpp162 errx(1, "driver returned %zu jobs for %s", jobs.size(), to_string(type).c_str()); in generateTargetCC1Flags()
169 errx(1, "driver returned empty command for %s", to_string(type).c_str()); in generateTargetCC1Flags()
178 errx(1, "attemped to generate cc1 flags for existing CompilationType %s", in generateTargetCC1Flags()
189 errx(1, "failed to find target flags for CompilationType %s", to_string(type).c_str()); in getCC1Command()
209 errx(1, "reinitializing target CC1 flag cache?"); in initializeTargetCC1FlagCache()
218 errx(1, "CompilationRequirement map missing entry for CompilationType %s", in initializeTargetCC1FlagCache()
236 errx(1, "failed to initialize target CC1 flag cache"); in initializeTargetCC1FlagCache()
247 errx(1, "failed to create CompilerInvocation"); in compileHeader()
258 errx(1, "compilation generated warnings or errors"); in compileHeader()
262 errx(1, "compilation generated warnings or errors"); in compileHeader()
DSymbolDatabase.cpp44 errx(1, "failed to open library at %s: %s\n", filename.c_str(), in getSymbols()
50 errx(1, "failed to parse %s as ELF", filename.c_str()); in getSymbols()
57 errx(1, "failed to get symbol name for symbol in %s: %s", filename.c_str(), in getSymbols()
82 errx(1, "error: failed to load: %s", path.c_str()); in parsePlatform()
DSymbolFileParser.cpp120 errx(1, "%s:%zu: error: expected '{' cannot be found in this line", in parseVersion()
137 errx(1, "%s:%zu: error: the line that ends a scope must end with ';'", in parseVersion()
172 errx(1, "%s:%zu: error: unknown version visibility: %s", in parseVersion()
181 errx(1, "%s:%zu: error: symbol name line must end with ';'", in parseVersion()
190 errx(1, "%s:%zu: error: global symbol name must not have wildcards", in parseVersion()
199 errx(1, "%s:%zu: error: scope started from %zu must be closed before EOF", in parseVersion()
283 errx(1, "%s:%zu: error: unknown API level codename specified: \"%s\"", in parseApiLevelValue()
DVFS.cpp59 errx(1, "failed to map header '%s'", file_path); in addDirectoryToVFS()
63 errx(1, "failed to add file '%s'", file_path); in addDirectoryToVFS()
80 errx(1, "-i passed, but ANDROID_BUILD_TOP is unset"); in createCommonVFS()
DDeclarationDatabase.cpp179 errx(1, "invalid __ANDROID_AVAILABILITY_DUMP__ annotation: '%s'", in VisitDeclaratorDecl()
200 errx(1, "expansion range filenames don't match"); in VisitDeclaratorDecl()
222 errx(1, "varying declaration of '%s' at %s:%u:%u", declaration_name.c_str(), in VisitDeclaratorDecl()
252 errx(1, "LinkageSpecDecl has multiple children"); in TraverseLinkageSpecDecl()
258 errx(1, "child of LinkageSpecDecl is not a DeclaratorDecl"); in TraverseLinkageSpecDecl()
Dversioner.cpp130 errx(1, "'%s' is not a directory", dependency.c_str()); in collectRequirements()
188 errx(1, "compileHeaders received no CompilationTypes"); in compileHeaders()
226 errx(1, "fileno failed on tmpfile"); in compileHeaders()
371 errx(1, "failed to calculate symbol availability"); in checkVersions()
446 errx(1, "failed to find symbol in header database"); in checkVersions()
521 errx(1, "unknown architecture '%s'", optarg); in main()
543 errx(1, "'%s' is not a file or directory", optarg); in main()
DPreprocessor.cpp164 errx(1, "attempted to generate guard with global and per-arch values: %s", in generateGuardCondition()
232 errx(1, "generated empty guard for availability %s", to_string(avail).c_str()); in generateGuardCondition()
260 errx(1, "failed to find semicolon starting from %u:%u", start.line, start.column); in findNextSemicolon()
453 errx(1, "failed to ensure existence of directory '%s'", parent_path.str().c_str()); in preprocessHeaders()
456 errx(1, "failed to copy '%s/%s' to '%s'", src_dir.c_str(), path.str().c_str(), in preprocessHeaders()
483 errx(1, "input file %s is not in %s\n", file_path.str().c_str(), src_dir.c_str()); in preprocessHeaders()
DArch.cpp38 errx(1, "unknown arch '%zu'", size_t(arch)); in to_string()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Derrx.c35 errx(int eval, const char *fmt, ...) in errx() function
43 DEF_WEAK(errx);
/bionic/tests/
Dfdtrack_test.cpp54 errx(1, "unexpected fdtrack event type: %d", event.type); in DumpEvent()
70 errx(1, "failed to exchange hook: previous hook was %p", previous); in FdtrackRun()
74 errx(1, "hook was already registered?"); in FdtrackRun()
81 errx(1, "failed to reset hook"); in FdtrackRun()
141 errx(1, "fdtrack is disabled"); in TEST()
151 errx(1, "failed to open /dev/null"); in TEST()
Dsys_ptrace_test.cpp437 errx(1, "tracer not started"); in WaitForTracer()
464 errx(1, "worker not started"); in WaitForWorker()
/bionic/libfdtrack/
Dfdtrack_test.cpp48 errx(1, "failed to dlopen libfdtrack.so: %s", dlerror()); in RunFdtrack()
56 errx(1, "failed to dlsym fdtrack_iterate"); in RunFdtrack()
/bionic/libc/include/
Derr.h73 __noreturn void errx(int __status, const char* __fmt, ...) __printflike(2, 3);
/bionic/tools/versioner/platforms/
Dlibc.map.txt319 errx;
/bionic/libc/
Dlibc.map.txt319 errx;
DAndroid.bp450 "upstream-openbsd/lib/libc/gen/errx.c",