HomeSort by relevance Sort by last modified time
    Searched defs:GTEST_HAS_PTHREAD (Results 1 - 10 of 10) sorted by null

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 51 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
358 #ifndef GTEST_HAS_PTHREAD
360 #define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC)
361 #endif // GTEST_HAS_PTHREAD
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 55 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
414 #ifndef GTEST_HAS_PTHREAD
420 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX)
421 #endif // GTEST_HAS_PTHREAD
423 #if GTEST_HAS_PTHREAD
424 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 59 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
473 #ifndef GTEST_HAS_PTHREAD
479 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \
481 #endif // GTEST_HAS_PTHREAD
483 #if GTEST_HAS_PTHREAD
484 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 55 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
421 #ifndef GTEST_HAS_PTHREAD
427 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || \
429 #endif // GTEST_HAS_PTHREAD
431 #if GTEST_HAS_PTHREAD
432 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 55 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
414 #ifndef GTEST_HAS_PTHREAD
420 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX)
421 #endif // GTEST_HAS_PTHREAD
423 #if GTEST_HAS_PTHREAD
424 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 59 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
473 #ifndef GTEST_HAS_PTHREAD
479 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \
481 #endif // GTEST_HAS_PTHREAD
483 #if GTEST_HAS_PTHREAD
484 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 83 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
607 #ifndef GTEST_HAS_PTHREAD
613 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \
615 #endif // GTEST_HAS_PTHREAD
617 #if GTEST_HAS_PTHREAD
618 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 155 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
569 #ifndef GTEST_HAS_PTHREAD
575 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \
577 #endif // GTEST_HAS_PTHREAD
579 #if GTEST_HAS_PTHREAD
580 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 155 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
569 #ifndef GTEST_HAS_PTHREAD
575 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \
577 #endif // GTEST_HAS_PTHREAD
579 #if GTEST_HAS_PTHREAD
580 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 155 // GTEST_HAS_PTHREAD - Define it to 1/0 to indicate that <pthread.h>
569 #ifndef GTEST_HAS_PTHREAD
575 # define GTEST_HAS_PTHREAD (GTEST_OS_LINUX || GTEST_OS_MAC || GTEST_OS_HPUX \
577 #endif // GTEST_HAS_PTHREAD
579 #if GTEST_HAS_PTHREAD
580 // gtest-port.h guarantees to #include <pthread.h> when GTEST_HAS_PTHREAD is
    [all...]

Completed in 60 milliseconds