/system/core/nexus/ |
SupplicantStatus.cpp | 63 id = atoi(value);
|
/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]);
|
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 220 testCase->setDataSize(atoi(optarg) * 1024); 223 testCase->setChunkSize(atoi(optarg) * 1024); 226 testCase->setIter(atoi(optarg)); 230 testCase->setNproc(atoi(optarg));
|
/external/bluetooth/bluez/sbc/ |
sbcenc.c | 256 subbands = atoi(optarg); 264 bitpool = atoi(optarg); 280 blocks = atoi(optarg);
|
/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/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 | 89 data->short_interval = atoi(params); 95 data->signal_threshold = atoi(pos); 103 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);
|
/system/media/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...] |
sv_main.c | 356 top = atoi(Info_ValueForKey (cl->userinfo, "topcolor")); 357 bottom = atoi(Info_ValueForKey (cl->userinfo, "bottomcolor")); 414 seq = atoi(Cmd_Argv(1)); 519 version = atoi(Cmd_Argv(1)); 527 qport = atoi(Cmd_Argv(2)); 529 challenge = atoi(Cmd_Argv(3)); 907 b[i] = atoi(num); [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/bluetooth/bluez/compat/ |
dund.c | 463 search_duration = atoi(optarg); 479 channel = atoi(optarg); 512 persist = atoi(optarg); 519 use_cache = atoi(optarg); 530 msdun = atoi(optarg);
|
/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 | 140 pasv_dwell = (u16)atoi(pasv_ptr); 144 channel = (u8)atoi(cmd + 5); 295 no_of_chan = atoi(cmd + 13); 382 si->current_signal = atoi(prssi + strlen(RSSI_CMD) + 1); 388 si->current_txrate = atoi(buf + strlen(LINKSPEED_CMD) + 1) * 1000;
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_cmd_wext.c | 141 pasv_dwell = (u16)atoi(pasv_ptr); 145 channel = (u8)atoi(cmd + 5); 296 no_of_chan = atoi(cmd + 13); 383 si->current_signal = atoi(prssi + strlen(RSSI_CMD) + 1); 389 si->current_txrate = atoi(buf + strlen(LINKSPEED_CMD) + 1) * 1000;
|
/system/core/init/ |
builtins.c | 474 resource = atoi(args[1]); 475 limit.rlim_cur = atoi(args[2]); 476 limit.rlim_max = atoi(args[3]); 540 tz.tz_minuteswest = atoi(args[1]); 666 klog_set_level(atoi(args[1]));
|
/external/wpa_supplicant/ |
config_file.c | 327 config->eapol_version = atoi(pos + 14); 339 config->ap_scan = atoi(pos + 8); 342 config->fast_reauth = atoi(pos + 12); 367 config->dot11RSNAConfigPMKLifetime = atoi(pos + 27); 374 atoi(pos + 34); 380 config->dot11RSNAConfigSATimeout = atoi(pos + 25); 384 config->update_config = atoi(pos + 14);
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 126 dst->debug_level = atoi(level); 234 encrypt = atoi(pos); 255 atoi(pos + 5), addr); 290 encrypt = atoi(pos); 311 atoi(pos + 5), addr); 365 timeout = atoi(timeout_txt); 406 pin_val = atoi(pin); 466 timeout = atoi(pos); 488 timeout = atoi(pos); 726 wps_testing_dummy_cred = atoi(value) [all...] |
/development/tools/a3dconvert/ |
ObjLoader.cpp | 95 int32_t vIdx = atoi(mRawFaces[i].c_str()); 105 uint32_t nIdx = atoi(mRawFaces[i].c_str() + nextSeparator + 1); 116 uint32_t tIdx = atoi(mRawFaces[i].c_str() + firstSeparator + 1);
|
/external/bluetooth/glib/tests/ |
mainloop-test.c | 119 sprintf (result, "%d", atoi(buf1) + atoi(buf2)); 237 test_data->current_val = atoi (result);
|
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 260 g_proxy_config.ssl_session_expiry_ = atoi(session_expiry.c_str()); 269 atoi(cl.GetSwitchValueASCII("idle-timeout").c_str()); 314 int spdy_only = atoi(valueArgs[8].c_str());
|
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 339 high = atoi(options[kOptCutover].value); 342 low = atoi(options[kOptCutover].value); 343 high = atoi(comma + 1);
|