OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apply_presentation
(Results
1 - 3
of
3
) sorted by null
/external/autotest/frontend/tko/
rpc_interface.py
50
apply_presentation
=False)
55
query = models.TestView.
apply_presentation
(query, filter_data)
102
apply_presentation
=False)
107
query = models.TestView.
apply_presentation
(query, filter_data)
models.py
640
def query_test_ids(self, filter_data,
apply_presentation
=True):
644
@param
apply_presentation
: Whether or not to apply presentation
651
apply_presentation
=
apply_presentation
)
738
apply_presentation
=True):
743
apply_presentation
=
apply_presentation
)
/external/autotest/frontend/afe/
model_logic.py
715
def
apply_presentation
(cls, query, filter_data):
member in class:ModelExtensions
739
apply_presentation
=True):
780
if
apply_presentation
:
781
query = cls.
apply_presentation
(query, filter_data)
[
all
...]
Completed in 412 milliseconds