/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 124 * Remembers to place the given instruction right before the instruction 125 * at the given offset. 146 * Remembers to place the given instructions right before the instruction 147 * at the given offset. 168 * Remembers to replace the instruction at the given offset by the given 188 * Remembers to replace the instruction at the given offset by the given 208 * Remembers to place the given instruction right after the instruction 209 * at the given offset [all...] |
/cts/tools/utils/cts/ |
tools.py | 80 Test names are given in the form "testSuiteName.testSuiteName.TestCaseName.testName". 104 """Write the description as XML to the given writer.""" 118 Include() select from the packages given here. 124 """Exclude all packages matching the given regular expression from the plan. 140 """Include all packages matching the given regular expressions in the plan. 155 """Write the test plan to the given file. 184 """Get the value of the given attribute in the first matching tag. 191 The value of the given attribute in the first matching tag. 197 """Return the value of the given attribute in the first matching tag. 204 The value of the given attribute in the first matching tag [all...] |
/development/testrunner/test_defs/ |
test_walker.py | 35 """Gets list of Android tests found at given path. 38 files relative to the given path. 91 """Return true if given path is within current Android build tree. 102 """Convert given path to one relative to build tree root. 120 """Recursively finds all tests within given path. 164 """Find tests defined upward from given path. 179 """Get the test factory for given makefile. 181 If given path is a valid tests build path, will return the TestFactory 206 """Get the test factory for given path. 208 If given path is a valid tests build path, will return the TestFactor [all...] |
/libcore/luni/src/main/java/java/util/logging/ |
MemoryHandler.java | 24 * Mostly this {@code MemoryHandler} just puts the given {@code LogRecord} into 39 * initialization, if given properties are not defined or has invalid values, 127 * Construct and init a {@code MemoryHandler} using given target, size and 132 * the given {@code Handler} to output 177 * Put a given {@code LogRecord} into internal buffer. If given record is 209 * Check if given {@code LogRecord} would be put into this 212 * The given {@code LogRecord} is loggable if and only if it has appropriate 218 * the given {@code LogRecord} 219 * @return the given {@code LogRecord} if it should be logged, {@code false [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtUtils.java | 58 * Returns true if the given string ends with the given suffix, using a 63 * @return true if the string case-insensitively ends with the given suffix 71 * Returns true if the given sequence ends with the given suffix (case 76 * @return true if the given sequence ends with the given suffix 83 * Returns true if the given sequence ends at the given offset with the given suffix (cas [all...] |
/external/qemu/ |
arm-dis.c | 3871 long given; local [all...] |
/external/proguard/src/proguard/classfile/util/ |
ClassUtil.java | 39 * Checks whether the given class magic number is correct. 65 * Returns the major part of the given class version number. 108 * Returns the minor part of the given class version number. 128 * Checks whether the given class version number is supported. 207 * Returns whether the given internal type is an array type. 210 * @return <code>true</code> if the given type is an array type, 221 * Returns the number of dimensions of the given internal type. 239 * Returns whether the given internal class name is one of the interfaces 245 * @return <code>true</code> if the given type is an array interface name, 257 * Returns whether the given internal type is a plain primitive typ [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecSet.java | 23 * Set of {@link RegisterSpec} instances, where a given register number 161 * Gets the element with the given register number, if any. 164 * @return {@code null-ok;} the element with the given register number or 177 * Gets the element with the same register number as the given 191 * given local (type, name, and signature), or {@code null} if there is 192 * none. This ignores the register number of the given spec but 217 * Returns the spec in this set that's currently associated with a given 254 * Puts the given spec into the set. If there is already an element in 257 * previous element is nullified. Finally, if the given spec is for 294 * Put the entire contents of the given set into this one [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 22 * Set of {@link RegisterSpec} instances, where a given register number 160 * Gets the element with the given register number, if any. 163 * @return {@code null-ok;} the element with the given register number or 176 * Gets the element with the same register number as the given 190 * given local (type, name, and signature), or {@code null} if there is 191 * none. This ignores the register number of the given spec but 216 * Returns the spec in this set that's currently associated with a given 253 * Puts the given spec into the set. If there is already an element in 256 * previous element is nullified. Finally, if the given spec is for 293 * Put the entire contents of the given set into this one [all...] |
/external/chromium/chrome/browser/history/ |
expire_history_backend.h | 36 // Schedules a broadcast of the given notification on the application main 79 // Begins periodic expiration of history older than the given threshold. This 86 // Removes all visits to restrict_urls (or all URLs if empty) in the given 91 // Archives all visits before and including the given time, updating the URLs 114 // Removes the data from the full text index associated with the given URL 125 // Deletes the visit-related stuff for all the visits in the given list, and 134 // Moves the given visits from the main database to the archived one. 137 // Finds or deletes dependency information for the given URL. Information that 159 // Adds or merges the given URL row with the archived database, returning the 166 // Deletes all the URLs in the given vector and handles their dependencies [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecSet.java | 22 * Set of {@link RegisterSpec} instances, where a given register number 160 * Gets the element with the given register number, if any. 163 * @return {@code null-ok;} the element with the given register number or 176 * Gets the element with the same register number as the given 190 * given local (type, name, and signature), or {@code null} if there is 191 * none. This ignores the register number of the given spec but 216 * Returns the spec in this set that's currently associated with a given 253 * Puts the given spec into the set. If there is already an element in 256 * previous element is nullified. Finally, if the given spec is for 293 * Put the entire contents of the given set into this one [all...] |
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TexturePixel.java | 22 * Copies the values from the given pixel.
36 * Copies the values from the given color.
49 * Copies the values from the given values.
68 * Copies the values from the given integer that stores the ARGB8 data.
85 * Copies the data from the given image.
151 * Stores RGBA values in the given array.
164 * Stores the data in the given table.
226 * This method adds the calues of the given pixel to the current pixel.
240 * This method multiplies the values of the given pixel by the given value. [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/events/ |
MotionTrack.java | 96 * The target rotates with the given rotation 115 * Creates a MotionPath for the given spatial on the given motion path 127 * Creates a MotionPath for the given spatial on the given motion path 139 * Creates a MotionPath for the given spatial on the given motion path 152 * Creates a MotionPath for the given spatial on the given motion path 259 * Clone this control for the given spatia [all...] |
/external/clang/lib/CodeGen/ |
CodeGenModule.h | 467 /// getSize - Emit the given number of characters as a value of type size_t. 470 /// setGlobalVisibility - Set the visibility for the given LLVM 484 /// setTypeVisibility - Set the visibility for the given global 511 /// CreateOrReplaceCXXRuntimeVariable - Will return a global variable of the given 520 /// given global variable. If Ty is non-null and if the global doesn't exist, 527 /// GetAddrOfFunction - Return the address of the given function. If Ty is 535 /// for the given type. 538 /// GetAddrOfThunk - Get the address of the thunk for the given global decl. 596 /// for the given string. 600 /// for the given string. Or a user defined String object as defined vi [all...] |
/external/clang/include/clang/Driver/ |
ArgList.h | 209 /// is given, but non-integral. 214 /// or a default. Emits an error if the argument is given, but non-integral. 220 /// getAllArgValues - Get the values of all instances of the given argument 228 /// hasFlag - Given an option \arg Pos and its negative form \arg 231 /// given. If both the option and its negation are present, the 239 /// AddAllArgs - Render all arguments matching the given ids. 244 /// matching the given ids. 249 /// given ids, but forced to separate args and using the provided 258 /// ClaimAllArgs - Claim all arguments which match the given 324 /// MakeIndex - Get an index for the given string(s) [all...] |
/sdk/assetstudio/src/com/android/assetstudiolib/ |
Util.java | 42 * Scales the given rectangle by the given scale factor. 57 * Creates a new ARGB {@link BufferedImage} of the given width and height. 68 * Smoothly scales the given {@link BufferedImage} to the given width and height using the 87 * Applies a gaussian blur of the given radius to the given {@link BufferedImage} using a kernel 138 * Inverts the alpha channel of the given {@link BufferedImage}. RGB data for the inverted area 152 * Applies a {@link BufferedImageOp} on the given {@link BufferedImage}. 166 * Fills the given {@link BufferedImage} with a {@link Paint}, preserving its alpha channel [all...] |
/dalvik/libdex/ |
DexClass.h | 60 * given data pointer to point past the end of the read data and 66 * given data pointer to point past the end of the read data and 80 * given data pointer to point past the end of the read data and 94 * the given data pointer to point past the end of the read data. This 119 * updates the given data pointer to point past the end of the read 130 * given data pointer to point past the end of the read data. 146 * given data pointer to point past the end of the read data.
|
DexUtf.h | 82 * this function returns false, then the given pointer may only have 101 /* Return whether the given string is a valid field or method name. */ 104 /* Return whether the given string is a valid type descriptor. */ 107 /* Return whether the given string is a valid internal-form class 116 /* Return whether the given string is a valid reference descriptor. This 121 /* Return whether the given string is a valid class descriptor. This 126 /* Return whether the given string is a valid field type descriptor. This
|
/development/host/windows/usb/api/ |
adb_helper_routines.h | 43 /** \brief Given the hardware device information enumerates interfaces for
86 /** \brief Given the hardware device information and data gets data details.
88 Given the hardware_dev_info, representing a handle to the plug and
108 /** \brief Given the hardware device information and data gets device name.
110 Given the hardware_dev_info, representing a handle to the plug and
126 /** \brief Checks if given interface is available via custom USB driver.
128 In this routine we will query the given interface with an IOCTL that should
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
CountersTable.java | 51 * the given ElemNumber object. 53 * @param numberElem the given xsl:number element. 56 * the given ElemNumber object. 70 * @param numberElem the given xsl:number element. 115 * Count forward until the given node is found, or until 116 * we have looked to the given amount. 119 * @param numberElem The given xsl:number element.
|
/external/chromium/base/ |
file_util_proxy.h | 56 // Creates or opens a file with the given flags. It is invalid to pass NULL 59 // a new file at the given |file_path| and calls back with 72 // Close the given file handle. 77 // Ensures that the given |file_path| exist. This creates a empty new file 107 // Creates directory at given path. It's an error to create 186 // Truncates a file to the given length. If |length| is greater than the 195 // Truncates a file to the given length. If |length| is greater than the
|
utf_string_conversion_utils.h | 33 // Reads a UTF-8 stream, placing the next code point into the given output 61 // Appends a UTF-8 character to the given 8-bit string. Returns the number of 65 // Appends the given code point as a UTF-16 character to the given 16-bit 70 // Appends the given UTF-32 character to the given 32-bit string. Returns the 88 // Prepares an output buffer (containing either UTF-16 or -32 data) given some
|
/external/chromium/chrome/browser/extensions/ |
extension_webrequest_api.h | 40 // the given request. Returns net::ERR_IO_PENDING if an extension is 71 // Adds a listener to the given event. |event_name| specifies the event being 73 // the extension process to correspond to the given filter and 83 // Removes the listener for the given sub-event. 109 // Returns a list of event listeners that care about the given event, based 125 // Decrements the count of event handlers blocking the given request. When the 141 // from the request ID given to us for HTTP-specific events.
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder_test.h | 63 // (0x7FFFFFFF) at the given offset in the delta window. 66 // Write a negative 32-bit VarintBE (0x80000000) at the given offset 71 // at the given offset in the delta window. 81 // Assuming the length of the given string can be expressed as a VarintBE 86 // Assuming the length of the given string can be expressed as a one-byte 92 // Assuming the length of the given string can be expressed as a two-byte 98 // Assuming the length of the given string can be expressed as a two-byte
|
/external/emma/core/java12/com/vladium/emma/ |
EMMAException.java | 30 * Constructs an exception with given error message/code and null cause. 40 * Constructs an exception with given error message/code and null cause. 53 * Constructs an exception with null error message/code and given cause. 63 * Constructs an exception with given error message/code and given cause. 74 * Constructs an exception with given error message/code and given cause.
|