OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:list_1
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/options/
pepper_flash_content_settings_utils_unittest.cc
34
MediaExceptions
list_1
;
local
35
list_1
.push_back(entry_1);
36
list_1
.push_back(entry_2);
37
list_1
.push_back(entry_3);
38
list_1
.push_back(entry_4);
52
EXPECT_NE(
list_1
, list_2);
54
EXPECT_NE(list_3,
list_1
);
56
PepperFlashContentSettingsUtils::SortMediaExceptions(&
list_1
);
60
EXPECT_EQ(
list_1
, list_2);
/packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java
52
list.add(
LIST_1
);
65
ImapList list = buildList(ImapList.EMPTY, ABC,
LIST_1
, ImapString.EMPTY);
96
ImapList list = buildList(ImapList.EMPTY, STRING_1,
LIST_1
, ImapString.EMPTY);
100
assertElement(
LIST_1
, list.getElementOrNone(2));
109
ImapList list = buildList(ImapList.EMPTY, STRING_1,
LIST_1
, ImapString.EMPTY);
113
assertElement(
LIST_1
, list.getListOrEmpty(2));
122
ImapList list = buildList(ImapList.EMPTY, STRING_1,
LIST_1
, ImapString.EMPTY);
166
ImapList list = buildList(K1,
LIST_1
);
168
assertElement(
LIST_1
, list.getKeyedListOrEmpty("key", false));
169
assertElement(
LIST_1
, list.getKeyedListOrEmpty("key", true))
[
all
...]
ImapElementTest.java
36
assertFalse(ImapElement.NONE.equalsForTest(ImapTestUtils.
LIST_1
));
ImapTestUtils.java
41
public static final ImapList
LIST_1
= buildList(STRING_1);
42
public static final ImapList LIST_2 = buildList(STRING_1, STRING_2,
LIST_1
);
Completed in 70 milliseconds