/test/vti/test_serving/gae/ |
D | jobv1openapi.json | 10 "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 …]
|
D | schedulev1openapi.json | 10 "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 …]
|
D | labv1openapi.json | 10 "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 …]
|
D | hostv1openapi.json | 10 "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 …]
|
D | buildv1openapi.json | 10 "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/ |
D | MetricsReportLog.java | 84 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/ |
D | HalHidlCodeGenUtils.cpp | 22 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/ |
D | ReportLog.java | 64 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/ |
D | ProfilingPointEntity.java | 71 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
|
D | ProfilingPointRunEntity.java | 76 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
|
D | TestPlanRunEntity.java | 78 @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
|
D | TestRunEntity.java | 146 @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/ |
D | BaseServlet.java | 83 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/ |
D | remote_operation.py | 35 def __init__(self, type, **kwargs): argument 65 def type(self): member in RemoteOperation
|
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/ |
D | HalHidlFuzzerCodeGen.cpp | 163 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/ |
D | VtsCompilerMain.cpp | 51 android::vts::VtsCompileFileType type = android::vts::VtsCompileFileType::kBoth; in main() local
|
/test/vts/drivers/hal/server/ |
D | BinderServer.cpp | 89 int32_t type = data.readInt32(); in onTransact() local 161 int32_t Status(int32_t type) { in Status()
|
/test/vts-testcase/kernel/bow/ |
D | BowTest.cpp | 181 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/ |
D | GcdaParser.cpp | 32 const char* type = NULL; in ParseMagic() local
|
/test/vts/compilation_tools/vtsc/code_gen/profiler/ |
D | ProfilerCodeGenBase.cpp | 292 const ComponentSpecificationMessage& message, const VariableType& type) { in IncludeHidlNativeType() 325 const VariableSpecificationMessage& val, const VariableType& type) { in IncludeHidlNativeType()
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerRunner.cpp | 206 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/ |
D | LineGraph.java | 36 private GraphType type = GraphType.LINE_GRAPH; field in LineGraph
|
/test/vts/drivers/hal/common/binder/ |
D | VtsFuzzerBinderService.cpp | 91 int32_t BpVtsFuzzer::Status(int32_t type) { in Status()
|
/test/vts-testcase/kernel/encryption/ |
D | vts_kernel_encryption.h | 101 std::string type; member
|
/test/vts/utils/python/instrumentation/ |
D | test_framework_instrumentation.py | 145 type = '' variable in GenerateTextReport.EventItem
|