/external/toybox/toys/other/ |
chvt.c | 27 vtnum=atoi(*toys.optargs);
|
/external/valgrind/drd/tests/ |
hold_lock.c | 37 interval = atoi(optarg);
|
pth_barrier_thr_cr.c | 28 int barriers = argc > 1 ? atoi(argv[1]) : 20;
|
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);
|
ctrl_iface.c | 271 if (atoi(cmd)) { 328 atoi(value), -1, -1, -1); 331 -1, atoi(value), -1, -1); 334 -1, -1, atoi(value), -1); 337 -1, -1, -1, atoi(value)); 340 atoi(value))) 345 atoi(value))) 348 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value))) 351 wpa_s->wps_fragment_size = atoi(value); 368 wps_testing_dummy_cred = atoi(value) [all...] |
/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/rs/tests/cppallocation/ |
compute.cpp | 15 int tempNumElems = atoi(argv[1]);
|
/hardware/bsp/intel/peripheral/libmraa/examples/ |
mraa-gpio.c | 189 int pin = atoi(argv[2]); 191 if (gpio_set(pin, atoi(argv[3]), rawmode) != MRAA_SUCCESS) 198 int pin = atoi(argv[2]); 211 int pin = atoi(argv[2]);
|
/external/libyuv/files/util/ |
convert.cc | 92 image_width = atoi(argv[++c]); // NOLINT 93 image_height = atoi(argv[++c]); // NOLINT 95 dst_width = atoi(argv[++c]); // NOLINT 96 dst_height = atoi(argv[++c]); // NOLINT 98 num_skip_org = atoi(argv[++c]); // NOLINT 100 num_frames = atoi(argv[++c]); // NOLINT 102 filter = atoi(argv[++c]); // NOLINT
|
/external/tinyalsa/ |
tinymix.c | 51 card = atoi(argv[1]); 136 ctl = mixer_get_ctl(mixer, atoi(control)); 260 ctl = mixer_get_ctl(mixer, atoi(control)); 280 int value = atoi(values[0]); 297 if (mixer_ctl_set_value(ctl, i, atoi(values[i]))) {
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
strop.so | |
/system/core/logd/ |
CommandListener.cpp | 94 int id = atoi(argv[1]); 117 int id = atoi(argv[1]); 148 int id = atoi(argv[1]); 177 int id = atoi(argv[1]); 227 int id = atoi(argv[i]);
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_script.cpp | 280 cycleCounter = atoi(cmd + 1); 364 rotation = atoi(cmd + 1); 373 previewRotation = atoi(cmd + 1); 428 widthC = atoi(resC); 430 heightC = atoi(resC); 577 camera_index=atoi(cmd+1); 694 thumbQuality = atoi(cmd + 1); 713 jpegQuality = atoi(cmd + 1); 730 ippIDX_old = atoi(cmd + 1); 731 params.set(KEY_IPP, atoi(cmd + 1)) [all...] |
/external/tlsdate/src/ |
tlsdated.c | 169 opts->max_tries = atoi (optarg); 172 opts->wait_between_tries = atoi (optarg); 175 opts->subprocess_tries = atoi (optarg); 178 opts->subprocess_wait_between_tries = atoi (optarg); 184 opts->steady_state_interval = atoi (optarg); 199 opts->min_steady_state_interval = atoi (optarg); 202 opts->jitter = atoi (optarg); 327 opts->max_tries = atoi (e->value); 331 opts->min_steady_state_interval = atoi (e->value); 335 opts->wait_between_tries = atoi (e->value) [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); 928 port = atoi(ans); 1014 tclass = atoi(ans); 1042 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);
|
/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));
|