HomeSort by relevance Sort by last modified time
    Searched defs:exc (Results 1 - 25 of 257) sorted by null

1 2 3 4 5 6 7 8 91011

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
codecs.h 149 /* raise exc as an exception */
150 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
153 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
156 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
159 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
162 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
codecs.h 149 /* raise exc as an exception */
150 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
153 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
156 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
159 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
162 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
  /external/python/cpython2/Include/
codecs.h 194 /* raise exc as an exception */
195 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
198 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
201 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
204 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
207 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
  /external/python/cpython3/Include/
codecs.h 213 /* raise exc as an exception */
214 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
217 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
220 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
223 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
226 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
230 PyAPI_FUNC(PyObject *) PyCodec_NameReplaceErrors(PyObject *exc); variable
  /prebuilts/gdb/darwin-x86/include/python2.7/
codecs.h 149 /* raise exc as an exception */
150 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
153 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
156 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
159 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
162 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
  /prebuilts/gdb/linux-x86/include/python2.7/
codecs.h 149 /* raise exc as an exception */
150 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
153 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
156 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
159 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
162 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
codecs.h 149 /* raise exc as an exception */
150 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
153 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
156 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
159 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
162 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
codecs.h 149 /* raise exc as an exception */
150 PyAPI_FUNC(PyObject *) PyCodec_StrictErrors(PyObject *exc); variable
153 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc); variable
156 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc); variable
159 PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc); variable
162 PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc); variable
  /external/fdlibm/
k_standard.c 84 struct exception exc; local
95 exc.arg1 = x;
96 exc.arg2 = y;
100 exc.type = DOMAIN;
101 exc.name = "acos";
102 exc.retval = zero;
105 else if (!ieee_matherr(&exc)) {
114 exc.type = DOMAIN;
115 exc.name = "asin";
116 exc.retval = zero
    [all...]
  /external/curl/tests/libtest/
lib503.c 65 fd_set rd, wr, exc; local
80 FD_ZERO(&exc);
82 multi_fdset(m, &rd, &wr, &exc, &maxfd);
86 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib504.c 42 fd_set rd, wr, exc; local
90 FD_ZERO(&exc);
94 multi_fdset(m, &rd, &wr, &exc, &maxfd);
98 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib525.c 114 fd_set rd, wr, exc; local
129 FD_ZERO(&exc);
131 multi_fdset(m, &rd, &wr, &exc, &maxfd);
135 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib526.c 86 fd_set rd, wr, exc; local
130 FD_ZERO(&exc);
132 multi_fdset(m, &rd, &wr, &exc, &maxfd);
136 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib530.c 76 fd_set rd, wr, exc; local
98 FD_ZERO(&exc);
100 multi_fdset(m, &rd, &wr, &exc, &maxfd);
104 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib533.c 60 fd_set rd, wr, exc; local
92 FD_ZERO(&exc);
94 multi_fdset(m, &rd, &wr, &exc, &maxfd);
98 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib564.c 58 fd_set rd, wr, exc; local
73 FD_ZERO(&exc);
75 multi_fdset(m, &rd, &wr, &exc, &maxfd);
79 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib1506.c 94 fd_set rd, wr, exc; local
109 FD_ZERO(&exc);
111 multi_fdset(m, &rd, &wr, &exc, &maxfd);
115 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
lib1900.c 170 fd_set rd, wr, exc; local
215 FD_ZERO(&exc);
217 curl_multi_fdset(m, &rd, &wr, &exc, &maxfd);
232 select_test(maxfd + 1, &rd, &wr, &exc, &interval);
  /libcore/ojluni/src/main/java/sun/nio/ch/
CompletedFuture.java 40 private final Throwable exc; field in class:CompletedFuture
42 private CompletedFuture(V result, Throwable exc) {
44 this.exc = exc;
51 static <V> CompletedFuture<V> withFailure(Throwable exc) {
53 if (!(exc instanceof IOException) && !(exc instanceof SecurityException))
54 exc = new IOException(exc);
55 return new CompletedFuture<V>(null, exc);
    [all...]
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/
ProjectConverter.java 104 } catch (IOException exc) {
105 addException(new ConversionException(exc.toString()));
109 public void addException(ConversionException exc) {
113 exception.add(exc);
120 ConversionException exc = (ConversionException) iterator.next(); local
121 exc.print();
  /external/autotest/frontend/client/src/autotest/common/
XhrJsonRpcProxy.java 76 catch (JSONException exc) {
77 JsonRpcProxy.notify.showError(exc.toString(), responseText);
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
Parse.java 149 } catch (InstantiationException exc) {
150 error(exc.toString());
152 } catch (IllegalAccessException exc) {
153 error(exc.toString());
  /libcore/ojluni/src/main/java/sun/nio/fs/
Cancellable.java 133 Throwable exc = task.exception(); local
134 if (exc != null)
135 throw new ExecutionException(exc);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mactoolboxglue.c 113 PyObject *fs, *exc; local
140 exc = PyErr_Occurred();
141 if (exc && PyErr_GivenExceptionMatches(exc,
143 PyObject *args = PyObject_GetAttrString(exc, "args");
  /external/google-breakpad/src/client/windows/unittests/
exception_handler_test.cc 177 google_breakpad::ExceptionHandler *exc = local
189 ASSERT_TRUE(exc->IsOutOfProcess());
209 google_breakpad::ExceptionHandler *exc = local
221 ASSERT_TRUE(exc->IsOutOfProcess());

Completed in 633 milliseconds

1 2 3 4 5 6 7 8 91011