/external/libcxx/test/std/strings/string.conversions/ |
stoi.pass.cpp | 12 // int stoi(const string& str, size_t *idx = 0, int base = 10); 13 // int stoi(const wstring& str, size_t *idx = 0, int base = 10); 20 assert(std::stoi("0") == 0); 21 assert(std::stoi(L"0") == 0); 22 assert(std::stoi("-0") == 0); 23 assert(std::stoi(L"-0") == 0); 24 assert(std::stoi("-10") == -10); 25 assert(std::stoi(L"-10") == -10); 26 assert(std::stoi(" 10") == 10); 27 assert(std::stoi(L" 10") == 10) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/ |
stoi.pass.cpp | 12 // int stoi(const string& str, size_t *idx = 0, int base = 10); 13 // int stoi(const wstring& str, size_t *idx = 0, int base = 10); 20 assert(std::stoi("0") == 0); 21 assert(std::stoi(L"0") == 0); 22 assert(std::stoi("-0") == 0); 23 assert(std::stoi(L"-0") == 0); 24 assert(std::stoi("-10") == -10); 25 assert(std::stoi(L"-10") == -10); 26 assert(std::stoi(" 10") == 10); 27 assert(std::stoi(L" 10") == 10) [all...] |
/system/extras/tests/kernel.config/ |
scrape_mmap_addr.cpp | 25 if (std::stoi(sm[2]) == 0) {
|
aslr_test.cpp | 33 return stoi(str_rec);
|
/external/vulkan-validation-layers/demos/smoke/ |
Game.h | 111 settings_.initial_width = std::stoi(*it); 114 settings_.initial_height = std::stoi(*it);
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_main.cc | 58 xml_rpc_port = std::stoi(cl->GetSwitchValueASCII(switches::kPort));
|
/system/core/adb/ |
bugreport.cpp | 146 int progress = std::stoi(line.substr(idx1, (idx2 - idx1))); 147 int total = std::stoi(line.substr(idx2 + 1));
|
/external/libweave/examples/daemon/common/ |
daemon.h | 58 logging::SetMinLogLevel(-std::stoi(arg.substr(pos + 1)));
|
/system/core/init/ |
builtins.cpp | 609 resource = std::stoi(args[1]); 610 limit.rlim_cur = std::stoi(args[2]); 611 limit.rlim_max = std::stoi(args[3]); 739 tz.tz_minuteswest = std::stoi(args[1]); 889 int log_level = std::stoi(args[1]); 912 return wait_for_file(args[1].c_str(), std::stoi(args[2]));
|
/system/bt/vendor_libs/test_vendor_lib/src/ |
dual_mode_controller.cc | 69 *field = std::stoi(value.as_string()); 74 *field = std::stoi(value.as_string()); 268 SetEventDelay(std::stoi(args[0]));
|
/external/libpcap/ |
scanner.l | 67 static int stoi(char *); 334 {N} { yylval.i = stoi((char *)yytext); return NUM; } 437 stoi(s)
|
scanner.c | 4803 stoi(s) function [all...] |
/external/libcxx/src/ |
string.cpp | 256 stoi(const string& str, size_t* idx, int base) function 258 return as_integer<int>( "stoi", str, idx, base ); 262 stoi(const wstring& str, size_t* idx, int base) function 264 return as_integer<int>( "stoi", str, idx, base );
|
/frameworks/compile/libbcc/tools/bcc/ |
Main.cpp | 180 int source = std::stoi(sourceStr); 181 int slot = std::stoi(slotStr);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
string.cpp | 255 stoi(const string& str, size_t* idx, int base) function 257 return as_integer<int>( "stoi", str, idx, base ); 261 stoi(const wstring& str, size_t* idx, int base) function 263 return as_integer<int>( "stoi", str, idx, base );
|
/device/google/dragon/crash_collector/ |
crash_collector.cc | 186 const uid_t uid = std::stoi(uid_string);
|
/system/bt/service/client/ |
main.cpp | 632 mtu = std::stoi(args[1]);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
basic_string.h | 2823 stoi(const string& __str, size_t* __idx = 0, int __base = 10) function 2926 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 2584 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2686 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
basic_string.h | 2823 stoi(const string& __str, size_t* __idx = 0, int __base = 10) function 2926 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
vstring.h | 2584 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2686 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
basic_string.h | 2823 stoi(const string& __str, size_t* __idx = 0, int __base = 10) function 2926 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
vstring.h | 2584 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2686 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
basic_string.h | 2858 stoi(const string& __str, size_t* __idx = 0, int __base = 10) function 2961 stoi(const wstring& __str, size_t* __idx = 0, int __base = 10) function [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
vstring.h | 2724 stoi(const __vstring& __str, std::size_t* __idx = 0, int __base = 10) function 2826 stoi(const __wvstring& __str, std::size_t* __idx = 0, int __base = 10) function [all...] |