OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stats_data
(Results
1 - 18
of
18
) 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);
137
std::string
stats_data
;
local
148
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/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h
155
cam_hist_stats_t
stats_data
;
member in union:qcamera::__anon4149::__anon4150
QCamera2HWI.h
405
int32_t processHistogramStats(cam_hist_stats_t &
stats_data
);
QCameraStateMachine.cpp
[
all
...]
QCamera2HWICallbacks.cpp
1276
cam_hist_stats_t *
stats_data
= (cam_hist_stats_t *)
local
[
all
...]
QCamera2HWI.cpp
[
all
...]
/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
...]
/device/lge/hammerhead/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
...]
/external/chromium_org/net/disk_cache/blockfile/
backend_impl_v3.h
200
bool InitStats(void*
stats_data
);
/device/asus/flo/camera/QCamera2/stack/common/
cam_types.h
754
cam_hist_stats_t
stats_data
; /* histogram data */
member in struct:__anon2724
[
all
...]
/device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h
805
cam_hist_stats_t
stats_data
; /* histogram data */
member in struct:__anon3218
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h
1009
cam_hist_stats_t
stats_data
; /* histogram data */
member in struct:__anon4297
[
all
...]
Completed in 1133 milliseconds