/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlStreamRendererTest.java | 41 private final List<String> errors = Lists.newArrayList(); field in class:HtmlStreamRendererTest 46 errors.add(errorMessage); 53 errors.clear(); 60 assertTrue(errors.isEmpty()); // Catch any tests that don't check errors. 117 Joiner.on('\n').join(errors)); 118 errors.clear(); 140 Joiner.on('\n').join(errors)); 141 errors.clear(); 155 Joiner.on('\n').join(errors)); [all...] |
/external/parameter-framework/upstream/parameter/ |
SyncerSet.h | 54 * @param[out] errors, errors encountered during restoration 57 bool sync(CParameterBlackboard ¶meterBlackboard, bool bBack, core::Results *errors) const;
|
/external/python/cpython3/Programs/ |
_testembed.c | 79 static void check_stdio_details(const char *encoding, const char * errors) 87 if (errors) { 88 printf("Expected errors: %s\n", errors); 90 printf("Expected errors: default\n"); 94 Py_SetStandardStreamEncoding(encoding, errors); 98 "print('stdin: {0.encoding}:{0.errors}'.format(sys.stdin));" 99 "print('stdout: {0.encoding}:{0.errors}'.format(sys.stdout));" 100 "print('stderr: {0.encoding}:{0.errors}'.format(sys.stderr));" 111 printf("--- Set errors only ---\n") [all...] |
/external/python/cpython3/Tools/msi/ |
distutils.command.bdist_wininst.py | 7 from distutils.errors import DistutilsPlatformError
|
/external/tensorflow/tensorflow/compiler/xla/ |
statusor.cc | 18 #include "tensorflow/core/lib/core/errors.h" 29 *status = ::tensorflow::errors::Internal(kMessage);
|
/external/tensorflow/tensorflow/contrib/ffmpeg/ |
decode_audio_op.cc | 61 errors::Unavailable("FFmpeg must be installed to run this op. FFmpeg " 74 errors::Unknown("No output created by FFmpeg.")); 77 errors::Unknown("FFmpeg created non-integer number of audio frames.")); 112 errors::InvalidArgument("DecodeAudio requires exactly four inputs.")); 120 errors::InvalidArgument( 124 errors::InvalidArgument( 129 errors::InvalidArgument( 134 errors::InvalidArgument( 149 errors::InvalidArgument("file_format must be one of {", 153 errors::InvalidArgument [all...] |
/external/tensorflow/tensorflow/core/lib/io/ |
inputstream_interface.cc | 18 #include "tensorflow/core/lib/core/errors.h" 29 return errors::InvalidArgument("Can't skip a negative number of bytes");
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
auth_provider.h | 20 #include "tensorflow/core/lib/core/errors.h" 37 return errors::Internal("Auth provider is required.");
|
/external/tensorflow/tensorflow/core/platform/ |
protobuf_internal.h | 20 #include "tensorflow/core/lib/core/errors.h" 47 return errors::FailedPrecondition( 52 return errors::FailedPrecondition("Failed to unpack: ", 58 return errors::FailedPrecondition( 63 return errors::FailedPrecondition("Failed to unpack: ",
|
/external/tensorflow/tensorflow/core/util/ |
mirror_pad_mode.cc | 20 #include "tensorflow/core/lib/core/errors.h" 33 return errors::NotFound(str_value, " is not an allowed padding mode.");
|
padding.cc | 20 #include "tensorflow/core/lib/core/errors.h" 33 return errors::NotFound(str_value, " is not an allowed padding type");
|
/external/tensorflow/tensorflow/python/client/ |
client_lib.py | 53 from tensorflow.python.framework import errors 54 from tensorflow.python.framework.errors import OpError
|
test_construction_fails_op.cc | 28 errors::InvalidArgument("Failure during construction."));
|
/external/valgrind/gdbserver_tests/ |
mcclean_after_fork.stderr.exp | 5 For counts of detected and suppressed errors, rerun with: -v 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
mcmain_pic.stderr.exp | 5 For counts of detected and suppressed errors, rerun with: -v 6 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
/external/valgrind/memcheck/tests/ |
brk2.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
bug287260.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
erringfds.stderr.exp | 10 For counts of detected and suppressed errors, rerun with: -v 11 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
leak-autofreepool-2.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
leak-autofreepool-6.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
leak-pool-0.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
leak-pool-1.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
leak-pool-2.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
leak-pool-3.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|
leak-pool-4.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
|