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

<<11121314151617181920>>

  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 169 tid = atoi(entry->d_name);
318 handle.tid = atoi(entry->d_name);
  /ndk/sources/android/libthread_db/gdb-7.1.x/
libthread_db.c 166 tid = atoi(entry->d_name);
354 handle.tid = atoi(entry->d_name);
  /system/core/toolbox/
iftop.c 238 delay = atoi(argv[i++]);
248 header_interval = atoi(argv[i++]);
top.c 126 max_procs = atoi(argv[++i]);
135 iterations = atoi(argv[++i]);
144 delay = atoi(argv[++i]);
250 pid = atoi(pid_dir->d_name);
290 tid = atoi(tid_dir->d_name);
powerd.c 216 idle_time = atoi(optarg);
226 lcd_light_time = atoi(optarg);
229 key_light_time = atoi(optarg);
  /system/media/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 338 presetValue = atoi(&arg[2]);
363 TestRecToBuffQueue(sl, argv[i], (SLAint64)atoi(argv[i+1]));
  /system/netd/
NatController.cpp 109 int addrCount = atoi(argv[4]);
232 int addrCount = atoi(argv[4]);
  /external/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...]
  /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...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp     [all...]
  /external/bluetooth/bluez/tools/
ciptool.c 296 psm = atoi(argv[2]);
365 psm = atoi(argv[2]);
459 hci_devba(atoi(optarg + 3), &bdaddr);
  /external/icu4c/tools/ctestfw/
uperf.cpp 155 passes = atoi(options[PASSES].value);
158 iterations = atoi(options[ITERATIONS].value);
164 time = atoi(options[TIME].value);
  /external/qemu/
qemu-sockets-android.c 94 return atoi(socket_fd);
114 snprintf(port, sizeof(port), "%d", atoi(port) + port_offset);
199 return atoi(socket_fd);
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 331 data = atoi(data_str);
344 data = atoi(data_str);
361 data = atoi(data_str);
702 codec_format_option = (codec_format)atoi(argv[2]);
703 file_type_option = (file_type)atoi(argv[3]);
773 outputOption = atoi(argv[4]);
774 test_option = atoi(argv[5]);
777 nalSize = atoi(argv[6]);
786 displayWindow = atoi(argv[7]);
802 realtime_display = atoi(argv[8])
    [all...]
  /system/core/adb/
services.c 419 int port = atoi(name + 4);
459 ret = create_service_thread(recover_service, (void*) atoi(name + 8));
461 ret = create_jdwp_connection_fd(atoi(name+5));
  /system/core/nexus/
Supplicant.cpp 319 *buffer = atoi(s);
346 return atoi(s);
384 WifiNetwork *wn = new WifiNetwork(mController, this, atoi(reply));
  /bionic/libc/netbsd/resolv/
res_random.c 267 n = argc > 1 ? atoi(argv[1]) : 60001;
  /bionic/libthread_db/
libthread_db.c 227 handle.tid = atoi(entry->d_name);
  /build/tools/
adbs 74 next_addr = string.atoi(addr, 16) + 1
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 97 addr.sin6_port = htons(atoi(port));
  /development/tools/emulator/system/camera/
EmulatedCameraFactory.cpp 176 return gEmulatedCameraFactory.cameraDeviceOpen(atoi(name), device);
  /external/bluetooth/bluez/test/
attest.c 158 channel = atoi(argv[2]);
  /external/bluetooth/glib/gobject/
gobject-query.c 146 spacing = atoi (argv[i]);
  /external/bluetooth/glib/tests/
unicode-normalize.c 157 line_to_do = atoi(argv[2]);
  /external/chromium/base/
mime_util_xdg.cc 297 current_info->size = atoi(value.c_str());
306 current_info->max_size = atoi(value.c_str());
308 current_info->min_size = atoi(value.c_str());
310 current_info->threshold = atoi(value.c_str());

Completed in 1049 milliseconds

<<11121314151617181920>>