HomeSort by relevance Sort by last modified time
    Searched refs:exceptions (Results 526 - 550 of 1775) sorted by null

<<21222324252627282930>>

  /external/mockito/src/test/java/org/mockito/
StaticMockingExperimentTest.java 9 import org.mockito.exceptions.verification.NoInteractionsWanted;
10 import org.mockito.exceptions.verification.WantedButNotInvoked;
11 import org.mockito.exceptions.verification.junit.ArgumentsAreDifferent;
  /external/mockito/src/test/java/org/mockito/internal/verification/checkers/
NumberOfInvocationsCheckerTest.java 22 import org.mockito.exceptions.verification.NeverWantedButInvoked;
23 import org.mockito.exceptions.verification.TooLittleActualInvocations;
24 import org.mockito.exceptions.verification.TooManyActualInvocations;
  /external/objenesis/tck/src/main/java/org/objenesis/tck/
TextReporter.java 182 List<Result> exceptions = new ArrayList<Result>(); local
184 // Candidates (and keep the exceptions meanwhile)
197 exceptions.add(result);
209 for(Result element : exceptions) {
  /external/turbine/java/com/google/turbine/binder/
CanonicalTypeBinder.java 99 ImmutableList<Type> exceptions = canonicalizeList(env, sym, base.exceptions()); local
106 exceptions,
  /external/turbine/java/com/google/turbine/bytecode/sig/
SigParser.java 96 ImmutableList.Builder<TySig> exceptions = ImmutableList.builder(); local
99 exceptions.add(parseFieldSig());
101 return new MethodSig(tyParams, params.build(), result, exceptions.build());
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EciesTest.java 45 // without exceptions, indicating that this hasn't even tested.
147 * If this randomization leads to distinguishable exceptions then this may indicate that the
177 HashSet<String> exceptions = new HashSet<String>(); local
188 if (exceptions.add(exception)) {
194 assertEquals(1, exceptions.size());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
copyfmt.pass.cpp 122 ios1.exceptions(std::ios::failbit);
142 ios2.exceptions(std::ios::eofbit);
177 assert(ios1.exceptions() == std::ios::eofbit);
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
BusinessLogic.java 123 * @param exceptions a map from description strings to exceptions. The descriptive keySet is
128 private static void throwAggregatedException(Map<String, RuntimeException> exceptions,
130 Set<String> keySet = exceptions.keySet();
137 RuntimeException re = exceptions.get(description);
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.29/
mockito-core-2.2.29.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/2.2.5/
mockito-core-2.2.5.jar 
  /external/annotation-tools/asmx/src/org/objectweb/asm/util/
ASMifierClassVisitor.java 362 final String[] exceptions)
375 if (exceptions != null && exceptions.length > 0) {
377 for (int i = 0; i < exceptions.length; ++i) {
379 appendConstant(exceptions[i]);
  /external/autotest/client/cros/networking/
shill_proxy.py 15 """Exceptions raised by ShillProxy and its children."""
372 except dbus.exceptions.DBusException as e:
489 except dbus.exceptions.DBusException:
632 except dbus.exceptions.DBusException, e:
666 except dbus.exceptions.DBusException as e:
686 except dbus.exceptions.DBusException as e:
  /external/doclava/src/com/google/doclava/
PackageInfo.java 91 enums(), exceptions() };
120 enums(), exceptions() };
219 ClassInfo.makeLinkListHDF(data, base + ".exceptions", exceptions());
259 public ClassInfo[] exceptions() { method in class:PackageInfo
263 Converter.convertClasses(mPackage.exceptions())));
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 163 * {@link AbstractIteratorTester} instance). Instead of throwing exceptions
166 * exceptions that the iterator could throw during the invocation of that
171 * exceptions in a {@code PermittedExceptions} instance, since
297 Set<Class<? extends RuntimeException>> exceptions local
301 exceptions.add(UnsupportedOperationException.class);
305 exceptions.add(IllegalStateException.class);
308 if (!exceptions.isEmpty()) {
309 throw new PermittedMetaException(exceptions);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
template.py 11 from mako import runtime, util, exceptions, codegen, cache, compat
104 compile or runtime exceptions occur. The callable is passed
111 :param format_exceptions: if ``True``, exceptions which occur during
115 runtime exceptions are propagated outwards.
263 raise exceptions.TemplateLookupException(
278 raise exceptions.UnsupportedError(
282 raise exceptions.UnsupportedError(
323 raise exceptions.RuntimeException(
530 raise exceptions.UnsupportedError(
534 raise exceptions.UnsupportedError
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
MethodTest.java 34 Class[] exceptions = method.getExceptionTypes(); local
35 assertEquals(1, exceptions.length);
36 assertEquals(IndexOutOfBoundsException.class, exceptions[0]);
38 exceptions[0] = NullPointerException.class;
39 exceptions = method.getExceptionTypes();
40 assertEquals(1, exceptions.length);
41 assertEquals(IndexOutOfBoundsException.class, exceptions[0]);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/
Android.mk 12 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti -Werror $(GLSLANG_DEFINES)
29 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti $(GLSLANG_DEFINES)
38 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti $(GLSLANG_DEFINES)
49 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti $(GLSLANG_DEFINES)
68 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti $(GLSLANG_DEFINES)
298 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti -Werror
309 LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti -Werror
  /external/robolectric/v1/lib/test/
mockito-core-1.8.5.jar 
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DefineGrammarItemsWalker.g 242 if ( $throwsSpec.exceptions != null )
244 for (String exception : $throwsSpec.exceptions)
278 throwsSpec returns [HashSet<String> exceptions]
281 $exceptions = new HashSet<String>();
283 : ^('throws' (ID {$exceptions.add($ID.text);})+ )
  /external/desugar/java/com/google/devtools/build/android/desugar/
InterfaceDesugaring.java 169 int access, String name, String desc, String signature, String[] exceptions) {
175 super.visitMethod(access, name, desc, signature, exceptions));
195 .visitMethod(access & ~Opcodes.ACC_PRIVATE, name, desc, signature, exceptions);
214 super.visitMethod(access | Opcodes.ACC_ABSTRACT, name, desc, signature, exceptions);
225 exceptions);
233 result = super.visitMethod(access, name, desc, signature, exceptions);
  /tools/metalava/src/main/java/com/android/tools/metalava/
KotlinInteropChecks.kt 74 val exceptions = method.findThrownExceptions()
75 if (exceptions.isEmpty()) {
79 for (exception in exceptions.sortedBy { it.qualifiedName() }) {
100 "Method ${method.containingClass().simpleName()}.${method.name()} appears to be throwing ${exception.qualifiedName()}; this should be recorded with a @Throws annotation; see https://android.github.io/kotlin-guides/interop.html#document-exceptions"
106 "Method ${method.containingClass().simpleName()}.${method.name()} appears to be throwing ${exception.qualifiedName()}; this should be listed in the documentation; see https://android.github.io/kotlin-guides/interop.html#document-exceptions"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pydoc.py 177 badimport_pattern = "problem in %s - <type 'exceptions.ImportError'>: No module named %s"
316 self.assertEqual(stripid("<type 'exceptions.Exception'>"),
317 "<type 'exceptions.Exception'>")
  /external/autotest/client/common_lib/cros/
chrome.py 10 from telemetry.core import cros_interface, exceptions, util
18 Error = exceptions.Error
187 except exceptions.LoginException as e:
  /external/autotest/client/site_tests/cellular_ScanningProperty/
cellular_ScanningProperty.py 50 except dbus.exceptions.DBusException as e:
64 except dbus.exceptions.DBusException as e:
145 except dbus.exceptions.DBusException as e:
  /external/autotest/server/cros/ap_configurators/
belkinF9K1102_ap_configurator.py 10 from selenium.common.exceptions import NoSuchElementException as \
12 from selenium.common.exceptions import WebDriverException
13 from selenium.common.exceptions import TimeoutException as \

Completed in 2084 milliseconds

<<21222324252627282930>>