HomeSort by relevance Sort by last modified time
    Searched full:given (Results 1 - 25 of 8646) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_ttl.man 4 Matches the given TTL value.
7 Matches if TTL is greater than the given TTL value.
10 Matches if TTL is less than the given TTL value.
libipt_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
24 Matches if the packet was created by a process with the given command name.
libipt_string.man 1 This modules matches a given string by using some pattern matching strategy. It requires a linux kernel >= 2.6.14.
13 Matches the given pattern.
15 Matches the given pattern in hex notation.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/
BasicAgreement.java 17 * given a public key from a given party calculate the next
DataLengthException.java 5 * copied into it turns out to be too short, or if we've been given
20 * create a DataLengthException with the given message.
  /frameworks/base/tools/aidl/
search_path.h 14 // given is the class name we're looking for
15 char* find_import_file(const char* given);
  /external/proguard/src/proguard/evaluation/value/
LongValue.java 68 * Returns the generalization of this LongValue and the given other
77 * Returns the sum of this LongValue and the given LongValue.
85 * Returns the difference of this LongValue and the given LongValue.
93 * Returns the difference of the given LongValue and this LongValue.
101 * Returns the product of this LongValue and the given LongValue.
110 * Returns the quotient of this LongValue and the given LongValue.
119 * Returns the quotient of the given LongValue and this LongValue.
128 * Returns the remainder of this LongValue divided by the given
138 * Returns the remainder of the given LongValue divided by this
148 * Returns this LongValue, shifted left by the given IntegerValue
    [all...]
IntegerValue.java 82 * Returns the generalization of this IntegerValue and the given other
88 * Returns the sum of this IntegerValue and the given IntegerValue.
93 * Returns the difference of this IntegerValue and the given IntegerValue.
98 * Returns the difference of the given IntegerValue and this IntegerValue.
103 * Returns the product of this IntegerValue and the given IntegerValue.
109 * Returns the quotient of this IntegerValue and the given IntegerValue.
115 * Returns the quotient of the given IntegerValue and this IntegerValue.
121 * Returns the remainder of this IntegerValue divided by the given
128 * Returns the remainder of the given IntegerValue divided by this
135 * Returns this IntegerValue, shifted left by the given IntegerValue
    [all...]
DoubleValue.java 67 * Returns the generalization of this DoubleValue and the given other
74 * Returns the sum of this DoubleValue and the given DoubleValue.
79 * Returns the difference of this DoubleValue and the given DoubleValue.
84 * Returns the difference of the given DoubleValue and this DoubleValue.
89 * Returns the product of this DoubleValue and the given DoubleValue.
94 * Returns the quotient of this DoubleValue and the given DoubleValue.
99 * Returns the quotient of the given DoubleValue and this DoubleValue.
104 * Returns the remainder of this DoubleValue divided by the given DoubleValue.
109 * Returns the remainder of the given DoubleValue divided by this DoubleValue.
115 * less than, equal to, or greater than the given DoubleValue, respectively
    [all...]
FloatValue.java 67 * Returns the generalization of this FloatValue and the given other
74 * Returns the sum of this FloatValue and the given FloatValue.
79 * Returns the difference of this FloatValue and the given FloatValue.
84 * Returns the difference of the given FloatValue and this FloatValue.
89 * Returns the product of this FloatValue and the given FloatValue.
94 * Returns the quotient of this FloatValue and the given FloatValue.
99 * Returns the quotient of the given FloatValue and this FloatValue.
104 * Returns the remainder of this FloatValue divided by the given FloatValue.
109 * Returns the remainder of the given FloatValue divided by this FloatValue.
115 * less than, equal to, or greater than the given FloatValue, respectively
    [all...]
  /external/proguard/src/proguard/io/
NameFilter.java 36 * Creates a new NameFilter that delegates to the given reader, depending
37 * on the given list of filters.
47 * Creates a new NameFilter that delegates to either of the two given
48 * readers, depending on the given list of filters.
61 * Creates a new NameFilter that delegates to the given reader, depending
62 * on the given list of filters.
72 * Creates a new NameFilter that delegates to either of the two given
73 * readers, depending on the given list of filters.
  /libcore/luni/src/main/java/java/text/spi/
DateFormatProvider.java 41 * in the given style for the given locale.
43 * @param style the given time formatting style.
55 * in the given style for the given locale.
57 * @param style the given date formatting style.
69 * in the given style for the given locale.
71 * @param dateStyle the given date formatting style.
72 * @param timeStyle the given time formatting style
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 37 * compatibility, this property can change the default. A given mock still
44 * Creates a mock object that implements the given interface, order checking
59 * Creates a mock object that implements the given interface, order checking
75 * Creates a mock object that implements the given interface, order checking
90 * Creates a mock object that implements the given interface, order checking
107 * Creates a mock object that implements the given interface, order checking
123 * Creates a mock object that implements the given interface, order checking
300 * Expects a comparable argument greater than or equal the given value. For details, see
305 * the given value.
314 * Expects a byte argument greater than or equal to the given value. For
    [all...]
  /external/giflib/
