/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/system/include/ |
cstdlib | 65 using ::atoi;
|
/system/core/fastboot/ |
usbtest.c | 156 arg_count = atoi(arg + 6); 158 arg_size = atoi(arg + 5);
|
/system/extras/micro_bench/ |
micro_bench.c | 191 iters = atoi(argv[3]); 196 return (*function_table[i].ptr)(iters, atoi(argv[2]));
|
/system/vold/ |
main.cpp | 203 if (strcmp(part, "auto") && atoi(part) == 0) { 211 dv = new DirectVolume(vm, label, mount_point, atoi(part));
|
/bionic/libc/include/ |
stdlib.h | 75 extern int atoi(const char *);
|
/development/ndk/platforms/android-3/include/ |
stdlib.h | 73 extern int atoi(const char *);
|
/development/ndk/platforms/android-8/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/development/ndk/platforms/android-9/include/ |
stdlib.h | 74 extern int atoi(const char *);
|
/device/moto/wingray/taudio/ |
tplay.c | 32 len = atoi(optarg);
|
/external/bluetooth/bluez/attrib/ |
utils.c | 71 hci_devba(atoi(src + 3), &sba);
|
/external/bluetooth/bluez/test/ |
sdptest.c | 120 hci_devba(atoi(optarg + 3), &src);
|
/external/chromium/chrome/common/ |
profiling.cc | 47 flush_seconds = atoi(profiling_flush.c_str());
|
/external/libvpx/vpx_ports/ |
arm_cpudetect.c | 151 version = atoi(buf+17);
|
/external/openssl/apps/ |
asn1pars.c | 151 offset= atoi(*(++argv)); 156 length= atoi(*(++argv)); 166 dump= atoi(*(++argv)); 313 j=atoi(sk_OPENSSL_STRING_value(osk,i));
|
/external/qemu/android/ |
hw-control.c | 113 value = atoi(qq);
|
/external/valgrind/main/memcheck/tests/ |
leak-pool.c | 107 arg = atoi( argv[1] );
|
/external/wpa_supplicant/ |
ctrl_iface.c | 50 atoi(value), -1, -1, -1); 53 -1, atoi(value), -1, -1); 56 -1, -1, atoi(value), -1); 59 -1, -1, -1, atoi(value)); 62 atoi(value))) 67 atoi(value))) 70 if (wpa_sm_set_param(wpa_s->wpa, RSNA_SA_TIMEOUT, atoi(value))) 139 id = atoi(id_pos); 295 id = atoi(cmd); 625 id = atoi(cmd) [all...] |
/external/wpa_supplicant/wpa_gui-qt4/ |
userdatarequest.cpp | 64 networkid = atoi(pos);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
userdatarequest.cpp | 64 networkid = atoi(pos);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
userdatarequest.cpp | 64 networkid = atoi(pos);
|
/frameworks/base/core/jni/ |
android_server_Watchdog.cpp | 83 int tid = atoi(ent->d_name);
|
/frameworks/base/libs/ui/ |
GraphicLog.cpp | 83 mEnabled = atoi(property);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
G711EncTest.c | 566 audioinfo->nIpBufs = atoi(argv[7]); 572 audioinfo->nIpBufSize = atoi(argv[8]); 574 audioinfo->nOpBufs = atoi(argv[9]); 580 audioinfo->nOpBufSize = atoi(argv[10]); 634 if((atoi(argv[6])) != 0) { 642 if((atoi(argv[6])) == 0) { 754 g711eframeinfo->FrameSizeType = atoi(argv[12]); 755 g711eframeinfo->VAUMode = atoi(argv[13]); 756 g711eframeinfo->VAUThresOffset = atoi(argv[14]); 757 g711eframeinfo->VAUNum = atoi(argv[15]) [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
stdlib.h | 75 extern int atoi(const char *);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
stdlib.h | 75 extern int atoi(const char *);
|