HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 401 - 425 of 783) sorted by null

<<11121314151617181920>>

  /development/tools/emulator/system/camera/
EmulatedCameraFactory.cpp 246 return gEmulatedCameraFactory.cameraDeviceOpen(atoi(name), device);
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 572 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
576 proxy->address.SetPort(atoi(settings.Get("socks_port").c_str()));
580 proxy->address.SetPort(atoi(settings.Get("ssl_port").c_str()));
584 proxy->address.SetPort(atoi(settings.Get("http_port").c_str()));
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 116 error = atoi(elem->Attr(QN_CODE).c_str());
  /external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc 183 res->line = atoi(pos2 + 1);
  /external/elfutils/libdwfl/
argp-std.c 173 int result = INTUSE(dwfl_linux_proc_report) (dwfl, atoi (arg));
  /external/elfutils/tests/
allregs.c 218 int regno = atoi (arg);
  /external/icu4c/tools/ctestfw/
datamap.cpp 25 return atoi(ch);
  /external/iproute2/misc/
arpd.c 610 active_probing = atoi(optarg);
613 negative_timeout = atoi(optarg);
619 if ((broadcast_rate = atoi(optarg)) <= 0 ||
626 if ((broadcast_burst = atoi(optarg)) <= 0 ||
  /external/ipsec-tools/src/racoon/
schedule.c 324 *tick = atoi(buf);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 242 property_error_rate = atoi(value);
  /external/libsepol/src/
genbools.c 49 *val = atoi(tok);
  /external/libvorbis/vq/
distribution.c 49 bins=atoi(argv[2])-1;
  /external/llvm/lib/VMCore/
InlineAsm.cpp 160 unsigned N = atoi(pCodes->back().c_str());
  /external/openssh/
canohost.c 401 return atoi(strport);
  /external/openssl/crypto/
o_time.c 140 status = atoi(logvalue);
  /external/ppp/pppd/
srp-entry.c 117 idx = atoi(*argv++);
  /external/qemu/distrib/sdl-1.2.15/test/
threadwin.c 259 video_bpp = atoi(argv[2]);
  /external/quake/quake/src/QW/client/
net_udp.c 138 sadr.sin_port = htons(atoi(colon+1));
net_wins.c 114 sadr.sin_port = htons((short)atoi(colon+1));
view.c 393 cshift_empty.destcolor[0] = atoi(Cmd_Argv(1));
394 cshift_empty.destcolor[1] = atoi(Cmd_Argv(2));
395 cshift_empty.destcolor[2] = atoi(Cmd_Argv(3));
396 cshift_empty.percent = atoi(Cmd_Argv(4));
  /external/quake/quake/src/WinQuake/
view.cpp 389 cshift_empty.destcolor[0] = atoi(Cmd_Argv(1));
390 cshift_empty.destcolor[1] = atoi(Cmd_Argv(2));
391 cshift_empty.destcolor[2] = atoi(Cmd_Argv(3));
392 cshift_empty.percent = atoi(Cmd_Argv(4));
  /external/sonivox/arm-fm-22k/host_src/
eas_main.c 257 polyphony = atoi(&argv[i][2]);
  /external/sonivox/arm-hybrid-22k/host_src/
eas_main.c 257 polyphony = atoi(&argv[i][2]);
  /external/sonivox/arm-wt-22k/host_src/
eas_main.c 260 polyphony = atoi(&argv[i][2]);
  /external/srec/tools/make_cfst/
make_cfst.cpp 97 do_until_step = atoi(argv[++i]);

Completed in 1142 milliseconds

<<11121314151617181920>>