OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_content
(Results
1 - 9
of
9
) sorted by null
/external/autotest/client/site_tests/platform_CrosDisksFormat/
platform_CrosDisksFormat.py
50
test_content
= DefaultFilesystemTestContent()
52
if not
test_content
.create(mount_path):
54
if not
test_content
.verify(mount_path):
/external/autotest/client/site_tests/platform_CrosDisksFilesystem/
platform_CrosDisksFilesystem.py
45
test_content
= DefaultFilesystemTestContent()
50
if not is_write_test and not
test_content
.create(image.mount_dir):
71
if is_write_test and not
test_content
.create(actual_mount_path):
74
if not
test_content
.verify(actual_mount_path):
/packages/apps/Messaging/src/com/android/messaging/ui/
TestActivity.java
67
.replace(R.id.
test_content
, fragment)
75
((FrameLayout) findViewById(R.id.
test_content
)).addView(view);
/external/autotest/client/site_tests/platform_CrosDisksArchive/
platform_CrosDisksArchive.py
111
test_content
= DefaultFilesystemTestContent()
112
if not
test_content
.create(archive_dir.name):
151
if not
test_content
.verify(expected_mount_path):
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseBasicsTestCase.java
107
(FitWindowsContentLayout) getActivity().findViewById(R.id.
test_content
);
112
onView(withId(R.id.
test_content
)).perform(setSystemUiVisibility(flags));
120
final View content = getActivity().findViewById(R.id.
test_content
);
130
onView(withId(R.id.
test_content
)).perform(setSystemUiVisibility(flags));
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
TemplateLayoutTest.java
54
View content = layout.findViewById(R.id.
test_content
);
55
assertTrue("@id/
test_content
should be a TextView", content instanceof TextView);
GlifLayoutTest.java
76
View content = layout.findViewById(R.id.
test_content
);
77
assertTrue("@id/
test_content
should be a TextView", content instanceof TextView);
SetupWizardLayoutTest.java
78
View content = layout.findViewById(R.id.
test_content
);
79
assertTrue("@id/
test_content
should be a TextView", content instanceof TextView);
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_formatter.py
69
def
test_content
():
function
82
assert '
test_content
' in result
Completed in 480 milliseconds