OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestView
(Results
1 - 11
of
11
) sorted by null
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestActivity.java
25
TestView
mView;
30
mView = new
TestView
(getApplication());
TestView.java
60
class
TestView
extends GLSurfaceView {
61
TestView
(Context context) {
66
public
TestView
(Context context, AttributeSet attrs) {
/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestView.java
54
class
TestView
extends GLSurfaceView {
55
TestView
(Context context) {
60
public
TestView
(Context context, AttributeSet attrs) {
TestActivity.java
25
TestView
mView;
47
mView = new
TestView
(getApplication());
/external/autotest/frontend/tko/
rpc_interface.py
13
models.
TestView
.list_objects(filter_data))
17
return models.
TestView
.query_count(filter_data)
23
Queries against
TestView
grouping by the specified fields and computings
45
query = models.
TestView
.objects.get_query_set_with_joins(filter_data)
47
query = models.
TestView
.query_objects(filter_data, initial_query=query,
49
count_alias, count_sql = models.
TestView
.objects.get_count_sql(query)
53
query = models.
TestView
.apply_presentation(query, filter_data)
66
query = models.
TestView
.objects.get_query_set_with_joins(filter_data)
67
query = models.
TestView
.query_objects(filter_data, initial_query=query)
68
return models.
TestView
.objects.get_num_groups(query, group_by
[
all
...]
tko_rpc_utils.py
74
group_dict[models.
TestView
.objects._GROUP_COUNT_NAME] = 1
126
self._group_dicts = models.
TestView
.objects.execute_group_query(
models.py
445
Join the given
TestView
QuerySet to TestAttribute. The resulting query
499
"""Join the given
TestView
QuerySet to IterationResult for one result.
501
The resulting query looks like a
TestView
query but has one row per
502
iteration. Each row includes all the attributes of
TestView
, an
505
We accomplish this by joining the
TestView
query to IterationResult
508
is the only restriction, so each
TestView
row expands to a row per
694
class
TestView
(dbmodels.Model, model_logic.ModelExtensions):
748
raise NotImplementedError('
TestView
is read-only')
752
raise NotImplementedError('
TestView
is read-only')
760
return super(
TestView
, cls).query_objects
[
all
...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewTest.java
338
TestView
view1 = new
TestView
(new Activity());
347
TestView
view1 = new
TestView
(new Activity());
477
private static class
TestView
extends View {
480
public
TestView
(Context context) {
/external/autotest/site_utils/
run_suite_unittest.py
142
run_suite.
TestView
.SUITE_PREP)
208
suite_job_view = run_suite.
TestView
(
212
good_test = run_suite.
TestView
(
216
bad_test = run_suite.
TestView
(
run_suite.py
485
@param view: A
TestView
object.
496
if view.get_testname() ==
TestView
.SUITE_PREP:
617
class
TestView
(object):
627
"""Init a
TestView
object representing a tko test view.
[
all
...]
/external/autotest/frontend/afe/
rpc_interface.py
605
counts = (tko_models.
TestView
.objects.filter(
[
all
...]
Completed in 140 milliseconds