HomeSort by relevance Sort by last modified time
    Searched defs:last_error (Results 26 - 33 of 33) sorted by null

12

  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 287 const int last_error = errno; local
289 << GetLastErrnoDescription() << " [" << last_error << "]";
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 336 const int last_error = errno; local
338 << GetLastErrnoDescription() << " [" << last_error << "]";
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 327 const int last_error = errno; local
329 << GetLastErrnoDescription() << " [" << last_error << "]";
    [all...]
  /external/wayland/src/
wayland-client.c 86 int last_error; member in struct:wl_display
148 if (display->last_error)
154 display->last_error = error;
177 if (display->last_error)
199 display->last_error = err;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 327 const int last_error = errno; local
329 << GetLastErrnoDescription() << " [" << last_error << "]";
    [all...]
  /external/ImageMagick/MagickCore/
nt-base.c 947 last_error[MagickPathExtent];
952 *last_error='\0';
955 (void) CopyMagickString(last_error,error,MagickPathExtent);
957 return(last_error);
929 last_error[MagickPathExtent]; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 554 int last_error = INT_MAX; local
577 if ((target_bits_per_mb - bits_per_mb_at_this_q) <= last_error)
584 last_error = bits_per_mb_at_this_q - target_bits_per_mb;
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc 5503 const uint32_t last_error = ERR_peek_last_error(); local
    [all...]

Completed in 594 milliseconds

12