Searched
refs:atoi (Results
601 -
625 of
783) sorted by null
<<21222324252627282930>>
/external/tinyxml/ |
tinyxml.cpp | 679 *i = atoi( s ); 1268 return atoi (value.c_str ()); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 309 dst->debug_level = atoi(buf + 6);
|
ctrl_iface_unix.c | 131 dst->debug_level = atoi(level);
|
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
hlr_auc_gw.c | 404 max_chal = atoi(pos);
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.c | 1064 ping_interval = atoi(optarg);
|
/external/wpa_supplicant_8/src/common/ |
wpa_ctrl.c | 301 port_id = atoi(&port[1]);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_atheros.c | [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 217 cfg.dev_pw_id = atoi(pos + 10);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_named_pipe.c | 303 dst->debug_level = atoi(buf + 6);
|
ctrl_iface_unix.c | 120 dst->debug_level = atoi(level);
|
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 348 return atoi(ptr);
|
/frameworks/native/services/sensorservice/ |
SensorService.cpp | 379 if (atoi(value)) {
|
/hardware/samsung_slsi/exynos5/libhwc/ |
hwc.cpp | 585 int hdcp_enabled = atoi(value); 593 int color_range = atoi(value); [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
MobiCoreDriverDaemon.cpp | 864 donationSize = atoi(optarg);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFocus.cpp | 53 MAX_FOCUS_AREAS = atoi(params.get(CameraParameters::KEY_MAX_NUM_FOCUS_AREAS));
|
/ndk/sources/host-tools/make-3.81/ |
getloadavg.c | 1003 naptime = atoi (argv[1]);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_trace.h | 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 496 = static_cast<std::size_t>(std::atoi(__env_max_warn_count_str));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/ |
profiler_trace.h | 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 496 = static_cast<std::size_t>(std::atoi(__env_max_warn_count_str));
|
/system/core/init/ |
init.c | 625 selinux_enabled = atoi(value);
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 196 if (atoi(value) != 0) {
|
/system/core/libusbhost/ |
usbhost.c | 222 i = atoi(event->name);
|
/system/core/toolbox/ |
getevent.c | 563 event_count = atoi(optarg);
|
/bionic/libc/netbsd/resolv/ |
res_cache.c | [all...] |
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 983 ci->prefs = (u_int8_t)atoi(p_prefs); /* XXX should be handled error. */ 987 ci->prefd = (u_int8_t)atoi(p_prefd); /* XXX should be handled error. */ [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | [all...] |
Completed in 4278 milliseconds
<<21222324252627282930>>