HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 276 - 300 of 1057) sorted by null

<<11121314151617181920>>

  /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]));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_string.py 81 self.assertEqual(string.atoi(" 1 "), 1)
82 self.assertRaises(ValueError, string.atoi, " 1x")
83 self.assertRaises(ValueError, string.atoi, " x1 ")
test_strop.py 13 self.assertTrue(strop.atoi(" 1 ") == 1)
14 self.assertRaises(ValueError, strop.atoi, " 1x")
15 self.assertRaises(ValueError, strop.atoi, " x1 ")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_string.py 81 self.assertEqual(string.atoi(" 1 "), 1)
82 self.assertRaises(ValueError, string.atoi, " 1x")
83 self.assertRaises(ValueError, string.atoi, " x1 ")
test_strop.py 13 self.assertTrue(strop.atoi(" 1 ") == 1)
14 self.assertRaises(ValueError, strop.atoi, " 1x")
15 self.assertRaises(ValueError, strop.atoi, " x1 ")
  /system/core/toolbox/
vmstat.c 88 iterations = atoi(argv[++i]);
96 delay = atoi(argv[++i]);
104 header_interval = atoi(argv[++i]);
  /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_8/src/common/
ieee802_11_common.c 449 v = atoi(val);
456 v = atoi(val);
463 v = atoi(val);
470 v = atoi(val);
477 v = atoi(val);
  /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 175 *out_pid = atoi(line + 6);
178 *out_uid = atoi(line + 5);
181 *out_gid = atoi(line + 5);
266 int debug_uid = atoi(value);
527 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...]
  /system/core/init/
builtins.c 543 if (security_setenforce(atoi(args[1])) < 0) {
578 resource = atoi(args[1]);
579 limit.rlim_cur = atoi(args[2]);
580 limit.rlim_max = atoi(args[3]);
680 tz.tz_minuteswest = atoi(args[1]);
838 klog_set_level(atoi(args[1]));
857 return wait_for_file(args[1], atoi(args[2]));
  /frameworks/wilhelm/tests/sandbox/
playbq.c 189 framesPerBuffer = atoi(&arg[2]);
191 numBuffers = atoi(&arg[2]);
193 initialRate = atoi(&arg[2]);
196 finalRate = atoi(&arg[2]);
199 deltaRate = atoi(&arg[2]);
206 deltaRateMs = atoi(&arg[2]);
playbq.cpp 189 framesPerBuffer = atoi(&arg[2]);
191 numBuffers = atoi(&arg[2]);
193 initialRate = atoi(&arg[2]);
196 finalRate = atoi(&arg[2]);
199 deltaRate = atoi(&arg[2]);
206 deltaRateMs = atoi(&arg[2]);
  /bionic/libc/bionic/
malloc_debug_common.cpp 330 if (__system_property_get("ro.kernel.qemu", env) && atoi(env)) {
344 gMallocDebugLevel = atoi(env);
376 gMallocDebugBacklog = atoi(debug_backlog);
  /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/chromium_org/net/tools/flip_server/
flip_in_mem_edsm_server.cc 251 g_proxy_config.ssl_session_expiry_ = atoi(session_expiry.c_str());
260 atoi(cl.GetSwitchValueASCII("idle-timeout").c_str());
307 int spdy_only = atoi(valueArgs[8].c_str());
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiTestHarness.h 141 int i = atoi(strings[x].c_str());
157 i = atoi(levelString.c_str());
205 modeMask = atoi(line.c_str());
  /external/chromium_org/third_party/icu/source/tools/tzcode/
icuzdump.cpp 339 high = atoi(options[kOptCutover].value);
342 low = atoi(options[kOptCutover].value);
343 high = atoi(comma + 1);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc 218 talk_base::SocketAddress address(relay_ip, atoi(relay_udp_port.c_str()));
222 talk_base::SocketAddress address(relay_ip, atoi(relay_tcp_port.c_str()));
226 talk_base::SocketAddress address(relay_ip, atoi(relay_ssltcp_port.c_str()));
  /external/chromium_org/ui/aura/bench/
bench_main.cc 195 width = atoi(split_size[0].c_str());
196 height = atoi(split_size[1].c_str());
342 int frames = atoi(command_line->GetSwitchValueASCII("frames").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);
  /external/qemu/distrib/sdl-1.2.15/test/
testwm.c 371 w = atoi(argv[2]);
376 h = atoi(argv[2]);
381 video_bpp = atoi(argv[2]);
  /external/zlib/src/examples/
enough.c 476 syms = atoi(argv[1]);
478 root = atoi(argv[2]);
480 max = atoi(argv[3]);

Completed in 1778 milliseconds

<<11121314151617181920>>