/external/guava/guava/src/com/google/common/cache/ |
LoadingCache.java | 63 * exceptions, then prefer {@link #getUnchecked} over this method. 76 * only be used in situations where checked exceptions are not thrown by the cache loader. 88 * <p><b>Warning:</b> this method silently converts checked exceptions to unchecked exceptions, 89 * and should not be used with cache loaders which throw checked exceptions. In such cases use
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarInstancesHelper.java | 200 // c) Recurrence exceptions that fall in the window. These will be 202 // d) Recurrence exceptions that modify an instance inside the 435 // be subject to exceptions. They have: 437 // c) Exceptions that fall in the window. They have: 440 // d) Recurrence exceptions that modify an instance inside the 446 // exceptions. We do this by iterating over the list and for each 473 // the original one. We do this both for exceptions that 474 // change the original instance as well as for exceptions 491 // been subject to exceptions. 492 // c) Exceptions that fall in the window. They will hav [all...] |
/dalvik/dx/src/com/android/dx/dex/cf/ |
AttributeTranslator.java | 63 * Gets the list of thrown exceptions for a given method. 66 * @return {@code non-null;} the list of thrown exceptions 70 AttExceptions exceptions = (AttExceptions) local 73 if (exceptions == null) { 77 return exceptions.getExceptions(); 149 * of the method-specific attribute {@code Exceptions}. 156 TypeList exceptions = getExceptions(method); local 158 if (exceptions.size() != 0) { 160 AnnotationUtils.makeThrows(exceptions);
|
/external/javassist/src/main/javassist/ |
CtNewMethod.java | 91 * @param exceptions a list of the exception types. 101 CtClass[] exceptions, 105 return make(Modifier.PUBLIC, returnType, mname, parameters, exceptions, 117 * @param exceptions a list of the exception types. 128 CtClass[] exceptions, 136 cm.setExceptionTypes(exceptions); 195 * @param exceptions a list of the exception types 203 CtClass[] exceptions, 208 cm.setExceptionTypes(exceptions);
|
/external/webkit/Tools/Scripts/ |
extract-localizable-strings | 37 # known to be used for debugging in Intrigue source code and an exceptions file. 39 # hardcoded location for both the output file and the exceptions file. 43 # The exceptions file has a list of strings in quotes, filenames, and filename/string pairs separated by :. 51 @ARGV >= 2 or die "Usage: extract-localizable-strings <exceptions file> <file to update> [ directory... ]\nDid you mean to run update-webkit-localizable-strings instead?\n"; 54 -f $exceptionsFile or die "Couldn't find exceptions file $exceptionsFile\n" unless $exceptionsFile eq "-"; 85 if ($exceptionsFile ne "-" && open EXCEPTIONS, $exceptionsFile) { 86 while (<EXCEPTIONS>) { 99 close EXCEPTIONS; 368 print scalar(@unusedExceptions), " unused exceptions\n" if @unusedExceptions;
|
/external/javassist/src/main/javassist/bytecode/ |
ClassFileWriter.java | 339 * @param exceptions throws clause. It may be null. 345 String[] exceptions, AttributeWriter aw) { 349 if (exceptions == null) 352 intfs = constPool.addClassInfo(exceptions); 363 * @param exceptions throws clause. indexes indicating <code>CONSTANT_Class_info</code>s. 367 public void begin(int accessFlags, int name, int descriptor, int[] exceptions, AttributeWriter aw) { 375 if (exceptions != null) 380 if (exceptions != null) 381 writeThrows(exceptions); 396 private void writeThrows(int[] exceptions) { [all...] |
CodeAttribute.java | 45 private ExceptionTable exceptions; field in class:CodeAttribute 64 exceptions = etable; 84 exceptions = src.getExceptionTable().copy(cp, classnames); 93 info = src.copyCode(cp, classnames, exceptions, this); 109 exceptions = new ExceptionTable(cp, in); 161 return 18 + info.length + exceptions.size() * 8 172 exceptions.write(out); 285 public ExceptionTable getExceptionTable() { return exceptions; }
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Exceptions.java | 25 public final class Exceptions { 130 private Exceptions() {
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Exceptions.java | 25 public final class Exceptions { 130 private Exceptions() {
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
FilterClassAdapter.java | 100 String signature, String[] exceptions) { 127 return super.visitMethod(access, name, desc, signature, exceptions);
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
ClassSourcer.java | 127 String[] exceptions) { 130 return new MethodSourcer(mOutput, mClassName, access, name, desc, signature, exceptions);
|
/external/clang/test/CXX/except/except.spec/ |
p14.cpp | 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -verify -std=c++11 %s 69 // the set of potential exceptions of the special member function contains
|
/external/clang/test/SemaCXX/ |
rval-references.cpp | 1 // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -fsyntax-only -verify -std=c++11 %s 59 } catch(int&&) { // expected-error {{cannot catch exceptions by rvalue reference}}
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Exceptions.java | 25 public final class Exceptions { 130 private Exceptions() {
|
/external/dexmaker/src/mockito/java/com/google/dexmaker/mockito/ |
DexmakerMockMaker.java | 24 import org.mockito.exceptions.base.MockitoException; 25 import org.mockito.exceptions.stacktrace.StackTraceCleaner;
|
/external/eigen/test/ |
exceptions.cpp | 11 // Various sanity tests with exceptions: 12 // - no memory leak when a custom scalar type trow an exceptions
|
/external/icu4c/test/intltest/ |
itrbnfp.cpp | 102 // these rules would throw exceptions when formatting, if we could throw exceptions
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Analyzer.java | 88 private ExceptionInfo[] exceptions; field in class:Analyzer 135 exceptions = buildExceptionInfo(method); 206 // Merge all exceptions that are reachable from this instruction. 217 ExceptionInfo[] exceptions = new ExceptionInfo[table.size()]; local 227 exceptions[i] = new ExceptionInfo(table.startPc(i), table.endPc(i), table.handlerPc(i), type); 230 return exceptions; 293 for (int i = 0; i < exceptions.length; i++) { 294 ExceptionInfo exception = exceptions[i];
|
/external/oprofile/events/arm/armv7-common/ |
events | 16 event:0x0C counters:1,2,3,4,5,6 um:zero minimum:500 name:PC_WRITE : SW change of PC, architecturally executed (not by exceptions) 18 event:0x0E counters:1,2,3,4,5,6 um:zero minimum:500 name:PC_PROC_RETURN : Procedure return architecturally executed (not by exceptions)
|
/external/oprofile/events/i386/athlon/ |
events | 4 event:0xc0 counters:0,1,2,3 um:zero minimum:3000 name:RETIRED_INSNS : Retired instructions (includes exceptions, interrupts, resyncs) 13 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCHES : Retired branches (conditional, unconditional, exceptions, interrupts)
|
/external/svox/pico/lib/ |
picodefs.h | 85 /* Exceptions and error codes *****************************************/ 118 /* runtime exceptions */
|
/external/v8/test/mjsunit/ |
debug-scripts-request.js | 32 // State to check that the listener code was invoked and that no exceptions 105 // Make sure that the debug event listener vas invoked with no exceptions.
|
keyed-call-generic.js | 99 function testException(receiver, keys, exceptions) { 108 assertEquals(exceptions[k], thrown);
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptsyntaxcheckresult.cpp | 145 /* exceptions */0); 147 return JSValueToNumber(*m_engine, line, /* exceptions */0);
|
/libcore/luni/src/main/java/java/lang/ |
Appendable.java | 32 * can choose to throw exceptions other than {@code IOException} or they do not 33 * throw any exceptions at all and use error codes instead.
|