Searched refs:Take (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | variant_tests.cpp | 988 EXPECT_TRUE(IfAnyOf<std::unique_ptr<int>>::Take(&v, &u)); in TEST() 1003 EXPECT_TRUE(IfAnyOf<std::unique_ptr<DerivedType>>::Take(&v, &u)); in TEST() 1048 EXPECT_TRUE((IfAnyOf<std::string, const char*>::Take(&v, &s))); in TEST() 1056 EXPECT_TRUE((IfAnyOf<std::string, const char*>::Take(&v, &s))); in TEST() 1066 EXPECT_FALSE((IfAnyOf<std::string, const char*>::Take(&v, &s))); in TEST() 1075 EXPECT_FALSE(IfAnyOf<>::Take(&v, &s)); in TEST()
|
D | status_tests.cpp | 118 TEST(Status, Take) { in TEST() argument
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 134 # Take out texinfo from a few places. 185 # Take out texinfo from configurable dirs
|
/frameworks/compile/slang/ |
D | README.rst | 152 Take the addParticles function in fountain.rs as an example::
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | variant.h | 688 static bool Take(Variant<Types...>* variant, T* value_out) {
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 129 // ACTION: Settings -> Developer Options -> Take bug report -> Interactive report 135 // ACTION: Settings -> Developer Options -> Take bug report -> Full report
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1778 // ACTION: Long-press power button, then tap "Take bug report" option. 1783 // ACTION: Long-press power button, then long-press "Take bug report" option. 1788 // ACTION: Settings -> Developer Options -> Take bug report -> Interactive report 1794 // ACTION: Settings -> Developer Options -> Take bug report -> Full report
|