/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 55 #define GTEST_0_TUPLE_(T) tuple<> argument 56 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 58 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 60 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 62 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 64 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 66 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 68 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 70 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-tuple.h | 66 #define GTEST_0_TUPLE_(T) tuple<> argument 67 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 69 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 71 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 73 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 75 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 77 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 79 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 81 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 83 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-tuple.h | 65 #define GTEST_0_TUPLE_(T) tuple<> argument 66 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 68 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 70 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 72 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 74 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 76 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 78 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 80 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 82 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-tuple.h | 57 #define GTEST_0_TUPLE_(T) tuple<> argument 58 #define GTEST_1_TUPLE_(T) tuple<T##0, void, void, void, void, void, void, \ argument 60 #define GTEST_2_TUPLE_(T) tuple<T##0, T##1, void, void, void, void, void, \ argument 62 #define GTEST_3_TUPLE_(T) tuple<T##0, T##1, T##2, void, void, void, void, \ argument 64 #define GTEST_4_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, void, void, void, \ argument 66 #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \ argument 68 #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \ argument 70 #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 72 #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument 74 #define GTEST_9_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \ argument [all …]
|
/external/toolchain-utils/compiler_wrapper/ |
D | clang_flags_test.go | 16 func TestClangBasename(t *testing.T) { 36 func TestClangPathGivenClangEnv(t *testing.T) { 47 func TestAbsoluteClangPathBasedOnRootPath(t *testing.T) { 58 func TestRelativeClangPathBasedOnRootPath(t *testing.T) { 69 func TestRelativeClangPathWithDirBasedOnRootPath(t *testing.T) { 80 func TestPathEnvClangPathBasedOnRootPath(t *testing.T) { 93 func TestClangPathForClangHostWrapper(t *testing.T) { 105 func TestClangPathForAndroidWrapper(t *testing.T) { 116 func TestClangPathForAndroidWrapperWithSymlinks(t *testing.T) { 129 func TestUseXclangPathAndCalcResourceDirByNestedClangCall(t *testing.T) { [all …]
|
D | ccache_flag_test.go | 11 func TestCallCCacheGivenConfig(t *testing.T) { 24 func TestNotCallCCacheGivenConfig(t *testing.T) { 34 func TestNotCallCCacheGivenConfigAndNoCCacheArg(t *testing.T) { 47 func TestSetCacheDir(t *testing.T) { 57 func TestSetCacheBaseDirToSysroot(t *testing.T) { 68 func TestSetCacheUmask(t *testing.T) { 78 func TestUpdateSandboxRewriteWithValue(t *testing.T) { 96 func TestUpdateSandboxRewriteWithoutValue(t *testing.T) { 114 func TestClearCCacheDisableWithValue(t *testing.T) { 131 func TestClearCCacheDisableWithoutValue(t *testing.T) { [all …]
|
D | disable_werror_flag_test.go | 19 func TestOmitDoubleBuildForSuccessfulCall(t *testing.T) { 28 func TestOmitDoubleBuildForGeneralError(t *testing.T) { 46 func TestDoubleBuildWithWNoErrorFlag(t *testing.T) { 73 func TestDoubleBuildWithWNoErrorAndCCache(t *testing.T) { 103 func TestForwardStdoutAndStderrWhenDoubleBuildSucceeds(t *testing.T) { 130 func TestForwardStdoutAndStderrWhenDoubleBuildFails(t *testing.T) { 160 func TestForwardStdinFromDoubleBuild(t *testing.T) { 187 func TestForwardGeneralErrorWhenDoubleBuildFails(t *testing.T) { 211 func TestOmitLogWarningsIfNoDoubleBuild(t *testing.T) { 223 func TestLogWarningsWhenDoubleBuildSucceeds(t *testing.T) { [all …]
|
D | clang_tidy_flag_test.go | 16 func TestClangTidyBasename(t *testing.T) { 49 func TestClangTidyClangResourceDir(t *testing.T) { 88 func TestClangTidyArgOrder(t *testing.T) { 106 func TestForwardStdOutAndStderrFromClangTidyCall(t *testing.T) { 126 func TestIgnoreNonZeroExitCodeFromClangTidy(t *testing.T) { 143 func TestReportGeneralErrorsFromClangTidy(t *testing.T) { 162 func TestOmitClangTidyForGcc(t *testing.T) { 172 func TestOmitClangTidyForGccWithClangSyntax(t *testing.T) { 182 func TestUseClangTidyBasedOnFileExtension(t *testing.T) { 211 func TestOmitCCacheWithClangTidy(t *testing.T) { [all …]
|
D | compiler_wrapper_test.go | 17 func TestAddCommonFlags(t *testing.T) { 28 func TestAddGccConfigFlags(t *testing.T) { 39 func TestAddClangConfigFlags(t *testing.T) { 50 func TestLogGeneralExecError(t *testing.T) { 68 func TestForwardStdin(t *testing.T) { 82 func TestLogMissingCCacheExecError(t *testing.T) { 97 func TestErrorOnLogRusageAndForceDisableWError(t *testing.T) { 110 func TestErrorOnLogRusageAndBisect(t *testing.T) { 123 func TestErrorOnBisectAndForceDisableWError(t *testing.T) { 136 func TestPrintUserCompilerError(t *testing.T) { [all …]
|
D | sanitizer_flags_test.go | 11 func TestFilterUnsupportedSanitizerFlagsIfSanitizeGiven(t *testing.T) { 39 func TestFilterUnsupportedDefaultSanitizerFlagsIfSanitizeGivenForClang(t *testing.T) { 50 func TestKeepUnsupportedDefaultSanitizerFlagsIfSanitizeGivenForGcc(t *testing.T) { 63 func TestKeepSanitizerFlagsIfNoSanitizeGiven(t *testing.T) { 91 func TestKeepSanitizerFlagsIfSanitizeGivenInCommonFlags(t *testing.T) { 102 func TestAddFuzzerFlagsForClang(t *testing.T) { 113 func TestOmitFuzzerFlagsForGcc(t *testing.T) { 123 func TestAddSanitizerCoverageFlagsForClang(t *testing.T) { 134 func TestOmitSanitizerCoverageFlagsForClang(t *testing.T) { 144 func TestKeepSanitizerCoverageFlagsForClang(t *testing.T) {
|
D | compile_with_fallback_test.go | 18 func TestOmitFallbackCompileForSuccessfulCall(t *testing.T) { 27 func TestOmitFallbackCompileForGeneralError(t *testing.T) { 45 func TestCompileWithFallbackForNonZeroExitCode(t *testing.T) { 71 func TestCompileWithFallbackForwardStdoutAndStderr(t *testing.T) { 98 func TestForwardGeneralErrorWhenFallbackCompileFails(t *testing.T) { 121 func TestForwardExitCodeWhenFallbackCompileFails(t *testing.T) { 141 func TestForwardStdinToFallbackCompile(t *testing.T) { 164 func TestCompileWithFallbackExtraArgs(t *testing.T) { 213 func TestCompileWithFallbackLogCommandAndErrors(t *testing.T) { 248 func TestCompileWithFallbackAppendToLog(t *testing.T) { [all …]
|
D | clang_syntax_flag_test.go | 16 func TestCheckClangSyntaxByNestedCall(t *testing.T) { 43 func TestForwardStdOutAndStderrFromClangSyntaxCheck(t *testing.T) { 63 func TestForwardStdinToClangSyntaxCheck(t *testing.T) { 81 func TestForwardExitCodeFromClangSyntaxCheck(t *testing.T) { 97 func TestReportGeneralErrorsFromClangSyntaxCheck(t *testing.T) { 116 func TestIgnoreClangSyntaxCheckWhenCallingClang(t *testing.T) { 132 func TestUseGomaForClangSyntaxCheck(t *testing.T) { 160 func TestPartiallyOmitCCacheForClangSyntaxCheck(t *testing.T) {
|
D | errors_test.go | 14 func TestNewErrorwithSourceLocfMessage(t *testing.T) { 21 func TestWrapErrorwithSourceLocfMessage(t *testing.T) { 29 func TestNewUserErrorf(t *testing.T) { 36 func TestSubprocessOk(t *testing.T) { 46 func TestSubprocessExitCodeError(t *testing.T) { 56 func TestSubprocessCCacheError(t *testing.T) { 66 func TestSubprocessGeneralError(t *testing.T) {
|
D | print_cmdline_flag_test.go | 13 func TestRemovePrintCmdlineArg(t *testing.T) { 22 func TestPrintCompilerCommand(t *testing.T) { 31 func TestPrintNestedCommand(t *testing.T) { 41 func TestPrintCmdWd(t *testing.T) { 52 func TestPrintCmdAbsolutePath(t *testing.T) { 63 func TestPrintCmdEnvUpdates(t *testing.T) { 75 func TestPrintCmdArgs(t *testing.T) {
|
D | bisect_flag_test.go | 16 func TestCallBisectDriver(t *testing.T) { 33 func TestCallBisectDriverWithParamsFile(t *testing.T) { 52 func TestCallBisectDriverWithCCache(t *testing.T) { 68 func TestDefaultBisectDirCros(t *testing.T) { 81 func TestDefaultBisectDirAndroid(t *testing.T) { 96 func TestForwardStdOutAndStdErrAndExitCodeFromBisect(t *testing.T) { 116 func TestForwardGeneralErrorFromBisect(t *testing.T) { 132 func withBisectTestContext(t *testing.T, work func(ctx *testContext)) {
|
D | rusage_flag_test.go | 20 func TestForwardStdOutAndStdErrAndExitCodeFromLogRusage(t *testing.T) { 40 func TestForwardStdinFromLogRusage(t *testing.T) { 57 func TestReportGeneralErrorsFromLogRusage(t *testing.T) { 73 func TestCreateDirAndFileForLogRusage(t *testing.T) { 85 func TestLogRusageFileContent(t *testing.T) { 123 func TestLogRusageAppendsToFile(t *testing.T) { 165 func withLogRusageTestContext(t *testing.T, work func(ctx *testContext)) {
|
/external/golang-protobuf/proto/ |
D | all_test.go | 63 func equalbytes(b1, b2 []byte, t *testing.T) { 158 func equal(b []byte, s string, t *testing.T) bool { 175 func overify(t *testing.T, pb *GoTest, expected string) { 210 func TestNumericPrimitives(t *testing.T) { 300 func TestMarshalerEncoding(t *testing.T) { 368 func TestBufferMarshalAllocs(t *testing.T) { 410 func TestBytesPrimitives(t *testing.T) { 424 func TestStringPrimitives(t *testing.T) { 440 func TestRequiredBit(t *testing.T) { 455 func checkInitialized(pb *GoTest, t *testing.T) { [all …]
|
D | extensions_test.go | 48 func TestGetExtensionsWithMissingExtensions(t *testing.T) { 69 func TestGetExtensionWithEmptyBuffer(t *testing.T) { 80 func TestGetExtensionForIncompleteDesc(t *testing.T) { 169 func TestExtensionDescsWithUnregisteredExtensions(t *testing.T) { 221 func TestGetExtensionStability(t *testing.T) { 255 func TestGetExtensionDefaults(t *testing.T) { 392 func TestNilMessage(t *testing.T) { 430 func TestExtensionsRoundTrip(t *testing.T) { 473 func TestNilExtension(t *testing.T) { 489 func TestMarshalUnmarshalRepeatedExtension(t *testing.T) { [all …]
|
/external/arm-neon-tests/ |
D | compute_ref_data.c | 35 #define MY_INIT_TAB(T,W,N) xNAME(INIT_TAB,N)(T##W##_t) argument 36 #define MY_INIT_TAB2(T,W,N) xNAME(INIT_TAB2,N)(T##W##_t) argument 37 #define MY_INIT_TAB3(T,W,N) xNAME(INIT_TAB3,N)(T##W##_t) argument 38 #define MY_INIT_TAB4(T,W,N) xNAME(INIT_TAB4,N)(T##W##_t) argument 41 #define VECT_VAR_DECL_INIT(V, T, W, N) \ argument 46 #define VECT_VAR_DECL_INIT4(V, T, W, N) \ argument 50 #define VECT_ARRAY_INIT2(V, T, W, N) \ argument 55 #define VECT_ARRAY_INIT3(V, T, W, N) \ argument 61 #define VECT_ARRAY_INIT4(V, T, W, N) \ argument 69 #define INIT_TAB_1(T) \ argument [all …]
|
/external/brotli/go/cbrotli/ |
D | cbrotli_test.go | 45 func TestEncoderNoWrite(t *testing.T) { 57 func TestEncoderEmptyWrite(t *testing.T) { 69 func TestWriter(t *testing.T) { 90 func TestEncoderStreams(t *testing.T) { 121 func TestEncoderLargeInput(t *testing.T) { 143 func TestEncoderFlush(t *testing.T) { 200 func TestDecoderStreaming(t *testing.T) { 257 func TestReader(t *testing.T) { 279 func TestDecode(t *testing.T) { 296 func TestDecodeFuzz(t *testing.T) { [all …]
|
/external/tensorflow/tensorflow/go/ |
D | session_test.go | 25 func createTestGraph(t *testing.T, dt DataType) (*Graph, Output, Output) { 38 func TestSessionRunNeg(t *testing.T) { 77 func TestSessionRunConcat(t *testing.T) { 124 func TestSessionWithStringTensors(t *testing.T) { 164 func TestConcurrency(t *testing.T) { 252 func TestSessionConfig(t *testing.T) { 287 func TestListDevices(t *testing.T) { 303 func TestDeviceString(t *testing.T) { 312 func TestDeviceStringNoMemoryLimit(t *testing.T) {
|
/external/llvm/unittests/ADT/ |
D | TripleTest.cpp | 18 Triple T; in TEST() local 76 Triple T; in TEST() local 372 Triple T; in TEST() local 416 Triple T; in TEST() local 533 Triple T; in TEST() local 623 Triple T; in TEST() local 713 Triple T; in TEST() local 835 Triple T = Triple(""); in TEST() local 1084 Triple T; in TEST() local 1094 Triple T = Triple("arm"); in TEST() local [all …]
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
D | copy.pass.cpp | 42 typedef std::tuple<> T; in main() typedef 48 typedef std::tuple<int> T; in main() typedef 55 typedef std::tuple<int, char> T; in main() typedef 63 typedef std::tuple<int, char, std::string> T; in main() typedef 73 using T = std::tuple<int&, int&&>; in main() typedef 89 using T = std::tuple<std::unique_ptr<int>>; in main() typedef 93 using T = std::tuple<int, NonAssignable>; in main() typedef 97 using T = std::tuple<int, CopyAssignable>; in main() typedef 101 using T = std::tuple<int, MoveAssignable>; in main() typedef
|
/external/golang-protobuf/ptypes/ |
D | any_test.go | 42 func TestMarshalUnmarshal(t *testing.T) { 57 func TestIs(t *testing.T) { 75 func TestIsDifferentUrlPrefixes(t *testing.T) { 83 func TestIsCornerCases(t *testing.T) { 98 func TestUnmarshalDynamic(t *testing.T) { 113 func TestEmpty(t *testing.T) { 135 func TestEmptyCornerCases(t *testing.T) {
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 147 void TypePrinter::print(const Type *T, Qualifiers Quals, raw_ostream &OS, in print() 161 bool TypePrinter::canPrefixQualifiers(const Type *T, in canPrefixQualifiers() 238 void TypePrinter::printBefore(QualType T, raw_ostream &OS) { in printBefore() 253 void TypePrinter::printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) { in printBefore() 306 void TypePrinter::printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) { in printAfter() 316 void TypePrinter::printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) { in printBuiltinBefore() 320 void TypePrinter::printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) { } in printBuiltinAfter() 322 void TypePrinter::printComplexBefore(const ComplexType *T, raw_ostream &OS) { in printComplexBefore() 326 void TypePrinter::printComplexAfter(const ComplexType *T, raw_ostream &OS) { in printComplexAfter() 330 void TypePrinter::printPointerBefore(const PointerType *T, raw_ostream &OS) { in printPointerBefore() [all …]
|