Home
last modified time | relevance | path

Searched refs:strtoll (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/cmds/statsd/src/config/
DConfigKey.cpp45 value = strtoll(str.c_str(), &endp, 0); in StrToInt64()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.h45 #define strtoll _strtoi64 macro
49 #define strtoll strtol
374 return strtoll(nptr, endptr, base); in strto64()
/frameworks/native/cmds/installd/
Dotapreopt_parameters.cpp47 long long int result = strtoll(in, &end, 0); in ParseUInt()
Dotapreopt.cpp289 long long int result = strtoll(in, &end, 0); in ParseUInt()
/frameworks/compile/mclinker/include/mcld/Config/
DConfig.h.cmake422 /* Define to 1 if you have the `strtoll' function. */
605 /* Define to a function replacing strtoll */
606 #cmakedefine strtoll ${strtoll}
/frameworks/base/cmds/statsd/src/
DStatsService.cpp612 int64_t configID = strtoll(args[i].c_str(), &endp, 10); in cmd_trigger_active_config_broadcast()
667 int64_t configID = strtoll(name.c_str(), &endp, 10); in cmd_config()
852 int64_t trainVersion = strtoll(args[2].c_str(), nullptr, 10); in cmd_log_binary_push()
868 int64_t experimentId = strtoll(experimentIdString.c_str(), nullptr, 10); in cmd_log_binary_push()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp733 sizesArray[i] = strtoll(num, &end, 10); in android_os_Process_readProcLines()
955 longsData[di] = strtoll(buffer+start, &end, 10); in android_os_Process_parseProcLineArray()
Dandroid_database_CursorWindow.cpp388 return sizeIncludingNull > 1 ? strtoll(value, NULL, 0) : 0L; in nativeGetLong()
/frameworks/av/services/mediaanalytics/
DMediaAnalyticsService.cpp299 ts_since = strtoll(p, &endp, 10); in dump()
/frameworks/base/cmds/incidentd/src/
DWorkDirectory.cpp125 *result = strtoll(id.c_str(), &endptr, 10); in parse_timestamp_ns()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp450 *val = strtoll(s, &end, 10); in safe_strtoi64()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DParameters.cpp1709 validatedParams.gpsTimestamp = strtoll(gpsTimeStr, &endPtr, 10); in set()