/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/prebuilts/ndk/8/platforms/android-8/arch-mips/usr/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/prebuilts/ndk/8/platforms/android-8/arch-x86/usr/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/system/core/libsparse/ |
img2simg.c | 62 block_size = atoi(argv[3]);
|
/system/core/toolbox/ |
cmp.c | 36 limit = atoi(optarg);
|
vmstat.c | 88 iterations = atoi(argv[++i]); 96 delay = atoi(argv[++i]); 104 header_interval = atoi(argv[++i]);
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
httpportallocator.cc | 230 talk_base::SocketAddress address(relay_ip, atoi(relay_udp_port.c_str())); 234 talk_base::SocketAddress address(relay_ip, atoi(relay_tcp_port.c_str())); 238 talk_base::SocketAddress address(relay_ip, atoi(relay_ssltcp_port.c_str()));
|
/external/icu4c/test/threadtest/ |
threadtest.cpp | 240 gRunInfo.numThreads = atoi(argv[argnum]); 249 gRunInfo.totalTime = atoi(argv[argnum]); 258 gRunInfo.checkTime = atoi(argv[argnum]);
|
/external/libselinux/src/ |
booleans.c | 134 if (atoi(&buf[1])) 151 if (atoi(buf)) 268 *val = atoi(tok);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
graywin.c | 156 width = atoi(argv[argc]); 160 height = atoi(argv[argc]); 164 bpp = atoi(argv[argc]);
|
/external/valgrind/main/drd/tests/ |
annotate_smart_pointer.cpp | 31 #include <stdlib.h> // atoi() 308 const int nthreads = std::max(argc > 1 ? atoi(argv[1]) : 1, 1); 309 const int iterations = std::max(argc > 2 ? atoi(argv[2]) : 1, 1); 310 s_enable_annotations = argc > 3 ? !!atoi(argv[3]) : true;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
bgscan_simple.c | 91 data->short_interval = atoi(params); 97 data->signal_threshold = atoi(pos); 105 data->long_interval = atoi(pos);
|
/frameworks/base/cmds/service/ |
service.cpp | 120 int32_t code = atoi(argv[optind++]); 137 data.writeInt32(atoi(argv[optind++])); 186 launchFlags = atoi(value);
|
/frameworks/wilhelm/tests/examples/ |
slesTestPlayFdPath.cpp | 221 TestPlayPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), 224 TestPlayPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]));
|
/external/quake/quake/src/QW/server/ |
sv_user.c | 136 if ( atoi(Cmd_Argv(1)) != svs.spawncount ) 143 n = atoi(Cmd_Argv(2)); 186 if ( atoi(Cmd_Argv(1)) != svs.spawncount ) 193 n = atoi(Cmd_Argv(2)); 235 if ( atoi(Cmd_Argv(1)) != svs.spawncount ) 242 buf = atoi(Cmd_Argv(2)); 248 check = atoi(Cmd_Argv(3)); 310 if ( atoi(Cmd_Argv(1)) != svs.spawncount ) 317 n = atoi(Cmd_Argv(2));
436 if ( atoi(Cmd_Argv(1)) != svs.spawncount [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 557 if(atoi(argv[8]) <1 || atoi(argv[8]) > 4) 565 audioinfo->nIpBufs = atoi(argv[8]); 569 if(atoi(argv[9]) <1 || atoi(argv[9]) > 4) 577 audioinfo->nOpBufs = atoi(argv[9]); 580 if(atoi(argv[10]) <1 || atoi(argv[10]) > 8) 588 framesPerBuffer = atoi(argv[10]); 631 if((atoi(argv[7])) != 0) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface.c | 54 atoi(value), -1, -1, -1); 57 -1, atoi(value), -1, -1); 60 -1, -1, atoi(value), -1); 63 -1, -1, -1, atoi(value)); 66 atoi(value))) 71 atoi(value))) 74 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value))) 249 id = atoi(id_pos); 406 id = atoi(cmd); 430 int scan_int = atoi(cmd) [all...] |
/hardware/broadcom/wlan/bcm4329/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 142 pasv_dwell = (u16)atoi(pasv_ptr); 146 channel = (u8)atoi(cmd + 5); 297 no_of_chan = atoi(cmd + 13); 384 si->current_signal = atoi(prssi + strlen(RSSI_CMD) + 1); 390 si->current_txrate = atoi(buf + strlen(LINKSPEED_CMD) + 1) * 1000;
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 145 pasv_dwell = (u16)atoi(pasv_ptr); 149 channel = (u8)atoi(cmd + 5); 300 no_of_chan = atoi(cmd + 13); 387 si->current_signal = atoi(prssi + strlen(RSSI_CMD) + 1); 393 si->current_txrate = atoi(buf + strlen(LINKSPEED_CMD) + 1) * 1000;
|
/system/core/debuggerd/ |
debuggerd.c | 173 *out_pid = atoi(line + 6); 176 *out_uid = atoi(line + 5); 179 *out_gid = atoi(line + 5); 258 int debug_uid = atoi(value); 515 tid = atoi(argv[i]);
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 223 testCase->setDataSize(atoi(optarg) * 1024); 226 testCase->setChunkSize(atoi(optarg) * 1024); 229 testCase->setTreeDepth(atoi(optarg)); 232 testCase->setIter(atoi(optarg)); 236 testCase->setNproc(atoi(optarg));
|
/external/checkpolicy/ |
checkpolicy.c | 659 ssid = atoi(ans); 663 tsid = atoi(ans); 668 tclass = atoi(ans); 731 ssid = atoi(ans); 776 ssid = atoi(ans); 779 tsid = atoi(ans); 784 tclass = atoi(ans); 893 port = atoi(ans); 979 tclass = atoi(ans); 1007 ssid = atoi(ans) [all...] |