/frameworks/wilhelm/tests/examples/ |
slesTestFeedback.cpp | 185 rxBufCount = atoi(&arg[2]); 192 txBufCount = atoi(&arg[2]); 199 bufSizeInFrames = atoi(&arg[2]); 206 channels = atoi(&arg[2]); 214 sampleRate = atoi(&arg[2]); 233 exitAfterSeconds = atoi(&arg[2]);
|
slesTestPlayFdPath.cpp | 221 TestPlayPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), 224 TestPlayPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]));
|
/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]);
|
multiplay.c | 125 numPlayers = atoi(&arg[2]); 127 mixVolumeLevel = atoi(&arg[2]); 129 playTimeInMilliseconds = atoi(&arg[2]) * 1000;
|
/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/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/av/cmds/stagefright/ |
muxer.cpp | 243 trimStartTimeMs = atoi(optarg); 249 trimEndTimeMs = atoi(optarg); 255 rotationDegrees = atoi(optarg);
|
/frameworks/native/cmds/service/ |
service.cpp | 131 int32_t code = atoi(argv[optind++]); 148 data.writeInt32(atoi(argv[optind++])); 197 launchFlags = atoi(value);
|
/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/cpio/ |
mkbootfs.c | 303 cc->uid = atoi(strtok(line, " \n")); 306 cc->uid = atoi(strtok(NULL, " \n")); 308 cc->gid = atoi(strtok(NULL, " \n"));
|
/system/core/toolbox/ |
vmstat.c | 88 iterations = atoi(argv[++i]); 96 delay = atoi(argv[++i]); 104 header_interval = atoi(argv[++i]);
|
/cts/suite/audio_quality/lib/src/task/ |
TaskAsync.cpp | 64 mVolume = atoi(value.string());
|
TaskInput.cpp | 39 mRecordingTimeInMs = atoi(value);
|
/external/chromium/chrome/common/ |
profiling.cc | 47 flush_seconds = atoi(profiling_flush.c_str());
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
versionparsing.cc | 48 version[i] = atoi(version_str.substr(pos, n).c_str());
|
/external/chromium_org/tools/android/device_stats_monitor/ |
device_stats_monitor.cc | 98 atoi(command_line.GetSwitchValueNative("hz").c_str()) :
|
/external/compiler-rt/SDKs/linux/usr/include/ |
stdlib.h | 26 int atoi(const char *) __attribute__((__nothrow__));
|
/external/e2fsprogs/e2fsck/ |
iscan.c | 72 inode_buffer_blocks = atoi(optarg);
|
/external/iputils/ |
tracepath.c | 328 if ((mtu = atoi(optarg)) <= overhead) { 335 max_hops = atoi(optarg); 343 base_port = atoi(optarg); 368 base_port = atoi(p+1);
|
/external/libvpx/libvpx/examples/ |
vp8cx_set_ref.txt | 26 update_frame_num = atoi(argv[5]);
|
/external/llvm/test/Feature/ |
indirectcall.ll | 5 declare i32 @atoi(i8*)
|