/art/compiler/optimizing/ |
intrinsics_arm.h | 43 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \ 70 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
|
intrinsics_arm64.h | 44 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \ 68 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
|
intrinsics_mips.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \ 63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
|
intrinsics_mips64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \ 63 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
|
intrinsics_x86.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \ 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
|
intrinsics_x86_64.h | 39 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \ 64 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions) \
|
/external/antlr/antlr-3.4/runtime/Perl5/docs/ |
design.pod | 18 Java is built on two basic concepts: Objects and Exceptions. If there's a 34 =head2 Exceptions
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/ |
MathIllegalNumberException.java | 22 * Base class for exceptions raised by a wrong number. 24 * as a base class to create all the exceptions that are raised because some
|
/external/autotest/client/site_tests/security_SandboxStatus/ |
security_SandboxStatus.py | 10 from telemetry.core import exceptions namespace 22 except exceptions.EvaluateException:
|
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
manager.py | 9 from dependency_manager import exceptions namespace 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/chromium-trace/catapult/devil/devil/utils/ |
reraiser_thread.py | 5 """Thread and ThreadGroup that reraise exceptions on the main thread.""" 41 """Thread class that can reraise exceptions.""" 79 """Overrides Thread.run() to add support for reraising exceptions.""" 133 Reraises exceptions raised by the child threads and supports breaking 134 immediately on exceptions raised on the main thread. 156 # All threads are allowed to complete before reraising exceptions. 174 Reraises exceptions raised by the child threads and supports breaking 175 immediately on exceptions raised on the main thread. Unfinished threads'
|
/external/chromium-trace/catapult/telemetry/docs/pydoc/ |
telemetry.web_perf.timeline_interaction_record.html | 40 <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) 59 <td colspan=2><tt><a href="exceptions.html#Exception">Exception</a> that can be thrown if there is not sufficient thread time data<br> 65 <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> 66 <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> 75 Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/core/ |
util_unittest.py | 9 from telemetry.core import exceptions namespace 27 self.assertRaises(exceptions.TimeoutException,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/actions/ |
loop.py | 15 from telemetry.core import exceptions namespace 39 except exceptions.EvaluateException:
|
play.py | 16 from telemetry.core import exceptions namespace 46 except exceptions.EvaluateException:
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/ |
tab_list_backend_unittest.py | 5 from telemetry.core import exceptions namespace 43 self.assertRaises(exceptions.DevtoolsTargetCrashException,
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/ |
do_nothing_forwarder_unittest.py | 7 from telemetry.core import exceptions namespace 27 raise exceptions.TimeoutException
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
__init__.py | 7 from telemetry.core import exceptions namespace 61 except exceptions.ProcessGoneException:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
buffered_stream.py | 7 from apitools.base.py import exceptions namespace 46 raise exceptions.NotYetImplementedError(
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/ |
exception.py | 35 # Common beanstalk exceptions. 53 # Action specific exceptions.
|
/external/clang/test/ARCMT/ |
releases.m | 1 // RUN: %clang_cc1 -fobjc-exceptions -fblocks -fsyntax-only -fobjc-arc -x objective-c %s.result 2 // RUN: arcmt-test --args -triple x86_64-apple-darwin10 -fobjc-exceptions -fblocks -fsyntax-only -x objective-c %s > %t
|
/external/clang/test/CodeGenObjC/ |
autorelease.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fobjc-runtime=macosx-10.7 -fexceptions -fobjc-exceptions -o - %s | FileCheck %s 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin11 -emit-llvm -fobjc-runtime=macosx-10.7 -fexceptions -fobjc-exceptions -o - %s | FileCheck %s
|
terminate.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.8 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITH 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.7 -emit-llvm -fexceptions -fobjc-exceptions -o - %s | FileCheck %s -check-prefix=CHECK-WITHOUT
|
/external/clang/test/Driver/ |
xcore-opts.c | 11 // CHECK-NOT: "-fcxx-exceptions" 23 // CHECK-EXCEP: "-fcxx-exceptions"
|
/external/doclava/res/assets/templates/ |
package.cs | 44 <?cs call:class_table("Exceptions", package.exceptions) ?>
|