HomeSort by relevance Sort by last modified time
    Searched refs:addJumpIfBytesNotEqual (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/net/java/android/net/apf/
ApfFilter.java 615 gen.addJumpIfBytesNotEqual(Register.R0,
702 gen.addJumpIfBytesNotEqual(Register.R0, ARP_IPV4_HEADER, gen.PASS_LABEL);
711 gen.addJumpIfBytesNotEqual(Register.R0, ETH_BROADCAST_MAC_ADDRESS, gen.PASS_LABEL);
    [all...]
ApfGenerator.java 737 public ApfGenerator addJumpIfBytesNotEqual(Register register, byte[] bytes, String target)
    [all...]
  /frameworks/base/services/tests/servicestests/src/android/net/apf/
ApfTest.java 506 gen.addJumpIfBytesNotEqual(Register.R0, new byte[]{123}, gen.DROP_LABEL);
518 gen.addJumpIfBytesNotEqual(Register.R0, new byte[]{123}, gen.DROP_LABEL);
522 gen.addJumpIfBytesNotEqual(Register.R0, new byte[]{123}, gen.DROP_LABEL);
526 gen.addJumpIfBytesNotEqual(Register.R0, new byte[]{1,2,30,4,5}, gen.DROP_LABEL);
531 gen.addJumpIfBytesNotEqual(Register.R0, new byte[]{1,2,3,4,5}, gen.DROP_LABEL);
    [all...]

Completed in 91 milliseconds