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

<<11121314151617181920>>

  /dalvik/dx/src/junit/framework/
TestFailure.java 18 * Constructs a TestFailure with the given test and exception.
  /dalvik/dx/src/junit/textui/
TestRunner.java 19 * When the wait command line argument is given TestRunner
40 * Constructs a TestRunner using the given stream for all the output
47 * Constructs a TestRunner using the given ResultPrinter all the output
150 * and runs the given test suite.
  /dalvik/libcore/archive/src/main/java/org/apache/harmony/archive/util/
Util.java 26 * Returns whether the given source string ends with the suffix, ignoring
33 * @return {@code true} if the source does end with the given suffix, or
53 * Compares the given byte arrays and returns whether they are equal,
84 * Compares the given strings and returns whether they are equal, ignoring
  /dalvik/libcore/junit/src/main/java/junit/framework/
TestFailure.java 18 * Constructs a TestFailure with the given test and exception.
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
PriviAction.java 48 * Creates a PrivilegedAction to get the security property with the given
75 * Creates a PrivilegedAction to disable the access checks to the given
91 * with the given key.
105 * with the given key.
  /dalvik/libcore/luni/src/test/java/com/google/coretests/
CoreTestTimeout.java 26 * Creates a new instance with the given message.
  /dalvik/libcore/luni/src/test/java/junit/textui/
TestRunner.java 19 * When the wait command line argument is given TestRunner
40 * Constructs a TestRunner using the given stream for all the output
47 * Constructs a TestRunner using the given ResultPrinter all the output
150 * and runs the given test suite.
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
TimeZoneTest.java 143 assertEquals("Must return GMT when given an invalid TimeZone id SMT-8.",
145 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:70.",
147 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28:30.",
149 assertEquals("Must return GMT when given an invalid TimeZone time GMT+8:70.",
151 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:.",
153 assertEquals("Must return GMT when given an invalid TimeZone time GMT+3:0.",
155 assertEquals("Must return GMT when given an invalid TimeZone time GMT+2360.",
157 assertEquals("Must return GMT when given an invalid TimeZone time GMT+892.",
159 assertEquals("Must return GMT when given an invalid TimeZone time GMT+082.",
161 assertEquals("Must return GMT when given an invalid TimeZone time GMT+28."
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/
NIOAccess.java 29 * Returns the underlying native pointer to the data of the given
51 * Returns the number of bytes remaining in the given Buffer. That is,
64 * given Buffer, or null if the Buffer is not backed by a Java array.
76 * Java array object containing the data of the given Buffer to
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERConstructedSequence.java 29 * ASN.1 descriptions given. Rather than just outputing SEQUENCE,
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringToIntTable.java 64 * Construct a StringToIntTable, using the given block size.
120 * Tell if the table contains the given string.
140 * Tell if the table contains the given string. Ignore case.
162 * Tell if the table contains the given string.
  /dalvik/libdex/
DexCatch.h 35 /* Get the first handler offset for the given DexCode.
40 /* Get count of handler lists for the given DexCode. */
117 /* Find the handler associated with a given address, if any.
118 * Initializes the given iterator and returns true if a match is
DexDataMap.c 91 * Get the type associated with the given offset. This returns -1 if
92 * there is no entry for the given offset.
121 * Verify that there is an entry in the map, mapping the given offset to
122 * the given type. This will return true if such an entry exists and
  /device/htc/common/updater/
firmware.h 20 /* Reboot into the bootloader to install the given update.
  /external/apache-http/src/org/apache/http/client/
CredentialsProvider.java 46 * Sets the {@link Credentials credentials} for the given authentication
47 * scope. Any previous credentials for the given scope will be overwritten.
51 * for the given scope.
58 * Get the {@link Credentials credentials} for the given authentication scope.
  /external/bison/lib/
bitsetv.c 108 /* Given a vector BSETV of N bitsets of size N, modify its contents to
109 be the transitive closure of what was given. */
123 /* Given a vector BSETV of N bitsets of size N, modify its contents to
124 be the reflexive transitive closure of what was given. This is
  /external/bison/m4/
dmalloc.m4 2 ## Check if --with-dmalloc was given. ##
  /external/elfutils/libdw/
dwarf_hasform.c 1 /* Check whether given attribute has specific form.
dwarf_offabbrev.c 1 /* Get abbreviation at given offset.
dwarf_whatattr.c 1 /* Return attribute code of given attribute.
dwarf_whatform.c 1 /* Return form code of given attribute.
  /external/freetype/include/freetype/
ftrender.h 44 /* destroys a given glyph object */
132 /* given glyph slot into a bitmap. */
135 /* a given glyph slot. */
170 /* Retrieve the current renderer for a given glyph format. */
ftsizes.h 62 /* It is however possible to create more sizes for a given face, */
83 /* Create a new size object from a given face object. */
110 /* Discard a given size object. Note that @FT_Done_Face */
131 /* given face (see @FT_New_Size for details), functions like */
  /external/freetype/src/autofit/
afglobal.h 40 * model the global hints data for a given face, decomposed into
  /external/guava/src/com/google/common/collect/
AsynchronousComputationException.java 26 * Creates a new instance with the given cause.

Completed in 177 milliseconds

<<11121314151617181920>>