HomeSort by relevance Sort by last modified time
    Searched refs:Exceptions (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Exceptions/
WaypointAreaCoveredException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointDistanceException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
19 * Generic abstract exception class used by the other exceptions.
WaypointRingNotEnteredException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
WaypointStartPointException.java 16 package com.android.cts.verifier.sensors.sixdof.Utils.Exceptions;
  /external/emma/core/java12/com/vladium/util/exception/
Exceptions.java 7 * $Id: Exceptions.java,v 1.1.1.1 2004/05/09 16:57:58 vlad_r Exp $
16 abstract class Exceptions
44 private Exceptions () {} // this class is not extendible
  /art/compiler/optimizing/
intrinsics_arm.h 40 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
68 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
intrinsics_arm_vixl.h 36 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
63 #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, ...) \
intrinsics_arm64.h 46 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
71 #define OPTIMIZING_INTRINSICS(Name, IsStatic, NeedsEnvironmentOrCache, SideEffects, Exceptions, ...) \
  /external/guice/core/src/com/google/inject/internal/
Exceptions.java 21 * Rethrows user-code exceptions in wrapped exceptions so that Errors can target the correct
26 class Exceptions {
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 111 Exceptions.LIST_Error, "const-object");
262 Exceptions.LIST_Error_ArithmeticException, "div-int");
267 Exceptions.LIST_Error_ArithmeticException, "div-long");
281 Exceptions.LIST_Error_ArithmeticException, "rem-int");
286 Exceptions.LIST_Error_ArithmeticException, "rem-long");
423 Exceptions.LIST_Error_ArithmeticException, "div-const-int");
428 Exceptions.LIST_Error_ArithmeticException, "div-const-long");
442 Exceptions.LIST_Error_ArithmeticException, "rem-const-int");
447 Exceptions.LIST_Error_ArithmeticException, "rem-const-long");
630 Exceptions.LIST_Error_NullPointerException, "array-length")
    [all...]
Exceptions.java 25 public final class Exceptions {
130 private Exceptions() {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Makefile 55 INC_DEPS = $(TARGET_SRC_DIR)\Exceptions.h $(INC_DEPS)
64 $(EDK_TOOLS_OUTPUT)\Exceptions.obj
83 $(EDK_TOOLS_OUTPUT)\Exceptions.obj : $(TARGET_SRC_DIR)\Exceptions.c $(INC_DEPS)
84 $(CC) $(C_FLAGS) $(TARGET_SRC_DIR)\Exceptions.c /Fo$@
112 @if exist $(EDK_TOOLS_OUTPUT)\Exceptions* del $(EDK_TOOLS_OUTPUT)\Exceptions.* > NUL
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
Path.java 20 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointAreaCoveredException;
21 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointDistanceException;
22 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointRingNotEnteredException;
23 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointStartPointException;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DataFragment.java 22 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointAreaCoveredException;
23 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointDistanceException;
24 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointRingNotEnteredException;
25 import com.android.cts.verifier.sensors.sixdof.Utils.Exceptions.WaypointStartPointException;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
Setup.py 32 from Exceptions import *
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Expression.py 16 from CommonDataClass.Exceptions import BadExpression
17 from CommonDataClass.Exceptions import WrnExpression
  /frameworks/base/docs/
__DEPRECATED__DO_NOT_EDIT__.txt 8 Exceptions and Caveats:
  /frameworks/base/docs/html/
__DEPRECATED__DO_NOT_EDIT__.txt 8 Exceptions and Caveats:

Completed in 515 milliseconds

1 2 3 4 5 6 7 8