HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 126 - 150 of 1243) sorted by null

1 2 3 4 56 7 8 91011>>

  /hardware/intel/img/psb_video/src/
tng_slotorder.c 154 bframes = atoi(argv[1]);
155 intracnt = atoi(argv[2]);
156 frame_num = atoi(argv[3]);
  /hardware/qcom/audio/hal/
platform_info.c 115 int id = atoi((char *)attr[5]);
182 if (platform_set_snd_device_acdb_id(index, atoi((char *)attr[3])) < 0) {
184 __func__, attr[1], PLATFORM_INFO_XML_PATH, atoi((char *)attr[3]));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 113 self.version = tuple(map(string.atoi, [major, minor, patch]))
115 self.version = tuple(map(string.atoi, [major, minor]) + [0])
118 self.prerelease = (prerelease[0], string.atoi(prerelease_num))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 113 self.version = tuple(map(string.atoi, [major, minor, patch]))
115 self.version = tuple(map(string.atoi, [major, minor]) + [0])
118 self.prerelease = (prerelease[0], string.atoi(prerelease_num))
  /system/core/toolbox/
notify.c 38 event_count = atoi(optarg);
44 verbose = atoi(optarg);
47 width = atoi(optarg);
touch.c 19 int day = atoi(s);
28 hour = atoi(s);
  /bootable/recovery/updater/
updater.c 64 int fd = atoi(argv[2]);
131 updater_info.version = atoi(version);
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range.cc 78 int start = atoi(chunk_ranges[0].c_str());
81 stop = atoi(chunk_ranges[1].c_str());
83 // atoi error, since chunk numbers are guaranteed to never be 0.
  /external/chromium_org/net/tools/flip_server/
loadtime_measurement.h 57 int num = atoi(action.substr(b + 1).c_str());
83 loadtimes_[url[1]] = atoi(loadtime[1].c_str());
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_dft.c 144 test1d(atoi(argv[k]),0);
145 test1d(atoi(argv[k]),1);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
audio_classifier_test.cc 38 int channels = atoi(argv[1]);
44 int outputs = atoi(argv[2]);
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc 399 int resolnOption = atoi(str.c_str());
433 int numTemporalLayers = atoi(str.c_str());
443 int startRate = atoi(str.c_str());
464 int protectionMethod = atoi(str.c_str());
504 int buffering_delay = atoi(str.c_str());
538 testMode = atoi(test_str.c_str());
562 network.packet_loss_rate = atoi(rate_str.c_str());
571 network.mean_one_way_delay = atoi(delay_str.c_str());
  /external/expat/tests/benchmark/
benchmark.c 61 bufferSize = atoi (argv[j + 2]);
62 nrOfLoops = atoi (argv[j + 3]);
  /external/libnl/src/
nf-log.c 85 nfnl_log_set_group(log, atoi(argv[2]));
99 copy_mode = atoi(argv[4]);
  /external/libopus/celt/tests/
test_unit_dft.c 144 test1d(atoi(argv[k]),0);
145 test1d(atoi(argv[k]),1);
  /external/mdnsresponder/mDNSShared/
dnsextd_lexer.l 77 [0123456789]+ yylval.number = atoi(yytext); return NUMBER;
  /external/tinyalsa/
tinypcminfo.c 117 card = atoi(*argv);
122 device = atoi(*argv);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
ISACHist.cc 61 frameSizeMsec = atoi(argv[3]);
67 audioOffset = atoi(argv[4]);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_vsync.cpp 74 if(atoi(property) == 1)
79 if(atoi(property) == 1)
  /system/extras/ext4_utils/
canned_fs_config.c 58 p->uid = atoi(strtok(NULL, " "));
59 p->gid = atoi(strtok(NULL, " "));
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 259 if (atoi(cmd)) {
292 atoi(value), -1, -1, -1);
295 -1, atoi(value), -1, -1);
298 -1, -1, atoi(value), -1);
301 -1, -1, -1, atoi(value));
304 atoi(value)))
309 atoi(value)))
312 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value)))
315 wpa_s->wps_fragment_size = atoi(value);
332 wps_testing_dummy_cred = atoi(value)
    [all...]
  /bionic/tests/
fortify_test.cpp 65 int copy_amt = atoi("11");
90 int copy_amt = atoi("11");
165 size_t size = atoi("11");
331 size_t n = atoi("10"); // avoid compiler optimizations
344 size_t n = atoi("10"); // avoid compiler optimizations
354 size_t n = atoi("10"); // avoid compiler optimizations
391 size_t n = atoi("11");
561 size_t size = atoi("11");
582 size_t n = atoi("10"); // avoid compiler optimizations
591 size_t n = atoi("10"); // avoid compiler optimization
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp 64 mVolume = atoi(value.string());
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2Factory.cpp 201 return gQCamera2Factory.cameraDeviceOpen(atoi(id), hw_device);
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Factory.cpp 204 return gQCamera3Factory.cameraDeviceOpen(atoi(id), hw_device);

Completed in 451 milliseconds

1 2 3 4 56 7 8 91011>>