OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMORY_SLOTS
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/tests/servicestests/src/android/net/apf/
Bpf2Apf.java
98
if (memory_slot < 0 || memory_slot >= gen.
MEMORY_SLOTS
||
149
if (memory_slot < 0 || memory_slot >= gen.
MEMORY_SLOTS
||
/frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java
318
* The memory slots are numbered 0 to {@code
MEMORY_SLOTS
} - 1. This must be kept in sync with
321
public static final int
MEMORY_SLOTS
= 16;
756
if (slot < 0 || slot > (
MEMORY_SLOTS
- 1)) {
771
if (slot < 0 || slot > (
MEMORY_SLOTS
- 1)) {
[
all
...]
Completed in 53 milliseconds