/external/clang/lib/Sema/ |
SemaExceptionSpec.cpp | 278 ESI.Exceptions = OldProto->exceptions(); 320 for (const auto &E : OldProto->exceptions()) { 407 // Just completely ignore this under -fno-exceptions. 436 // specifier that is not a noexcept-specification allowing all exceptions, 564 for (const auto &I : Old->exceptions()) 567 for (const auto &I : New->exceptions()) { 594 // Just auto-succeed under -fno-exceptions. 676 for (const auto &SubI : Subset->exceptions()) { 697 for (const auto &SuperI : Superset->exceptions()) { [all...] |
/external/skia/src/codec/ |
SkRawCodec.cpp | 110 SkTArray<dng_exception> exceptions; variable 113 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] { 118 exceptions.push_back(exception); 121 exceptions.push_back(dng_exception(dng_error_unknown)); 130 if (!exceptions.empty()) { 131 Throw_dng_error(exceptions.front().ErrorCode(), nullptr, nullptr);
|
/external/skqp/src/codec/ |
SkRawCodec.cpp | 114 SkTArray<dng_exception> exceptions; variable 117 taskGroup.add([&mutex, &exceptions, &task, this, taskIndex, taskAreas, tileSize] { 122 exceptions.push_back(exception); 125 exceptions.push_back(dng_exception(dng_error_unknown)); 134 if (!exceptions.empty()) { 135 Throw_dng_error(exceptions.front().ErrorCode(), nullptr, nullptr);
|
/external/turbine/java/com/google/turbine/lower/ |
Lower.java | 190 ImmutableList.Builder<String> exceptions = ImmutableList.builder(); local 191 if (!m.exceptions().isEmpty()) { 192 for (Type e : m.exceptions()) { 193 exceptions.add(sig.descriptor(((ClassTy) Erasure.erase(e, tenv)).sym())); 212 exceptions.build(), 507 for (Type e : m.exceptions()) {
|
/frameworks/minikin/tools/ |
mk_hyb_file.py | 303 # load exceptions with explicit hyphens 468 def traverse_trie(ix, s, trie_data, ch_map, pattern_data, patterns, exceptions): 498 exceptions.append(pat_str[1:-1]) # strip leading and trailing '.' 506 traverse_trie(link, sch, trie_data, ch_map, pattern_data, patterns, exceptions) 551 exceptions = [] 552 traverse_trie(0, '', trie_data, ch_map, pattern_data, patterns, exceptions) 560 assert verify_file_sorted(exceptions, hyp_fn), 'exception table not verified'
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
PsiMethodItem.kt | 176 val exceptions = mutableSetOf<ClassItem>() 184 exceptions.add(exceptionClass) 211 return exceptions 288 // No need to replace variables; we can't have type arguments for exceptions
|
/frameworks/opt/setupwizard/tools/docs/ |
jsilver.jar | |
/prebuilts/devtools/tools/lib/ |
jsilver-1.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/ |
jsilver-1.0.0.jar | |
/external/annotation-tools/asmx/src/org/objectweb/asm/ |
ClassReader.java | 797 // looks for Code and Exceptions attributes 807 } else if (attrName.equals("Exceptions")) { 848 // reads declared exceptions 849 String[] exceptions; local 851 exceptions = null; 853 exceptions = new String[readUnsignedShort(w)]; 855 for (j = 0; j < exceptions.length; ++j) { 856 exceptions[j] = readClass(w, c); 866 exceptions); [all...] |
/prebuilts/misc/common/asm/ |
asm-tree-6.0.jar | |
/prebuilts/misc/common/robolectric/3.5.1/lib/ |
asm-tree-6.0.jar | |
/prebuilts/misc/common/robolectric/3.6.1/lib/ |
asm-tree-6.0.jar | |
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/6.0/ |
asm-tree-6.0.jar | |
/external/javassist/src/main/javassist/util/proxy/ |
ProxyFactory.java | 1174 Class[] exceptions = orig.getExceptionTypes(); local [all...] |
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowMediaPlayer.java | 71 * * Emulation of exceptions when calling {@link #setDataSource} using 102 private static final Map<DataSource, Exception> exceptions = new HashMap<>(); field in class:ShadowMediaPlayer 567 * * Checks for any specified exceptions for the specified data source and throws them.</li> 583 Exception e = exceptions.get(dataSource); 603 * tests catching exceptions you know won't be thrown. 646 exceptions.put(dataSource, e); 650 exceptions.put(dataSource, e); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_funcattrs.py | 16 def cannot_set_attr(self, obj, name, value, exceptions):
20 except exceptions:
26 except exceptions:
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
TemplateInterpreter.java | 22 import com.google.clearsilver.jsilver.exceptions.ExceptionUtil; 23 import com.google.clearsilver.jsilver.exceptions.JSilverIOException; 24 import com.google.clearsilver.jsilver.exceptions.JSilverInterpreterException;
|
/external/python/cpython2/Lib/test/ |
test_funcattrs.py | 16 def cannot_set_attr(self, obj, name, value, exceptions): 20 except exceptions: 26 except exceptions:
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_funcattrs.py | 16 def cannot_set_attr(self, obj, name, value, exceptions): 20 except exceptions: 26 except exceptions:
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_funcattrs.py | 16 def cannot_set_attr(self, obj, name, value, exceptions): 20 except exceptions: 26 except exceptions:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_funcattrs.py | 16 def cannot_set_attr(self, obj, name, value, exceptions): 20 except exceptions: 26 except exceptions:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_funcattrs.py | 16 def cannot_set_attr(self, obj, name, value, exceptions): 20 except exceptions: 26 except exceptions:
|
/prebuilts/tools/common/m2/repository/org/ow2/asm/asm-util/6.0/ |
asm-util-6.0.jar | |
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/ |
codegen.py | 13 from mako import util, ast, parsetree, filters, exceptions 368 raise exceptions.CompileException( [all...] |