/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
StoreException.java | 6 private Throwable _e; field in class:StoreException 11 _e = e; 16 return _e;
|
/external/clang/test/CXX/over/over.oper/over.literal/ |
p6.cpp | 10 void operator "" _e(const char *); // expected-error {{must have C++ linkage}}
|
p2.cpp | 21 int operator "" _e; // expected-error {{cannot be the name of a variable}} variable
|
/external/javassist/src/main/javassist/tools/web/ |
BadHttpRequest.java | 26 public BadHttpRequest(Exception _e) { e = _e; }
|
/external/llvm/test/MC/MachO/ |
indirect-symbols.s | 5 _e: label 18 .indirect_symbol _e 124 // CHECK: ('_string', '_e')
|
/frameworks/native/opengl/libs/EGL/ |
egl_tls.h | 63 #define setError(_e, _r) \ 64 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r) 66 #define setErrorQuiet(_e, _r) \ 67 egl_tls_t::setErrorEtc(__FUNCTION__, __LINE__, _e, _r, true)
|
/external/elfutils/lib/ |
eu-config.h | 124 ({ long int _e = !!(e); \ 129 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \ 130 __builtin_expect (_e, E); \ 139 ({ long int _e = !!(e); \ 144 : : "r" (_e == E), "i" (__LINE__), "i" (__FILE__)); \ 145 __builtin_expect (_e, E); \
|
/external/clang/test/SemaCXX/ |
typo-correction.cpp | 18 error_condition(E _e) { 24 *this = make_error_condition(_e); 29 inline error_condition make_error_condition(errc _e) { 30 return error_condition(static_cast<int>(_e));
|
/external/webkit/LayoutTests/fast/js/resources/ |
standalone-pre.js | 120 function shouldThrow(_a, _e) 131 if (_e) 132 _ev = eval(_e); 135 if (typeof _e == "undefined" || exception == _ev) 138 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + "."); 140 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined."); 142 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");
|
js-test-pre.js | 261 function shouldThrow(_a, _e) 272 if (_e) 273 _ev = eval(_e); 276 if (typeof _e == "undefined" || exception == _ev) 279 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + "."); 281 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined."); 283 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");
|
/external/llvm/include/llvm/Support/ |
system_error.h | 678 error_condition(E _e, typename enable_if_c< 681 {*this = make_error_condition(_e);} 694 operator=(E _e) 695 {*this = make_error_condition(_e); return *this;} 715 inline error_condition make_error_condition(errc _e) { 716 return error_condition(static_cast<int>(_e), generic_category()); 740 error_code(E _e, typename enable_if_c< 743 *this = make_error_code(_e); 757 operator=(E _e) 758 {*this = make_error_code(_e); return *this; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
concept_check.h | 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
|
/external/webkit/LayoutTests/http/tests/cookies/resources/ |
cookies-test-pre.js | 127 function shouldThrow(_a, _e) 138 if (_e) 139 _ev = eval(_e); 142 if (typeof _e == "undefined" || exception == _ev) 145 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + "."); 147 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined."); 149 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");
|
/frameworks/rs/ |
rsType.cpp | 339 RsType rsi_TypeCreate(Context *rsc, RsElement _e, uint32_t dimX, 341 Element *e = static_cast<Element *>(_e);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/ |
mpfr.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/ |
mpfr.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/ |
mpfr.h | [all...] |