OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AccessException
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/com/android/internal/util/
BitwiseInputStream.java
41
public static class
AccessException
extends Exception {
42
public
AccessException
(String s) {
74
public int read(int bits) throws
AccessException
{
78
throw new
AccessException
("illegal read " +
95
public byte[] readByteArray(int bits) throws
AccessException
{
110
public void skip(int bits) throws
AccessException
{
112
throw new
AccessException
("illegal skip " +
BitwiseOutputStream.java
41
public static class
AccessException
extends Exception {
42
public
AccessException
(String s) {
92
public void write(int bits, int data) throws
AccessException
{
94
throw new
AccessException
("illegal write (" + bits + " bits)");
112
public void writeByteArray(int bits, byte[] arr) throws
AccessException
{
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-6.0.0_r1-robolectric-0.jar
Completed in 158 milliseconds