HomeSort by relevance Sort by last modified time
    Searched full:given (Results 26 - 50 of 7380) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libip6t_owner.man 8 Matches if the packet was created by a process with the given
12 Matches if the packet was created by a process with the given
16 Matches if the packet was created by a process with the given
20 Matches if the packet was created by a process in the given session
libipt_connmark.man 7 Matches packets in connections with the given mark value (if a mask is
libipt_iprange.man 1 This matches on a given arbitrary range of IPv4 addresses
libipt_mark.man 7 Matches packets with the given unsigned mark value (if a \fImask\fP is
libipt_realm.man 5 Matches a given realm number (and optionally mask). If not a number, value
libipt_tcpmss.man 4 Match a given TCP MSS value or range.
  /frameworks/base/core/java/com/android/internal/util/
Objects.java 25 * Ensures the given object isn't {@code null}.
27 * @return the given object
38 * Ensures the given object isn't {@code null}.
40 * @return the given object
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java 29 * Pool of object of a given type to pick from to help memory usage
42 * Stack of given objects this points to.
58 * Get an instance of the given object in this pool
60 * @return An instance of the given object
81 * Get an instance of the given object in this pool
83 * @return An instance of the given object
110 * Add an instance of the given object to the pool
  /frameworks/base/core/java/android/os/
Bundle.java 98 * Constructs a new, empty Bundle sized to hold the given number of
109 * Constructs a Bundle containing a copy of the mappings from the given
242 * Returns true if the given key is contained in the mapping
254 * Returns the entry with the given key as an object.
265 * Removes any entry with the given key from the mapping of this Bundle.
275 * Inserts all mappings from the given Bundle into this Bundle.
367 * any existing value for the given key. Either key or value may be null.
379 * any existing value for the given key.
391 * any existing value for the given key.
403 * any existing value for the given key
    [all...]
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 50 * Creates a new WarningPrinter that prints to the given print stream.
60 * Creates a new WarningPrinter that prints to the given print stream,
61 * except if the names of any involved classes matches the given filter.
72 * Prints out the given warning and increments the warning count, if
73 * the given class name passes the class name filter.
85 * Returns whether the given class name passes the class name filter.
95 * Prints out the given warning and increments the warning count, if
96 * the given class names pass the class name filter.
108 * Returns whether the given class names pass the class name filter.
119 * Prints out the given warning and increments the warning count
    [all...]
  /external/qemu/android/
hw-qemud.h 32 * a single client in the emulated system for a given named service.
42 /* set an explicit CharDriverState object for a given qemud communication channel. this
57 * a given emulator facility. Only one client can be connected at any
58 * given time, but the connection can be closed periodically.
75 /* Register a new client for a given service.
88 /* Enable framing on a given client channel.
92 /* Send a message to a given qemud client
96 /* Force-close the connection to a given qemud client.
102 * system tries to connect to a given qemud service. This should typically
115 /* Sends a message to all clients of a given service
    [all...]
  /external/proguard/src/proguard/gui/splash/
TimeSwitchSprite.java 26 * This Sprite displays another Sprite in a given time interval.
39 * Creates a new TimeSwitchSprite for displaying a given Sprite starting at
40 * a given time.
51 * Creates a new TimeSwitchSprite for displaying a given Sprite in a given
  /external/bluetooth/glib/gobject/
gvaluetypes.h 37 * Checks whether the given #GValue can hold values of type %G_TYPE_CHAR.
46 * Checks whether the given #GValue can hold values of type %G_TYPE_UCHAR.
55 * Checks whether the given #GValue can hold values of type %G_TYPE_BOOLEAN.
64 * Checks whether the given #GValue can hold values of type %G_TYPE_INT.
73 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT.
82 * Checks whether the given #GValue can hold values of type %G_TYPE_LONG.
91 * Checks whether the given #GValue can hold values of type %G_TYPE_ULONG.
100 * Checks whether the given #GValue can hold values of type %G_TYPE_INT64.
109 * Checks whether the given #GValue can hold values of type %G_TYPE_UINT64.
118 * Checks whether the given #GValue can hold values of type %G_TYPE_FLOAT
    [all...]
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
Preferences.java 272 * given output stream.
299 * XML document using the given output stream.
340 * Gets the {@code String} value mapped to the given key or its default
344 * case, if there is no value mapped to the given key, the stored default
352 * mapped to the given key or no backing store is available.
353 * @return the preference value mapped to the given key.
362 * Gets the {@code boolean} value mapped to the given key or its default
371 * case, if there is no value mapped to the given key, the stored default
379 * mapped to the given key, if the backing store is unavailable,
381 * @return the boolean value mapped to the given key
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
quarks.sgml 10 Given either the string or the #GQuark identifier it is possible to
23 To find the string corresponding to a given #GQuark, use g_quark_to_string().
26 To find the #GQuark corresponding to a given string, use g_quark_try_string().
53 Gets the #GQuark identifying the given string.
64 Gets the #GQuark identifying the given (static) string.
66 #GQuark is created, linked to the given string.
85 Gets the string associated with the given #GQuark.
94 Gets the #GQuark associated with the given string, or 0 if string is
  /external/proguard/src/proguard/classfile/
ClassPool.java 49 * Adds the given Clazz to the class pool.
58 * Removes the given Clazz from the class pool.
68 * <code>null</code> if the class with the given name is not in the class
96 * Applies the given ClassPoolVisitor to the class pool.
105 * Applies the given ClassVisitor to all classes in the class pool,
120 * Applies the given ClassVisitor to all classes in the class pool,
136 * Applies the given ClassVisitor to the class with the given name,
  /dalvik/dx/src/junit/framework/
Assert.java 16 * an AssertionFailedError with the given message.
31 * an AssertionFailedError with the given message.
44 * Fails a test with the given message.
57 * an AssertionFailedError is thrown with the given message.
91 * an AssertionFailedError is thrown with the given message. If the expected
112 * an AssertionFailedError is thrown with the given message. If the expected
133 * an AssertionFailedError is thrown with the given message.
146 * an AssertionFailedError is thrown with the given message.
159 * an AssertionFailedError is thrown with the given message.
172 * an AssertionFailedError is thrown with the given message
    [all...]
  /dalvik/libcore/junit/src/main/java/junit/framework/
Assert.java 16 * an AssertionFailedError with the given message.
31 * an AssertionFailedError with the given message.
44 * Fails a test with the given message.
57 * an AssertionFailedError is thrown with the given message.
91 * an AssertionFailedError is thrown with the given message. If the expected
112 * an AssertionFailedError is thrown with the given message. If the expected
133 * an AssertionFailedError is thrown with the given message.
146 * an AssertionFailedError is thrown with the given message.
159 * an AssertionFailedError is thrown with the given message.
172 * an AssertionFailedError is thrown with the given message
    [all...]
  /dalvik/libcore/luni-kernel/src/main/java/org/apache/harmony/kernel/vm/
ReflectionAccess.java 31 * Gets a clone of the given method.
39 * Gets a clone of the given field.
47 * Gets a clone of the given method, where the clone has
56 * Sets the accessible flag on a given {@link AccessibleObject}
  /dalvik/libcore/security/src/main/java/java/security/
AlgorithmParameterGeneratorSpi.java 37 * Initializes this {@code AlgorithmParameterGeneratorSpi} with the given
38 * size and the given {@code SecureRandom}. The default parameter set
49 * Initializes this {@code AlgorithmParameterGeneratorSpi} with the given
50 * {@code AlgorithmParameterSpec} and the given {@code SecureRandom}.
  /dalvik/libdex/
DexDataMap.h 50 * Get the type associated with the given offset. This returns -1 if
51 * there is no entry for the given offset.
56 * Verify that there is an entry in the map, mapping the given offset to
57 * the given type. This will return true if such an entry exists and
  /dalvik/tests/021-string2/src/junit/framework/
Assert.java 16 * an AssertionFailedError with the given message.
31 * an AssertionFailedError with the given message.
44 * Fails a test with the given message.
57 * an AssertionFailedError is thrown with the given message.
91 * an AssertionFailedError is thrown with the given message. If the expected
112 * an AssertionFailedError is thrown with the given message. If the expected
133 * an AssertionFailedError is thrown with the given message.
146 * an AssertionFailedError is thrown with the given message.
159 * an AssertionFailedError is thrown with the given message.
172 * an AssertionFailedError is thrown with the given message
    [all...]
  /dalvik/tests/068-classloader/
info.txt 1 Class loaders allow code to "redefine" a given class, e.g. it's possible to
  /dalvik/tests/082-inline-execute/src/junit/framework/
Assert.java 16 * an AssertionFailedError with the given message.
31 * an AssertionFailedError with the given message.
44 * Fails a test with the given message.
57 * an AssertionFailedError is thrown with the given message.
91 * an AssertionFailedError is thrown with the given message. If the expected
112 * an AssertionFailedError is thrown with the given message. If the expected
133 * an AssertionFailedError is thrown with the given message.
146 * an AssertionFailedError is thrown with the given message.
159 * an AssertionFailedError is thrown with the given message.
172 * an AssertionFailedError is thrown with the given message
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
PointCloud.java 28 * Constructs a PointCloud with a point at each of the given vertex
30 * @param vertices an array of (x, y, z) positions given in fixed-point.
37 * Constructs a PointCloud with a point at each of the given vertex
39 * @param vertices an array of (x, y, z) positions given in fixed-point.

Completed in 95 milliseconds

12 3 4 5 6 7 8 91011>>