OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:graph_type
(Results
1 - 9
of
9
) sorted by null
/external/autotest/tko/migrations/
015_support_graphing_interface.py
16
graph_type
VARCHAR(16) NOT NULL,
/external/autotest/frontend/client/src/autotest/tko/
MachineQualHistogramFrontend.java
37
params.put("
graph_type
", new JSONString("qual"));
MetricsPlotFrontend.java
196
params.put("
graph_type
", new JSONString("metrics"));
/external/autotest/frontend/tko/
rpc_interface.py
324
def get_embedding_id(url_token,
graph_type
, params):
331
graph_type
=
graph_type
,
graphing_utils.py
798
if model.
graph_type
== 'metrics':
806
elif model.
graph_type
== 'qual':
813
raise ValueError('Invalid
graph_type
%s' % model.
graph_type
)
models.py
315
graph_type
= dbmodels.CharField(max_length=16, null=False, blank=False)
variable in class:EmbeddedGraphingQuery
/external/autotest/database/
schema_051.sql
817
`
graph_type
` varchar(16) NOT NULL,
[
all
...]
/external/opencv/cxcore/src/
cxdatastructs.cpp
[
all
...]
/external/opencv3/modules/core/src/
datastructs.cpp
[
all
...]
Completed in 346 milliseconds