HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 201 - 225 of 13513) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
3-4-buildonly.c 16 #error CLOCK_THREAD_CPUTIME_ID not defined
6-1-buildonly.c 15 #error CLOCK_REALTIME not defined
6-2-buildonly.c 15 #error TIMER_ABSTIME not defined
6-3-buildonly.c 16 #error CLOCK_MONOTONIC not defined
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffitarget.h 12 #error "Unsupported CPU type"
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffitarget.h 12 #error "Unsupported CPU type"
  /external/python/httplib2/python2/httplib2/test/brokensocket/
socket.py 1 from realsocket import gaierror, error, getaddrinfo, SOCK_STREAM
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
SdpObserver.java 38 /** Called on error of Create{Offer,Answer}(). */
39 public void onCreateFailure(String error);
41 /** Called on error of Set{Local,Remote}Description(). */
42 public void onSetFailure(String error);
  /external/webrtc/webrtc/api/objc/
WebRTC-Prefix.pch 12 #error "This file requires ARC support."
  /cts/tests/tests/net/src/android/net/http/cts/
SslErrorTest.java 37 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
38 assertTrue(error.hasError(SslError.SSL_EXPIRED));
39 assertFalse(error.hasError(SslError.SSL_UNTRUSTED));
43 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
44 assertFalse(error.hasError(SslError.SSL_UNTRUSTED));
45 error.addError(SslError.SSL_UNTRUSTED);
46 assertTrue(error.hasError(SslError.SSL_UNTRUSTED));
50 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
51 error.addError(42);
52 assertFalse(error.hasError(42))
56 SslError error = new SslError(42, mCertificate); local
61 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
67 SslError error = new SslError(42, mCertificate); local
72 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate, "foo"); local
77 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
82 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_interface_parser.c 38 if (it_bit_buff->error) return it_bit_buff->error;
47 if (it_bit_buff->error) return it_bit_buff->error;
60 if (it_bit_buff->error) return it_bit_buff->error;
66 if (it_bit_buff->error) return it_bit_buff->error;
76 if (it_bit_buff->error) return it_bit_buff->error;
    [all...]
  /external/clang/test/Preprocessor/
has_include.c 6 #error "__has_include failed (1)."
11 #error "__has_include failed (2)."
16 #error "__has_include failed (5)."
22 #error "__has_include failed (6)."
27 #error "__has_include failed (7)."
32 #error "defined(__has_include) failed (8)."
38 #error "__has_include failed (1)."
43 #error "__has_include failed (2)."
48 #error "__has_include_next failed (5)."
54 #error "__has_include_next failed (6).
    [all...]
  /external/mesa3d/src/glx/
glx_error.c 42 xError error; local
48 error.type = X_Error;
51 error.errorCode = errorCode;
54 error.errorCode = glx_dpy->codes->first_error + errorCode;
57 error.sequenceNumber = dpy->request;
58 error.resourceID = resourceID;
59 error.minorCode = minorCode;
60 error.majorCode = glx_dpy->majorOpcode;
62 _XError(dpy, &error);
70 xError error; local
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
SymbolRecordMapping.cpp 15 #define error(X) \ macro
21 Error operator()(CodeViewRecordIO &IO, LocalVariableAddrGap &Gap) const {
22 error(IO.mapInteger(Gap.GapStartOffset));
23 error(IO.mapInteger(Gap.Range));
24 return Error::success();
29 static Error mapLocalVariableAddrRange(CodeViewRecordIO &IO,
31 error(IO.mapInteger(Range.OffsetStart));
32 error(IO.mapInteger(Range.ISectStart));
33 error(IO.mapInteger(Range.Range));
34 return Error::success()
    [all...]
  /bionic/tests/headers/posix/
stdbool_h.c 35 #error bool
  /bionic/tests/
stdarg_test.cpp 23 #error va_start
26 #error va_arg
29 #error va_copy
32 #error va_end
stdbool_test.c 20 #error __bool_true_false_are_defined
stdio_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
stdnoreturn_test.cpp 20 #error __noreturn_is_defined
string_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
strings_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
unistd_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
  /device/linaro/hikey/hifi/xaf/hifi-dpf/include/
xf.h 31 #error "xf.h included more than once"
  /external/clang/test/Modules/Inputs/submodule-visibility/
a.h 4 #error B is defined
b.h 7 #error A is defined

Completed in 2145 milliseconds

1 2 3 4 5 6 7 891011>>