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

1 2 3 4 5 6 7 8 91011>>

  /system/core/init/
builtins.c 532 if (security_setenforce(atoi(args[1])) < 0) {
568 resource = atoi(args[1]);
569 limit.rlim_cur = atoi(args[2]);
570 limit.rlim_max = atoi(args[3]);
634 tz.tz_minuteswest = atoi(args[1]);
798 klog_set_level(atoi(args[1]));
817 return wait_for_file(args[1], atoi(args[2]));
  /external/quake/quake/src/QW/server/
sv_main.c 356 top = atoi(Info_ValueForKey (cl->userinfo, "topcolor"));
357 bottom = atoi(Info_ValueForKey (cl->userinfo, "bottomcolor"));
414 seq = atoi(Cmd_Argv(1));
519 version = atoi(Cmd_Argv(1));
527 qport = atoi(Cmd_Argv(2));
529 challenge = atoi(Cmd_Argv(3));
907 b[i] = atoi(num);
    [all...]
  /bionic/libc/bionic/
malloc_debug_common.cpp 347 if (__system_property_get("ro.kernel.qemu", env) && atoi(env)) {
361 debug_level = atoi(env);
386 malloc_double_free_backlog = atoi(debug_backlog);
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 260 g_proxy_config.ssl_session_expiry_ = atoi(session_expiry.c_str());
269 atoi(cl.GetSwitchValueASCII("idle-timeout").c_str());
314 int spdy_only = atoi(valueArgs[8].c_str());
  /external/icu4c/tools/tzcode/
icuzdump.cpp 339 high = atoi(options[kOptCutover].value);
342 low = atoi(options[kOptCutover].value);
343 high = atoi(comma + 1);
  /external/qemu/distrib/sdl-1.2.15/test/
testwm.c 371 w = atoi(argv[2]);
376 h = atoi(argv[2]);
381 video_bpp = atoi(argv[2]);
testwin.c 282 delay = atoi(argv[2]);
292 if ( argv[2] && ((w = atoi(argv[2])) > 0) ) {
302 if ( argv[2] && ((h = atoi(argv[2])) > 0) ) {
313 desired_bpp = atoi(argv[2]);
  /external/zlib/src/examples/
enough.c 472 syms = atoi(argv[1]);
474 root = atoi(argv[2]);
476 max = atoi(argv[3]);
  /frameworks/wilhelm/tests/examples/
slesTestEqFdPath.cpp 325 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]),
328 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
slesTestEqOutputPath.cpp 326 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]),
329 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
slesTestSendToPresetReverb.cpp 380 TestSendToPresetReverb(sl, argv[i], atoi(argv[i+1]), (SLmillibel)atoi(argv[i+2]),
381 (SLmillibel)atoi(argv[i+3]), alwaysOn, useFd, loop);
  /frameworks/wilhelm/tests/sandbox/
multiplay.c 125 numPlayers = atoi(&arg[2]);
127 mixVolumeLevel = atoi(&arg[2]);
129 playTimeInMilliseconds = atoi(&arg[2]) * 1000;
  /system/core/cpio/
mkbootfs.c 302 cc->uid = atoi(strtok(line, " \n"));
305 cc->uid = atoi(strtok(NULL, " \n"));
307 cc->gid = atoi(strtok(NULL, " \n"));
  /system/extras/atrace/
atrace.c 475 g_traceBufferSizeKB = atoi(optarg);
511 g_initialSleepSecs = atoi(optarg);
515 g_traceDurationSeconds = atoi(optarg);
  /bionic/libc/include/
stdlib.h 77 extern int atoi(const char *) __purefunc;
  /bionic/libc/netbsd/net/
getservent_r.c 110 sp->s_port = htons((u_short)atoi(p));
  /bootable/recovery/minadbd/
services.c 152 ret = create_service_thread(sideload_service, (void*) atoi(name + 9));
  /build/tools/rgb2565/
to565.c 137 to_565_raw_dither(atoi(argv[2]));
  /cts/suite/audio_quality/executable/src/
main.cpp 70 logLevel = atoi(optarg);
  /cts/suite/audio_quality/lib/src/task/
TaskSequential.cpp 124 mRepeatCount = atoi(value.string());
  /external/e2fsprogs/e2fsck/
iscan.c 72 inode_buffer_blocks = atoi(optarg);
  /external/grub/grub/
main.c 171 hold = atoi (optarg);
  /external/icu4c/tools/toolutil/
dbgutil.cpp 122 return atoi(ch);
  /external/ppp/pppd/plugins/radius/
radrealms.c 123 s->port[s->max] = atoi(p);
  /external/skia/src/core/
SkGraphics.cpp 203 val = (size_t) atoi(nextEqual + 1);

Completed in 1070 milliseconds

1 2 3 4 5 6 7 8 91011>>