OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:union_set
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc
247
scoped_refptr<PermissionSet>
union_set
;
local
279
union_set
= PermissionSet::CreateUnion(set1.get(), set2.get());
281
EXPECT_TRUE(set1->Contains(*
union_set
.get()));
283
EXPECT_FALSE(set2->Contains(*
union_set
.get()));
284
EXPECT_TRUE(
union_set
->Contains(*set1.get()));
285
EXPECT_TRUE(
union_set
->Contains(*set2.get()));
287
EXPECT_FALSE(
union_set
->HasEffectiveFullAccess());
288
EXPECT_EQ(expected_apis,
union_set
->apis());
289
EXPECT_EQ(expected_explicit_hosts,
union_set
->explicit_hosts());
290
EXPECT_EQ(expected_scriptable_hosts,
union_set
->scriptable_hosts())
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c
3092
re_node_set
union_set
;
local
3311
re_node_set
union_set
;
local
[
all
...]
/external/v8/src/
jsregexp.cc
5009
ZoneList<CharacterRange>*
union_set
=
local
[
all
...]
Completed in 723 milliseconds