HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 451 - 475 of 718) sorted by null

<<11121314151617181920>>

  /dalvik/vm/
Init.cpp 901 int lim = atoi(argv[i] + 15);
934 gDvm.lockProfThreshold = atoi(argv[i] + 20);
    [all...]
  /external/bluetooth/bluez/tools/
hciattach.c 1286 to = atoi(optarg);
1290 init_speed = atoi(optarg);
1346 u->speed = atoi(argv[optind]);
  /external/e2fsprogs/misc/
fsck.c 308 freq ? atoi(freq) : -1,
309 passno ? atoi(passno) : -1);
1249 max_running = atoi(tmp);
mke2fs.c 678 sb->s_creator_os = atoi (os);
1172 sync_kludge = atoi(tmp);
1351 s_opt = atoi(optarg);
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 130 size_t cpu = atoi(classes.v[p].ptemplate.cpu.c_str());
297 size_t event = atoi(pclass.ptemplate.event.c_str());
305 size_t cpu = atoi(pclass.ptemplate.cpu.c_str());
  /external/qemu/android/
main-common.c 392 int width = atoi(skinName);
393 int height = atoi(x+1);
397 bpp = atoi(y+1);
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp     [all...]
  /external/wpa_supplicant/
eap_mschapv2.c 475 data->prev_error = atoi(pos);
485 retry = atoi(pos);
523 data->passwd_change_version = atoi(pos);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 230 id = atoi(reply);
713 switch (atoi(reply)) {
745 prioritySpinBox->setValue(atoi(reply));
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 242 id = atoi(reply);
750 switch (atoi(reply)) {
782 prioritySpinBox->setValue(atoi(reply));
  /frameworks/base/core/jni/
android_util_Process.cpp 136 return atoi(str);
167 return atoi(str);
227 t_pid = atoi(de->d_name);
  /system/core/nexus/
WifiNetwork.cpp 58 mNetid = atoi(id);
205 mDefaultKeyIndex = atoi(buffer);
209 mPriority = atoi(buffer);
  /system/netd/
CommandListener.cpp 194 if (ThrottleController::setInterfaceThrottle(argv[2], atoi(argv[3]), atoi(argv[4]))) {
331 if (addr.s_addr != 0 && ifc_set_prefixLength(argv[2], atoi(argv[4]))) {
    [all...]
  /external/netperf/
nettest_sdp.c 393 sdp_stream_request->port = atoi(remote_data_port);
    [all...]
nettest_bsd.c     [all...]
  /external/strace/
strace.c 261 acolumn = atoi(optarg);
270 set_overhead(atoi(optarg));
273 if ((pid = atoi(optarg)) <= 0) {
291 max_strlen = atoi(optarg);
434 tid = atoi(de->d_name);
    [all...]
  /external/dnsmasq/src/
option.c 567 *res = atoi(a);
691 new->opt = atoi(arg);
716 new->u.encap = atoi(arg+6);
804 int i, val = atoi(comma);
857 int netsize = atoi(slash);
    [all...]
  /external/openssl/apps/
speed.c 735 multi=atoi(argv[0]);
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c     [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 961 int temp = atoi(s.token);
1003 min = atoi(s.token);
1016 max = atoi(s.token);
    [all...]
  /external/qemu/
usb-linux.c 1095 bus_num = atoi(buf);
1098 addr = atoi(buf);
1198 bus_num = atoi(tmpstr);
    [all...]
  /ndk/sources/host-tools/make-3.81/
function.c 767 i = atoi (argv[0]);
796 start = atoi (argv[0]);
801 count = atoi (argv[1]) - start + 1;
    [all...]
  /development/tools/emulator/system/sensors/
sensors_qemu.c 577 mask = atoi(buffer);
  /external/bluetooth/bluez/audio/
pcm_bluetooth.c     [all...]
  /external/bluetooth/bluez/test/
agent.c 609 passkey_delay = atoi(optarg);

Completed in 992 milliseconds

<<11121314151617181920>>