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

  /prebuilts/ndk/r13/sources/third_party/shaderc/libshaderc_util/src/
message.cc 118 bool is_error = false; local
126 is_error = true;
147 return (is_error || warnings_as_errors) ? MessageType::Error
155 return (is_error || warnings_as_errors) ? MessageType::ErrorSummary
158 return (is_error || warnings_as_errors) ? MessageType::GlobalError
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.cpp 979 int is_error = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 612 /* Call is_error when errno != 0, and where x is the result libm
613 * returned. is_error will usually set up an exception and return
617 is_error(double x) function
705 if (errno && is_error(r))
726 if (errno && is_error(r))
785 if (errno && is_error(r))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 612 /* Call is_error when errno != 0, and where x is the result libm
613 * returned. is_error will usually set up an exception and return
617 is_error(double x) function
705 if (errno && is_error(r))
726 if (errno && is_error(r))
785 if (errno && is_error(r))
    [all...]
  /external/mesa3d/src/glsl/
glsl_types.h 407 bool is_error() const function in struct:glsl_type
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 98 int is_error = 0; local
103 is_error = 1;
105 return is_error;
743 int is_error = 1; local
791 is_error = 0;
793 if (is_error && pSurfaceGLX) {
  /art/runtime/
class_linker.cc 263 bool is_error = env->IsInstanceOf(cause.get(), WellKnownClasses::java_lang_Error); local
267 if (!is_error) {
    [all...]

Completed in 477 milliseconds