/external/valgrind/drd/tests/ |
pth_create_chain.c | 44 thread_count = argc > 1 ? atoi(argv[1]) : 50;
|
/external/valgrind/perf/ |
heap.c | 17 pdb = atoi(argv[1]);
|
/external/vboot_reference/utility/ |
pad_digest_utility.c | 31 algorithm = atoi(argv[1]);
|
signature_digest_utility.c | 32 algorithm = atoi(argv[1]);
|
/external/webrtc/webrtc/base/ |
versionparsing.cc | 31 version[i] = atoi(version_str.substr(pos, n).c_str());
|
/external/wpa_supplicant_8/wpa_supplicant/ |
autoscan_periodic.c | 29 interval = atoi(params);
|
/external/xmlrpcpp/test/ |
TestBase64Client.cpp | 21 int port = atoi(argv[2]);
|
TestBase64Server.cpp | 56 int port = atoi(argv[1]);
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 84 param->sampleRate = atoi(*argv); 90 param->nChannels = atoi(*argv); 96 param->bitRate = atoi(*argv); 102 param->adtsUsed = atoi(*argv);
|
/frameworks/base/core/jni/android/graphics/ |
RtlProperties.h | 43 return (RtlDebugLevel) atoi(property);
|
/frameworks/compile/libbcc/lib/ |
Properties.h | 47 return atoi(buf);
|
/frameworks/rs/tests/cpp_api/cppallocation/ |
compute.cpp | 12 int tempNumElems = atoi(argv[1]);
|
/prebuilts/go/darwin-x86/misc/cgo/testcarchive/ |
main5.c | 26 test = atoi(argv[1]);
|
/prebuilts/go/linux-x86/misc/cgo/testcarchive/ |
main5.c | 26 test = atoi(argv[1]);
|
/system/extras/memcpy-perf/ |
memcpy-perf.cpp | 70 delay = atoi(argv[++i]); 72 size_start = atoi(argv[++i]) * (1ull << 20); 75 size_t end = atoi(argv[++i]) * (1ull << 20); 84 samples = atoi(argv[++i]);
|
/test/vts-testcase/kernel/syscall/ |
syscall_exists.cpp | 30 int syscall_id = atoi(argv[1]);
|
/external/libyuv/files/util/ |
convert.cc | 94 image_width = atoi(argv[++c]); // NOLINT 95 image_height = atoi(argv[++c]); // NOLINT 97 dst_width = atoi(argv[++c]); // NOLINT 98 dst_height = atoi(argv[++c]); // NOLINT 100 num_skip_org = atoi(argv[++c]); // NOLINT 102 num_frames = atoi(argv[++c]); // NOLINT 104 filter = atoi(argv[++c]); // NOLINT
|
/external/ltp/tools/pounder21/src/ramsnake/ |
snake.c | 169 num_forks = atoi(optarg); 172 ram_size = info.totalram / atoi(optarg); 177 num_nodes = atoi(optarg); 181 report_interval = atoi(optarg); 184 add_wait = atoi(optarg);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
strop.so | |
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
PVRShell.cpp | 1050 shell.PVRShellSet(prefWidth, atoi(val)); 1054 shell.PVRShellSet(prefHeight, atoi(val)); 1058 shell.PVRShellSet(prefAASamples, atoi(val)); 1062 shell.PVRShellSet(prefFullScreen, (atoi(val) != 0)); 1066 shell.PVRShellSet(prefSoftwareRendering, (atoi(val) != 0)); 1070 shell.PVRShellSet(prefQuitAfterFrame, atoi(val)); 1078 shell.PVRShellSet(prefPositionX, atoi(val)); 1082 shell.PVRShellSet(prefPositionY, atoi(val)); 1086 shell.PVRShellSet(prefSwapInterval, atoi(val)); 1090 shell.PVRShellSet(prefPowerSaving, (atoi(val) != 0)) [all...] |
/external/selinux/checkpolicy/ |
checkpolicy.c | 694 ssid = atoi(ans); 698 tsid = atoi(ans); 703 tclass = atoi(ans); 766 ssid = atoi(ans); 811 ssid = atoi(ans); 814 tsid = atoi(ans); 819 tclass = atoi(ans); 930 port = atoi(ans); 1016 tclass = atoi(ans); 1044 ssid = atoi(ans) [all...] |
/external/autotest/client/tests/disktest/src/ |
disktest.c | 261 seconds = atoi(optarg); 264 megabytes = atoi(optarg); 267 skip_mb = atoi(optarg); 270 blocksize = atoi(optarg); 273 linear_tasks = atoi(optarg); 276 random_tasks = atoi(optarg);
|
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/ |
msgctl09.c | 109 if (atoi(argv[1]) > MAXNREPS) { 115 nreps = atoi(argv[1]); 117 if (atoi(argv[2]) > MSGMNI) { 123 nprocs = atoi(argv[2]); 125 if (atoi(argv[3]) > MAXNKIDS) { 131 nkids = atoi(argv[3]);
|
msgctl11.c | 111 if (atoi(argv[1]) > MAXNREPS) { 117 nreps = atoi(argv[1]); 119 if (atoi(argv[2]) > maxnprocs) { 124 maxnprocs = atoi(argv[2]); 126 if (atoi(argv[3]) > maxnkids) { 132 nkids = atoi(argv[3]);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
ConfigParsingUtils.cpp | 55 gain->setMinValueInMb(atoi(node->value)); 57 gain->setMaxValueInMb(atoi(node->value)); 59 gain->setDefaultValueInMb(atoi(node->value)); 61 gain->setStepValueInMb(atoi(node->value)); 63 gain->setMinRampInMs(atoi(node->value)); 65 gain->setMaxRampInMs(atoi(node->value));
|