/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.
|
libxt_string.man | 1 This modules matches a given string by using some pattern matching strategy. It requires a linux kernel >= 2.6.14. 15 Matches the given pattern. 18 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
|
/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/oprofile/libpp/ |
symbol_sort.h | 39 * Sort the given container by the given criteria. 45 * Sort the given container by the given criteria.
|
/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/chromium/chrome/browser/automation/ |
automation_util.h | 27 // Returns the browser at the given index of the |BrowserList| or NULL if the 35 // Gets the size and value of the cookie string for |url| in the given tab. 42 // Sets a cookie for |url| in the given tab. Can be called from any thread. 48 // Deletes a cookie for |url| in the given tab. Can be called from any thread. 54 // Gets the cookies for the given URL. Uses the JSON interface. 60 // Deletes the cookie with the given name for the URL. Uses the JSON interface. 66 // Sets a cookie for the given URL. Uses the JSON interface.
|
/external/clang/include/clang/Basic/ |
TargetOptions.h | 21 /// If given, the name of the target triple to compile for. If not given the 25 /// If given, the name of the target CPU to generate code for. 28 /// If given, the name of the target ABI to use. 31 /// If given, the name of the target C++ ABI to use. If not given, defaults 35 /// If given, the version string of the linker in use.
|
/external/chromium/chrome/browser/ui/cocoa/ |
url_drop_target.h | 14 // Object which coordinates the dropping of URLs on a given view, sending data 24 // Initialize the given view, which must implement the |URLDropTarget| (below), 57 // The given URLs (an |NSArray| of |NSString|s) were dropped in the given view 58 // at the given point (in that view's coordinates). 61 // The given text was dropped in the given view at the given point (in that 65 // Dragging is in progress over the owner view (at the given point, in view
|
/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...] |
/dalvik/vm/ |
Exception.h | 71 * instead of a name and turn the given message into the 80 * and turn the given message into the human-readable form for a descriptor. 206 * Throw an AbstractMethodError in the current thread, with the given detail 212 * Throw an ArithmeticException in the current thread, with the given detail 219 * using the given array length and index in the detail message. 224 * Throw an ArrayStoreException in the current thread, using the given classes' 225 * names in the detail message, indicating that an object of the given type 226 * can't be stored into an array of the given type. 231 * Throw an ArrayStoreException in the current thread, using the given 238 * Throw an ArrayStoreException in the current thread, using the given [all...] |
/external/chromium/net/disk_cache/ |
mem_rankings.h | 23 // Inserts a given entry at the head of the queue. 26 // Removes a given entry from the LRU list. 29 // Moves a given entry to the head.
|
/external/webkit/Source/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/Source/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/chromium/chrome/browser/chromeos/options/ |
wifi_config_model.h | 33 // Returns a user-visible name for a given user certificate. 36 // Returns the PKCS#11 ID for a given user certificate. 39 // Returns the cert_index for a given PKCS#11 user certificate ID, 46 // Returns a user-visible name for a given server CA certificate. 49 // Returns the NSS nickname for a given server CA certificate. 52 // Returns the cert_index for a given server CA certificate NSS nickname,
|
/external/chromium/chrome/browser/sync/glue/ |
extension_data.h | 25 // Returns an ExtensionData constructed from the given data from the 26 // given source. merged_data() will be equal to |data| and 39 // Returns whether or not the data from the given source needs to be 43 // Stores the given data as being from the given source, merging it 50 // Marks the data from the given data as updated,
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_state.h | 34 // Returns YES if the bookmark bar is in the given state and not in an 38 // Returns YES if the bookmark bar is animating from the given state (to any 42 // Returns YES if the bookmark bar is animating to the given state (from any 46 // Returns YES if the bookmark bar is animating from the first given state to 47 // the second given state, NO otherwise. 51 // Returns YES if the bookmark bar is animating between the two given states (in
|
/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
|