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

<<212223242526272829

  /frameworks/base/libs/hwui/
FontRenderer.cpp 339 mCacheWidth = atoi(property);
350 mCacheHeight = atoi(property);
  /frameworks/base/libs/rs/
rsFont.cpp 351 blackThreshold = atoi(property);
358 whiteThreshold = atoi(property);
  /frameworks/base/services/camera/tests/CameraServiceTest/
CameraServiceTest.cpp 756 *w = atoi(p);
766 *h = atoi(p);
  /system/core/adb/
adb.c 487 port = atoi(name + 4);
    [all...]
  /system/core/sh/
expand.c 800 int num = atoi(name);
895 num = atoi(name);
  /external/netperf/
nettest_sctp.c 566 sctp_stream_request->port = htonl(atoi(remote_data_port));
    [all...]
  /frameworks/base/services/surfaceflinger/
SurfaceFlinger.cpp 115 mDebugRegion = atoi(value);
118 mDebugBackground = atoi(value);
121 mDebugDDMS = atoi(value);
    [all...]
  /external/openssl/apps/
s_server.c 944 verify_depth=atoi(*(++argv));
952 verify_depth=atoi(*(++argv));
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c     [all...]
  /bootable/recovery/
recovery.c 754 case 'p': previous_runs = atoi(optarg); break;
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 817 if (atoi(prop) > 0) {
  /external/bluetooth/bluez/audio/
a2dp.c     [all...]
  /external/bluetooth/bluez/cups/
main.c 758 copies = atoi(argv[4]);
  /external/bluetooth/bluez/tools/
avinfo.c 644 hci_devba(atoi(optarg + 3), &src);
dfutool.c 170 sel = atoi(str);
  /external/bluetooth/glib/gio/
gdummyfile.c 649 decoded->port = atoi(port_start);
  /external/chromium/googleurl/src/
url_parse.cc 481 // only digits, atoi's lack of error handling is OK.
483 int port = atoi(digits);
  /external/dnsmasq/src/
tftp.c 207 transfer->blocksize = atoi(opt);
  /external/iproute2/lib/
utils.c 488 return atoi(getenv("HZ")) ? : HZ;
  /external/iproute2/misc/
nstat.c 472 scan_interval = 1000*atoi(optarg);
  /external/iptables/extensions/
libxt_hashlimit.c 166 r = atoi(rate);
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 146 Count = atoi(RestOfArgs[0].c_str());
  /external/openssl/crypto/bio/
b_sock.c 185 i=atoi(str);
  /external/qemu/android/
hw-sensors.c 391 cl->delay_ms = atoi((const char*)msg+10);
  /external/srec/srec/clib/
swicms.c 424 temp_cmn [dim_count] = atoi ( parsed_strings [dim_count] );

Completed in 581 milliseconds

<<212223242526272829