Searched
full:atoi (Results
351 -
375 of
1461) sorted by null
<<11121314151617181920>>
/system/extras/tests/sdcard/ |
sdcard_perf_test.cpp | 223 testCase->setDataSize(atoi(optarg) * 1024); 226 testCase->setChunkSize(atoi(optarg) * 1024); 229 testCase->setTreeDepth(atoi(optarg)); 232 testCase->setIter(atoi(optarg)); 236 testCase->setNproc(atoi(optarg));
|
/system/vold/ |
CommandListener.cpp | 343 unsigned int numSectors = (atoi(argv[3]) * (1024 * 1024)) / 512; 344 const bool isExternal = (atoi(argv[7]) == 1); 345 rc = vm->createAsec(argv[2], numSectors, argv[4], argv[5], atoi(argv[6]), isExternal); 386 rc = vm->mountAsec(argv[2], argv[3], atoi(argv[4])); 470 rc = vm->mountObb(argv[2], argv[3], atoi(argv[4]));
|
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 260 g_proxy_config.ssl_session_expiry_ = atoi(session_expiry.c_str()); 269 atoi(cl.GetSwitchValueASCII("idle-timeout").c_str()); 314 int spdy_only = atoi(valueArgs[8].c_str());
|
/external/chromium_org/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 257 g_proxy_config.ssl_session_expiry_ = atoi(session_expiry.c_str()); 266 atoi(cl.GetSwitchValueASCII("idle-timeout").c_str()); 311 int spdy_only = atoi(valueArgs[8].c_str());
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/ |
uperf.cpp | 155 passes = atoi(options[PASSES].value); 158 iterations = atoi(options[ITERATIONS].value); 164 time = atoi(options[TIME].value);
|
/external/icu4c/tools/ctestfw/ |
uperf.cpp | 159 passes = atoi(options[PASSES].value); 162 iterations = atoi(options[ITERATIONS].value); 168 time = atoi(options[TIME].value);
|
/external/libmtp/examples/ |
sendtr.c | 412 tracknum = atoi(optarg); 418 length = atoi(optarg); 421 year = atoi(optarg);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testalpha.c | 361 video_bpp = atoi(argv[++i]); 374 w = atoi(argv[++i]); 377 h = atoi(argv[++i]);
|
/external/qemu/ |
qemu-sockets-android.c | 94 return atoi(socket_fd); 114 snprintf(port, sizeof(port), "%d", atoi(port) + port_offset); 199 return atoi(socket_fd);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 206 mode=atoi(argv[i+1]); 217 nbTest = atoi(argv[i + 1]); 236 bottleneck = atoi(argv[2-tmp]);
|
/frameworks/av/media/libstagefright/codecs/aacdec/ |
SoftAAC2.cpp | 129 unsigned refLevel = atoi(value); 138 unsigned cut = atoi(value); 147 unsigned boost = atoi(value);
|
/frameworks/compile/mclinker/lib/LD/ |
GNUArchiveReader.cpp | 170 pMemberSize = atoi(header->size); 253 int symtab_size = atoi(header->size); 315 int strtab_size = atoi(header->size);
|
/frameworks/native/cmds/dumpstate/ |
utils.c | 70 if (!(pid = atoi(de->d_name))) { 118 if (!(tid = atoi(de->d_name))) { 517 int pid = atoi(d->d_name);
|
/frameworks/native/opengl/libs/EGL/ |
egl.cpp | 124 int propertyLevel = atoi(value); 224 if (atoi(value)) { 336 if (atoi(value)) {
|
/frameworks/wilhelm/tests/examples/ |
slesTestSendToPresetReverb.cpp | 380 TestSendToPresetReverb(sl, argv[i], atoi(argv[i+1]), (SLmillibel)atoi(argv[i+2]), 381 (SLmillibel)atoi(argv[i+3]), alwaysOn, useFd, loop);
|
/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 71 int property_interval = atoi(pval); 177 atoi(property) == 0) 211 int num = atoi(property);
|
/hardware/qcom/display/msm8974/libgralloc/ |
framebuffer.cpp | 71 int property_interval = atoi(pval); 177 atoi(property) == 0) 211 int num = atoi(property);
|
/hardware/qcom/display/msm8x26/libgralloc/ |
framebuffer.cpp | 71 int property_interval = atoi(pval); 177 atoi(property) == 0) 211 int num = atoi(property);
|
/system/media/audio_route/ |
audio_route.c | 388 value = atoi((char *)attr_value); 410 id = atoi((char *)attr_id); 426 mixer_value.index = atoi((char *)attr_id);
|
/external/hyphenation/ |
hyphen.c | 345 dict[k]->lhmin = atoi(buf + 13); 348 dict[k]->rhmin = atoi(buf + 14); 351 dict[k]->clhmin = atoi(buf + 21); 354 dict[k]->crhmin = atoi(buf + 22); 370 replindex = (signed char) atoi(index + 1) - 1; 371 replcut = (signed char) atoi(index2 + 1); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
eapol_test.c | 127 val = htonl(atoi(attr->data)); 985 if (argc < 2 || ((num_triplets = atoi(argv[1])) <= 0)) { 1157 as_port = atoi(optarg); 1160 eapol_test.eapol_test_num_reauths = atoi(optarg); 1169 timeout = atoi(optarg); 1184 p->type = atoi(optarg); [all...] |
/external/chromium/chrome/browser/history/ |
snippet.cc | 177 const size_t start = atoi(offsets[i + 2].c_str()); 178 const size_t end = start + atoi(offsets[i + 3].c_str());
|
/external/chromium_org/chrome/browser/history/ |
snippet.cc | 177 const size_t start = atoi(offsets[i + 2].c_str()); 178 const size_t end = start + atoi(offsets[i + 3].c_str());
|
/external/chromium_org/ppapi/examples/audio_input/ |
audio_input.cc | 117 int index = atoi(index_str.c_str()); 124 int index = atoi(index_str.c_str());
|
/external/chromium_org/ppapi/tests/ |
testing_instance.cc | 60 websocket_port_ = atoi(argv[i]); 62 ssl_server_port_ = atoi(argv[i]);
|
Completed in 975 milliseconds
<<11121314151617181920>>