OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stats_data
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/base/process/
internal_linux.cc
69
bool ParseProcStats(const std::string&
stats_data
,
71
// |
stats_data
| may be empty if the process disappeared somehow.
73
if (
stats_data
.empty())
80
size_t open_parens_idx =
stats_data
.find(" (");
81
size_t close_parens_idx =
stats_data
.rfind(") ");
85
DLOG(WARNING) << "Failed to find matched parens in '" <<
stats_data
<< "'";
93
proc_stats->push_back(
stats_data
.substr(0, open_parens_idx));
96
stats_data
.substr(open_parens_idx + 1,
101
SplitString(
stats_data
.substr(close_parens_idx + 2), ' ', &other_stats);
138
std::string
stats_data
;
local
149
std::string
stats_data
;
local
[
all
...]
process_iterator_linux.cc
74
std::string
stats_data
;
local
97
if (!internal::ReadProcStats(pid, &
stats_data
))
99
if (!internal::ParseProcStats(
stats_data
, &proc_stats))
internal_linux.h
41
// Takes |
stats_data
| and populates |proc_stats| with the values split by
44
bool ParseProcStats(const std::string&
stats_data
,
/device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h
331
int32_t processHistogramStats(cam_hist_stats_t &
stats_data
);
QCamera2HWICallbacks.cpp
695
pme->processHistogramStats(pMetaData->
stats_data
);
[
all
...]
QCamera2HWI.cpp
[
all
...]
/hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h
331
int32_t processHistogramStats(cam_hist_stats_t &
stats_data
);
QCamera2HWICallbacks.cpp
695
pme->processHistogramStats(pMetaData->
stats_data
);
[
all
...]
QCamera2HWI.cpp
[
all
...]
/device/asus/flo/camera/QCamera2/stack/common/
cam_types.h
754
cam_hist_stats_t
stats_data
; /* histogram data */
member in struct:__anon1713
[
all
...]
/hardware/qcom/camera/QCamera2/stack/common/
cam_types.h
793
cam_hist_stats_t
stats_data
; /* histogram data */
member in struct:__anon31337
[
all
...]
Completed in 2223 milliseconds