Searched defs:GTEST_HAS_CLONE (Results 1 - 7 of 7) 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/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/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/libvpx/libvpx/third_party/googletest/src/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/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/ceres-solver/internal/ceres/gtest/
H A Dgtest.h138 // GTEST_HAS_CLONE - Define it to 1/0 to indicate that clone(2)
1576 #ifndef GTEST_HAS_CLONE
1580 # define GTEST_HAS_CLONE 1 macro
1582 # define GTEST_HAS_CLONE 0
1585 #endif // GTEST_HAS_CLONE

Completed in 109 milliseconds