/frameworks/base/services/net/java/android/net/apf/ |
ApfCapabilities.java | 17 package android.net.apf; 20 * APF program support capabilities. 26 * Version of APF instruction set supported for packet filtering. 0 indicates no support for 27 * packet filtering using APF programs. 32 * Maximum size of APF program allowed. 37 * Format of packets passed to APF filter. Should be one of ARPHRD_*
|
ApfGenerator.java | 17 package android.net.apf; 23 * APF assembler/generator. A tool for generating an APF program. 26 * {@link generate} to get the APF bytecode for the program. 317 * Number of memory slots available for access via APF stores to memory and loads from memory. 319 * the APF interpreter. 327 * the APF interpreter. 334 * executes stores to this memory slot. This must be kept in sync with the APF interpreter. 342 * executes stores to this memory slot. This must be kept in sync with the APF interpreter. 365 * Set version of APF instruction set to generate instructions for. Returns {@code true [all...] |
ApfFilter.java | 17 package android.net.apf; 24 import android.net.apf.ApfGenerator; 25 import android.net.apf.ApfGenerator.IllegalInstructionException; 26 import android.net.apf.ApfGenerator.Register; 60 * For networks that support packet filtering via APF programs, {@code ApfFilter} 61 * listens for IPv6 ICMPv6 router advertisements (RAs) and generates APF programs to 65 * A collection of RAs we've received is kept in mRas. Generating APF programs uses mRas to 66 * know what RAs to filter for, thus generating APF programs is dependent on mRas. 68 * - ReceiveThread, which listens for RAs and adds them to mRas, and generates APF programs. 70 * - setMulticastFilter(), which can cause an APF program to be generated [all...] |
/frameworks/base/services/tests/servicestests/src/android/net/apf/ |
Bpf2Apf.java | 17 package android.net.apf; 19 import android.net.apf.ApfGenerator; 20 import android.net.apf.ApfGenerator.IllegalInstructionException; 21 import android.net.apf.ApfGenerator.Register; 27 * BPF to APF translator. 33 * javac net/java/android/net/apf/ApfGenerator.java \ 34 * tests/servicestests/src/android/net/apf/Bpf2Apf.java 36 * android.net.apf.Bpf2Apf 52 * APF instruction(s) and append them to {@code gen}. Here's an example line: 306 * Convert the output of "tcpdump -d" (human readable BPF program dump) {@code bpf} into an APF [all...] |
ApfTest.java | 17 package android.net.apf; 23 import android.net.apf.ApfCapabilities; 24 import android.net.apf.ApfFilter; 25 import android.net.apf.ApfGenerator; 26 import android.net.apf.ApfGenerator.IllegalInstructionException; 27 import android.net.apf.ApfGenerator.Register; 61 * Tests for APF program generator and interpreter. 75 // Load up native shared library containing APF interpreter exposed via JNI. 79 // Expected return codes from APF interpreter. 536 * Generate some BPF programs, translate them to APF, then run APF and BPF program [all...] |
/frameworks/compile/slang/ |
slang_rs_reflection_cpp.cpp | 1029 llvm::APFloat apf = Val.getFloat(); local [all...] |
slang_rs_reflection.cpp | 1730 llvm::APFloat apf = Val.getFloat(); local [all...] |
/external/dhcpcd-6.8.2/ |
ipv6.c | 781 struct ipv6_addr *ap, *apn, *apf; local 804 apf = ipv6_findaddr(ap->iface->ctx, 806 if (apf && apf->iface != ap->iface && 807 strcmp(apf->iface->name, ap->iface->name)) 809 if (apf->iface->metric <= ap->iface->metric) { 810 logger(apf->iface->ctx, LOG_INFO, 814 apf->iface->name); 817 logger(apf->iface->ctx, LOG_INFO, 819 apf->iface->name 853 struct ipv6_addr *ap, *apn, *apf; local [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 696 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local 697 (void)apf.convertFromAPInt(GV.IntVal, 700 GV.IntVal = apf.bitcastToAPInt(); 711 APFloat apf = APFloat::getZero(APFloat::x87DoubleExtended); local 712 (void)apf.convertFromAPInt(GV.IntVal, 715 GV.IntVal = apf.bitcastToAPInt(); 728 APFloat apf = APFloat(APFloat::x87DoubleExtended, GV.IntVal); local 731 (void)apf.convertToInteger(&v, BitWidth, [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 1135 APFloat apf = CFP->getValueAPF(); local [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | 1269 APFloat apf = APFloat(Val); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | |