/prebuilts/go/linux-x86/src/strconv/ |
fp_test.go | 37 e, err1 := strconv.Atoi(a[1]) 77 n, err := strconv.Atoi(a[0]) 82 e, err1 := strconv.Atoi(a[1])
|
/prebuilts/go/linux-x86/src/time/ |
zoneinfo_plan9.go | 64 o, err := atoi(f[1]) 71 o, err = atoi(f[3]) 85 t, err := atoi(f[i])
|
/external/opencv3/apps/createsamples/ |
createsamples.cpp | 122 num = atoi( argv[++i] ); 126 bgcolor = atoi( argv[++i] ); 130 bgthreshold = atoi( argv[++i] ); 142 maxintensitydev = atoi( argv[++i] ); 169 width = atoi( argv[++i] ); 173 height = atoi( argv[++i] );
|
/device/generic/goldfish/camera/ |
EmulatedQemuCamera.cpp | 103 const int x = atoi(first_dim); 104 const int y = atoi(sep + 1);
|
/external/avahi/avahi-compat-howl/samples/ |
publish.c | 96 printf("%s %s %d\n", argv[1], argv[2], atoi(argv[3])); 98 if ((result = sw_discovery_publish(discovery, 0, argv[1], argv[2], NULL, NULL, atoi(argv[3]), sw_text_record_bytes(text_record), sw_text_record_len(text_record), my_service_reply, NULL, &id)) != SW_OKAY)
|
query.c | 89 err = sw_discovery_query_record(discovery, 0, 0, argv[1], atoi(argv[2]), atoi(argv[3]), query_record_reply, NULL, &oid);
|
/external/cblas/examples/ |
cblas_example2.c | 19 rout = atoi(argv[1]); 20 info = atoi(argv[2]);
|
/external/expat/tests/benchmark/ |
benchmark.c | 61 bufferSize = atoi (argv[j + 2]); 62 nrOfLoops = atoi (argv[j + 3]);
|
/external/fec/ |
sumsq_test.c | 61 bufsize = atoi(optarg); 64 trials = atoi(optarg);
|
/external/iw/ |
wowlan.c | 60 atoi(port)); 82 atoi(port)); 97 atoi(buf + 14)); 124 seq.start = atoi(start); 126 seq.len = atoi(len); 127 seq.offset = atoi(offs); 159 tok->len = atoi(len); 160 tok->offset = atoi(offs);
|
/external/libmicrohttpd/src/examples/ |
authorization_example.c | 101 atoi (argv[1]), 105 sleep (atoi (argv[2]));
|
/external/llvm/test/Analysis/ScalarEvolution/ |
2008-06-12-BinomialInt64.ll | 25 %tmp8 = tail call i32 @atoi( i8* null ) nounwind readonly ; <i32> [#uses=1] 43 declare i32 @atoi(i8*) nounwind readonly
|
/external/valgrind/drd/tests/ |
omp_prime.c | 55 num_threads = atoi(optarg); 71 n = atoi(argv[optind]);
|
rwlock_test.c | 68 s_num_iterations = atoi(optarg); 71 s_num_threads = atoi(optarg);
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
util.go | 18 func atoi(s string) int { func 19 // NOTE: Not strconv.Atoi, accepts hex and octal prefixes.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
util.go | 18 func atoi(s string) int { func 19 // NOTE: Not strconv.Atoi, accepts hex and octal prefixes.
|
/system/extras/tests/cpueater/ |
daemonize.c | 59 delay = atoi(*argv); 61 delay = atoi(*++argv);
|
/system/tpm/tpm_manager/client/ |
main.cc | 152 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str()), 153 atoi(command_line->GetSwitchValueASCII(kNvramLengthArg).c_str())); 162 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 172 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str()), 182 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 191 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 200 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 209 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str()));
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
demangler-fuzzer.c | 74 seed = atoi (optarg); 79 maxcount = atoi (optarg);
|
/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
sleeper.c | 53 sleep(atoi(argv[2]));
|
/external/compiler-rt/test/asan/TestCases/ |
intra-object-overflow.cc | 25 int idx = argc == 2 ? atoi(argv[1]) : 0;
|
max_redzone.cc | 16 bool large_redzone = atoi(argv[1]);
|
/external/eigen/bench/btl/data/ |
mean.cxx | 73 int min_in_cache=atoi(argv[2]); 74 int max_in_cache=atoi(argv[3]); 75 int min_out_of_cache=atoi(argv[4]); 76 int max_out_of_cache=atoi(argv[5]);
|
/external/libcap/progs/ |
getpcaps.c | 38 pid = atoi(argv[0]);
|
/external/strace/test/ |
many_looping_threads.c | 37 num_threads = atoi(argv[1]);
|