Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 1268) sorted by relevance

12345678910>>...51

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java365 ClassTable exceptions = new ClassTable(); in buildCombiningClassTable() local
369 exceptions.addMapping(0x05C1, 10); // Point Shin Dot in buildCombiningClassTable()
370 exceptions.addMapping(0x05C2, 11); // Point Sin Dot in buildCombiningClassTable()
371 exceptions.addMapping(0x05BC, 21); // Point Dagesh or Mapiq in buildCombiningClassTable()
372 exceptions.addMapping(0x05BF, 23); // Point Rafe in buildCombiningClassTable()
373 exceptions.addMapping(0x05B9, 27); // Point Holam in buildCombiningClassTable()
374 exceptions.addMapping(0x0323, 220); // Comb. Dot Below (low punctum) in buildCombiningClassTable()
375 exceptions.addMapping(0x0591, 220); // Accent Etnahta in buildCombiningClassTable()
376 exceptions.addMapping(0x0596, 220); // Accent Tipeha in buildCombiningClassTable()
377 exceptions.addMapping(0x059B, 220); // Accent Tevir in buildCombiningClassTable()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DExceptionHandler.java45 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
48 exceptions[i] = new ArabicShapingException(locales[i].toString()); in getTestObjects()
51 return exceptions; in getTestObjects()
61 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
64 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects()
67 return exceptions; in getTestObjects()
76 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
79 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); in getTestObjects()
82 return exceptions; in getTestObjects()
91 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DExceptionHandler.java44 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
47 exceptions[i] = new ArabicShapingException(locales[i].toString()); in getTestObjects()
50 return exceptions; in getTestObjects()
60 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
63 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects()
66 return exceptions; in getTestObjects()
75 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
78 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); in getTestObjects()
81 return exceptions; in getTestObjects()
90 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
[all …]
/external/guava/guava-testlib/src/com/google/common/testing/
DClusterException.java64 public final Collection<? extends Throwable> exceptions; field in ClusterException
66 private ClusterException(Collection<? extends Throwable> exceptions) { in ClusterException() argument
68 exceptions.size() + " exceptions were thrown. The first exception is listed as a cause.", in ClusterException()
69 exceptions.iterator().next()); in ClusterException()
71 temp.addAll(exceptions); in ClusterException()
72 this.exceptions = Collections.unmodifiableCollection(temp); in ClusterException()
78 public static RuntimeException create(Throwable... exceptions) { in create() argument
80 for (Throwable exception : exceptions) { in create()
107 public static RuntimeException create(Collection<? extends Throwable> exceptions) { in create() argument
108 if (exceptions.size() == 0) { in create()
[all …]
DTearDownStack.java62 List<Throwable> exceptions = new ArrayList<Throwable>(); in runTearDown() local
70 exceptions.add(t); in runTearDown()
75 if ((!suppressThrows) && (exceptions.size() > 0)) { in runTearDown()
76 throw ClusterException.create(exceptions); in runTearDown()
/external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
Dexceptions_iostate.pass.cpp28 assert(ios.exceptions() == std::ios::goodbit); in main()
29 ios.exceptions(std::ios::eofbit); in main()
30 assert(ios.exceptions() == std::ios::eofbit); in main()
34 ios.exceptions(std::ios::badbit); in main()
40 assert(ios.exceptions() == std::ios::badbit); in main()
46 assert(ios.exceptions() == std::ios::goodbit); in main()
47 ios.exceptions(std::ios::eofbit); in main()
48 assert(ios.exceptions() == std::ios::eofbit); in main()
49 ios.exceptions(std::ios::badbit); in main()
50 assert(ios.exceptions() == std::ios::badbit); in main()
/external/eigen/bench/btl/libs/eigen3/
DCMakeLists.txt19 btl_add_target_property(btl_eigen3_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
20 btl_add_target_property(btl_eigen3_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
21 btl_add_target_property(btl_eigen3_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
22 btl_add_target_property(btl_eigen3_adv COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen3")
31 …btl_add_target_property(btl_eigen3_nogccvec_linear COMPILE_FLAGS "-fno-exceptions -fno-tree-vector…
32 …btl_add_target_property(btl_eigen3_nogccvec_vecmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vector…
33 …btl_add_target_property(btl_eigen3_nogccvec_matmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vector…
34 …btl_add_target_property(btl_eigen3_nogccvec_adv COMPILE_FLAGS "-fno-exceptions -fno-tree-vector…
43 …btl_add_target_property(btl_eigen3_novec_linear COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTOR…
44 …btl_add_target_property(btl_eigen3_novec_vecmat COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTOR…
[all …]
/external/eigen/bench/btl/libs/tensors/
DCMakeLists.txt18 btl_add_target_property(btl_tensor_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=tensor")
19 btl_add_target_property(btl_tensor_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=tensor")
20 btl_add_target_property(btl_tensor_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=tensor")
28 …btl_add_target_property(btl_tensor_nogccvec_linear COMPILE_FLAGS "-fno-exceptions -fno-tree-vector…
29 …btl_add_target_property(btl_tensor_nogccvec_vecmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vector…
30 …btl_add_target_property(btl_tensor_nogccvec_matmat COMPILE_FLAGS "-fno-exceptions -fno-tree-vector…
38 …btl_add_target_property(btl_tensor_novec_linear COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTOR…
39 …btl_add_target_property(btl_tensor_novec_vecmat COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTOR…
40 …btl_add_target_property(btl_tensor_novec_matmat COMPILE_FLAGS "-fno-exceptions -DEIGEN_DONT_VECTOR…
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
D__init__.py32 from .exceptions import CloudStorageError
33 from .exceptions import CloudStorageUploadConflictError
34 from .exceptions import EmptyConfigError
35 from .exceptions import FileNotFoundError
36 from .exceptions import NoPathFoundError
37 from .exceptions import ReadWriteError
38 from .exceptions import UnsupportedConfigFormatError
Dmanager.py9 from dependency_manager import exceptions
89 raise exceptions.NoPathFoundError(dependency, platform)
95 raise exceptions.NoPathFoundError(dependency, platform)
154 raise exceptions.NoPathFoundError(dependency, platform)
157 raise exceptions.NoPathFoundError(dependency, platform)
184 except exceptions.CloudStorageError:
195 raise exceptions.NoPathFoundError(', '.join(missing_deps), platform)
213 raise exceptions.UnsupportedConfigFormatError(config.GetConfigType(),
/external/javassist/src/main/javassist/
DCtNewConstructor.java95 CtClass[] exceptions, in make() argument
101 cc.setExceptionTypes(exceptions); in make()
177 CtClass[] exceptions, CtClass declaring) in skeleton() argument
180 return make(parameters, exceptions, PASS_NONE, in skeleton()
196 CtClass[] exceptions, CtClass declaring) in make() argument
199 return make(parameters, exceptions, PASS_PARAMS, in make()
308 CtClass[] exceptions, int howto, in make() argument
313 return CtNewWrappedConstructor.wrapped(parameters, exceptions, in make()
/external/google-benchmark/
Dmingw.py81 exceptions = threading.setdefault(value[3].strip(), {})
82 revision = exceptions.setdefault(int(value[4].strip()[3:]),
173 exceptions = None, revision = None, log = EmptyLogger()): argument
180 if not (arch and version and threading and exceptions and revision):
199 if not exceptions:
202 exceptions = 'seh'
204 exceptions = 'sjlj'
206 exceptions = keys[0]
208 revision = max(versions[version][arch][threading][exceptions].keys())
213 url = versions[version][arch][threading][exceptions][revision]
[all …]
/external/ImageMagick/MagickCore/
Dexception.c162 if (exception->exceptions == (void *) NULL) in ClearMagickException()
165 ClearLinkedList((LinkedListInfo *) exception->exceptions, in ClearMagickException()
207 if (exception->exceptions == (void *) NULL) in CatchException()
210 ResetLinkedListIterator((LinkedListInfo *) exception->exceptions); in CatchException()
212 exception->exceptions); in CatchException()
230 exception->exceptions); in CatchException()
434 if (exception->exceptions != (void *) NULL) in DestroyExceptionInfo()
435 exception->exceptions=(void *) DestroyLinkedList((LinkedListInfo *) in DestroyExceptionInfo()
436 exception->exceptions,DestroyExceptionElement); in DestroyExceptionInfo()
438 else if (exception->exceptions != (void *) NULL) in DestroyExceptionInfo()
[all …]
/external/mockito/src/main/java/org/mockito/internal/
DMockitoCore.java7 import static org.mockito.internal.exceptions.Reporter.missingMethodInvocation;
8 import static org.mockito.internal.exceptions.Reporter.mocksHaveToBePassedToVerifyNoMoreInteraction…
9 import static org.mockito.internal.exceptions.Reporter.mocksHaveToBePassedWhenCreatingInOrder;
10 import static org.mockito.internal.exceptions.Reporter.notAMockPassedToVerify;
11 import static org.mockito.internal.exceptions.Reporter.notAMockPassedToVerifyNoMoreInteractions;
12 import static org.mockito.internal.exceptions.Reporter.notAMockPassedWhenCreatingInOrder;
13 import static org.mockito.internal.exceptions.Reporter.nullPassedToVerify;
14 import static org.mockito.internal.exceptions.Reporter.nullPassedToVerifyNoMoreInteractions;
15 import static org.mockito.internal.exceptions.Reporter.nullPassedWhenCreatingInOrder;
30 import org.mockito.exceptions.base.MockitoException;
[all …]
/external/clang/test/PCH/
Dobjc_stmts.m2 // RUN: %clang_cc1 -include %S/objc_stmts.h -emit-llvm -fobjc-exceptions -o - %s
3 // RUN: %clang_cc1 -include %S/objc_stmts.h -ast-print -fobjc-exceptions -o - %s | FileCheck %s
6 // RUN: %clang_cc1 -x objective-c -emit-pch -fobjc-exceptions -o %t %S/objc_stmts.h
7 // RUN: %clang_cc1 -include-pch %t -emit-llvm -fobjc-exceptions -o - %s
8 // RUN: %clang_cc1 -include-pch %t -ast-print -fobjc-exceptions -o - %s | FileCheck %s
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java79 exceptions=ICUBinary.getString(bytes, count, 0); in readData()
166 value=exceptions.charAt(excOffset); in getSlotValueAndOffset()
169 value=exceptions.charAt(excOffset++); in getSlotValueAndOffset()
170 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValueAndOffset()
180 value=exceptions.charAt(excOffset); in getSlotValue()
183 value=exceptions.charAt(excOffset++); in getSlotValue()
184 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValue()
199 int excWord=exceptions.charAt(excOffset++); in tolower()
215 int excWord=exceptions.charAt(excOffset++); in toupper()
231 int excWord=exceptions.charAt(excOffset++); in totitle()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCaseProps.java75 exceptions=ICUBinary.getString(bytes, count, 0); in readData()
162 value=exceptions.charAt(excOffset); in getSlotValueAndOffset()
165 value=exceptions.charAt(excOffset++); in getSlotValueAndOffset()
166 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValueAndOffset()
176 value=exceptions.charAt(excOffset); in getSlotValue()
179 value=exceptions.charAt(excOffset++); in getSlotValue()
180 value=(value<<16)|exceptions.charAt(excOffset); in getSlotValue()
195 int excWord=exceptions.charAt(excOffset++); in tolower()
211 int excWord=exceptions.charAt(excOffset++); in toupper()
227 int excWord=exceptions.charAt(excOffset++); in totitle()
[all …]
/external/autotest/client/cros/cellular/pseudomodem/
Dclient.py9 import dbus.exceptions
86 except dbus.exceptions.DBusException as e:
125 except dbus.exceptions.DBusException as e:
162 except dbus.exceptions.DBusException as e:
184 except dbus.exceptions.DBusException as e:
207 except dbus.exceptions.DBusException as e:
237 except dbus.exceptions.DBusException as e:
/external/mockito/src/main/java/org/mockito/internal/util/
DMockCreationValidator.java7 import static org.mockito.internal.exceptions.Reporter.cannotMockClass;
8 import static org.mockito.internal.exceptions.Reporter.extraInterfacesCannotContainMockedType;
9 import static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithDelegatedInstanc…
10 import static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithSpiedInstanceTyp…
11 import static org.mockito.internal.exceptions.Reporter.usingConstructorWithFancySerializable;
/external/eigen/bench/btl/libs/eigen2/
DCMakeLists.txt12 btl_add_target_property(btl_eigen2_linear COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
13 btl_add_target_property(btl_eigen2_vecmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
14 btl_add_target_property(btl_eigen2_matmat COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
15 btl_add_target_property(btl_eigen2_adv COMPILE_FLAGS "-fno-exceptions -DBTL_PREFIX=eigen2")
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
Dinspector_runtime_unittest.py5 from telemetry.core import exceptions
17 with self.assertRaises(exceptions.EvaluateException) as ex_context:
34 self.assertRaises(exceptions.EvaluateException, test)
58 except exceptions.EvaluateException:
80 self.assertRaises(exceptions.EvaluateException,
/external/javassist/src/main/javassist/bytecode/
DClassFileWriter.java345 String[] exceptions, AttributeWriter aw) { in begin() argument
349 if (exceptions == null) in begin()
352 intfs = constPool.addClassInfo(exceptions); in begin()
367 …public void begin(int accessFlags, int name, int descriptor, int[] exceptions, AttributeWriter aw)… in begin() argument
375 if (exceptions != null) in begin()
380 if (exceptions != null) in begin()
381 writeThrows(exceptions); in begin()
396 private void writeThrows(int[] exceptions) { in writeThrows() argument
401 output.writeInt(exceptions.length * 2 + 2); in writeThrows()
402 output.writeShort(exceptions.length); in writeThrows()
[all …]
/external/clang/test/Analysis/
Dexceptions.mm1 // RUN: %clang_cc1 -analyze -fexceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,…
18 void *mem = malloc(4); // no-warning (ObjC exceptions are usually fatal)
32 // FIXME: this should be reported as a leak, because C++ exceptions are
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dbinary_manager_unittest.py7 from telemetry.core import exceptions
23 self.assertRaises(exceptions.InitializationError,
37 self.assertRaises(exceptions.InitializationError,
51 self.assertRaises(exceptions.InitializationError,
/external/mockito/src/test/java/org/mockito/internal/exceptions/
DReporterTest.java6 package org.mockito.internal.exceptions;
10 import org.mockito.exceptions.base.MockitoException;
11 import org.mockito.exceptions.verification.NoInteractionsWanted;
12 import org.mockito.exceptions.verification.TooLittleActualInvocations;
13 import org.mockito.exceptions.verification.VerificationInOrderFailure;

12345678910>>...51