OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
401 - 425
of
2060
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/jni/
android_server_Watchdog.cpp
83
int tid =
atoi
(ent->d_name);
/frameworks/native/opengl/libs/EGL/
Loader.cpp
91
if (
atoi
(prop) != 1)
96
return
atoi
(prop);
180
if (
atoi
(prop) != 1) return;
183
if (
atoi
(prop) == 1) {
egl_tls.cpp
80
if (
atoi
(value)) {
/frameworks/native/opengl/tests/filter/
filter.cpp
22
const int test =
atoi
(argv[1]);
/hardware/akm/AK8975_FS/akmdfs/
AKFS_Common.h
40
#include <stdlib.h> /*
atoi
*/
/hardware/bsp/intel/peripheral/examples/mraa/gpio_output/
OutputGPIO.cpp
81
options->pin =
atoi
(optarg);
/hardware/bsp/intel/peripheral/libupm/examples/c++/
wt5001.cxx
53
cmd =
atoi
(argv[1]);
/hardware/qcom/display/msm8960/libqdutils/
mdp_version.cpp
61
mdp_version =
atoi
(str_ver);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c
566
audioinfo->nIpBufs =
atoi
(argv[7]);
572
audioinfo->nIpBufSize =
atoi
(argv[8]);
574
audioinfo->nOpBufs =
atoi
(argv[9]);
580
audioinfo->nOpBufSize =
atoi
(argv[10]);
634
if((
atoi
(argv[6])) != 0) {
642
if((
atoi
(argv[6])) == 0) {
754
g711eframeinfo->FrameSizeType =
atoi
(argv[12]);
755
g711eframeinfo->VAUMode =
atoi
(argv[13]);
756
g711eframeinfo->VAUThresOffset =
atoi
(argv[14]);
757
g711eframeinfo->VAUNum =
atoi
(argv[15])
[
all
...]
/ndk/sources/android/libthread_db/
libthread_db.c
87
handle.tid =
atoi
(entry->d_name);