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

  /hardware/qcom/msm8998/json-c/
bits.h 33 #define is_error(ptr) (ptr == NULL) macro
  /external/mesa3d/src/compiler/glsl/
hir_field_selection.cpp 47 if (op->type->is_error()) {
54 if (result->type->is_error()) {
ast_array_index.cpp 148 if (!array->type->is_error()
157 if (!idx->type->is_error()) {
350 } else if (array->type->is_error()) {
ir_constant_expression.cpp 478 assert(this->type->is_error());
597 if (this->type->is_error())
ast_to_hir.cpp 816 if (rhs->type->is_error())
824 if (state->stage == MESA_SHADER_TESS_CTRL && !lhs->type->is_error()) {
    [all...]
ast_function.cpp 737 if (src->type->is_error())
    [all...]
  /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
  /external/elfutils/tests/
run-allfcts-multi.sh 36 # static inline bool is_error (int err) { return err != 0; }
38 # int main () { return is_error (get_errno ()); }
51 /tmp/test-offset-loop.c:5:is_error
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.h 53 bool is_error) = 0;
93 bool is_error);
main_wnd.cc 191 void MainWnd::MessageBox(const char* caption, const char* text, bool is_error) {
193 if (is_error)
  /external/webrtc/webrtc/examples/peerconnection/client/linux/
main_wnd.h 41 bool is_error);
main_wnd.cc 149 bool is_error) {
152 is_error ? GTK_MESSAGE_ERROR : GTK_MESSAGE_INFO,
  /external/mesa3d/src/compiler/glsl/tests/
uniform_initializer_utils.cpp 156 ASSERT_FALSE(type->is_error());
170 ASSERT_FALSE(element_type->is_error());
174 ASSERT_FALSE(array_type->is_error());
  /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) {
  /external/mesa3d/src/compiler/
nir_types.cpp 154 return type->is_error();
glsl_types.h 601 bool is_error() const function in struct:glsl_type
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.cpp 979 int is_error = 0; local
    [all...]
  /hardware/qcom/msm8998/gpt-utils/
gpt-utils.cpp 979 int is_error = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
resolve.cc 846 // Issue an error or warning due to symbol resolution. IS_ERROR
857 Symbol_table::report_resolve_problem(bool is_error, const char* msg,
890 if (is_error)
    [all...]
symtab.h     [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 1063 int is_error)
1069 if (is_error ? (ps->nerrors)++ == 0 :
1074 store_verbose(ps, pp, is_error ? "error: " : "warning: ", message);
    [all...]
  /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 407 milliseconds