/frameworks/base/core/tests/coretests/src/android/app/activity/ |
MetaDataTest.java | 107 assertNull("Meta data returned when not requested", ai.metaData); 120 assertNull("Meta data returned when not requested", ai.metaData); 133 assertNull("Meta data returned when not requested", si.metaData); 147 assertNull("Meta data returned when not requested", pi.metaData); 161 assertNull("Meta data returned when not requested", pi.metaData);
|
/frameworks/base/include/media/ |
Visualizer.h | 40 * is half of the specified capture size but both sides of the spectrum are returned yielding in a 42 * returned by getMinCaptureSize() and getMaxCaptureSize(). 45 * is called as well as the type of data returned is specified. 85 // types of data are returned (PCM and FFT) according to flags indicated when installing the 117 // are returned
|
/frameworks/base/include/utils/ |
Unicode.h | 54 * such as containing a surrogate character, -1 will be returned. 70 * Returned value == 6 79 * Returned value == 3 89 * Returned value == 6 98 * If returned value is positive, it is able to be converted to char32_t, which
|
/frameworks/base/location/tests/locationtests/src/android/location/ |
LocationTest.java | 80 message = "coordinateToDegreesTest: Should return a string -80.075, but returned " + result; 88 message = "coordinateToDegrees2Test: Should return a string -80, but returned " + result; 97 message = "coordinateToMinuteTest: Should return a string -80:5.1, but returned " + 107 message = "coordinateToMinute2Test: Should return a string -80:0, but returned " + 117 message = "coordinateToSecondsTest: Should return a string -80:4:30, but returned " +
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldCharArrayReaderTest.java | 119 assertTrue("markSupported returned false", cr.markSupported()); 127 assertEquals("Test 1: Read returned incorrect char;", 150 assertTrue("Test 1: Read returned incorrect chars.", 196 assertTrue("ready returned false", cr.ready()); 198 assertTrue("ready returned true", !cr.ready());
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESedeKeySpecTest.java | 99 * getKey() method testing. Checks that modification of returned key 115 assertTrue("The returned array should be equal to the specified " 118 assertFalse("The modification of returned key should not affect" 130 assertNotSame("The returned array should not be the same object " 134 assertTrue("The returned array should be equal to the specified "
|
/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
ArrayTest.java | 39 assertEquals("Get returned incorrect value", 70 assertEquals("Get returned incorrect value", 107 assertTrue("Get returned incorrect value", ret); 153 assertEquals("Get returned incorrect value", 1, ret); 199 assertEquals("Get returned incorrect value", 1, ret); 245 assertEquals("Get returned incorrect value", 1, ret, 0.0); 292 assertEquals("Get returned incorrect value", 1, ret, 0.0); 338 assertEquals("Get returned incorrect value", 1, ret); 378 assertEquals("Returned incorrect length", 1, Array.getLength(x)); 379 assertEquals("Returned incorrect length", 10000, Arra [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
argz.h | 42 ENOMEM is returned, otherwise 0. The result can be destroyed using free. */ 50 memory allocation error occurs, ENOMEM is returned, otherwise 0. 118 in ARGZ, EINVAL is returned, else if memory can't be allocated for the new 119 ARGZ, ENOMEM is returned, else 0. */ 145 are no more. If entry is NULL, then the first entry is returned. This
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
FileTest.java | 317 assertTrue("canRead returned false", f.canRead()); 332 assertTrue("canWrite returned false", f.canWrite()); 725 assertTrue("Exists returned true for non-existent file", !f.exists()); 728 assertTrue("Exists returned false file", f.exists()); 739 assertEquals("Test 1: Incorrect File Returned.", 0, f2.compareTo(f 743 assertEquals("Test 2: Incorrect File Returned.", 0, f2.compareTo(f 747 assertEquals("Test 3: Incorrect File Returned.", 0, f2.compareTo(f 759 assertEquals("Test 1: Incorrect Path Returned.", 764 assertEquals("Test 2: Incorrect Path Returned.", 769 assertEquals("Test 3: Incorrect Path Returned." [all...] |
StringBufferInputStreamTest.java | 40 assertEquals("Returned incorrect number of available bytes", 11, sbis 52 assertEquals("Returned incorrect chars", "World", new String(buf, "UTF-8")); 61 assertEquals("Read returned incorrect char", 'H', sbis.read());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
LinkedListTest.java | 143 assertEquals("Returned incorrect size after adding to existing list", 200, ll 201 assertEquals("Returned incorrect siZe after adding to existing list", 200, ll 303 assertTrue("Returned false for valid element", ll 305 assertTrue("Returned false for equal element", ll.contains(new Integer( 307 assertTrue("Returned true for invalid element", !ll 319 assertTrue("Returned incorrect element", ll.get(22) == objArray[22]); 335 assertEquals("Returned incorrect first element", ll.peek(),objArray[0]); 344 assertTrue("Returned incorrect first element", ll.getFirst().equals( 361 assertTrue("Returned incorrect first element", ll.getLast().equals( 378 assertEquals("Returned incorrect index", 87, ll.indexOf(objArray[87])) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/ |
ArrayTest.java | 36 assertEquals("Get returned incorrect value", 70 assertTrue("Get returned incorrect value", ret); 103 assertEquals("Get returned incorrect value", 1, ret); 136 assertEquals("Get returned incorrect value", 1, ret); 169 assertEquals("Get returned incorrect value", 1, ret, 0.0); 203 assertEquals("Get returned incorrect value", 1, ret, 0.0); 236 assertEquals("Get returned incorrect value", 1, ret); 266 assertEquals("Returned incorrect length", 1, Array.getLength(x)); 267 assertEquals("Returned incorrect length", 10000, Array 289 assertEquals("Get returned incorrect value", 1, ret) [all...] |
/external/icu4c/common/unicode/ |
brkiter.h | 154 * The returned UText is a shallow clone of the UText used internally 163 * UText was provided, it will always be returned. 203 * DONE is returned by previous() and next() after all valid 204 * boundaries have been returned. 225 * boundaries have been returned. 233 * boundaries have been returned. 240 * @return The boundary most recently returned. 247 * The value returned is always greater than the offset or 257 * The value returned is always smaller than the offset or 302 * The caller owns the returned object and is responsible for deleting it [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
SimpleTimeZoneTest.java | 40 assertTrue("Incorrect TZ constructed: " + "returned wrong offset", st 300 assertTrue("Incorrect offset returned", st1.getOffset( 305 assertEquals("Incorrect offset returned", -(5 * 60 * 60 * 1000), st1 357 assertTrue("Incorrect offset returned", 407 assertTrue("Returned incorrect daylight value1", zone.inDaylightTime(gc 410 assertTrue("Returned incorrect daylight value2", !(zone 414 assertTrue("Returned incorrect daylight value3", !(zone 417 assertTrue("Returned incorrect daylight value4", zone 420 assertTrue("Returned incorrect daylight value5", !(zone 423 assertTrue("Returned incorrect daylight value6", zon [all...] |
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
OMX_Core.h | 502 be returned for each type of event. Callbacks should not return 511 handle returned by the call to the GetHandle function. 549 handle returned by the call to the GetHandle function. 578 handle returned by the call to the GetHandle function. 681 OMX_ErrorNone. Otherwise the appropriate OMX error will be returned. [all...] |
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfo_ImplTest.java | 49 * Expected: corresponding algorithm name must be returned 75 * Expected: corresponding algorithm name must be returned 100 * Expected: corresponding algorithm name must be returned
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_UnmodifiableCollectionTest.java | 81 "UnmodifiableCollectionTest - Iterator returned wrong value. Wanted: " 88 "UnmodifiableCollectionTest - returned wrong size. Wanted 100, got: " 96 "UnmodifiableCollectionTest - toArray returned incorrect array",
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
TransformState.java | 59 * <p>Please note that the ElemTemplateElement returned may 80 * <p>Please note that the ElemTemplate returned may 95 * <p>Please note that the ElemTemplate returned may
|
/external/bluetooth/glib/glib/ |
gwin32.h | 76 * names etc. The returned string should be deallocated with g_free(). 80 /* Translate a Win32 error code (as returned by GetLastError()) into 81 * the corresponding message. The returned string should be deallocated
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util.h | 41 // Posts the given message and fills the buffer with the returned value. 44 // incorrect. A false value will always be returned if birthday is bad. 111 // Post the message using the scm, and do some processing on the returned
|
/external/chromium/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/ |
popup.html | 22 * @param settings{object} A settings object, as returned from |get()| or the 46 * @param settings{object} A settings object, as returned from |get()|. 59 * @param settings{object} A settings object, as returned from the |onchange|
|
/external/chromium/chrome/common/extensions/ |
extension_file_util.h | 27 // The destination directiory is returned on success, or empty path is returned 46 // Otherwise, a description of the error is returned in |error|.
|
/external/chromium/crypto/ |
symmetric_key.h | 38 // The caller is responsible for deleting the returned SymmetricKey. 45 // deleting the returned SymmetricKey. 55 // size for use with |algorithm|. The caller owns the returned SymmetricKey.
|
/external/chromium/net/base/ |
address_list.h | 35 // the system, e.g. returned by getaddrinfo()) in place of the 65 // value and true is returned. If it does not exist, |*canonical_name| is 66 // not altered and false is returned.
|
/external/chromium/net/http/ |
http_vary_data.h | 41 // return true. Otherwise, false is returned to indicate that this object 50 // Upon success, true is returned and the object is marked as valid such that 51 // is_valid() will return true. Otherwise, false is returned to indicate
|