/external/iptables/extensions/ |
libip6t_CONNSECMARK.man | 9 If the packet has a security marking, copy it to the connection 13 If the packet does not have a security marking, and the connection 14 does, copy the security marking from the connection to the packet.
|
libipt_CONNSECMARK.man | 9 If the packet has a security marking, copy it to the connection 13 If the packet does not have a security marking, and the connection 14 does, copy the security marking from the connection to the packet.
|
/external/iproute2/examples/diffserv/ |
regression-testing | 26 *observe that the metering/policing works correctly (and the marking 34 *observe that the metering/policing works correctly (and the marking 40 Marking: the should be a variation of marked packets: 55 Marking: Should vary between 0x88,0x90,0x98 and 0x0 60 Marking: Should vary between 0x90,0x98 and 0x0 65 Marking: Should vary between 0x98 and 0x0 70 Marking: Should be consistent at 0x0 80 *observe that the metering/policing works correctly (and the marking 89 Marking: the should be a variation of marked packets: 107 Marking: Should vary between 0x88,0x90,0x98 and 0x [all...] |
Edge1 | 5 # the result is used for fast classification and re-marking
|
/external/iproute2/man/man8/ |
tc-red.8 | 41 Depending on if ECN is configured, marking either means dropping or 42 purely marking a packet as overlimit. 44 The average queue size is used for determining the marking 69 Average queue size at which marking becomes a possibility. 72 At this average queue size, the marking probability is maximal. Should be at 79 Maximum probability for marking, specified as a floating point 92 longer bursts of traffic before marking starts. Real life experiments
|
/external/webkit/JavaScriptCore/runtime/ |
ArgList.cpp | 53 // therefore don't need explicit marking. Once our size exceeds 55 // heap, where they do need explicit marking. 57 // We can only register for explicit marking once we know which heap
|
/external/dbus/dbus/ |
dbus-protocol.h | 53 #define DBUS_LITTLE_ENDIAN ('l') /**< Code marking LSB-first byte order in the wire protocol. */ 54 #define DBUS_BIG_ENDIAN ('B') /**< Code marking MSB-first byte order in the wire protocol. */ 65 /** Type code marking an 8-bit unsigned integer */ 69 /** Type code marking a boolean */ 73 /** Type code marking a 16-bit signed integer */ 77 /** Type code marking a 16-bit unsigned integer */ 81 /** Type code marking a 32-bit signed integer */ 85 /** Type code marking a 32-bit unsigned integer */ 89 /** Type code marking a 64-bit signed integer */ 93 /** Type code marking a 64-bit unsigned integer * [all...] |
/external/proguard/docs/manual/ |
optimizations.html | 55 <dt><code><b>class/marking/final</b></code></dt> 68 <dt><code><b>field/marking/private</b></code></dt> 75 <dt><code><b>method/marking/private</b></code></dt> 79 <code><b>method/marking/static</b></code></dt> 82 <dt><code><b>method/marking/final</b></code></dt>
|
/external/libxml2/include/libxml/ |
xmlexports.h | 2 * Summary: macros for marking symbols as exportable/importable. 3 * Description: macros for marking symbols as exportable/importable.
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
LifecycleTest.java | 53 //Marking flaky until bug 1164344 is fixed. 61 //Marking flaky until bug 1164344 is fixed.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Delayed.java | 21 * A mix-in style interface for marking objects that should be
|
/external/e2fsprogs/tests/f_dup_de/ |
expect-nohtree.1 | 7 Marking /etc (12) to be rebuilt.
|
expect.1 | 4 Marking /etc (12) to be rebuilt.
|
/external/webkit/WebCore/manual-tests/ |
inline-input-marking.html | 16 <title>Inline Input Method Marking</title>
|
/packages/apps/Calendar/src/com/android/calendar/ |
DismissAllAlarmsService.java | 28 * Service for asynchronously marking all fired alarms as dismissed.
|
/external/v8/src/ |
mark-compact.cc | 53 // Counters used for debugging the marking phase of mark-compact or mark-sweep 191 // Phase 1: tracing and marking live objects. 195 // Marking all live objects in the heap as part of mark-sweep or mark-compact 196 // collection. Before marking, all objects are in their normal state. After 197 // marking, live objects' map pointers are marked indicating that the object 200 // The marking algorithm is a (mostly) depth-first (because of possible stack 203 // generation's inactive ('from') space is used as a marking stack. The 204 // objects in the marking stack are the ones that have been reached and marked 207 // The marking stack can overflow during traversal. In that case, we set an 208 // overflow flag. When the overflow flag is set, we continue marking object [all...] |
mark-compact.h | 159 // Phase 1: Marking live objects. 171 // Marking operations for objects reachable from roots. 215 // Mark objects reachable (transitively) from objects in the marking stack 219 // Mark objects reachable (transitively) from objects in the marking 220 // stack. This function empties the marking stack, but may leave 221 // overflowed objects in the heap, in which case the marking stack's 225 // Refill the marking stack with overflowed objects from the heap. This 226 // function either leaves the marking stack full or clears the overflow 227 // flag on the marking stack. 370 // address to target happens in the marking phase [all...] |
/external/opencore/fileformats/mp4/composer/include/ |
degradationpriorityatom.h | 19 This PVA_FF_DegradationPriorityAtom Class provides a compact marking of the random access
|
syncsampleatom.h | 19 This PVA_FF_SyncSampleAtom Class provides a compact marking of the random access
|
/external/icu4c/common/ |
rbbinode.h | 80 // marking the end of a look-ahead rule.
|
/external/webkit/WebCore/page/ |
Navigator.h | 62 // This is used for GC marking.
|
/external/proguard/src/proguard/classfile/util/ |
DescriptorClassEnumeration.java | 93 // Find the first token marking the start of a class name 'L' or '.'. 173 // Find the first token marking the end of a class name '<' or ';'.
|
/external/webkit/JavaScriptGlue/ |
JSValueWrapper.cpp | 200 // This results in recursive marking but will be otherwise safe and correct. 203 // devirtualise marking of arrays when recursing from this point.
|
/external/proguard/src/proguard/optimize/ |
Optimizer.java | 48 private static final String CLASS_MARKING_FINAL = "class/marking/final"; 52 private static final String FIELD_MARKING_PRIVATE = "field/marking/private"; 54 private static final String METHOD_MARKING_PRIVATE = "method/marking/private"; 55 private static final String METHOD_MARKING_STATIC = "method/marking/static"; 56 private static final String METHOD_MARKING_FINAL = "method/marking/final"; 229 // Create a visitor for marking the seeds. 267 // Create a visitor for marking methods that don't have any side effects. [all...] |
/dalvik/vm/alloc/ |
GC.h | 100 * of marking the class object.
|