HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 51 - 75 of 718) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/media/libmedia/
MediaProfiles.cpp 176 atoi(atts[3]), atoi(atts[5]), atoi(atts[7]), atoi(atts[9]));
198 atoi(atts[3]), atoi(atts[5]), atoi(atts[7]));
258 atoi(atts[5]), atoi(atts[7]), atoi(atts[9]), atoi(atts[11]), atoi(atts[13])
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
runtests.c 137 lo = atoi (argv[1]);
141 hi = atoi (argv[2]);
  /system/core/nexus/
ScanResult.cpp 43 mFreq = atoi(tmp);
50 mLevel = atoi(tmp);
  /frameworks/base/opengl/libs/EGL/
egl.cpp 83 int propertyLevel = atoi(value);
106 const unsigned short port = (unsigned short)atoi(value);
108 const bool forceUseFile = (bool)atoi(value);
110 const unsigned int maxFileSize = atoi(value) << 20;
153 if (atoi(value)) {
268 if (atoi(value) != 0) {
  /system/netd/
DnsProxyListener.cpp 130 int ai_flags = atoi(argv[3]);
131 int ai_family = atoi(argv[4]);
132 int ai_socktype = atoi(argv[5]);
133 int ai_protocol = atoi(argv[6]);
178 int addrLen = atoi(argv[2]);
179 int addrFamily = atoi(argv[3]);
  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c 81 year = atoi((char *)pHead);
91 mon = atoi((char *)pHead);
101 day = atoi((char *)pHead);
111 hour = atoi((char *)pHead);
121 min = atoi((char *)pHead);
126 sec = atoi((char *)pHead);
350 year = atoi((char *)pHead);
360 mon = atoi((char *)pHead);
370 day = atoi((char *)pHead);
380 hour = atoi((char *)pHead)
    [all...]
  /external/bluetooth/bluez/tools/
l2ping.c 275 hci_devba(atoi(optarg + 3), &bdaddr);
281 delay = atoi(optarg);
299 count = atoi(optarg);
303 timeout = atoi(optarg);
307 size = atoi(optarg);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 393 inBufSize = atoi(argv[4])<<1;
394 outBufSize = atoi(argv[5])<<1;
396 numInputBuffers = atoi(argv[7]);
397 numOutputBuffers = atoi(argv[8]);
399 nbDASFframes = atoi(argv[10]);
400 if (atoi(argv[3]) > 0 && atoi(argv[3]) < 7) {
401 switch (atoi(argv[3])) {
481 if (atoi(argv[3]) == 5){
486 if (atoi(argv[9]) == 0 || atoi(argv[9]) == 1)
    [all...]
  /device/moto/wingray/taudio/
twav.c 97 num_channels = atoi(optarg);
101 bits_per_sample = atoi(optarg);
104 sampling_rate = atoi(optarg);
  /external/chromium/third_party/libevent/test/
bench.c 137 num_pipes = atoi(optarg);
140 num_active = atoi(optarg);
143 num_writes = atoi(optarg);
  /external/tinyalsa/
tinymix.c 54 tinymix_detail_control(mixer, atoi(argv[1]), 1);
56 tinymix_set_value(mixer, atoi(argv[1]), argv[2]);
175 int value = atoi(string);
  /system/core/toolbox/
notify.c 38 event_count = atoi(optarg);
44 verbose = atoi(optarg);
47 width = atoi(optarg);
date.c 13 int day = atoi(s);
25 hour = atoi(s);
  /device/samsung/tuna/audio/
ril_interface.c 135 ril->volume_steps_max = atoi(property);
139 ril->volume_steps_max = atoi(VOLUME_STEPS_DEFAULT);
  /external/bluetooth/glib/tests/
spawn-test-win32-gui.c 45 int infd = atoi (__argv[2]);
46 int outfd = atoi (__argv[3]);
  /external/chromium/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/expat/tests/benchmark/
benchmark.c 61 bufferSize = atoi (argv[j + 2]);
62 nrOfLoops = atoi (argv[j + 3]);
  /external/ipsec-tools/src/racoon/
main.c 202 lcconf->port_isakmp = atoi(optarg);
205 lcconf->port_isakmp_natt = atoi(optarg);
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 49 mBlackThreshold = atoi(property);
59 mWhiteThreshold = atoi(property);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 65 atoi(value), -1, -1, -1);
68 -1, atoi(value), -1, -1);
71 -1, -1, atoi(value), -1);
74 -1, -1, -1, atoi(value));
77 atoi(value)))
82 atoi(value)))
85 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value)))
88 wpa_s->wps_fragment_size = atoi(value);
105 wps_testing_dummy_cred = atoi(value);
110 if (wpa_drv_ampdu(wpa_s, atoi(value)) < 0
    [all...]
  /external/bluetooth/bluez/plugins/
formfactor.c 99 chassis_type = atoi(contents);
  /external/bluetooth/bluez/test/
gaptest.c 247 timeout = atoi(optarg);
250 powered = atoi(optarg);
253 discoverable = atoi(optarg);
256 pairable = atoi(optarg);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.cc 97 tmp.label = atoi(entry->Attr(QN_LABEL).c_str());
  /external/openssl/crypto/md4/
md4s.cpp 53 num=atoi(argv[1]);
  /external/openssl/crypto/md5/
md5s.cpp 53 num=atoi(argv[1]);

Completed in 1009 milliseconds

1 23 4 5 6 7 8 91011>>