/test/dittosuite/include/ditto/ |
D | statistics.h | 31 template <class T> 32 T StatisticsGetMin(const std::vector<T>& samples) { in StatisticsGetMin() 38 template <class T> 39 T StatisticsGetMax(const std::vector<T>& samples) { in StatisticsGetMax() 45 template <class T> 46 T StatisticsGetMean(const std::vector<T>& samples) { in StatisticsGetMean() 49 T result = std::accumulate(samples.begin(), samples.end(), T{}); in StatisticsGetMean() 53 template <class T> 54 T StatisticsGetMedian(const std::vector<T>& samples) { in StatisticsGetMedian() 69 T result = my_vector_copy[n / 2] + my_vector_copy[(n - 1) / 2]; in StatisticsGetMedian() [all …]
|
D | tracer.h | 40 template <class T> 41 std::string trace_format__(const T& id) { in trace_format__() 45 template <class T, class... Args> 46 std::string trace_format__(const T& id, Args... vars) { in trace_format__() 50 template <class T> 51 std::string trace_format(const T& id) { in trace_format() 55 template <class T, class... Args> 56 std::string trace_format(const T& id, Args... vars) { in trace_format()
|
D | sampler.h | 24 template <class T> 27 std::vector<T> GetSamples() const { return samples_; } in GetSamples() 30 std::vector<T> samples_;
|
D | binder.h | 91 template <class T> 92 android::sp<T> getBinderService(const std::string& service_name) { in getBinderService() 106 android::sp<T> interface = android::interface_cast<T>(binder); in getBinderService()
|
/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test_test.go | 28 func TestBpContainsTestHostPropsThrowsError(t *testing.T) { argument 40 func TestBpContainsManifestThrowsError(t *testing.T) { argument 52 func TestBpMissingNameThrowsError(t *testing.T) { argument 62 func TestBpMissingTemplatePathThrowsError(t *testing.T) { argument 72 func TestBpTemplatePathUnexpectedFileExtensionThrowsError(t *testing.T) { argument 83 func TestBpExtraTemplateUnexpectedFileExtensionThrowsError(t *testing.T) { argument 95 func TestBpValidExtraTemplateDoesNotThrowError(t *testing.T) { argument 105 func TestValidBpMissingPlanIncludeDoesNotThrowError(t *testing.T) { argument 114 func TestValidBpMissingPlanIncludeGeneratesPlanXmlWithoutPlaceholders(t *testing.T) { argument 129 func TestGeneratedTestPlanContainsPlanName(t *testing.T) { argument [all …]
|
/test/vts/vts_hal_hidl_target/ |
D | VtsHalHidlTargetTestBase.h | 90 template <class T> 91 static sp<T> getService(const string& serviceName = "default", 93 return T::getService(serviceName, 101 template <class T> 102 static sp <T> getService(VtsHalHidlTargetTestEnvBase* testEnv) { in getService() 103 return T::getService(testEnv->getServiceName<T>(), in getService()
|
D | VtsHalHidlTargetTestEnvBase.h | 83 template <class T> 85 registerTestService(T::descriptor); in registerTestService() 92 template <class T> 94 return getServiceName(T::descriptor, defaultName);
|
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/testing/ |
D | MoreAsserts.java | 44 public static <T extends Throwable> T assertThrows( in assertThrows() 45 Class<T> expectedClass, ThrowingRunnable runnable) { in assertThrows()
|
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
D | ProtoUtils.java | 41 public static <T extends MessageLite> T getProto( in getProto() 42 ITestDevice device, Parser<T> parser, String command) throws Exception { in getProto()
|
/test/vts-testcase/hal/treble/vintf/ |
D | utils.h | 181 template <typename T> 182 void PrintTo(const sp<T>& v, std::ostream* os) { in PrintTo() 186 template <typename T> 187 void PrintTo(const T* v, std::ostream* os) { in PrintTo() 197 template <typename T> 198 void PrintTo(const T* v, ostream* os) { in PrintTo()
|
D | DeviceManifestTest.cpp | 205 shipping_fcm_version < Level::T) { in TEST_F() 227 shipping_fcm_version < Level::T || in TEST_F()
|
/test/dittosuite/test/include/ |
D | instruction_test.h | 47 template <class T> 48 class InstructionTestWithParam : public InstructionTest, public ::testing::WithParamInterface<T> {};
|
/test/mlts/models/assets/mobilenet_quantized/ |
D | cup_v2_1.0_224.output | 1 …T"P9?KiJPD-+1SD??EL4(N@9?X)d+5>*=-:9FI;B@A>D3BD?A<BL�B2D10T@YY5C/<L6IF\]R__U3QI>!G'AA5ACR0@a=F>.<…
|
/test/cts-root/hostsidetests/packageinstaller/app/src/com/android/cts_root/packageinstaller/ |
D | SessionCleanUpTest.java | 71 private static <T> T retry(Supplier<T> supplier, Predicate<T> predicate, String message) in retry() 74 T result = supplier.get(); in retry()
|
/test/vts-testcase/hal/treble/vintf/libvts_vintf_test_common/ |
D | common.cpp | 50 {33, Level::T},
|
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/ |
D | tarmac.output7 | 1 …T\r\C]N_GHZW}gdpDnEDYDQ`[LZMGJQ]VDs_TjQ^_D~RTbeTNVT^RCI?;S5=P1EK4MKEZDEZSUCY^U�NJLTQKDD?5:43HF)J:…
|
/test/vts-testcase/security/avb/ |
D | vts_gki_compliance_test.cpp | 522 if (kernel_level >= android::vintf::Level::T) { in TEST_F() 552 if (kernel_level < android::vintf::Level::T) { in TEST_F() 554 << android::vintf::Level::T << ")"; in TEST_F()
|
/test/vts-testcase/kernel/gki/ |
D | generic_boot_image_test.cpp | 180 if (kernel_level >= Level::T) { in TEST_F()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …T(t,e){null!=a.deprecationHandler&&a.deprecationHandler(t,e),P[t]||(S(e),P[t]=!0)}function O(t){re… class
|
/test/dittosuite/ |
D | Doxyfile | 2512 # https://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent 2822 # files in one run (i.e. multiple -o and -T options on the command line). This 2853 # specifying prog as the value, doxygen will call the tool as prog -T
|
/test/mlts/models/assets/image_classification/ |
D | LICENSE | 3359 Author: T Hansen (https://www.flickr.com/people/7908163@N02/) 6655 Author: "T"eresa (https://www.flickr.com/people/teresa-stanton/) 8103 Author: Jordanhill School D&T Dept (https://www.flickr.com/people/designandtechnologydepartment…
|