Home
last modified time | relevance | path

Searched refs:converted (Results 1 – 3 of 3) sorted by relevance

/bionic/benchmarks/
Dbionic_benchmarks.cpp345 int converted = static_cast<int>(strtol(argstr.c_str(), &check_null, 10)); in ResolveArgs() local
347 to_populate->emplace_back(std::vector<int64_t>{converted}); in ResolveArgs()
351 std::vector<int64_t> test_args{converted}; in ResolveArgs()
353 converted = static_cast<int>(strtol(check_null + 1, &check_null, 10)); in ResolveArgs()
354 test_args.push_back(converted); in ResolveArgs()
/bionic/docs/
Dclang_fortify_anatomy.md490 converted to `mode_t` without too much effort. Because of the `diagnose_if`
/bionic/libc/
DAndroid.bp2354 // consumed by the genseccomp.py script and converted into C++ code.