HomeSort by relevance Sort by last modified time
    Searched refs:atoi (Results 76 - 100 of 783) sorted by null

1 2 34 5 6 7 8 91011>>

  /development/tools/jdwpspy/
Main.cpp 129 int connectPort = atoi(argv[1]);
133 listenPort = atoi(argv[2]);
  /device/samsung/tuna/audio/
ril_interface.c 132 ril->volume_steps_max = atoi(property);
136 ril->volume_steps_max = atoi(VOLUME_STEPS_DEFAULT);
  /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/mdnsresponder/mDNSShared/
dnsextd_lexer.l 77 [0123456789]+ yylval.number = atoi(yytext); return NUMBER;
  /system/core/toolbox/
date.c 13 int day = atoi(s);
25 hour = atoi(s);
rotatefb.c 41 rotation = atoi(argv[optind]);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 175 atoi(value), -1, -1, -1);
178 -1, atoi(value), -1, -1);
181 -1, -1, atoi(value), -1);
184 -1, -1, -1, atoi(value));
187 atoi(value)))
192 atoi(value)))
195 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value)))
198 wpa_s->wps_fragment_size = atoi(value);
215 wps_testing_dummy_cred = atoi(value);
220 if (wpa_drv_ampdu(wpa_s, atoi(value)) < 0
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskAsync.cpp 64 mVolume = atoi(value.string());
  /external/aac/libSYS/include/
cmdl_parser.h 138 #define _tstoi atoi
  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinviterecvtask.cc 97 tmp.label = atoi(entry->Attr(QN_LABEL).c_str());
  /external/linux-tools-perf/util/
thread_map.c 31 threads->map[i] = atoi(namelist[i]->d_name);
  /external/openssl/crypto/md4/
md4s.cpp 53 num=atoi(argv[1]);
  /external/openssl/crypto/md5/
md5s.cpp 53 num=atoi(argv[1]);
  /external/openssl/crypto/rc4/
rc4s.cpp 49 num=atoi(argv[1]);
  /external/openssl/crypto/ripemd/asm/
rips.cpp 55 num=atoi(argv[1]);
  /external/ppp/pppd/plugins/radius/
clientid.c 75 p->id = atoi(id);
  /external/qemu/android/
core-init-utils.c 47 ui_port = atoi(android_op_ui_port);
  /external/qemu/distrib/sdl-1.2.15/test/
testsem.c 77 init_sem = atoi(argv[1]);
testtimer.c 40 desired = atoi(argv[1]);
  /external/valgrind/main/drd/tests/
hold_lock.c 37 interval = atoi(optarg);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 36 networkid = atoi(pos);
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 180 encrypt = atoi(pos);
201 atoi(pos + 5), addr);
237 encrypt = atoi(pos);
258 atoi(pos + 5), addr);
  /frameworks/base/libs/hwui/
FboCache.cpp 36 mMaxSize = atoi(property);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 97 int port = atoi(addr);

Completed in 1357 milliseconds

1 2 34 5 6 7 8 91011>>