Searched refs:kStatic (Results 1 - 14 of 14) sorted by relevance

/external/googletest/googletest/src/
H A Dgtest-port.cc285 if (type_ == kStatic) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc285 if (type_ == kStatic) {
/external/v8/testing/gtest/src/
H A Dgtest-port.cc267 if (type_ == kStatic) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1408 enum MutexType { kStatic = 0, kDynamic = 1 }; enumerator in enum:testing::internal::Mutex::MutexType
1415 // statically initialized to 0 (effectively setting it to kStatic) and on
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc244 if (type_ == kStatic) {
/external/skia/tools/bookmaker/
H A DincludeParser.cpp42 { "static", KeyWord::kStatic, KeyProperty::kModifier },
1464 SkASSERT(KeyWord::kStatic == outsideMember->fKeyWord);
2228 for (KeyWord expected : {KeyWord::kStatic, KeyWord::kConstExpr, KeyWord::kInt}){
2242 for (KeyWord expected : {KeyWord::kStatic, KeyWord::kConst, KeyWord::kNone}){
H A DincludeWriter.cpp887 case KeyWord::kStatic:
1363 case KeyWord::kStatic:
H A Dbookmaker.h71 kStatic, member in class:KeyWord
/external/skqp/tools/bookmaker/
H A DincludeParser.cpp42 { "static", KeyWord::kStatic, KeyProperty::kModifier },
1456 SkASSERT(KeyWord::kStatic == outsideMember->fKeyWord);
2220 for (KeyWord expected : {KeyWord::kStatic, KeyWord::kConstExpr, KeyWord::kInt}){
2234 for (KeyWord expected : {KeyWord::kStatic, KeyWord::kConst, KeyWord::kNone}){
H A DincludeWriter.cpp801 case KeyWord::kStatic:
1272 case KeyWord::kStatic:
H A Dbookmaker.h71 kStatic, member in class:KeyWord
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1704 enum MutexType { kStatic = 0, kDynamic = 1 }; enumerator in enum:testing::internal::Mutex::MutexType
1711 // statically initialized to 0 (effectively setting it to kStatic) and on
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1675 enum MutexType { kStatic = 0, kDynamic = 1 }; enumerator in enum:testing::internal::Mutex::MutexType
1682 // statically initialized to 0 (effectively setting it to kStatic) and on
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1661 enum MutexType { kStatic = 0, kDynamic = 1 }; enumerator in enum:testing::internal::Mutex::MutexType
1668 // statically initialized to 0 (effectively setting it to kStatic) and on

Completed in 256 milliseconds