Home
last modified time | relevance | path

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

12345678910>>...46

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DCanonGSUBBuilder.java363 ClassTable exceptions = new ClassTable(); in buildCombiningClassTable() local
367 exceptions.addMapping(0x05C1, 10); // Point Shin Dot in buildCombiningClassTable()
368 exceptions.addMapping(0x05C2, 11); // Point Sin Dot in buildCombiningClassTable()
369 exceptions.addMapping(0x05BC, 21); // Point Dagesh or Mapiq in buildCombiningClassTable()
370 exceptions.addMapping(0x05BF, 23); // Point Rafe in buildCombiningClassTable()
371 exceptions.addMapping(0x05B9, 27); // Point Holam in buildCombiningClassTable()
372 exceptions.addMapping(0x0323, 220); // Comb. Dot Below (low punctum) in buildCombiningClassTable()
373 exceptions.addMapping(0x0591, 220); // Accent Etnahta in buildCombiningClassTable()
374 exceptions.addMapping(0x0596, 220); // Accent Tipeha in buildCombiningClassTable()
375 exceptions.addMapping(0x059B, 220); // Accent Tevir in buildCombiningClassTable()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/
Dlayer1.py28 from boto.codedeploy import exceptions
101 "InvalidDeploymentIdException": exceptions.InvalidDeploymentIdException,
102 "InvalidDeploymentGroupNameException": exceptions.InvalidDeploymentGroupNameException,
103 "DeploymentConfigAlreadyExistsException": exceptions.DeploymentConfigAlreadyExistsException,
104 "InvalidRoleException": exceptions.InvalidRoleException,
105 "RoleRequiredException": exceptions.RoleRequiredException,
106 "DeploymentGroupAlreadyExistsException": exceptions.DeploymentGroupAlreadyExistsException,
107 "DeploymentConfigLimitExceededException": exceptions.DeploymentConfigLimitExceededException,
108 "InvalidNextTokenException": exceptions.InvalidNextTokenException,
109 "InvalidDeploymentConfigNameException": exceptions.InvalidDeploymentConfigNameException,
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DExceptionTests.java48 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
51 exceptions[i] = new ArabicShapingException(locales[i].toString()); in getTestObjects()
54 return exceptions; in getTestObjects()
64 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
67 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects()
70 return exceptions; in getTestObjects()
79 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
82 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); in getTestObjects()
85 return exceptions; in getTestObjects()
94 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DExceptionTests.java47 ArabicShapingException exceptions[] = new ArabicShapingException[locales.length]; in getTestObjects() local
50 exceptions[i] = new ArabicShapingException(locales[i].toString()); in getTestObjects()
53 return exceptions; in getTestObjects()
63 StringPrepParseException exceptions[] = new StringPrepParseException[locales.length]; in getTestObjects() local
66 exceptions[i] = new StringPrepParseException(locales[i].toString(), i, rules, i); in getTestObjects()
69 return exceptions; in getTestObjects()
78 … UResourceTypeMismatchException exceptions[] = new UResourceTypeMismatchException[locales.length]; in getTestObjects() local
81 exceptions[i] = new UResourceTypeMismatchException(locales[i].toString()); in getTestObjects()
84 return exceptions; in getTestObjects()
93 InvalidFormatException exceptions[] = new InvalidFormatException[locales.length]; in getTestObjects() local
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/redshift/
Dlayer1.py28 from boto.redshift import exceptions
66 "SnapshotCopyAlreadyDisabled": exceptions.SnapshotCopyAlreadyDisabled,
67 "ClusterNotFound": exceptions.ClusterNotFound,
68 "UnknownSnapshotCopyRegion": exceptions.UnknownSnapshotCopyRegion,
69 "InvalidClusterSubnetState": exceptions.InvalidClusterSubnetState,
70 "InvalidSubnet": exceptions.InvalidSubnet,
71 "ReservedNodeQuotaExceeded": exceptions.ReservedNodeQuotaExceeded,
72 "InvalidClusterState": exceptions.InvalidClusterState,
73 "HsmClientCertificateQuotaExceeded": exceptions.HsmClientCertificateQuotaExceeded,
74 "SubscriptionCategoryNotFound": exceptions.SubscriptionCategoryNotFound,
[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 …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/configservice/
Dlayer1.py28 from boto.configservice import exceptions
68 "InvalidLimitException": exceptions.InvalidLimitException,
69 "NoSuchBucketException": exceptions.NoSuchBucketException,
70 "InvalidSNSTopicARNException": exceptions.InvalidSNSTopicARNException,
71 "ResourceNotDiscoveredException": exceptions.ResourceNotDiscoveredException,
72 …"MaxNumberOfDeliveryChannelsExceededException": exceptions.MaxNumberOfDeliveryChannelsExceededExce…
73 … "LastDeliveryChannelDeleteFailedException": exceptions.LastDeliveryChannelDeleteFailedException,
74 "InsufficientDeliveryPolicyException": exceptions.InsufficientDeliveryPolicyException,
75 "InvalidRoleException": exceptions.InvalidRoleException,
76 "InvalidTimeRangeException": exceptions.InvalidTimeRangeException,
[all …]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRop.java65 private final TypeList exceptions; field in Rop
95 TypeList exceptions, int branchingness, boolean isCallLike, in Rop() argument
105 if (exceptions == null) { in Rop()
113 if ((exceptions.size() != 0) && (branchingness != BRANCH_THROW)) { in Rop()
121 this.exceptions = exceptions; in Rop()
142 TypeList exceptions, int branchingness, String nickname) { in Rop() argument
143 this(opcode, result, sources, exceptions, branchingness, false, in Rop()
194 public Rop(int opcode, Type result, TypeList sources, TypeList exceptions, in Rop() argument
196 this(opcode, result, sources, exceptions, Rop.BRANCH_THROW, false, in Rop()
210 public Rop(int opcode, TypeList sources, TypeList exceptions) { in Rop() argument
[all …]
/external/chromium-trace/catapult/third_party/Paste/docs/modules/
Dexceptions.txt1 :mod:`paste.exceptions` -- Catch, display, and notify for exceptions
4 .. automodule:: paste.exceptions.errormiddleware
13 :mod:`paste.exceptions.collector` -- Collection information from exceptions
16 .. automodule:: paste.exceptions.collector
24 :mod:`paste.exceptions.formatter` -- Format exception information
27 .. automodule:: paste.exceptions.formatter
37 :mod:`paste.exceptions.reporter` -- Report exceptions
40 .. automodule:: paste.exceptions.reporter
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudtrail/
Dlayer1.py27 from boto.cloudtrail import exceptions
65 "InvalidMaxResultsException": exceptions.InvalidMaxResultsException,
66 "InvalidSnsTopicNameException": exceptions.InvalidSnsTopicNameException,
67 "InvalidS3BucketNameException": exceptions.InvalidS3BucketNameException,
68 "TrailAlreadyExistsException": exceptions.TrailAlreadyExistsException,
69 "InvalidTimeRangeException": exceptions.InvalidTimeRangeException,
70 "InvalidLookupAttributesException": exceptions.InvalidLookupAttributesException,
71 "InsufficientSnsTopicPolicyException": exceptions.InsufficientSnsTopicPolicyException,
72 … "InvalidCloudWatchLogsLogGroupArnException": exceptions.InvalidCloudWatchLogsLogGroupArnException,
73 "InvalidCloudWatchLogsRoleArnException": exceptions.InvalidCloudWatchLogsRoleArnException,
[all …]
/external/libcxx/test/std/input.output/iostreams.base/ios/iostate.flags/
Dexceptions_iostate.pass.cpp26 assert(ios.exceptions() == std::ios::goodbit); in main()
27 ios.exceptions(std::ios::eofbit); in main()
28 assert(ios.exceptions() == std::ios::eofbit); in main()
31 ios.exceptions(std::ios::badbit); in main()
37 assert(ios.exceptions() == std::ios::badbit); in main()
42 assert(ios.exceptions() == std::ios::goodbit); in main()
43 ios.exceptions(std::ios::eofbit); in main()
44 assert(ios.exceptions() == std::ios::eofbit); in main()
45 ios.exceptions(std::ios::badbit); in main()
46 assert(ios.exceptions() == std::ios::badbit); in main()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
Dlayer1.py27 from boto.rds2 import exceptions
67 "InvalidSubnet": exceptions.InvalidSubnet,
68 "DBParameterGroupQuotaExceeded": exceptions.DBParameterGroupQuotaExceeded,
69 "DBSubnetGroupAlreadyExists": exceptions.DBSubnetGroupAlreadyExists,
70 "DBSubnetGroupQuotaExceeded": exceptions.DBSubnetGroupQuotaExceeded,
71 "InstanceQuotaExceeded": exceptions.InstanceQuotaExceeded,
72 "InvalidRestore": exceptions.InvalidRestore,
73 "InvalidDBParameterGroupState": exceptions.InvalidDBParameterGroupState,
74 "AuthorizationQuotaExceeded": exceptions.AuthorizationQuotaExceeded,
75 "DBSecurityGroupAlreadyExists": exceptions.DBSecurityGroupAlreadyExists,
[all …]
/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/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/chromium-trace/catapult/dependency_manager/dependency_manager/
D__init__.py32 from .exceptions import CloudStorageUploadConflictError
33 from .exceptions import EmptyConfigError
34 from .exceptions import FileNotFoundError
35 from .exceptions import NoPathFoundError
36 from .exceptions import ReadWriteError
37 from .exceptions import UnsupportedConfigFormatError
Dmanager.py9 from dependency_manager import exceptions
86 raise exceptions.NoPathFoundError(dependency, platform)
91 raise exceptions.NoPathFoundError(dependency, platform)
115 raise exceptions.NoPathFoundError(dependency, platform)
118 raise exceptions.NoPathFoundError(dependency, platform)
145 except exceptions.CloudStorageError:
156 raise exceptions.NoPathFoundError(', '.join(missing_deps), platform)
174 raise exceptions.UnsupportedConfigFormatError(config.GetConfigType(),
/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/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dtransfer.py18 from apitools.base.py import exceptions
110 raise exceptions.InvalidDataError(
151 raise exceptions.TransferInvalidError(
156 raise exceptions.TransferInvalidError(
210 raise exceptions.InvalidUserInputError(
228 raise exceptions.InvalidDataError(
295 raise exceptions.UserError('Must provide client or http.')
306 raise exceptions.HttpError.FromResponse(response)
321 raise exceptions.TransferInvalidError(
324 raise exceptions.TransferInvalidError(
[all …]
Dutil.py16 from apitools.base.py import exceptions
64 raise exceptions.TypecheckError(
77 raise exceptions.TypecheckError(msg)
95 raise exceptions.InvalidUserInputError(
102 raise exceptions.InvalidUserInputError(
105 raise exceptions.InvalidUserInputError(
114 raise exceptions.InvalidUserInputError(
158 raise exceptions.InvalidUserInputError(
162 raise exceptions.GeneratedClientError(
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/kms/
Dlayer1.py28 from boto.kms import exceptions
98 "InvalidGrantTokenException": exceptions.InvalidGrantTokenException,
99 "DisabledException": exceptions.DisabledException,
100 "LimitExceededException": exceptions.LimitExceededException,
101 "DependencyTimeoutException": exceptions.DependencyTimeoutException,
102 "InvalidMarkerException": exceptions.InvalidMarkerException,
103 "AlreadyExistsException": exceptions.AlreadyExistsException,
104 "InvalidCiphertextException": exceptions.InvalidCiphertextException,
105 "KeyUnavailableException": exceptions.KeyUnavailableException,
106 "InvalidAliasNameException": exceptions.InvalidAliasNameException,
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCaseProps.java76 exceptions=ICUBinary.getChars(bytes, count, 0); in readData()
163 value=exceptions[excOffset]; in getSlotValueAndOffset()
166 value=exceptions[excOffset++]; in getSlotValueAndOffset()
167 value=(value<<16)|exceptions[excOffset]; in getSlotValueAndOffset()
177 value=exceptions[excOffset]; in getSlotValue()
180 value=exceptions[excOffset++]; in getSlotValue()
181 value=(value<<16)|exceptions[excOffset]; in getSlotValue()
196 int excWord=exceptions[excOffset++]; in tolower()
212 int excWord=exceptions[excOffset++]; in toupper()
228 int excWord=exceptions[excOffset++]; in totitle()
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/
Dlayer1.py27 from boto.logs import exceptions
87 "LimitExceededException": exceptions.LimitExceededException,
88 "DataAlreadyAcceptedException": exceptions.DataAlreadyAcceptedException,
89 "ResourceInUseException": exceptions.ResourceInUseException,
90 "ServiceUnavailableException": exceptions.ServiceUnavailableException,
91 "InvalidParameterException": exceptions.InvalidParameterException,
92 "ResourceNotFoundException": exceptions.ResourceNotFoundException,
93 "ResourceAlreadyExistsException": exceptions.ResourceAlreadyExistsException,
94 "OperationAbortedException": exceptions.OperationAbortedException,
95 "InvalidSequenceTokenException": exceptions.InvalidSequenceTokenException,
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
DMethodNode.java77 public List exceptions; field in MethodNode
167 final String[] exceptions) in MethodNode() argument
174 this.exceptions = new ArrayList(exceptions == null in MethodNode()
176 : exceptions.length); in MethodNode()
182 if (exceptions != null) { in MethodNode()
183 this.exceptions.addAll(Arrays.asList(exceptions)); in MethodNode()
404 String[] exceptions = new String[this.exceptions.size()];
405 this.exceptions.toArray(exceptions);
410 exceptions);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/
Dlayer1.py28 from boto.support import exceptions
98 "CaseCreationLimitExceeded": exceptions.CaseCreationLimitExceeded,
99 "AttachmentLimitExceeded": exceptions.AttachmentLimitExceeded,
100 "CaseIdNotFound": exceptions.CaseIdNotFound,
101 "DescribeAttachmentLimitExceeded": exceptions.DescribeAttachmentLimitExceeded,
102 "AttachmentSetIdNotFound": exceptions.AttachmentSetIdNotFound,
103 "InternalServerError": exceptions.InternalServerError,
104 "AttachmentSetExpired": exceptions.AttachmentSetExpired,
105 "AttachmentIdNotFound": exceptions.AttachmentIdNotFound,
106 "AttachmentSetSizeLimitExceeded": exceptions.AttachmentSetSizeLimitExceeded,
/external/v8/test/mjsunit/es6/
Ddebug-liveedit-new-target-3.js12 var exceptions = 0; variable
37 exceptions++;
59 assertEquals(0, exceptions); // Replace succeeds
65 assertEquals(0, exceptions); // Replace succeeds
72 assertEquals(0, exceptions); // Replace succeeds

12345678910>>...46