OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:param_dict
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
event_analyzing_sample.py
70
def process_event(
param_dict
):
71
event_attr =
param_dict
["attr"]
72
sample =
param_dict
["sample"]
73
raw_buf =
param_dict
["raw_buf"]
74
comm =
param_dict
["comm"]
75
name =
param_dict
["ev_name"]
78
if (
param_dict
.has_key("dso")):
79
dso =
param_dict
["dso"]
83
if (
param_dict
.has_key("symbol")):
84
symbol =
param_dict
["symbol"
[
all
...]
/external/chromium_org/tools/profile_chrome/third_party/
perf_to_tracing.py
143
def process_event(
param_dict
):
148
samp_comm =
param_dict
['comm']
149
samp_tid =
param_dict
['tid']
150
samp_cpu =
param_dict
['cpu']
151
samp_ts =
param_dict
['time']
152
samp_period =
param_dict
['period']
153
samp_type =
param_dict
['ev_name']
159
for cs in
param_dict
['cs']:
/external/chromium_org/net/base/
capturing_net_log.cc
116
base::DictionaryValue*
param_dict
= NULL;
local
118
if (param_value && !param_value->GetAsDictionary(&
param_dict
))
128
scoped_ptr<base::DictionaryValue>(
param_dict
)));
/external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py
601
param_dict
= urlparse.parse_qs(url_remainder)
603
param_dict
.get(LIVE_PARAM__DOWNLOAD_ONLY_DIFFERING, [''])[0].lower()
605
setA_dir =
param_dict
[LIVE_PARAM__SET_A_DIR][0]
606
setB_dir =
param_dict
[LIVE_PARAM__SET_B_DIR][0]
608
param_dict
.get(LIVE_PARAM__SET_A_SECTION, [None])[0])
610
param_dict
.get(LIVE_PARAM__SET_B_SECTION, [None])[0])
[
all
...]
Completed in 624 milliseconds