OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:atoi
(Results
276 - 300
of
2060
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/minikin/tests/
FontTestUtils.cpp
58
int weight =
atoi
((const char*)(xmlGetProp(fontNode, (const xmlChar*)"weight"))) / 100;
/hardware/google/apf/
apf_run.c
67
uint32_t filter_age =
atoi
(argv[3]);
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp
779
panel_info->partial_update =
atoi
(tokens[1]);
781
panel_info->left_align =
atoi
(tokens[1]);
783
panel_info->width_align =
atoi
(tokens[1]);
785
panel_info->top_align =
atoi
(tokens[1]);
787
panel_info->height_align =
atoi
(tokens[1]);
789
panel_info->min_roi_width =
atoi
(tokens[1]);
791
panel_info->min_roi_height =
atoi
(tokens[1]);
793
panel_info->needs_roi_merge =
atoi
(tokens[1]);
795
panel_info->dynamic_fps =
atoi
(tokens[1]);
797
panel_info->min_fps = UINT32(
atoi
(tokens[1]))
[
all
...]
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/
flag.go
71
n, err := strconv.
Atoi
(s)
/prebuilts/go/darwin-x86/src/cmd/internal/obj/
flag.go
68
n, err := strconv.
Atoi
(s)
/prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
decode_test.go
44
mode, err := strconv.
Atoi
(f[1])
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/
flag.go
71
n, err := strconv.
Atoi
(s)
/prebuilts/go/linux-x86/src/cmd/internal/obj/
flag.go
68
n, err := strconv.
Atoi
(s)
/prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
decode_test.go
44
mode, err := strconv.
Atoi
(f[1])
/prebuilts/misc/windows/sdl2/test/
testsem.c
102
init_sem =
atoi
(argv[1]);
/system/core/libsparse/
img2simg.c
61
block_size =
atoi
(argv[3]);
/system/extras/tests/storage/
opentest.c
43
nfiles =
atoi
(argv[2]);
/system/tools/aidl/tests/
aidl_test_sentinel_searcher.cpp
77
const int timeout_seconds =
atoi
(timeout_as_str.c_str());
/toolchain/binutils/binutils-2.25/binutils/
syslex.l
67
yylval.i =
atoi
(yytext);
/bootable/recovery/updater/
updater.cpp
68
int fd =
atoi
(argv[2]);
136
updater_info.version =
atoi
(version);
/device/generic/goldfish/libqemu/
test_guest_2.c
116
localPort =
atoi
(tcpPort);
127
int size =
atoi
(packetSize);
/external/clang/test/Analysis/
taint-tester.c
174
int
atoi
(const char *nptr);
181
int d =
atoi
(s); // expected-warning + {{tainted}}
/external/compiler-rt/test/asan/TestCases/Posix/
coverage-caller-callee.cc
66
n_functions =
atoi
(argv[1]);
68
n_callers =
atoi
(argv[2]);
/external/f2fs-tools/fsck/
main.c
56
config.dbg_lv =
atoi
(optarg);
90
config.dbg_lv =
atoi
(optarg);
/external/fec/
vtest27.c
79
framebits =
atoi
(optarg);
82
trials =
atoi
(optarg);
vtest29.c
79
framebits =
atoi
(optarg);
82
trials =
atoi
(optarg);
vtest39.c
79
framebits =
atoi
(optarg);
82
trials =
atoi
(optarg);
vtest615.c
81
framebits =
atoi
(optarg);
84
trials =
atoi
(optarg);
/external/icu/icu4c/source/test/perf/charperf/
charperf.cpp
81
MIN_ =
atoi
(options[MIN_OPTION_].value);
84
MAX_ =
atoi
(options[MAX_OPTION_].value);
/external/ipsec-tools/src/racoon/
plainrsa-gen.c
173
pubexp =
atoi
(optarg);
176
bits =
atoi
(optarg);
Completed in 454 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>