/external/chromium/third_party/libjingle/source/talk/base/ |
winping.cc | 142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), 151 create_ = (PIcmpCreateFile) GetProcAddress(dll_, ICMP_CREATE_FUNC); 154 if (!create_ || !close_ || !send_) { 159 hping_ = create_();
|
winping.h | 82 PIcmpCreateFile create_; member in class:talk_base::WinPing
|
/external/harfbuzz_ng/test/api/ |
test-object.c | 141 (create_func_t) create_##name, \ 142 (create_func_t) create_##name##_inert, \ 154 (create_func_t) create_##name, \ 155 (create_func_t) create_##name##_inert, \
|
/external/chromium/testing/gtest/test/ |
gtest-death-test_test.cc | 790 bool create_; member in class:MockDeathTestFactory 852 : create_(true), 867 create_ = create; 879 // Sets test to NULL (if create_ is false) or to the address of a new 881 // to SetParameters (if create_ is true). Always returns true. 888 if (create_) { [all...] |
/external/gtest/test/ |
gtest-death-test_test.cc | 790 bool create_; member in class:MockDeathTestFactory 852 : create_(true), 867 create_ = create; 879 // Sets test to NULL (if create_ is false) or to the address of a new 881 // to SetParameters (if create_ is true). Always returns true. 888 if (create_) { [all...] |
/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest-death-test_test.cc | 790 bool create_; member in class:MockDeathTestFactory 852 : create_(true), 867 create_ = create; 879 // Sets test to NULL (if create_ is false) or to the address of a new 881 // to SetParameters (if create_ is true). Always returns true. 888 if (create_) { [all...] |
/external/protobuf/gtest/test/ |
gtest-death-test_test.cc | 744 bool create_; member in class:MockDeathTestFactory 806 : create_(true), 821 create_ = create; 833 // Sets test to NULL (if create_ is false) or to the address of a new 835 // to SetParameters (if create_ is true). Always returns true. 842 if (create_) { [all...] |