HomeSort by relevance Sort by last modified time
    Searched full:returned (Results 126 - 150 of 7742) sorted by null

1 2 3 4 56 7 8 91011>>

  /libcore/luni/src/main/java/java/util/
NavigableSet.java 146 * <p>The returned set has an ordering equivalent to
166 * {@code toElement} are equal, the returned set is empty unless {@code
167 * fromExclusive} and {@code toExclusive} are both true. The returned set
168 * is backed by this set, so changes in the returned set are reflected in
169 * this set, and vice-versa. The returned set supports all optional set
172 * <p>The returned set will throw an {@code IllegalArgumentException}
175 * @param fromElement low endpoint of the returned set
177 * is to be included in the returned view
178 * @param toElement high endpoint of the returned set
180 * is to be included in the returned vie
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
CharacterTest.java 627 assertEquals("Incorrect char value returned", 'T', new Character('T')
640 assertEquals("Returned false for same Character", 0, c.compareTo(c));
641 assertEquals("Returned false for identical Character",
643 assertTrue("Returned other than less than for lesser char", c
645 assertTrue("Returned other than greater than for greater char", c
653 assertEquals("Returned incorrect digit", 1, Character.digit('1', 10));
654 assertEquals("Returned incorrect digit", 15, Character.digit('F', 16));
691 assertTrue("Returned incorrect char for " + Integer.toString(i),
699 "Returned incorrect char for " + Integer.toString(i),
709 assertEquals("Returned incorrect numeric value 1", 1, Characte
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
NamespaceSupportTest.java 138 assertTrue("Test 4: Incorrect prefix returned.",
144 assertTrue("Test 6: Incorrect prefix returned.",
151 assertNull("Test 8: Non-null value returned for the URI that is " +
155 assertNull("Test 9: Non-null value returned for an unassigned URI.",
164 assertTrue("Test 1: Incorrect set of prefixes returned.",
168 assertTrue("Test 2: Default namespace prefix should not be returned.",
176 assertTrue("Test 4: Non-empty enumeration returned for an unassigned URI.",
187 assertTrue("Test 1: Incorrect set of prefixes returned.",
198 assertTrue("Test 1: Incorrect set of prefixes returned.",
203 assertEquals("Test 1: Incorrect URI returned;",
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ConstructorTest.java 62 assertTrue("Different Constructors returned equal", !ctor1
77 assertTrue("Returned incorrect declaring class", val);
91 assertEquals("Returned exception list of incorrect length", 1,
93 assertTrue("Returned incorrect exception", exceptions[0].equals(ex));
105 assertTrue("Returned incorrect modifers for public ctor",
116 assertTrue("Returned incorrect modifers for private ctor",
127 assertTrue("Returned incorrect modifers for private ctor",
142 "Returned incorrect name: " + ctor.getName(),
158 assertEquals("Incorrect parameter returned", 0, types.length);
166 assertTrue("Incorrect parameter returned", types[0].equals(parms[0]))
    [all...]
  /external/expat/lib/
xmltok.h 12 /* The following token may be returned by XmlContentTok */
15 /* The following tokens may be returned by both XmlPrologTok and
25 /* The following tokens are returned by XmlContentTok; some are also
26 returned by XmlAttributeValueTok, XmlEntityTok, XmlCdataSectionTok.
39 /* The following tokens may be returned by both XmlPrologTok and
47 /* The following tokens are returned only by XmlPrologTok */
75 /* The following token is returned only by XmlAttributeValueTok */
78 /* The following token is returned only by XmlCdataSectionTok */
81 /* With namespace processing this is returned by XmlPrologTok for a
193 characters may be returned together. Similarly for characters i
    [all...]
  /bootable/recovery/minzip/
SysUtil.h 36 * On success, "pMap" is filled in, and zero is returned.
44 * On success, "pMap" is filled in, and zero is returned.
  /cts/tools/signature-tools/src/signature/model/
IWildcardType.java 29 * java.lang.Object is returned as upper bound.
37 * clause. If no lower bounds are explicitly specified then null is returned
  /external/chromium/base/
foundation_utils_mac.h 15 // autoreleased and returned as an NSObject. In a garbage-collected
26 // returned NSObject.
  /external/chromium/chrome/browser/extensions/
convert_web_app.h 24 // reinstalled. The version that is returned has the format:
38 // returned object.
  /external/chromium/chrome/browser/search_engines/
template_url_parser.h 30 // not describe a valid TemplateURL false is returned. Additionally, if the
32 // returned. |parameter_filter| can be used if you want to filter out some
template_url_prepopulate_data.h 33 // The caller owns the returned value, which may be NULL.
37 // as the given url. The caller is responsible for deleting the returned
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.h 22 // |default_prompt_text|. The result of the operation is returned using
36 // returned to the renderer using |reply_msg|.
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar.h 21 // Callers should delete the returned InfoBar immediately after
22 // calling CreateInfoBar(), as the returned InfoBar* object is not
  /external/chromium/net/http/
http_stream.h 45 // ERR_IO_PENDING is returned if the operation could not be completed
58 // completely received. ERR_IO_PENDING is returned if the operation could
61 // headers are available in the HttpResponseInfo returned by GetResponseInfo
68 // reasonable size (<2MB). The number of bytes read is returned, or an
69 // error is returned upon failure. 0 indicates that the request has been
71 // ERR_CONNECTION_CLOSED is returned when the connection has been closed
72 // prematurely. ERR_IO_PENDING is returned if the operation could not be
95 // subclass does not support renewing the stream, NULL is returned.
  /external/chromium/webkit/glue/
image_decoder.h 27 // will be returned. Otherwise, an empty bitmap will be returned.
  /external/clang/test/CodeGenCXX/
convert-to-fptr.cpp 34 int i = a(10); // Calls f1 via pointer returned from conversion function
37 int j = b(20); // Calls f1 via pointer returned from conversion function
  /external/collada/include/dae/
daeError.h 16 /** Fatal Error, should never be returned unless there is a bug in the library. */
41 * @param errorCode Error code returned by a function of the API.
  /external/e2fsprogs/lib/et/test_cases/
simple.c 27 "Error returned by KDC",
28 "Null ticket returned by KDC",
  /external/icu4c/samples/datefmt/answers/
main_0.cpp 18 * to detect this error, we check the ID of the returned zone against
28 printf(") returned zone with ID ");
main_1.cpp 17 * to detect this error, we check the ID of the returned zone against
27 printf(") returned zone with ID ");
  /external/kernel-headers/original/linux/nfsd/
stats.h 20 unsigned int fh_anon; /* anon file dentry returned */
23 unsigned int io_read; /* bytes returned to read requests */
  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 34 /// If successful, the constant result is returned, if not, null is returned.
42 /// result is returned, if not, null is returned.
47 /// specified operands. If successful, the constant result is returned, if not,
48 /// null is returned. Note that this function can fail when attempting to
66 /// returned if successful; if not, null is returned.
  /external/mesa3d/docs/
MESA_release_buffers.spec 65 deallocated. True is returned if <d> is a valid Mesa GLX drawable,
66 else False is returned. After calling glXReleaseBuffersMESA, the
MESA_set_3dfx_mode.spec 64 GL_TRUE is returned if <mode> is valid and the operation completed
65 normally. GL_FALSE is returned if <mode> is invalid or if the Glide
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
MMap.h 17 fSize(-1), // -1 is the error value returned by GetFileSize()
19 fBuff(0) // 0 is the error value returned by MapViewOfFile()

Completed in 1126 milliseconds

1 2 3 4 56 7 8 91011>>