Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 48) sorted by relevance

12

/test/vti/test_serving/gae/
Djobv1openapi.json10 "type": "string" string
14 "type": "string" string
16 "type": "array" string
19 "type": "string" string
22 "type": "string" string
25 "type": "string" string
28 "type": "string" string
31 "type": "boolean" string
34 "type": "object" string
43 "type": "array" string
[all …]
Dschedulev1openapi.json10 "type": "string" string
14 "type": "string" string
16 "type": "array" string
19 "type": "string" string
22 "type": "string" string
25 "type": "string" string
28 "type": "string" string
31 "type": "boolean" string
34 "type": "object" string
43 "type": "array" string
[all …]
Dlabv1openapi.json10 "type": "string" string
14 "type": "string" string
16 "type": "array" string
19 "type": "string" string
22 "type": "string" string
25 "type": "string" string
28 "type": "string" string
31 "type": "boolean" string
34 "type": "object" string
43 "type": "array" string
[all …]
Dhostv1openapi.json10 "type": "string" string
14 "type": "string" string
16 "type": "array" string
19 "type": "string" string
22 "type": "string" string
25 "type": "string" string
28 "type": "string" string
31 "type": "boolean" string
34 "type": "object" string
43 "type": "array" string
[all …]
Dbuildv1openapi.json10 "type": "string" string
14 "type": "string" string
16 "type": "array" string
19 "type": "string" string
22 "type": "string" string
25 "type": "string" string
28 "type": "string" string
31 "type": "boolean" string
34 "type": "object" string
43 "type": "array" string
[all …]
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DMetricsReportLog.java84 public void addValue(String source, String message, double value, ResultType type, in addValue()
98 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
112 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
126 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
139 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
151 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
163 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
175 public void addValue(String message, boolean value, ResultType type, ResultUnit unit) { in addValue()
187 public void addValue(String message, String value, ResultType type, ResultUnit unit) { in addValue()
199 public void addValues(String message, int[] values, ResultType type, ResultUnit unit) { in addValues()
[all …]
/test/vts/compilation_tools/vtsc/code_gen/common/
DHalHidlCodeGenUtils.cpp22 bool IsElidableType(const VariableType& type) { in IsElidableType()
31 bool IsConstType(const VariableType& type) { in IsConstType()
42 bool IsUserDefinedType(const VariableType& type) { in IsUserDefinedType()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReportLog.java64 Metric(String source, String message, double value, ResultType type, ResultUnit unit) { in Metric()
79 Metric(String source, String message, double[] values, ResultType type, ResultUnit unit) { in Metric()
145 ResultType type = ResultType.parseReportString( in parse() local
177 public void addValues(String message, double[] values, ResultType type, ResultUnit unit) { in addValues()
184 public void addValues(String source, String message, double[] values, ResultType type, in addValues()
192 public void addValue(String message, double value, ResultType type, ResultUnit unit) { in addValue()
199 public void addValue(String source, String message, double value, ResultType type, in addValue()
207 public void addValue(String message, int value, ResultType type, ResultUnit unit) { in addValue()
214 public void addValue(String message, long value, ResultType type, ResultUnit unit) { in addValue()
221 public void addValue(String message, float value, ResultType type, ResultUnit unit) { in addValue()
[all …]
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointEntity.java71 private int type; field in ProfilingPointEntity
101 int type, in ProfilingPointEntity()
120 public VtsProfilingType getVtsProfilingType(int type) { in getVtsProfilingType()
185 int type = (int) (long) e.getProperty(TYPE); in fromEntity() local
DProfilingPointRunEntity.java76 private int type; field in ProfilingPointRunEntity
115 int type, in ProfilingPointRunEntity()
151 int type, in ProfilingPointRunEntity()
175 public VtsProfilingType getVtsProfilingType(int type) { in getVtsProfilingType()
272 int type = (int) (long) e.getProperty(TYPE); in fromEntity() local
312 VtsProfilingType type = profilingReport.getType(); in fromProfilingReport() local
DTestPlanRunEntity.java78 @Index private long type; field in TestPlanRunEntity
116 long type, in TestPlanRunEntity()
166 long type, in TestPlanRunEntity()
267 long type = (long) e.getProperty(TYPE); in fromEntity() local
DTestRunEntity.java146 @Index @Getter @Setter private long type; field in TestRunEntity
190 long type, in TestRunEntity()
357 long type = (long) e.getProperty(TYPE); in fromEntity() local
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DBaseServlet.java83 private final PageType type; field in BaseServlet.Page
87 public Page(PageType type) { in Page()
93 public Page(PageType type, String name, String url) { in Page()
99 public Page(PageType type, String name, String url, Boolean withoutDefault) { in Page()
105 public Page(PageType type, String url) { in Page()
/test/framework/harnesses/host_controller/tradefed/
Dremote_operation.py35 def __init__(self, type, **kwargs): argument
65 def type(self): member in RemoteOperation
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp163 const VariableType &type = func_spec.return_type_hidl(0).type(); in CanElideCallback() local
174 string type = GetCppVariableType(var_spec); in GetFuncArgTypes() local
/test/vts/compilation_tools/vtsc/
DVtsCompilerMain.cpp51 android::vts::VtsCompileFileType type = android::vts::VtsCompileFileType::kBoth; in main() local
/test/vts/drivers/hal/server/
DBinderServer.cpp89 int32_t type = data.readInt32(); in onTransact() local
161 int32_t Status(int32_t type) { in Status()
/test/vts-testcase/kernel/bow/
DBowTest.cpp181 SectorTypes type; member
264 int Write(SectorTypes type) { in Write()
287 auto type = SECTOR0; in FindChanged() local
324 void WriteSubmit(SectorTypes type) { in WriteSubmit()
337 void WriteRestore(SectorTypes type) { in WriteRestore()
/test/vts/drivers/hal/libcodecoverage/
DGcdaParser.cpp32 const char* type = NULL; in ParseMagic() local
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DProfilerCodeGenBase.cpp292 const ComponentSpecificationMessage& message, const VariableType& type) { in IncludeHidlNativeType()
325 const VariableSpecificationMessage& val, const VariableType& type) { in IncludeHidlNativeType()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp206 static string StripNamespace(const string &type) { in StripNamespace()
221 string type = var.predefined_type(); in ProcessReturnValue() local
/test/vti/dashboard/src/main/java/com/android/vts/util/
DLineGraph.java36 private GraphType type = GraphType.LINE_GRAPH; field in LineGraph
/test/vts/drivers/hal/common/binder/
DVtsFuzzerBinderService.cpp91 int32_t BpVtsFuzzer::Status(int32_t type) { in Status()
/test/vts-testcase/kernel/encryption/
Dvts_kernel_encryption.h101 std::string type; member
/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation.py145 type = '' variable in GenerateTextReport.EventItem

12