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);
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
64
using ::
atoi
;
/ndk/sources/cxx-stl/system/include/
cstdlib
64
using ::
atoi
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/examples/
rndo-add.c
51
prec =
atoi
(argv[1]);
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/
exportdata.go
30
size, err = strconv.
Atoi
(s)
/prebuilts/go/darwin-x86/src/net/http/
triv.go
55
if n, err := strconv.
Atoi
(body); err != nil {
/prebuilts/go/darwin-x86/src/os/user/
lookup_unix.go
47
i, e := strconv.
Atoi
(uid)
/prebuilts/go/darwin-x86/test/bench/shootout/
fannkuch.c
130
int n = (argc>1) ?
atoi
(argv[1]) : 0;
mandelbrot.c
52
w = h =
atoi
(argv[1]);
pidigits.c
121
pidigits(argc > 1 ?
atoi
(argv[1]) : 27);
spectral-norm.c
70
int N = ((argc == 2) ?
atoi
(argv[1]) : 2000);
threadring.c
93
data[0] =
atoi
(argv[1]);
/prebuilts/go/darwin-x86/test/
slice3.go
51
n, _ = strconv.
Atoi
(s)
/prebuilts/go/linux-x86/src/go/internal/gcimporter/
exportdata.go
30
size, err = strconv.
Atoi
(s)
/prebuilts/go/linux-x86/src/net/http/
triv.go
55
if n, err := strconv.
Atoi
(body); err != nil {
/prebuilts/go/linux-x86/src/os/user/
lookup_unix.go
47
i, e := strconv.
Atoi
(uid)
Completed in 1627 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>