Searched refs:GTEST_HAS_CLONE (Results 1 - 22 of 22) sorted by relevance

/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-port.h43 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
448 #ifndef GTEST_HAS_CLONE
452 #define GTEST_HAS_CLONE 1 macro
454 #define GTEST_HAS_CLONE 0 macro
457 #endif // GTEST_HAS_CLONE
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h43 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
443 #ifndef GTEST_HAS_CLONE
447 #define GTEST_HAS_CLONE 1 macro
449 #define GTEST_HAS_CLONE 0 macro
452 #endif // GTEST_HAS_CLONE
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h47 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
609 #ifndef GTEST_HAS_CLONE
616 # define GTEST_HAS_CLONE 1 macro
618 # define GTEST_HAS_CLONE 0
621 # define GTEST_HAS_CLONE 1
624 # define GTEST_HAS_CLONE 0
627 #endif // GTEST_HAS_CLONE
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-port.h43 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
505 #ifndef GTEST_HAS_CLONE
509 # define GTEST_HAS_CLONE 1 macro
511 # define GTEST_HAS_CLONE 0 macro
514 #endif // GTEST_HAS_CLONE
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h43 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
514 #ifndef GTEST_HAS_CLONE
518 # define GTEST_HAS_CLONE 1 macro
520 # define GTEST_HAS_CLONE 0 macro
523 #endif // GTEST_HAS_CLONE
/external/gtest/include/gtest/internal/
H A Dgtest-port.h43 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
529 #ifndef GTEST_HAS_CLONE
533 # define GTEST_HAS_CLONE 1 macro
535 # define GTEST_HAS_CLONE 0 macro
538 #endif // GTEST_HAS_CLONE
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h43 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
519 #ifndef GTEST_HAS_CLONE
523 # define GTEST_HAS_CLONE 1 macro
525 # define GTEST_HAS_CLONE 0 macro
528 #endif // GTEST_HAS_CLONE
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h43 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
514 #ifndef GTEST_HAS_CLONE
518 # define GTEST_HAS_CLONE 1 macro
520 # define GTEST_HAS_CLONE 0 macro
523 #endif // GTEST_HAS_CLONE
/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc904 #if GTEST_HAS_CLONE
923 #endif // GTEST_HAS_CLONE
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc904 #if GTEST_HAS_CLONE
923 #endif // GTEST_HAS_CLONE
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc952 # if GTEST_HAS_CLONE
971 # endif // GTEST_HAS_CLONE
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc422 # if GTEST_HAS_CLONE && GTEST_HAS_PTHREAD
434 # endif // GTEST_HAS_CLONE && GTEST_HAS_PTHREAD
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc1050 # if GTEST_HAS_CLONE
1080 # endif // GTEST_HAS_CLONE
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc468 # if GTEST_HAS_CLONE && GTEST_HAS_PTHREAD
490 # endif // GTEST_HAS_CLONE && GTEST_HAS_PTHREAD
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc957 # if GTEST_HAS_CLONE
976 # endif // GTEST_HAS_CLONE
/external/gtest/src/
H A Dgtest-death-test.cc957 # if GTEST_HAS_CLONE
976 # endif // GTEST_HAS_CLONE
/external/gtest/test/
H A Dgtest-death-test_test.cc422 # if GTEST_HAS_CLONE && GTEST_HAS_PTHREAD
434 # endif // GTEST_HAS_CLONE && GTEST_HAS_PTHREAD
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc956 # if GTEST_HAS_CLONE
975 # endif // GTEST_HAS_CLONE
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc957 # if GTEST_HAS_CLONE
976 # endif // GTEST_HAS_CLONE
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc413 #if GTEST_HAS_CLONE
425 #endif // GTEST_HAS_CLONE
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7544 # if GTEST_HAS_CLONE
7574 # endif // GTEST_HAS_CLONE
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h143 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
1716 #ifndef GTEST_HAS_CLONE
1723 # define GTEST_HAS_CLONE 1 macro
1725 # define GTEST_HAS_CLONE 0
1728 # define GTEST_HAS_CLONE 1
1731 # define GTEST_HAS_CLONE 0
1734 #endif // GTEST_HAS_CLONE

Completed in 335 milliseconds