/external/webrtc/webrtc/base/ |
winping.cc | 149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), 159 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC); 162 if (!create_ || !close_ || !send_) { 166 hping_ = create_();
|
winping.h | 89 PIcmpCreateFile create_; member in class:rtc::WinPing
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_addrhashmap.h | 88 bool create_; member in class:__sanitizer::AddrHashMap::Handle 105 create_ = true; 115 create_ = true; 125 create_ = create; 235 if (h->remove_ || !h->create_) {
|
/external/harfbuzz_ng/test/api/ |
test-object.c | 141 (create_func_t) create_##name, \ 142 (create_func_t) create_##name##_from_inert, \ 154 (create_func_t) create_##name, \ 155 (create_func_t) create_##name##_from_inert, \
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest-death-test_test.cc | 843 bool create_; member in class:MockDeathTestFactory 906 : create_(true), 921 create_ = create; 933 // Sets test to NULL (if create_ is false) or to the address of a new 935 // to SetParameters (if create_ is true). Always returns true. 942 if (create_) { [all...] |
/external/gtest/test/ |
gtest-death-test_test.cc | 841 bool create_; member in class:MockDeathTestFactory 904 : create_(true), 919 create_ = create; 931 // Sets test to NULL (if create_ is false) or to the address of a new 933 // to SetParameters (if create_ is true). Always returns true. 940 if (create_) { [all...] |
/external/protobuf/gtest/test/ |
gtest-death-test_test.cc | 724 bool create_; member in class:MockDeathTestFactory 786 : create_(true), 801 create_ = create; 813 // Sets test to NULL (if create_ is false) or to the address of a new 815 // to SetParameters (if create_ is true). Always returns true. 822 if (create_) { [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-death-test_test.cc | 907 bool create_; member in class:MockDeathTestFactory 970 : create_(true), 985 create_ = create; 997 // Sets test to NULL (if create_ is false) or to the address of a new 999 // to SetParameters (if create_ is true). Always returns true. 1006 if (create_) { [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-death-test_test.cc | 842 bool create_; member in class:MockDeathTestFactory 905 : create_(true), 920 create_ = create; 932 // Sets test to NULL (if create_ is false) or to the address of a new 934 // to SetParameters (if create_ is true). Always returns true. 941 if (create_) { [all...] |