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

<<11121314151617181920>>

  /dalvik/dx/src/junit/framework/
TestSuite.java 40 * Constructs a TestSuite from the given class with the given name.
49 * Constructs a TestSuite from the given class. Adds all the methods
96 * Adds the tests from the given class to the suite
210 * Returns the test at the given index
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Executors.java 97 * given time. Unlike the otherwise equivalent
172 * to run after a given delay, or to execute periodically.
178 * given time. Unlike the otherwise equivalent
190 * to run after a given delay, or to execute periodically. (Note
195 * will be active at any given time. Unlike the otherwise
211 * given delay, or to execute periodically.
223 * given delay, or to execute periodically.
240 * ExecutorService} methods to the given executor, but not any
243 * disallow tuning of a given concrete implementation.
256 * ScheduledExecutorService} methods to the given executor, bu
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicMarkableReference.java 34 * Creates a new {@code AtomicMarkableReference} with the given
78 * to the given update values if the
107 * to the given update values if the
143 * Atomically sets the value of the mark to the given update value
145 * reference. Any given invocation of this operation may fail
AtomicStampedReference.java 34 * Creates a new {@code AtomicStampedReference} with the given
79 * to the given update values if the
109 * to the given update values if the
147 * Atomically sets the value of the stamp to the given update value
149 * reference. Any given invocation of this operation may fail
  /dalvik/libcore/junit/src/main/java/junit/framework/
TestSuite.java 42 * Constructs a TestSuite from the given class with the given name.
51 * Constructs a TestSuite from the given class. Adds all the methods
98 * Adds the tests from the given class to the suite
212 * Returns the test at the given index
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringVector.java 57 * Construct a StringVector, using the given block size.
118 * @return String at given index
126 * Tell if the table contains the given string.
148 * Tell if the table contains the given string. Ignore case.
170 * Tell if the table contains the given string.
  /dalvik/libdex/
DexClass.c 26 /* Helper for verification which reads and verifies a given number
40 * given data pointer to point past the end of the read data and
53 * given data pointer to point past the end of the read data and
74 * given data pointer to point past the end of the read data and
95 * the given data pointer to point past the end of the read data. This
  /external/apache-http/src/org/apache/http/impl/client/
BasicCredentialsProvider.java 66 * Sets the {@link Credentials credentials} for the given authentication
67 * scope. Any previous credentials for the given scope will be overwritten.
71 * for the given scope.
85 * Find matching {@link Credentials credentials} for the given authentication scope.
117 * Get the {@link Credentials credentials} for the given authentication scope.
  /external/apache-http/src/org/apache/http/impl/cookie/
RFC2965PortAttributeHandler.java 54 * Parses the given Port attribute value (e.g. "8000,8001,8002")
83 * Returns <tt>true</tt> if the given port exists in the given
88 * @return true returns <tt>true</tt> if the given port exists in
89 * the given ports list; <tt>false</tt> otherwise.
  /external/elfutils/libasm/
libasm.h 67 /* Create new subsection NR in the given section. */
115 /* Define new symbol NAME for current position in given section ASMSCN. */
120 /* Define new common symbol NAME with given SIZE and alignment. */
124 /* Define new common symbol NAME with given SIZE, VALUE, TYPE, and BINDING. */
137 /* Return ELF descriptor created for the output file of the given context. */
  /external/icu4c/common/unicode/
unimatch.h 56 * the given text matches, and it is known that additional
79 * the given text at the given offset. Zero, one, or more
117 * assume the text as given is complete.
154 * into the given set.
  /external/icu4c/i18n/unicode/
tztrans.h 79 * Return true if the given TimeZoneTransition objects are semantically equal. Objects
82 * @return true if the given TimeZoneTransition objects are semantically equal.
88 * Return true if the given TimeZoneTransition objects are semantically unequal. Objects
91 * @return true if the given TimeZoneTransition objects are semantically unequal.
182 * given class have the same class ID. Objects of
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 29 * of a given target class.
42 * Creates a new ConstantAdder that will copy constants into the given
52 * Adds a copy of the specified constant in the given class and returns
64 * Adds a copy of the given constant in the given class and returns
VariableRemapper.java 32 * visits, based on a given index map.
49 * Sets the given mapping of old variable indexes to their new indexes.
147 * Returns the new variable index of the given variable.
156 * Returns the given list of local variables, without the ones that have
178 * Returns the given list of local variable types, without the ones that
  /external/proguard/src/proguard/obfuscate/
