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

  /external/google-breakpad/src/testing/gtest/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/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
304 #ifndef GTEST_HAS_EXCEPTIONS
314 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
317 # define GTEST_HAS_EXCEPTIONS 1
322 # define GTEST_HAS_EXCEPTIONS 1
325 # define GTEST_HAS_EXCEPTIONS 1
329 # define GTEST_HAS_EXCEPTIONS 1
333 # define GTEST_HAS_EXCEPTIONS 0
335 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/mesa3d/src/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/protobuf/gtest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
259 #ifndef GTEST_HAS_EXCEPTIONS
269 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
272 #define GTEST_HAS_EXCEPTIONS 1
277 #define GTEST_HAS_EXCEPTIONS 1
280 #define GTEST_HAS_EXCEPTIONS 1
284 #define GTEST_HAS_EXCEPTIONS 0
286 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 45 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
298 #ifndef GTEST_HAS_EXCEPTIONS
308 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
311 # define GTEST_HAS_EXCEPTIONS 1
316 # define GTEST_HAS_EXCEPTIONS 1
319 # define GTEST_HAS_EXCEPTIONS 1
323 # define GTEST_HAS_EXCEPTIONS 1
327 # define GTEST_HAS_EXCEPTIONS 0
329 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h 49 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
345 #ifndef GTEST_HAS_EXCEPTIONS
355 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
358 # define GTEST_HAS_EXCEPTIONS 1
363 # define GTEST_HAS_EXCEPTIONS 1
366 # define GTEST_HAS_EXCEPTIONS 1
370 # define GTEST_HAS_EXCEPTIONS 1
374 # define GTEST_HAS_EXCEPTIONS 0
376 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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/googletest/googletest/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
459 #ifndef GTEST_HAS_EXCEPTIONS
469 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
478 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
481 # define GTEST_HAS_EXCEPTIONS 1
486 # define GTEST_HAS_EXCEPTIONS 1
489 # define GTEST_HAS_EXCEPTIONS 1
493 # define GTEST_HAS_EXCEPTIONS 1
497 # define GTEST_HAS_EXCEPTIONS 0
499 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
453 #ifndef GTEST_HAS_EXCEPTIONS
463 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
472 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
475 # define GTEST_HAS_EXCEPTIONS 1
480 # define GTEST_HAS_EXCEPTIONS 1
483 # define GTEST_HAS_EXCEPTIONS 1
487 # define GTEST_HAS_EXCEPTIONS 1
491 # define GTEST_HAS_EXCEPTIONS 0
493 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-port.h 73 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
452 #ifndef GTEST_HAS_EXCEPTIONS
462 # define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
471 # define GTEST_HAS_EXCEPTIONS (__EXCEPTIONS && __has_feature(cxx_exceptions))
474 # define GTEST_HAS_EXCEPTIONS 1
479 # define GTEST_HAS_EXCEPTIONS 1
482 # define GTEST_HAS_EXCEPTIONS 1
486 # define GTEST_HAS_EXCEPTIONS 1
490 # define GTEST_HAS_EXCEPTIONS 0
492 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/fmtlib/test/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/protobuf/gtest/fused-src/gtest/
gtest.h 140 // GTEST_HAS_EXCEPTIONS - Define it to 1/0 to indicate that exceptions
354 #ifndef GTEST_HAS_EXCEPTIONS
364 #define GTEST_HAS_EXCEPTIONS _HAS_EXCEPTIONS
367 #define GTEST_HAS_EXCEPTIONS 1
372 #define GTEST_HAS_EXCEPTIONS 1
375 #define GTEST_HAS_EXCEPTIONS 1
379 #define GTEST_HAS_EXCEPTIONS 0
381 #endif // GTEST_HAS_EXCEPTIONS
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 1069 milliseconds