HomeSort by relevance Sort by last modified time
    Searched refs:strtol (Results 151 - 175 of 410) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/native/libs/utils/
PropertyMap.cpp 85 int value = strtol(stringValue.string(), & end, 10);
  /hardware/qcom/audio/legacy/libalsa-intf/
arec.c 557 rate = (int)strtol(optarg, NULL, 0);
560 ch = (int)strtol(optarg, NULL, 0);
563 duration = (int)strtol(optarg, NULL, 0);
569 period = (int)strtol(optarg, NULL, 0);
aplay.c 605 rate = (int)strtol(optarg, NULL, 0);
608 ch = (int)strtol(optarg, NULL, 0);
615 period = (int)strtol(optarg, NULL, 0);
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
stdlib_h.pass.cpp 50 static_assert((std::is_same<decltype(strtol("", endptr,0)), long>::value), "");
  /system/core/adb/
usb_vendors.c 234 long value = strtol(temp, NULL, 0);
  /system/core/libsysutils/src/
FrameworkListener.cpp 138 int cmdNum = (int)strtol(tmp, &endptr, 0);
  /system/core/toolbox/
notify.c 35 event_mask = strtol(optarg, NULL, 0);
  /device/generic/goldfish/camera/
EmulatedCameraFactory.cpp 444 int val = strtol(prop, &prop_end, 10);
475 int val = strtol(prop, &prop_end, 10);
  /external/dnsmasq/src/
util.c 389 *mac_type = strtol(in, NULL, 16);
399 out[i] = strtol(in, NULL, 16);
  /external/qemu/telephony/
remote_call.c 90 num = strtol( temp, &end, 10 );
352 long num = strtol( from, &end, 10 );
  /external/webkit/Tools/DumpRenderTree/chromium/
ImageDiff.cpp 249 int imageSize = strtol(strtok_s(0, " ", &context), 0, 10);
252 int imageSize = strtol(strtok_r(0, " ", &context), 0, 10);
  /system/core/libdiskconfig/
diskconfig.c 195 dinfo->sect_size = strtol(tmp, NULL, 0);
207 if (!(dinfo->skip_lba = strtol(tmp, NULL, 0))) {
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.l 180 0[xX]{H}+ { yylval->lex.i = strtol(yytext, 0, 0); return(INTCONSTANT); }
181 0{O}+ { yylval->lex.i = strtol(yytext, 0, 0); return(INTCONSTANT); }
183 {D}+ { yylval->lex.i = strtol(yytext, 0, 0); return(INTCONSTANT); }
  /bootable/recovery/edify/
expr.c 170 int v = strtol(val, NULL, 10);
288 long l_int = strtol(left, &end, 10);
294 long r_int = strtol(right, &end, 10);
  /external/iproute2/lib/
utils.c 39 res = strtol(arg, &ptr, base);
222 res = strtol(arg, &ptr, base);
236 res = strtol(arg, &ptr, base);
  /external/qemu/
net-android.c 201 offset = strtol(p, &last_char, 0);
210 macaddr[i] = strtol(p, (char **)&p, 16);
310 port = strtol(p, (char **)&r, 0);
969 host_port = strtol(buf, &r, 0);
984 guest_port = strtol(p, &r, 0);
    [all...]
net.c 168 offset = strtol(p, &last_char, 0);
177 macaddr[i] = strtol(p, (char **)&p, 16);
277 port = strtol(p, (char **)&r, 0);
841 host_port = strtol(buf, &r, 0);
856 guest_port = strtol(p, &r, 0);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 184 extern long int strtol (__const char *__restrict __nptr,
286 return (int) strtol (__nptr, (char **) NULL, 10);
291 return strtol (__nptr, (char **) NULL, 10);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 184 extern long int strtol (__const char *__restrict __nptr,
286 return (int) strtol (__nptr, (char **) NULL, 10);
291 return strtol (__nptr, (char **) NULL, 10);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 184 extern long int strtol (__const char *__restrict __nptr,
286 return (int) strtol (__nptr, (char **) NULL, 10);
291 return strtol (__nptr, (char **) NULL, 10);
  /external/e2fsprogs/misc/
uuidd.c 470 num = strtol(optarg, &tmp, 0);
491 timeout = strtol(optarg, &tmp, 0);
  /external/marisa-trie/tools/
marisa-benchmark.cc 350 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
361 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-benchmark.cc 350 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
361 const long value = std::strtol(cmdopt.optarg, &end_of_value, 10);
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 362 data->mNfaEeHandle = strtol ((char*) value, NULL, 16);
432 data->mNfaEeHandle = strtol ((char*) value, NULL, 16);
  /external/android-clat/
config.c 72 conf_int = strtol(tmp,&endptr,10);

Completed in 483 milliseconds

1 2 3 4 5 67 8 91011>>