OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
51 - 75
of
783
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebKit2/WebProcess/gtk/
WebProcessMainGtk.cpp
65
int socket =
atoi
(argv[1]);
/external/wpa_supplicant_8/wpa_supplicant/
autoscan_periodic.c
29
interval =
atoi
(params);
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
AAC_E_SAMPLES.c
84
param->sampleRate =
atoi
(*argv);
90
param->nChannels =
atoi
(*argv);
96
param->bitRate =
atoi
(*argv);
102
param->adtsUsed =
atoi
(*argv);
/frameworks/base/cmds/bootanimation/
bootanimation_main.cpp
47
int noBootAnimation =
atoi
(value);
/frameworks/base/libs/hwui/
Properties.h
149
return (DebugLevel)
atoi
(property);
/system/core/toolbox/
setenforce.c
29
rc = security_setenforce(
atoi
(argv[1]));
smd.c
15
port =
atoi
(argv[0] + 1);
notify.c
38
event_count =
atoi
(optarg);
44
verbose =
atoi
(optarg);
47
width =
atoi
(optarg);
/system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp
64
using ::
atoi
;
/development/tools/emulator/system/camera/
EmulatedQemuCamera.cpp
103
const int x =
atoi
(first_dim);
104
const int y =
atoi
(sep + 1);
/external/chromium/chrome/browser/metrics/
metrics_response.cc
32
state->interval =
atoi
(Char(attrs[i + 1]));
39
state->events =
atoi
(Char(attrs[i + 1]));
/external/openssl/apps/
prime.c
89
bits=
atoi
(*++argv);
96
checks=
atoi
(*++argv);
/external/valgrind/main/drd/tests/
rwlock_test.c
68
s_num_iterations =
atoi
(optarg);
71
s_num_threads =
atoi
(optarg);
/frameworks/av/media/libmedia/
MediaProfiles.cpp
178
atoi
(atts[3]),
atoi
(atts[5]),
atoi
(atts[7]),
atoi
(atts[9]));
200
atoi
(atts[3]),
atoi
(atts[5]),
atoi
(atts[7]));
260
atoi
(atts[5]),
atoi
(atts[7]),
atoi
(atts[9]), atoi(atts[11]), atoi(atts[13])
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
runtests.c
137
lo =
atoi
(argv[1]);
141
hi =
atoi
(argv[2]);
/sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.cpp
68
width =
atoi
(env);
72
height =
atoi
(env);
/system/netd/
DnsProxyListener.cpp
139
int ai_flags =
atoi
(argv[3]);
140
int ai_family =
atoi
(argv[4]);
141
int ai_socktype =
atoi
(argv[5]);
142
int ai_protocol =
atoi
(argv[6]);
191
int addrLen =
atoi
(argv[2]);
192
int addrFamily =
atoi
(argv[3]);
/external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c
183
return(
atoi
(str));
221
dstbpp =
atoi
(argv[++i]);
231
dstw =
atoi
(argv[++i]);
233
dsth =
atoi
(argv[++i]);
237
srcbpp =
atoi
(argv[++i]);
247
srcw =
atoi
(argv[++i]);
249
srch =
atoi
(argv[++i]);
253
testSeconds =
atoi
(argv[++i]);
319
srcalpha =
atoi
(argv[++i]);
321
dstalpha =
atoi
(argv[++i])
[
all
...]
testgamma.c
46
*w =
atoi
(argv[++i]);
51
*h =
atoi
(argv[++i]);
56
*bpp =
atoi
(argv[++i]);
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp
171
cycleCounter =
atoi
(cmd + 1);
258
rotation =
atoi
(cmd + 1);
285
width =
atoi
(res);
287
height =
atoi
(res);
431
camera_index=
atoi
(cmd+1);
513
width =
atoi
(res);
515
height =
atoi
(res);
527
thumbQuality =
atoi
(cmd + 1);
546
jpegQuality =
atoi
(cmd + 1);
563
ippIDX_old =
atoi
(cmd + 1)
[
all
...]
/frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c
81
year =
atoi
((char *)pHead);
91
mon =
atoi
((char *)pHead);
101
day =
atoi
((char *)pHead);
111
hour =
atoi
((char *)pHead);
121
min =
atoi
((char *)pHead);
126
sec =
atoi
((char *)pHead);
350
year =
atoi
((char *)pHead);
360
mon =
atoi
((char *)pHead);
370
day =
atoi
((char *)pHead);
380
hour =
atoi
((char *)pHead)
[
all
...]
/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/chromium/third_party/libevent/test/
bench.c
137
num_pipes =
atoi
(optarg);
140
num_active =
atoi
(optarg);
143
num_writes =
atoi
(optarg);
/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);
/bootable/recovery/updater/
updater.c
61
int fd =
atoi
(argv[2]);
126
updater_info.version =
atoi
(version);
Completed in 2406 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>