/external/dexmaker/src/dx/java/com/android/dx/util/ |
Bits.java | 31 * Constructs a bit set to contain bits up to the given index (exclusive). 42 * Gets the maximum index (exclusive) for the given bit set. 52 * Gets the value of the bit at the given index. 65 * Sets the given bit to the given value. 83 * Sets the given bit to {@code true}. 95 * Sets the given bit to {@code false}. 107 * Returns whether or not the given bit set is empty, that is, whether 126 * Gets the number of bits set to {@code true} in the given bit set. 158 * Finds the lowest-order bit set at or after the given index in th [all...] |
/external/v8/src/ |
date.h | 83 // Computes modulo(time_ms, kMsPerDay) given that 90 // Given the number of days since the epoch, computes the weekday. 137 // Computes a time equivalent to the given time according 167 // Given the number of days since the epoch, computes 172 // the first day of the given month in the given year. 214 // Computes the daylight savings offset for the given time. 219 // the before_ segment starts earlier than the given time and 220 // the after_ segment start later than the given time. 226 // equal to the given 'skip' segment [all...] |
/cts/tools/signature-tools/src/signature/converter/dex/ |
DexUtil.java | 145 * Returns a set containing all modifiers for the given int. 181 * Returns true if the given class is an enumeration, false otherwise. 185 * @return true if the given class is an enumeration, false otherwise 192 * Returns true if the given class is an interface, false otherwise. 196 * @return true if the given class is an interface, false otherwise 204 * Returns true if the given class is an annotation, false otherwise. 208 * @return true if the given class is an annotation, false otherwise 219 * Returns the Kind of the given DexClass. 223 * @return the Kind of the given class 244 * @return <code>true</code> if the given annotated element has th [all...] |
/external/clang/include/clang/AST/ |
ASTImporter.h | 100 /// \brief Import the given type from the "from" context into the "to" 107 /// \brief Import the given type source information from the 114 /// \brief Import the given declaration from the "from" context into the 121 /// \brief Import the given declaration context from the "from" 128 /// \brief Import the given expression from the "from" context into the 135 /// \brief Import the given statement from the "from" context into the 142 /// \brief Import the given nested-name-specifier from the "from" 149 /// \brief Import the given nested-name-specifier from the "from" 160 /// \brief Import the given source location from the "from" context into 167 /// \brief Import the given source range from the "from" context int [all...] |
/external/icu4c/i18n/ |
rbt_pars.h | 146 * Parse the given string as a sequence of rules, separated by newline 151 * Parse the given rules, in the given direction. After this call 184 * MAIN PARSER. Parse the next rule in the given rule string, starting 210 * Assert that the given character is NOT within the variable range. 213 * @param ch the given character. 214 * @return True, if the given character is NOT within the variable range. 226 * Begin normalizing all rules using the given mode, in response 228 * @param mode the given mode. 233 * Return true if the given rule looks like a pragma [all...] |
/external/skia/include/core/ |
SkGeometry.h | 21 /** Given a line segment from pts[0] to pts[1], and an xray, return true if 30 /** Given a quadratic equation Ax^2 + Bx + C = 0, return 0, 1, 2 roots for the 45 /** Given a src quadratic bezier, chop it at the specified t value, 51 /** Given a src quadratic bezier, chop it at the specified t == 1/2, 56 /** Given the 3 coefficients for a quadratic bezier (either X or Y values), look 66 /** Given 3 points on a quadratic bezier, chop it into 1, 2 beziers such that 75 /** Given 3 points on a quadratic bezier, divide it into 2 quadratics 84 /** Given 3 points on a quadratic bezier, use degree elevation to 103 /** Given a src cubic bezier, chop it at the specified t value, 108 /** Given a src cubic bezier, chop it at the specified t values [all...] |
/libcore/xml/src/main/java/org/kxml2/kdom/ |
Node.java | 44 /** inserts the given child object of the given type at the 45 given index. */ 76 /** Builds a default element with the given properties. Elements 92 /** Returns the child object at the given index. For child 106 /** returns the element at the given index. If the node at the 107 given index is a text node, null is returned */ 114 /** Returns the element with the given namespace and name. If the 171 /** Returns the text node with the given index or null if the node 172 with the given index is not a text node. * [all...] |
/bionic/libc/private/ |
thread_private.h | 69 * lock the mutex associated with the given tag. If the given 73 * unlock the mutex associated with the given tag. If the given 78 * with the given tag. If the given tag is NULL a tag is first
|
/external/chromium/chrome/browser/content_settings/ |
content_settings_provider.h | 27 // Returns the default content setting this provider has for the given 34 // update the default setting for the given |content_type|. The provider may 75 // Returns a single ContentSetting which applies to a given |requesting_url|, 100 // For a given content type, returns all content setting rules with a 114 // Resets all content settings for the given |content_type| to 116 // identifier all content settings for any resource identifieres of the given
|
/external/chromium/chrome/browser/sync/glue/ |
preference_model_associator.h | 49 // Create an association for a given preference. A sync node is created if 82 // Returns the sync id for the given preference name, or sync_api::kInvalidId 86 // Associates the given preference name with the given sync id. 89 // Remove the association that corresponds to the given sync id. 92 // Returns whether a node with the given permanent tag was found and update
|
/external/icu4c/i18n/unicode/ |
curramt.h | 38 * Construct an object with the given numeric amount and the given 51 * Construct an object with the given numeric amount and the given 53 * @param amount the amount of the given currency 91 * @return The class ID for this object. All objects of a given
|
/external/llvm/include/llvm/CodeGen/ |
Analysis.h | 33 /// ComputeLinearIndex - Given an LLVM IR aggregate type and a sequence 48 /// ComputeValueVTs - Given an LLVM IR type, compute a sequence of 69 /// the given LLVM IR floating-point condition code. This includes 74 /// getFCmpCodeWithoutNaN - Given an ISD condition code comparing floats, 79 /// the given LLVM IR integer condition code. 83 /// Test if the given instruction is in a position to be optimized
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObjectList.java | 54 * Construct a SIPObject List given a list name. 77 * modification of the given list. This does an object by object 78 * merge of the given objects. 99 * Append a given list to the end of this list. 107 * Append or prepend a given list to this list. 138 * Convert to a string given an indentation(for pretty printing).
|
/external/oprofile/doc/ |
opannotate.1.in | 37 Exclude all files in the given comma-separated list of glob patterns. 41 Exclude all the symbols in the given comma-separated list. 58 Only include files in the given comma-separated list of glob patterns. 62 Only include symbols in the given comma-separated list. 66 Pass the given parameters as extra values when calling objdump. 94 Only output data for symbols that have more than the given percentage
|
/external/proguard/src/proguard/ |
DataEntryReaderFactory.java | 32 * and zips, before passing them to a given reader. 39 * Creates a DataEntryReader that can read the given class path entry. 45 * @return a DataEntryReader for reading the given class path entry. 108 * Wraps the given DataEntryReader in a JarReader, filtering it if necessary. 145 * Returns whether the given string ends with the given suffix, ignoring its
|
/external/proguard/src/proguard/io/ |
DataEntryRewriter.java | 29 * given DataEntryWriter, updating their contents based on the renamed classes 30 * in the given ClassPool. 68 * Copies all data that it can read from the given reader to the given 113 * Writes the given word to the given writer, after having adapted it,
|
/external/webkit/Source/WebCore/fileapi/ |
DOMFilePath.h | 46 // Returns the name part from the given path. 49 // Returns the parent directory path of the given path. 52 // Checks if a given path is a parent of mayBeChild. This method assumes given paths are absolute and do not have extra references to a parent (i.e. "../"). 74 // Checks if the given path follows the FileSystem API naming restrictions. 77 // Checks if the given name follows the FileSystem API naming restrictions.
|
/frameworks/base/core/java/android/hardware/usb/ |
IUsbManager.aidl | 60 /* Requests permission for the given package to access the device. 62 * had not already been given. 66 /* Requests permission for the given package to access the accessory. 68 * had not already been given. Result is returned via pi. 73 /* Grants permission for the given UID to access the device */ 76 /* Grants permission for the given UID to access the accessory */
|
/frameworks/compile/mclinker/include/mcld/Support/ |
LEB128.h | 36 * Given an integer, this function returns the number of bytes required to 50 * Write an unsigned integer in ULEB128 to the given buffer. The client should 52 * given buffer pointer to the point just past the end of the write value and 71 * Read an integer encoded in ULEB128 format from the given buffer. pSize will 79 * Read an integer encoded in ULEB128 format from the given buffer. Update the 80 * given buffer pointer to the point just past the end of the read value.
|
/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
multiclass_pa.h | 47 // Computes the score of a given input vector for a given parameter 58 // Verify if the given example is correctly classified with margin with 65 // Iteratively train the model for num_iterations on the given dataset. 72 // Returns the best class for a given input vector. 76 // Computes the test error of a given test set on the current model.
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicBoolean.java | 37 * Creates a new {@code AtomicBoolean} with the given initial value. 61 * Atomically sets the value to the given updated value 76 * Atomically sets the value to the given updated value 94 * Unconditionally sets to the given value. 103 * Eventually sets to the given value. 114 * Atomically sets to the given value and returns the previous value.
|
AtomicReference.java | 34 * Creates a new AtomicReference with the given initial value. 58 * Sets to the given value. 67 * Eventually sets to the given value. 77 * Atomically sets the value to the given updated value 89 * Atomically sets the value to the given updated value 105 * Atomically sets to the given value and returns the old value.
|
/system/core/include/cutils/ |
hashmap.h | 50 * Hashes the memory pointed to by key with the given size. Useful for 56 * Puts value for the given key in the map. Returns pre-existing value if 65 * Gets a value from the map. Returns NULL if no entry for the given key is 71 * Returns true if the map contains an entry for the given key. 77 * value and creates an entry using the given callback. 97 * Invokes the given callback on each entry in the map. Stops iterating if
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArray.java | 53 * Annotates (adds context to) the given exception with information 61 * Replaces all the occurrences of the given uninitialized type in 76 * Sets the type stored at the given local index. If the given type 89 * Sets the type for the local indicated by the given register spec 99 * Invalidates the local at the given index. 106 * Gets the type stored at the given local index, or {@code null} 107 * if the given local is uninitialized / invalid. 115 * Gets the type stored at the given local index, only succeeding if 116 * the given local contains a valid type (though it is allowed t [all...] |
/external/chromium/chrome/browser/notifications/ |
balloon_collection_base.h | 36 // Finds any balloon matching the given notification id, and 41 // Finds all balloons matching the given notification source, 51 // Returns the balloon matching the given notification, or
|