OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IllegalInstructionException
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java
34
public static class
IllegalInstructionException
extends Exception {
35
IllegalInstructionException
(String msg) {
136
void setLabel(String label) throws
IllegalInstructionException
{
138
throw new
IllegalInstructionException
("duplicate label " + label);
184
boolean shrink() throws
IllegalInstructionException
{
233
void generate(byte[] bytecode) throws
IllegalInstructionException
{
267
private int calculateTargetLabelOffset() throws
IllegalInstructionException
{
277
throw new
IllegalInstructionException
("label not found: " + mTargetLabel);
282
throw new
IllegalInstructionException
("backward branches disallowed; label: " +
395
public ApfGenerator defineLabel(String name) throws
IllegalInstructionException
{
[
all
...]
ApfFilter.java
25
import android.net.apf.ApfGenerator.
IllegalInstructionException
;
597
long generateFilterLocked(ApfGenerator gen) throws
IllegalInstructionException
{
681
private void generateArpFilterLocked(ApfGenerator gen) throws
IllegalInstructionException
{
[
all
...]
/frameworks/base/services/tests/servicestests/src/android/net/apf/
Bpf2Apf.java
20
import android.net.apf.ApfGenerator.
IllegalInstructionException
;
56
throws
IllegalInstructionException
{
309
public static byte[] convert(String bpf) throws
IllegalInstructionException
{
ApfTest.java
26
import android.net.apf.ApfGenerator.
IllegalInstructionException
;
102
throws
IllegalInstructionException
{
107
throws
IllegalInstructionException
{
112
throws
IllegalInstructionException
{
117
throws
IllegalInstructionException
{
122
throws
IllegalInstructionException
{
132
public void testApfInstructions() throws
IllegalInstructionException
{
[
all
...]
Completed in 38 milliseconds