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

  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 241 // Defines GTEST_HAS_EXCEPTIONS to 1 if exceptions are enabled, or 0
251 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
257 #define GTEST_HAS_EXCEPTIONS 1
259 #define GTEST_HAS_EXCEPTIONS 0
270 #if defined(_MSC_VER) && (_MSC_VER < 1400) && !GTEST_HAS_EXCEPTIONS
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
295 #ifndef GTEST_HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS 1
313 # define GTEST_HAS_EXCEPTIONS 1
316 # define GTEST_HAS_EXCEPTIONS 1
320 # define GTEST_HAS_EXCEPTIONS 1
324 # define GTEST_HAS_EXCEPTIONS 0
326 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 49 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
338 #ifndef GTEST_HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
351 # define GTEST_HAS_EXCEPTIONS 1
356 # define GTEST_HAS_EXCEPTIONS 1
359 # define GTEST_HAS_EXCEPTIONS 1
363 # define GTEST_HAS_EXCEPTIONS 1
367 # define GTEST_HAS_EXCEPTIONS 0
369 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
301 #ifndef GTEST_HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
314 # define GTEST_HAS_EXCEPTIONS 1
319 # define GTEST_HAS_EXCEPTIONS 1
322 # define GTEST_HAS_EXCEPTIONS 1
326 # define GTEST_HAS_EXCEPTIONS 1
330 # define GTEST_HAS_EXCEPTIONS 0
332 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
295 #ifndef GTEST_HAS_EXCEPTIONS
305 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS 1
313 # define GTEST_HAS_EXCEPTIONS 1
316 # define GTEST_HAS_EXCEPTIONS 1
320 # define GTEST_HAS_EXCEPTIONS 1
324 # define GTEST_HAS_EXCEPTIONS 0
326 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 49 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
338 #ifndef GTEST_HAS_EXCEPTIONS
348 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
351 # define GTEST_HAS_EXCEPTIONS 1
356 # define GTEST_HAS_EXCEPTIONS 1
359 # define GTEST_HAS_EXCEPTIONS 1
363 # define GTEST_HAS_EXCEPTIONS 1
367 # define GTEST_HAS_EXCEPTIONS 0
369 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
472 #ifndef GTEST_HAS_EXCEPTIONS
482 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
485 # define GTEST_HAS_EXCEPTIONS 1
490 # define GTEST_HAS_EXCEPTIONS 1
493 # define GTEST_HAS_EXCEPTIONS 1
497 # define GTEST_HAS_EXCEPTIONS 1
501 # define GTEST_HAS_EXCEPTIONS 0
503 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 145 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
434 #ifndef GTEST_HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
447 # define GTEST_HAS_EXCEPTIONS 1
452 # define GTEST_HAS_EXCEPTIONS 1
455 # define GTEST_HAS_EXCEPTIONS 1
459 # define GTEST_HAS_EXCEPTIONS 1
463 # define GTEST_HAS_EXCEPTIONS 0
465 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 145 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
434 #ifndef GTEST_HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
447 # define GTEST_HAS_EXCEPTIONS 1
452 # define GTEST_HAS_EXCEPTIONS 1
455 # define GTEST_HAS_EXCEPTIONS 1
459 # define GTEST_HAS_EXCEPTIONS 1
463 # define GTEST_HAS_EXCEPTIONS 0
465 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 145 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
434 #ifndef GTEST_HAS_EXCEPTIONS
444 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
447 # define GTEST_HAS_EXCEPTIONS 1
452 # define GTEST_HAS_EXCEPTIONS 1
455 # define GTEST_HAS_EXCEPTIONS 1
459 # define GTEST_HAS_EXCEPTIONS 1
463 # define GTEST_HAS_EXCEPTIONS 0
465 #endif // GTEST_HAS_EXCEPTIONS
    [all...]

Completed in 245 milliseconds