OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atoi
(Results
126 - 150
of
783
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/drd/tests/
pth_broadcast.c
133
s_signal_count = argc > optind ?
atoi
(argv[optind]) : 10;
134
thread_count = argc > optind + 1 ?
atoi
(argv[optind + 1]) : 10;
/external/valgrind/main/gdbserver_tests/
sleepers.c
138
loops =
atoi
(argv[1]);
141
sleepms =
atoi
(argv[2]);
/frameworks/base/libs/hwui/
GammaFontRenderer.cpp
75
mBlackThreshold =
atoi
(property);
85
mWhiteThreshold =
atoi
(property);
/frameworks/native/libs/cpustats/
ThreadCpuUsage.cpp
181
sKernelMax =
atoi
(kernelMax);
240
ret =
atoi
(kHz);
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/ndk/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib
61
using ::
atoi
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib
61
using ::
atoi
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib
65
using ::
atoi
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib
65
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/extras/micro_bench/
micro_bench.c
191
iters =
atoi
(argv[3]);
196
return (*function_table[i].ptr)(iters,
atoi
(argv[2]));
/system/vold/
main.cpp
203
if (strcmp(part, "auto") &&
atoi
(part) == 0) {
211
dv = new DirectVolume(vm, label, mount_point,
atoi
(part));
/cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp
67
int cardN =
atoi
(cardNumber.string());
/cts/suite/audio_quality/lib/src/task/
TaskInput.cpp
39
mRecordingTimeInMs =
atoi
(value);
/development/ndk/platforms/android-3/include/
stdlib.h
73
extern int
atoi
(const char *);
/development/ndk/platforms/android-8/include/
stdlib.h
74
extern int
atoi
(const char *);
/development/ndk/platforms/android-9/include/
stdlib.h
74
extern int
atoi
(const char *);
/external/chromium/chrome/common/
profiling.cc
47
flush_seconds =
atoi
(profiling_flush.c_str());
/external/compiler-rt/lib/asan/dynamic/
asan_interceptors_dynamic.cc
76
INTERPOSE_FUNCTION(
atoi
),
Completed in 607 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>