/prebuilts/go/linux-x86/src/strconv/ |
doc.go | 10 // The most common numeric conversions are Atoi (string to int) and Itoa (int to string). 12 // i, err := strconv.Atoi("-42")
|
/system/core/init/ |
watchdogd.cpp | 36 if (argc >= 2) interval = atoi(argv[1]); 39 if (argc >= 3) margin = atoi(argv[2]);
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
media_v4l2_test.cc | 83 buffers = atoi(optarg); 86 frames = atoi(optarg); 89 width = atoi(optarg); 92 height = atoi(optarg); 104 fps = atoi(optarg); 107 time_to_capture = atoi(optarg);
|
/external/libopus/celt/ |
opus_custom_demo.c | 71 channels = atoi(argv[2]); 72 frame_size = atoi(argv[3]); 80 bytes_per_packet = atoi(argv[4]); 124 complexity=atoi(argv[5]); 148 if (rand()%atoi(argv[8])==0) 166 if (argc==9 && rand()%1000<atoi(argv[argc-3]))
|
/external/valgrind/perf/ |
memrw.c | 89 sz_b = atoi(argv[a+1]); 91 nr_b = atoi(argv[a+1]); 93 nr_b_ws = atoi(argv[a+1]); 95 nr_loops = atoi(argv[a+1]); 97 nr_repeat = atoi(argv[a+1]); 99 verbose = atoi(argv[a+1]);
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 172 cycleCounter = atoi(cmd + 1); 263 rotation = atoi(cmd + 1); 290 width = atoi(res); 292 height = atoi(res); 436 camera_index=atoi(cmd+1); 518 width = atoi(res); 520 height = atoi(res); 532 thumbQuality = atoi(cmd + 1); 551 jpegQuality = atoi(cmd + 1); 568 ippIDX_old = atoi(cmd + 1) [all...] |
/system/vold/ |
CryptCommandListener.cpp | 382 atoi(argv[2]), atoi(argv[3]), atoi(argv[4]) != 0)); 386 return sendGenericOkFailOnBool(cli, e4crypt_destroy_user_key(atoi(argv[2]))); 391 atoi(argv[2]), atoi(argv[3]), argv[4], argv[5])); 395 return sendGenericOkFailOnBool(cli, e4crypt_fixate_newest_user_key_auth(atoi(argv[2]))); 400 atoi(argv[2]), atoi(argv[3]), argv[4], argv[5])); 404 return sendGenericOkFailOnBool(cli, e4crypt_lock_user_key(atoi(argv[2]))) [all...] |
CommandListener.cpp | 182 int frac = atoi(argv[4]); 194 return sendGenericOkFail(cli, vm->onUserAdded(atoi(argv[2]), atoi(argv[3]))); 198 return sendGenericOkFail(cli, vm->onUserRemoved(atoi(argv[2]))); 202 return sendGenericOkFail(cli, vm->onUserStarted(atoi(argv[2]))); 206 return sendGenericOkFail(cli, vm->onUserStopped(atoi(argv[2]))); 216 int mountFlags = (argc > 3) ? atoi(argv[3]) : 0; 217 userid_t mountUserId = (argc > 4) ? atoi(argv[4]) : -1; 274 uid_t uid = atoi(argv[2]); 415 unsigned long numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512 [all...] |
/external/eigen/bench/ |
spmv.cpp | 51 rows = atoi(argv[i]+1); 55 cols = atoi(argv[i]+1); 59 nnzPerCol = atoi(argv[i]+1); 63 tries = atoi(argv[i]+1); 67 repeats = atoi(argv[i]+1);
|
/external/libvorbis/vq/ |
huffbuild.c | 82 loval=atoi(argv[2]); 83 maxval=atoi(dpos+1); 87 begin=atoi(argv[2]); 91 n=atoi(pos+1); 96 subn=atoi(pos+1);
|
/hardware/qcom/display/msm8084/libqdutils/ |
profiler.cpp | 54 debug_fps_level = atoi(prop); 75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop); 79 debug_fps_metadata.time_period = atoi(prop); 82 debug_fps_metadata.period = atoi(prop); 90 debug_fps_metadata.ignorethresh_us = atoi(prop);
|
/hardware/qcom/display/msm8226/libqdutils/ |
profiler.cpp | 54 debug_fps_level = atoi(prop); 75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop); 79 debug_fps_metadata.time_period = atoi(prop); 82 debug_fps_metadata.period = atoi(prop); 90 debug_fps_metadata.ignorethresh_us = atoi(prop);
|
/hardware/qcom/display/msm8909/libqdutils/ |
profiler.cpp | 54 debug_fps_level = atoi(prop); 75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop); 79 debug_fps_metadata.time_period = atoi(prop); 82 debug_fps_metadata.period = atoi(prop); 90 debug_fps_metadata.ignorethresh_us = atoi(prop);
|
/hardware/qcom/display/msm8960/libqdutils/ |
profiler.cpp | 52 debug_fps_level = atoi(prop); 73 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop); 77 debug_fps_metadata.time_period = atoi(prop); 80 debug_fps_metadata.period = atoi(prop); 88 debug_fps_metadata.ignorethresh_us = atoi(prop);
|
/hardware/qcom/display/msm8994/libqdutils/ |
profiler.cpp | 54 debug_fps_level = atoi(prop); 75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop); 79 debug_fps_metadata.time_period = atoi(prop); 82 debug_fps_metadata.period = atoi(prop); 90 debug_fps_metadata.ignorethresh_us = atoi(prop);
|
/hardware/qcom/display/msm8996/libqdutils/ |
profiler.cpp | 54 debug_fps_level = atoi(prop); 75 debug_fps_metadata.type = (debug_fps_metadata_t::DfmType) atoi(prop); 79 debug_fps_metadata.time_period = atoi(prop); 82 debug_fps_metadata.period = atoi(prop); 90 debug_fps_metadata.ignorethresh_us = atoi(prop);
|
/frameworks/av/media/libmedia/ |
MediaProfiles.cpp | 185 atoi(atts[3]), atoi(atts[5]), atoi(atts[7]), atoi(atts[9])); 207 atoi(atts[3]), atoi(atts[5]), atoi(atts[7])); 267 atoi(atts[5]), atoi(atts[7]), atoi(atts[9]), atoi(atts[11]), atoi(atts[13]) [all...] |
/external/compiler-rt/lib/tsan/benchmarks/ |
vts_many_threads_bench.cc | 78 n_threads = atoi(argv[1]); 80 n_garbage_threads = atoi(argv[2]); 82 n_iterations = atoi(argv[3]);
|
/external/libvpx/libvpx/examples/ |
resize_util.c | 41 *width = atoi(v); 42 *height = atoi(&x[1]); 92 frames = atoi(argv[5]);
|
/external/selinux/policycoreutils/mcstrans/src/ |
mls_level.c | 28 l->sens = atoi(scontextp + 1); 48 int bit = atoi(scontextp + 1); 56 int ubit = atoi(lptr + 1);
|
/external/valgrind/helgrind/tests/ |
t2t.c | 34 if (argc >= 2) clo_many = atoi(argv[1]); 35 if (argc >= 3) clo_level = atoi(argv[2]); 114 if (argc >= 4) loops = atoi(argv[3]);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
resize_util.c | 33 *width = atoi(v); 34 *height = atoi(&x[1]); 82 frames = atoi(argv[5]);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/ |
divworst.c | 64 dmax = atoi (argv[1]); 65 n = atoi (argv[2]); 66 p = argc == 3 ? n : atoi (argv[3]);
|
/prebuilts/go/darwin-x86/src/strconv/ |
fp_test.go | 37 e, err1 := strconv.Atoi(a[1]) 77 n, err := strconv.Atoi(a[0]) 82 e, err1 := strconv.Atoi(a[1])
|
/prebuilts/go/darwin-x86/src/time/ |
zoneinfo_plan9.go | 64 o, err := atoi(f[1]) 71 o, err = atoi(f[3]) 85 t, err := atoi(f[i])
|