HomeSort by relevance Sort by last modified time
    Searched full:atoi (Results 451 - 475 of 2060) sorted by null

<<11121314151617181920>>

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
HdcpControl.cpp 54 if (atoi(prop) == 0) {
108 if (atoi(prop) == 0) {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
HdcpControl.cpp 55 if (atoi(prop) == 0) {
109 if (atoi(prop) == 0) {
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_vsync.cpp 119 if(atoi(property) == 1)
124 if(atoi(property) == 1)
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 82 ret = atoi(opStr);
112 val = atoi(property);
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_ad.cpp 83 ret = atoi(opStr);
115 val = atoi(property);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_ad.cpp 83 ret = atoi(opStr);
115 val = atoi(property);
  /prebuilts/go/darwin-x86/src/net/http/pprof/
pprof.go 188 debug, _ := strconv.Atoi(r.FormValue("debug"))
195 gc, _ := strconv.Atoi(r.FormValue("gc"))
  /prebuilts/go/darwin-x86/src/net/http/
sniff_test.go 60 i, _ := strconv.Atoi(r.FormValue("i"))
148 size, _ := strconv.Atoi(r.FormValue("size"))
  /prebuilts/go/darwin-x86/src/net/
lookup_windows_test.go 187 pref, _ := strconv.Atoi(ans[2])
194 pref, _ := strconv.Atoi(ans[2])
  /prebuilts/go/linux-x86/src/net/http/pprof/
pprof.go 188 debug, _ := strconv.Atoi(r.FormValue("debug"))
195 gc, _ := strconv.Atoi(r.FormValue("gc"))
  /prebuilts/go/linux-x86/src/net/http/
sniff_test.go 60 i, _ := strconv.Atoi(r.FormValue("i"))
148 size, _ := strconv.Atoi(r.FormValue("size"))
  /prebuilts/go/linux-x86/src/net/
lookup_windows_test.go 187 pref, _ := strconv.Atoi(ans[2])
194 pref, _ := strconv.Atoi(ans[2])
  /system/core/init/
bootchart.cpp 160 timeout = atoi(start.c_str());
171 timeout = atoi(s + sizeof(KERNEL_OPTION) - 1);
  /system/core/toolbox/
iftop.c 238 delay = atoi(argv[i++]);
248 header_interval = atoi(argv[i++]);
  /external/libopus/src/
opus_demo.c 322 channels = atoi(argv[args]);
397 max_payload_bytes = atoi( argv[ args + 1 ] );
401 complexity = atoi( argv[ args + 1 ] );
427 packet_loss_perc = atoi( argv[ args + 1 ] );
431 sweep_bps = atoi( argv[ args + 1 ] );
439 sweep_max = atoi( argv[ args + 1 ] );
    [all...]
  /external/libyuv/files/util/
psnr_main.cc 171 image_width = atoi(argv[++c]); // NOLINT
172 image_height = atoi(argv[++c]); // NOLINT
174 num_skip_org = atoi(argv[++c]); // NOLINT
175 num_skip_rec = atoi(argv[++c]); // NOLINT
177 num_frames = atoi(argv[++c]); // NOLINT
180 num_threads = atoi(argv[++c]); // NOLINT
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 184 size, _ := strconv.Atoi(m[4])
189 localSize, _ = strconv.Atoi(m[3])
195 argSize, _ = strconv.Atoi(m[4])
237 off, _ = strconv.Atoi(m[2])
260 off, _ := strconv.Atoi(m[2])
273 off, _ = strconv.Atoi(m[2])
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 184 size, _ := strconv.Atoi(m[4])
189 localSize, _ = strconv.Atoi(m[3])
195 argSize, _ = strconv.Atoi(m[4])
237 off, _ = strconv.Atoi(m[2])
260 off, _ := strconv.Atoi(m[2])
273 off, _ = strconv.Atoi(m[2])
  /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...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 327 ltype->cp = atoi(cp_name);
858 lmon->frac_digits = atoi(FracDigits);
861 lmon->int_frac_digits = atoi(FracDigits);
    [all...]
  /external/fio/t/
btrace2fio.c 1092 rate_threshold = atoi(optarg);
1095 rt_threshold = atoi(optarg);
1098 ios_threshold = atoi(optarg);
1107 max_depth = atoi(optarg);
1110 collapse_entries = atoi(optarg);
1113 depth_diff = atoi(optarg);
1116 random_diff = atoi(optarg);
  /external/opencv3/modules/calib3d/test/
test_stereomatching.cpp 615 String sf = fn[i+1]; params.dispScaleFactor = atoi(sf.c_str());
616 String uv = fn[i+2]; params.dispUnknVal = atoi(uv.c_str());
702 String ndisp = fn[i+2]; params.ndisp = atoi(ndisp.c_str());
703 String winSize = fn[i+3]; params.winSize = atoi(winSize.c_str());
758 String ndisp = fn[i+2]; params.ndisp = atoi(ndisp.c_str());
759 String winSize = fn[i+3]; params.winSize = atoi(winSize.c_str());
760 String fullDP = fn[i+4]; params.fullDP = atoi(fullDP.c_str()) == 0 ? false : true;
  /prebuilts/go/darwin-x86/src/time/
format.go 351 // Never printed, just needs to be non-nil for return by atoi.
355 func atoi(s string) (x int, err error) { func
765 year, err = atoi(p)
777 year, err = atoi(p)
911 hr, err = atoi(hour)
913 mm, err = atoi(min)
916 ss, err = atoi(seconds)
1012 offset, _ = atoi(zoneName[3:]) // Guaranteed OK by parseGMT.
1103 if ns, err = atoi(value[1:nbytes]); err != nil {
    [all...]
  /prebuilts/go/linux-x86/src/time/
format.go 351 // Never printed, just needs to be non-nil for return by atoi.
355 func atoi(s string) (x int, err error) { func
765 year, err = atoi(p)
777 year, err = atoi(p)
911 hr, err = atoi(hour)
913 mm, err = atoi(min)
916 ss, err = atoi(seconds)
1012 offset, _ = atoi(zoneName[3:]) // Guaranteed OK by parseGMT.
1103 if ns, err = atoi(value[1:nbytes]); err != nil {
    [all...]
  /device/google/marlin/power/
power.c 123 int soc_id = atoi(buf);
521 saved_dcvs_cpu0_slack_max = atoi(tmp_str);
531 saved_dcvs_cpu0_slack_min = atoi(tmp_str);
541 saved_mpdecision_slack_max = atoi(tmp_str);
551 saved_mpdecision_slack_min = atoi(tmp_str);

Completed in 838 milliseconds

<<11121314151617181920>>