OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scenario
(Results
51 - 75
of
709
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java
53
* It does so by running the same view
scenario
twice. Once with match parent setup to record all
123
protected void testScenerio(
Scenario
scenario
) throws Throwable {
138
List<Snapshot> s1 = runScenario(
scenario
, matchParent, null);
141
List<Snapshot> s2 = runScenario(
scenario
, wrapContent, s1);
151
public List<Snapshot> runScenario(
Scenario
scenario
, ViewGroup.LayoutParams lp,
157
RecyclerView.LayoutManager layoutManager =
scenario
.createLayoutManager();
163
mTestAdapter = new TestAdapter(
scenario
.getSeedAdapterSize());
170
for (Step step :
scenario
.mStepList)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
overview.html
29
and to verify whether a build result may have
scenario
showing performance regression.
36
<a href="properties.html">Properties view</a>. This is typically useful when a
scenario
properties.html
33
<h2>
Scenario
properties</h2>
verification.html
26
Then this analyze can be stored to see whether this
scenario
will still have
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java
165
* Test the basic retry
scenario
where only one APN and no retry configured.
187
* Test the basic retry
scenario
where only one APN with two retries configured.
241
* Test the basic retry
scenario
where two waiting APNs with one retry configured.
279
* Test the basic retry
scenario
where two waiting APNs with two retries configured.
327
* Test the basic retry
scenario
where two mms (non-default) APNs with two retries configured.
375
* Test the permanent fail
scenario
with one APN configured.
408
* Test the permanent fail
scenario
with two APNs configured.
465
* Test the permanent fail
scenario
with three APNs configured.
524
* Test the permanent fail
scenario
with two APN all failed
579
* Test the randomized delay
scenario
[
all
...]
/external/autotest/client/tests/pi_tests/
control
8
The basic premise here is to set up a deadlock
scenario
and confirm that PI
/external/autotest/server/site_tests/display_LidCloseOpen/
control.extended
21
This test remotely emulates external display lid close/open
scenario
.
control.extended_plug_close_unplug_open_plug
21
This test remotely emulates external display lid close/open
scenario
.
control.extended_plug_close_unplug_plug_open
21
This test remotely emulates external display lid close/open
scenario
.
control.extended_unplug_close_plug_open
21
This test remotely emulates external display lid close/open
scenario
.
control.extended_unplug_close_plug_unplug_open_plug
21
This test remotely emulates external display lid close/open
scenario
.
control.extended_unplugged_combined
20
This test remotely emulates external display lid close/open
scenario
.
control.mirrored
21
This test remotely emulates external display lid close/open
scenario
.
control.mirrored_plug_close_unplug_open_plug
21
This test remotely emulates external display lid close/open
scenario
.
control.mirrored_plug_close_unplug_plug_open
21
This test remotely emulates external display lid close/open
scenario
.
control.mirrored_unplug_close_plug_open
21
This test remotely emulates external display lid close/open
scenario
.
control.mirrored_unplug_close_plug_unplug_open_plug
21
This test remotely emulates external display lid close/open
scenario
.
control.mirrored_unplugged_combined
20
This test remotely emulates external display lid close/open
scenario
.
/external/compiler-rt/test/asan/TestCases/Windows/
bind_io_completion_callback.cc
6
// the rest is built with Clang. This represents the typical
scenario
when we
queue_user_work_item.cc
6
// the rest is built with Clang. This represents the typical
scenario
when we
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
results.properties
20
-
scenario
.pattern org.eclipse.ant
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
InstrumentationSizeSzenario.java
21
*
Scenario
to measure the overhead in terms of additional byte code size
InstrumentationTimeScenario.java
21
*
Scenario
to measure the time taken by the instrumentation process itself.
/external/opencv3/samples/winrt/JavaScript/html/
AdvancedCapture.html
11
This
scenario
shows how to enumerate cameras in the system.
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
GridStackFromBottomMany.java
22
* Basic bottom stacking from bottom
scenario
, nothing fancy. The grid items do not fit on the
Completed in 2721 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>