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

1 2 3 4 5 6 78 91011>>

  /external/qemu/docs/
ANDROID-ELFF.TXT 17 - Extract information about routine, containing given PC address in the emulated
20 * Source file name and line corresponded to the given emulated PC.
  /frameworks/base/core/java/android/util/
Xml.java 51 * Parses the given xml string and fires events on the given SAX handler.
66 * Parses xml from the given reader and fires events on the given SAX
77 * Parses xml from the given input stream and fires events on the given SAX
165 * Return an AttributeSet interface for use with the given XmlPullParser.
166 * If the given parser itself implements AttributeSet, that implementation
  /frameworks/base/tools/aidl/
search_path.cpp 19 find_import_file(const char* given)
21 string expected = given;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
Address.java 36 * into the given ArrayList. Note that this method
47 * into the given ArrayList. Must be overridden by
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 43 /** A temporary cache of R.string IDs defined by a given xml file. The key is the
57 * Utility method used by the wizard to retrieve the actual value definition of a given
62 * The given file may or may not exist.
72 * Utility method that retrieves all the *string* IDs defined in the given Android resource
73 * file. The instance maintains an internal cache so a given file is retrieved only once.
78 * The given file may or may not exist.
79 * @return The map of string IDs => values defined in the given file. Cached. Never null.
91 * Extract all the defined string IDs from a given file using XPath.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IDescription.java 25 * Returns a description of the given element. Cannot be null.
33 * Returns a description of the given element. Cannot be null.
IPackageVersion.java 25 * The {@link IPlatformDependency} denotes that a given package can only be installed if the
26 * requested platform is present, whereas this interface denotes that the given package simply
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
IAbstractFolder.java 26 * Returns true if the receiver contains a file with a given name
34 * given name. The file may not actually exist.
  /system/core/include/cutils/
memory.h 27 /* size is given in bytes and must be multiple of 2 */
30 /* size is given in bytes and must be multiple of 4 */
  /dalvik/dx/src/com/android/dx/rop/code/
AccessFlags.java 146 * Returns a human-oriented string representing the given access flags,
157 * Returns a human-oriented string representing the given access flags,
168 * Returns a human-oriented string representing the given access flags,
179 * Returns a human-oriented string representing the given access flags,
190 * Returns whether the flag {@code ACC_PUBLIC} is on in the given
201 * Returns whether the flag {@code ACC_PROTECTED} is on in the given
212 * Returns whether the flag {@code ACC_PRIVATE} is on in the given
223 * Returns whether the flag {@code ACC_STATIC} is on in the given
235 * the given flags.
245 * Returns whether the flag {@code ACC_ABSTRACT} is on in the given
    [all...]
  /external/elfutils/libdw/
libdw.h 186 /* Return DIE at given offset. */
200 /* Return sibling of given DIE. */
212 /* Return tag of given DIE. */
221 /* Check whether given DIE has specific attribute. */
225 /* Check whether given attribute has specific form. */
228 /* Return attribute code of given attribute. */
231 /* Return form code of given attribute. */
235 /* Return string associated with given attribute. */
292 /* Get abbreviation at given offset for given DIE. *
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapShaderTest.java 74 * Check the colors of the tile at the given coordinates in the given
91 * Asserts that the pixel at the given coordinates in the given bitmap
92 * matches the given color. Simply returns if the coordinates are outside
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicBoolean.java 40 * Creates a new {@code AtomicBoolean} with the given initial value.
64 * Atomically sets the value to the given updated value
79 * Atomically sets the value to the given updated value
97 * Unconditionally sets to the given value.
106 * Atomically sets to the given value and returns the previous value.
AtomicReference.java 36 * Creates a new AtomicReference with the given initial value.
60 * Sets to the given value.
69 * Atomically sets the value to the given updated value
81 * Atomically sets the value to the given updated value
97 * Atomically sets to the given value and returns the old value.
  /external/guava/src/com/google/common/collect/
SortedSetMultimap.java 30 * A {@code SetMultimap} whose set of values for a given key are kept sorted;
55 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
62 * Removes all values associated with a given key.
64 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
74 * <p>Because a {@code SortedSetMultimap} has unique sorted values for a given
  /external/icu4c/common/unicode/
symtable.h 81 * Lookup the UnicodeMatcher associated with the given character, and
84 * @return the UnicodeMatcher object represented by the given
91 * Parse a symbol reference name from the given string, starting
92 * at the given position. If no valid symbol reference name is
104 * valid symbolic name at the given position.
  /external/proguard/src/proguard/util/
ListParser.java 31 * instances for the entries is delegated to the given StringParser.
42 * comma-separated list with the given StringParser.
60 * Creates a StringMatcher for the given regular expression, which can
93 * Creates a StringMatcher for the given regular expression, which is a
106 * Returns whether the given simple regular expression is negated.
  /external/qemu/android/skin/
image.h 31 /* a descriptor for a given skin image */
45 /* return the SDL_Surface* pointer of a given skin image */
61 /* increment the reference count of a given skin image,
65 /* decrement the reference count of a given skin image. if
72 /* get the rotation of a given image. this decrements the reference count
  /external/v8/src/
compilation-cache.h 42 // script for the given source string with the right origin.
49 // given context. Returns an empty handle if the cache doesn't
50 // contain a script for the given source string.
55 // Returns the regexp data associated with the given regexp if it
72 // Associate the (source, flags) pair to the given regexp data.
  /frameworks/base/core/java/android/view/
ContextMenu.java 35 * Sets the context menu header's title to the title given in <var>titleRes</var>
44 * Sets the context menu header's title to the title given in <var>title</var>.
52 * Sets the context menu header's icon to the icon given in <var>iconRes</var>
61 * Sets the context menu header's icon to the icon given in <var>icon</var>
70 * Sets the header of the context menu to the {@link View} given in
SubMenu.java 29 * Sets the submenu header's title to the title given in <var>titleRes</var>
38 * Sets the submenu header's title to the title given in <var>title</var>.
46 * Sets the submenu header's icon to the icon given in <var>iconRes</var>
55 * Sets the submenu header's icon to the icon given in <var>icon</var>
64 * Sets the header of the submenu to the {@link View} given in
  /packages/inputmethods/PinyinIME/jni/include/
splparser.h 32 // Given a string, parse it into a spelling id stream.
36 // example, given string "zhengzhon", "zhon" is not a valid speling, but it is
62 // If the given string is a spelling, return the id, others, return 0.
69 // If the given string is a spelling, return the id, others, return 0.
84 // is_pre returns whether the given string is the prefix of a full spelling
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
EclipseTestCollector.java 41 * Searches through given plugin, adding all TestCase classes to given suite
69 * Returns true if given class should be added to suite
78 * Returns true if given class has a public constructor
90 * Load the class given by the plugin aka bundle file path
  /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...]

Completed in 372 milliseconds

1 2 3 4 5 6 78 91011>>