OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_map
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py
34
(based on the test expectation file). The instance variable |
result_map
|
60
self.
result_map
= {}
61
self.
result_map
['whole'] = {}
62
self.
result_map
['skip'] = {}
63
self.
result_map
['nonskip'] = {}
66
self.
result_map
['whole'][k] = value
74
self.
result_map
['skip'][k] = value
76
self.
result_map
['nonskip'][k] = value
148
delta = len(self.
result_map
['whole'].keys()) - (
149
len(self.
result_map
['skip'].keys())
[
all
...]
layouttest_analyzer_helpers_unittest.py
41
m = analyzerResultMapBase.
result_map
['whole']
43
m = analyzerResultMapBase.
result_map
['skip']
52
analyzerResultMapBase.
result_map
['whole']['add1.html'] = True
53
analyzerResultMapBase.
result_map
['skip']['add2.html'] = True
62
m = analyzerResultMapBase.
result_map
['nonskip']
68
m = analyzerResultMapBase.
result_map
['nonskip']
/external/chromium_org/ui/base/clipboard/
custom_data_helper_unittest.cc
138
std::map<string16, string16>
result_map
;
local
149
ReadCustomDataIntoMap(malformed.data(), malformed.size(), &
result_map
);
151
EXPECT_EQ(0u,
result_map
.size());
161
ReadCustomDataIntoMap(malformed2.data(), malformed2.size(), &
result_map
);
163
EXPECT_EQ(0u,
result_map
.size());
/external/chromium_org/content/child/
site_isolation_policy.cc
242
RequestIdToResultMap&
result_map
= g_result_map.Get();
local
246
if (
result_map
.count(request_id) != 0) {
247
if (
result_map
[request_id]) {
258
// If
result_map
doesn't have an entry for |request_id|, we're receiving the
263
result_map
[request_id] = false;
351
result_map
[request_id] = is_blocked;
/external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.h
89
AlbumMap*
result_map
);
picasa_data_provider.cc
240
AlbumMap*
result_map
) {
263
result_map
->insert(std::pair<std::string, AlbumInfo>(name, info_list[i]));
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py
137
result_map
= {}
141
if parent not in
result_map
:
142
result_map
[parent] = None
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py
137
result_map
= {}
141
if parent not in
result_map
:
142
result_map
[parent] = None
/external/mdnsresponder/mDNSPosix/
nss_mdns.c
501
typedef struct
result_map
struct
[
all
...]
Completed in 916 milliseconds