gif_err.c 43 Err = "Failed to open given file";
46 Err = "Failed to Write to given file";
67 Err = "Failed to close given file";
70 Err = "Given file was not opened for write";
73 Err = "Failed to open given file";
76 Err = "Failed to Read from given file";
79 Err = "Given file is NOT GIF file";
100 Err = "Failed to close given file";
103 Err = "Given file was not opened for read";
  /external/proguard/src/proguard/classfile/
Clazz.java 58 * Returns the full internal name of the interface at the given index of
107 * Returns the interface at the given index.
112 * Returns whether this class extends the given class.
119 * Returns whether this class implements the given class.
129 * Returns the field with the given name and descriptor.
134 * Returns the method with the given name and descriptor.
142 * Accepts the given class visitor.
147 * Accepts the given class visitor in the class hierarchy.
162 * Lets the given class visitor visit all known subclasses.
169 * Lets the given constant pool entry visitor visit all constant pool entrie
    [all...]
  /external/chromium/net/disk_cache/
mem_rankings.h 22 // Inserts a given entry at the head of the queue.
25 // Removes a given entry from the LRU list.
28 // Moves a given entry to the head.
  /external/webkit/WebCore/icu/unicode/
uscript.h 93 * Gets script codes associated with the given locale or ISO 15924 abbreviation or name.
94 * Fills in USCRIPT_MALAYALAM given "Malayam" OR "Mlym".
95 * Fills in USCRIPT_LATIN given "en" OR "en_US"
102 * @param nameOrAbbrOrLocale name of the script, as given in
114 * Gets a script name associated with the given script code.
115 * Returns "Malayam" given USCRIPT_MALAYALAM
117 * @return script long name as given in
125 * Gets a script name associated with the given script code.
126 * Returns "Mlym" given USCRIPT_MALAYALAM
128 * @return script abbreviated name as given i
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uscript.h 93 * Gets script codes associated with the given locale or ISO 15924 abbreviation or name.
94 * Fills in USCRIPT_MALAYALAM given "Malayam" OR "Mlym".
95 * Fills in USCRIPT_LATIN given "en" OR "en_US"
102 * @param nameOrAbbrOrLocale name of the script, as given in
114 * Gets a script name associated with the given script code.
115 * Returns "Malayam" given USCRIPT_MALAYALAM
117 * @return script long name as given in
125 * Gets a script name associated with the given script code.
126 * Returns "Mlym" given USCRIPT_MALAYALAM
128 * @return script abbreviated name as given i
    [all...]
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 37 * Sets up the given variables for entering the given method.
45 * Exits the given method with the given return value.
53 * Updates the given stack corresponding to the execution of the given
  /external/clearsilver/man/man3/
hdf_search_path.3 14 hdf_search_path - Find a file given a search path in HDF
34 search path is the list given by the children of
  /frameworks/base/media/java/android/drm/mobile1/
DrmRights.java 66 * Get the constraint of the given permission on this rights object.
68 * @param permission the given permission.
85 * Consume the rights of the given permission.
87 * @param permission the given permission.
104 * native method: get the constraint information of the given permission.
106 * @param permission the given permission.
115 * native method: consume the rights of the given permission.
117 * @param permission the given permission.
  /libcore/luni/src/main/java/java/util/prefs/
Preferences.java 161 * given output stream.
188 * XML document using the given output stream.
229 * Gets the {@code String} value mapped to the given key or its default
233 * case, if there is no value mapped to the given key, the stored default
241 * mapped to the given key or no backing store is available.
242 * @return the preference value mapped to the given key.
251 * Gets the {@code boolean} value mapped to the given key or its default
260 * case, if there is no value mapped to the given key, the stored default
268 * mapped to the given key, if the backing store is unavailable,
270 * @return the boolean value mapped to the given key
    [all...]
  /dalvik/libdex/
DexProto.h 40 * Initialize the given DexStringCache. Use this function before passing
46 * Release the allocated contents of the given DexStringCache, if any.
52 * If the given DexStringCache doesn't already point at the given value,
61 * Abandon the given DexStringCache, and return a writable copy of the
62 * given value (reusing the string cache's allocation if possible).
79 * Set the given DexProto to refer to the prototype of the given MethodId.
89 * Get the short-form method descriptor for the given prototype. The
95 * Get the full method descriptor for the given prototype
    [all...]
  /external/elfutils/libelf/
gelf.h 183 /* Retrieve REL relocation info at the given index. */
186 /* Retrieve RELA relocation info at the given index. */
189 /* Update REL relocation information at given index. */
192 /* Update RELA relocation information at given index. */
196 /* Retrieve symbol information from the symbol table at the given index. */
199 /* Update symbol information in the symbol table at the given index. */
204 symbol table at the given index. */
210 table at the given index. */
217 given index. */
222 given index. *
    [all...]
  /dalvik/tests/086-null-super/
info.txt 2 ClassNotFound, if it can't find the given Class, and not return null.

Completed in 1019 milliseconds

1 2 3 4 5 6 7 8 91011>>