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

  /hardware/qcom/msm8998/json-c/
bits.h 33 #define is_error(ptr) (ptr == NULL) macro
  /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/python/cpython2/Modules/
mathmodule.c 611 /* Call is_error when errno != 0, and where x is the result libm
612 * returned. is_error will usually set up an exception and return
616 is_error(double x) function
704 if (errno && is_error(r))
725 if (errno && is_error(r))
784 if (errno && is_error(r))
    [all...]
  /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) {
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.cpp 979 int is_error = 0; local
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 601 bool is_error() const function in struct:glsl_type
  /art/runtime/
class_linker.cc 268 bool is_error = env->IsInstanceOf(cause.get(), WellKnownClasses::java_lang_Error); local
272 if (!is_error) {
    [all...]

Completed in 929 milliseconds