MappingReader.java 45 * to the given processor.
103 * Parses the given line with a class mapping and processes the
104 * results with the given mapping processor. Returns the old class name,
137 * Parses the given line with a class member mapping and processes the
138 * results with the given mapping processor.
MemberNameConflictFixer.java 31 * members that it visits. It avoids names from the given descriptor map,
32 * delegating to the given obfuscator in order to get a new name if necessary.
99 * Obfuscates the given class member.
100 * @param clazz the class of the given member.
131 // There's a conflict! A member (with a given old name) in a
  /external/qemu/elff/
dwarf_die.h 71 * true on success, or false if attribute for the given ID doesn't exist
76 /* Gets the leaf DIE object containing given address.
82 /* Finds a DIE object for the given die in the branch starting with
96 /* Checks if this DIE object containing given address.
105 * contain given address, or false otherwise.
  /frameworks/base/awt/java/awt/geom/
Rectangle2D.java 30 * The Class Rectangle2D represents a rectangle whose coordinates are given with
38 * The Constant OUT_LEFT is a mask that is used to indicate that a given
44 * The Constant OUT_TOP is a mask that is used to indicate that a given
50 * The Constant OUT_RIGHT is a mask that is used to indicate that a given
56 * The Constant OUT_BOTTOM is a mask that is used to indicate that a given
63 * rectangle whose data values are given as floats (with float-level
138 * Sets the rectangle's data to the given values.
236 * rectangle whose data values are given as doubles (with
270 * Instantiates a new rectangle with the given double values.
416 * Constructs a new Rectangle2D.Iterator for given rectangle an
    [all...]
  /frameworks/base/core/java/android/content/pm/
LabeledIntent.java 35 * Create a labeled intent from the given intent, supplying the label
53 * Create a labeled intent from the given intent, supplying a textual
109 * Return any resource identifier that has been given for the label text.
116 * Return any concrete text that has been given for the label text.
123 * Return any resource identifier that has been given for the label icon.
  /packages/apps/Gallery/src/com/android/camera/
PhotoAppWidgetProvider.java 72 * Load photo for given widget and build {@link RemoteViews} for it.
120 * Store the given bitmap in this database for the given appWidgetId.
162 * Inflate and return a bitmap for the given appWidgetId.
196 * Remove any bitmap associated with the given appWidgetId.
  /packages/apps/Gallery3D/src/com/cooliris/media/
PhotoAppWidgetProvider.java 70 * Load photo for given widget and build {@link RemoteViews} for it.
113 * Store the given bitmap in this database for the given appWidgetId.
151 * Inflate and return a bitmap for the given appWidgetId.
182 * Remove any bitmap associated with the given appWidgetId.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
INode.java 75 * @param undoName The UI name that will be given to the undo action.
86 * For this to work, the editor must have a descriptor for the given FQCN.
100 * For this to work, the editor must have a descriptor for the given FQCN.
129 * Returns a given XML attribute.
138 * given to IViewRule implementations.
  /external/bluetooth/glib/gio/
gdatainputstream.c 206 * @stream: a given #GDataInputStream.
209 * This function sets the byte order for the given @stream. All subsequent
210 * reads from the @stream will be read in the given @order.
233 * @stream: a given #GDataInputStream.
279 * @stream: a given #GDataInputStream.
283 * Returns: #GDataStreamNewlineType for the given @stream.
329 * @stream: a given #GDataInputStream.
356 * @stream: a given #GDataInputStream.
400 * @stream: a given #GDataInputStream.
444 * @stream: a given #GDataInputStream
    [all...]
  /frameworks/base/media/java/android/media/
RingtoneManager.java 96 * Given to the ringtone picker as a boolean. Whether to show an item for
105 * Given to the ringtone picker as a boolean. Whether to show an item for
115 * Given to the ringtone picker as a boolean. Whether to include DRM ringtones.
121 * Given to the ringtone picker as a {@link Uri}. The {@link Uri} of the
136 * Given to the ringtone picker as a {@link Uri}. The {@link Uri} of the
141 * the current sound for the given default sound type. If you are showing a
149 * Given to the ringtone picker as an int. Specifies which ringtone type(s) should be
157 * Given to the ringtone picker as a {@link CharSequence}. The title to
374 * Gets a {@link Ringtone} for the ringtone at the given position in the
390 * Gets a {@link Uri} for the ringtone at the given position in the {@link Cursor}
    [all...]
  /dalvik/docs/opcodes/
opcode-44-aget.html 17 Perform the identified array operation at the identified index of the given
73 For all but the -wide variant, the array element at the given index is moved
77 For the -wide variant, the array element at the given index is moved into

Completed in 77 milliseconds

<<11121314151617181920>>