Searched defs:Ternary (Results 1 – 7 of 7) sorted by relevance
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 112 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 190 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in testing::gmock_more_actions_test::Foo 254 TEST(InvokeTest, Ternary) { in TEST() argument 386 TEST(InvokeMethodTest, Ternary) { in TEST() argument
|
D | gmock-actions_test.cc | 1051 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 1084 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in __anon4e31d9990111::Foo
|
D | gmock-generated-actions_test.cc | 99 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
|
/external/googletest/googlemock/test/ |
D | gmock-more-actions_test.cc | 106 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function 184 int Ternary(int x, bool y, char z) { return value_ + x + y*z; } in Ternary() function in testing::gmock_more_actions_test::Foo 248 TEST(InvokeTest, Ternary) { in TEST() argument 385 TEST(InvokeMethodTest, Ternary) { in TEST() argument
|
D | gmock-actions_test.cc | 924 int Ternary(int x, char y, short z) { return x + y + z; } // NOLINT in Ternary() function
|
/external/epid-sdk/epid/common/math/src/ |
D | pairing.c | 1438 static EpidStatus Ternary(int* s, int* n, int max_elements, BigNum const* x) { in Ternary() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis_test.cc | 436 TEST(DeadnessAnalysisTest, Ternary) { in TEST() argument
|