OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
226 - 250
of
1461
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib
75
#undef
atoi
109
using ::
atoi
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib
75
#undef
atoi
109
using ::
atoi
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib
73
#undef
atoi
109
using ::
atoi
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib
73
#undef
atoi
109
using ::
atoi
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib
73
#undef
atoi
109
using ::
atoi
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib
73
#undef
atoi
109
using ::
atoi
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib
84
#undef
atoi
130
using ::
atoi
;
/sdk/emulator/opengl/host/tools/emugen/
TypeFactory.cpp
125
VarConverter *v = getVarConverter(
atoi
(size.c_str()));
127
fprintf(stderr, "Error: %d : unknown var width: %d\n", lc,
atoi
(size.c_str()));
/system/core/fastboot/
usbtest.c
156
arg_count =
atoi
(arg + 6);
158
arg_size =
atoi
(arg + 5);
/system/security/keystore/
keystore_cli.cpp
88
uid =
atoi
(argv[3]); \
198
argc < 4 ? -1 :
atoi
(argv[3]));
/external/qemu/distrib/sdl-1.2.15/test/
testoverlay.c
349
delay =
atoi
(argv[2]);
359
if ( argv[2] && ((w =
atoi
(argv[2])) > 0) ) {
369
if ( argv[2] && ((h =
atoi
(argv[2])) > 0) ) {
380
desired_bpp =
atoi
(argv[2]);
391
luminance =
atoi
(argv[2]);
testwm.c
371
w =
atoi
(argv[2]);
376
h =
atoi
(argv[2]);
381
video_bpp =
atoi
(argv[2]);
/external/wpa_supplicant_8/src/common/
ieee802_11_common.c
449
v =
atoi
(val);
456
v =
atoi
(val);
463
v =
atoi
(val);
470
v =
atoi
(val);
477
v =
atoi
(val);
/system/core/debuggerd/
debuggerd.c
175
*out_pid =
atoi
(line + 6);
178
*out_uid =
atoi
(line + 5);
181
*out_gid =
atoi
(line + 5);
266
int debug_uid =
atoi
(value);
527
tid =
atoi
(argv[i]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c
393
inBufSize =
atoi
(argv[4])<<1;
394
outBufSize =
atoi
(argv[5])<<1;
396
numInputBuffers =
atoi
(argv[7]);
397
numOutputBuffers =
atoi
(argv[8]);
399
nbDASFframes =
atoi
(argv[10]);
400
if (
atoi
(argv[3]) > 0 &&
atoi
(argv[3]) < 7) {
401
switch (
atoi
(argv[3])) {
481
if (
atoi
(argv[3]) == 5){
486
if (
atoi
(argv[9]) == 0 || atoi(argv[9]) == 1)
[
all
...]
/external/iputils/
ping_common.c
263
npackets =
atoi
(optarg);
306
deadline =
atoi
(optarg);
313
preload =
atoi
(optarg);
329
sndbuf =
atoi
(optarg);
353
datalen =
atoi
(optarg);
372
ttl =
atoi
(optarg);
385
lingertime =
atoi
(optarg);
/frameworks/wilhelm/tests/sandbox/
xaplay.c
266
discPacket =
atoi
(&arg[2]);
269
afterDiscPacket =
atoi
(&arg[2]);
272
firstPacket =
atoi
(&arg[2]);
275
formatPacket =
atoi
(&arg[2]);
281
numPackets =
atoi
(&arg[2]);
284
pauseMs =
atoi
(&arg[2]);
287
seekPos =
atoi
(&arg[2]);
[
all
...]
/system/netd/
MDnsSdListener.cpp
138
int requestId =
atoi
(argv[2]);
411
int requestId =
atoi
(argv[2]);
423
int requestId =
atoi
(argv[2]);
426
int port =
atoi
(argv[5]);
443
int requestId =
atoi
(argv[2]);
469
int requestId =
atoi
(argv[2]);
480
int requestId =
atoi
(argv[2]);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
[
all
...]
/external/chromium_org/net/cookies/
cookie_util.cc
159
// Overflow with
atoi
() is unspecified, so we enforce a max length.
161
exploded.day_of_month =
atoi
(token.c_str());
164
exploded.year =
atoi
(token.c_str());
/external/chromium_org/third_party/icu/source/tools/tzcode/
icuzdump.cpp
339
high =
atoi
(options[kOptCutover].value);
342
low =
atoi
(options[kOptCutover].value);
343
high =
atoi
(comma + 1);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
httpportallocator.cc
218
talk_base::SocketAddress address(relay_ip,
atoi
(relay_udp_port.c_str()));
222
talk_base::SocketAddress address(relay_ip,
atoi
(relay_tcp_port.c_str()));
226
talk_base::SocketAddress address(relay_ip,
atoi
(relay_ssltcp_port.c_str()));
/external/chromium_org/ui/aura/bench/
bench_main.cc
198
width =
atoi
(split_size[0].c_str());
199
height =
atoi
(split_size[1].c_str());
340
int frames =
atoi
(command_line->GetSwitchValueASCII("frames").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/ipsec-tools/src/racoon/
main.c
328
lcconf->port_isakmp =
atoi
(optarg);
331
lcconf->port_isakmp_natt =
atoi
(optarg);
335
lcconf->port_admin =
atoi
(optarg);
Completed in 705 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>