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
26
import android.net.apf.ApfGenerator.
IllegalInstructionException
;
597
long generateFilterLocked(ApfGenerator gen) throws
IllegalInstructionException
{
686
private void generateArpFilterLocked(ApfGenerator gen) throws
IllegalInstructionException
{
[
all
...]
/frameworks/base/tests/net/java/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
25
import android.net.apf.ApfGenerator.
IllegalInstructionException
;
130
throws
IllegalInstructionException
{
135
throws
IllegalInstructionException
{
140
throws
IllegalInstructionException
{
145
throws
IllegalInstructionException
{
150
throws
IllegalInstructionException
{
160
public void testApfInstructions() throws
IllegalInstructionException
{
[
all
...]
Completed in 60 milliseconds