/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
symlinks | 26 # Without -L, nothing should happen 27 # With -L, it should update targ 32 # Now update dep; in all cases targ should be out of date. 37 # Now update targ; in all cases targ should be up to date. 47 # Without -L, nothing should happen 48 # With -L, it should update targ 55 # should get an error: with -L we should use the timestamp of the symlink.
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh25.cpp | 8 exit (0); // Double faults should call terminate 15 throw 1; // This throws from EH dtor, should call my_terminate
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh25.cpp | 8 exit (0); // Double faults should call terminate 15 throw 1; // This throws from EH dtor, should call my_terminate
|
/packages/apps/Email/res/xml/ |
providers_product.xml | 4 platform devices should be defined in providers.xml. 6 Entries that are device, product or carrier-specific should be added as overlays
|
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
FetchProfile.java | 23 * A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
26 * Message: Indicates that the body of the entire message should be fetched.
28 * Part: Indicates that the given Part should be fetched. The provider
35 * Default items available for pre-fetching. It should be expected that any
46 * Download the envelope of the message. This should include at minimum
54 * The provider should, if possible, fill in a properly formatted MIME structure in
56 * capable of this operation it should specifically set the body of the message to null
63 * This should generaly be around 50kB.
|
/packages/apps/UnifiedEmail/unified_src/ |
README | 4 This code should only be used for development. For shipping, this code (or something similar) 5 should go in the Gmail/Email overlay of UnifiedEmail. But for now, this allows us to use a single
|
/external/chromium_org/chrome/browser/download/ |
download_target_determiner_delegate.h | 28 // |new_virtual_path| should be set to a new path if an extension wishes to 29 // override the download path. |conflict_action| should be set to the action 39 // reservation is successful, then |successful| should be true and 40 // |reserved_path| should contain the reserved path. Otherwise, |successful| 41 // should be false. In the failure case, |reserved_path| is ignored. 54 // should be the determined local path. It should be non-empty on success. If 55 // |virtual_path| is already a local path, then |virtual_path| should be 60 // the callback should indicate the danger type of the download based on the 66 // is the current suggested virtual path. The |callback| should be invoked t [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_buffer_pool_unittest.cc | 47 // Fourth frame should fail. 49 << "Pool should be empty"; 51 // Release 1st frame and retry; this should succeed. 58 << "Pool should be empty"; 81 << "Pool should be empty"; 82 frame3 = NULL; // Old producer releases frame. Should be a noop. 85 << "Pool should be empty"; 86 frame2 = NULL; // Active producer releases frame. Should free a frame. 93 << "Pool should be empty"; 99 << "Pool should be empty" [all...] |
/external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/signin/ |
SyncStatusHelperTest.java | 78 assertTrue("master sync should be set", mHelper.isMasterSyncAutomaticallyEnabled()); 82 assertFalse("master sync should be unset", mHelper.isMasterSyncAutomaticallyEnabled()); 97 assertTrue("sync should be set", mHelper.isSyncEnabled(mTestAccount)); 98 assertTrue("sync should be set for chrome app", 104 assertFalse("sync should be unset", mHelper.isSyncEnabled(mTestAccount)); 105 assertFalse("sync should be unset for chrome app", 111 assertTrue("sync should be re-enabled", mHelper.isSyncEnabled(mTestAccount)); 112 assertTrue("sync should be unset for chrome app", 118 assertFalse("sync should be disabled due to master sync", 120 assertTrue("sync should be set for chrome app" [all...] |
/external/chromium_org/v8/test/mjsunit/ |
const-declaration.js | 33 x = 42; // should be ignored 36 x = 43; // should be ignored 38 x = 44; // should be ignored 40 x = 45; // should be ignored 51 x = 42; // should be ignored 55 x = 43; // should be ignored 57 x = 44; // should be ignored 59 x = 45; // should be ignored 72 x = 43; // should be ignored 74 x = 44; // should be ignore [all...] |
/external/v8/test/mjsunit/ |
const-declaration.js | 33 x = 42; // should be ignored 36 x = 43; // should be ignored 38 x = 44; // should be ignored 40 x = 45; // should be ignored 51 x = 42; // should be ignored 55 x = 43; // should be ignored 57 x = 44; // should be ignored 59 x = 45; // should be ignored 72 x = 43; // should be ignored 74 x = 44; // should be ignore [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidMathTest.java | 115 assertTrue("Should return Double.NaN", Double.isNaN(Math 117 assertEquals("Should return Double.POSITIVE_INFINITY", 120 assertEquals("Should return Double.NEGATIVE_INFINITY", 130 assertEquals("Should return 3.0", 3.0, Math.cbrt(27.0), 0D); 131 assertEquals("Should return 23.111993172558684", 23.111993172558684, 133 assertEquals("Should return 5.643803094122362E102", 135 assertEquals("Should return 0.01", 0.01, Math.cbrt(0.000001), 0D); 137 assertEquals("Should return -3.0", -3.0, Math.cbrt(-27.0), 0D); 138 assertEquals("Should return -23.111993172558684", -23.111993172558684, 140 assertEquals("Should return 1.7031839360032603E-108" [all...] |
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_component.cc | 22 << "The 1st argument should be string."; 27 << "The 2nd argument should be string."; 32 << "The 3rd argument should be string."; 37 << "The 4th argument should be string."; 43 << "The 5th argument should be string."; 48 << "The 6th argument should be string."; 53 << "The 7th argument should be string."; 58 << "The 8th argument should be string."; 64 << "The 9th argument should be unsigned integer."; 69 << "The 10th argument should be string." [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
SecretKeySpecTest.java | 49 fail("An IllegalArgumentException should be thrown " 56 fail("An IllegalArgumentException should be thrown " 63 fail("An IllegalArgumentException should be thrown " 71 + "should not cause the change of internal array.", 89 fail("An IllegalArgumentException should be thrown " 96 fail("An IllegalArgumentException should be thrown " 103 fail("An IllegalArgumentException should be thrown " 110 fail("An IllegalArgumentException should be thrown " 117 fail("An ArrayIndexOutOfBoundsException should be thrown " 127 + "should not cause the change of internal array." [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/delegation/ |
import.rb | 43 parser.output.should == 'S.a' 74 parser.output.should == 'S.a1000' 108 parser.output.should == 'whatevs' 151 parser.output.should == 'S.a' 188 s : x y ; // matches AA, which should be "aa" 199 parser.output.should == 'S.x T.y' 227 parser.output.should == 'S.a' 257 lexer.output.should == 'S.A abc' 282 lexer.output.should == 'M.A a' 312 parser.output.should == '(bc)(cb) [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
Settings_SecureTest.java | 72 fail("SecurityException should have been thrown!"); 78 fail("SettingNotFoundException should have been thrown!"); 84 fail("SettingNotFoundException should have been thrown!"); 94 fail("SecurityException should have been thrown!"); 100 fail("SettingNotFoundException should have been thrown!"); 106 fail("SettingNotFoundException should have been thrown!"); 116 fail("SecurityException should have been thrown!"); 122 fail("SettingNotFoundException should have been thrown!"); 128 fail("SettingNotFoundException should have been thrown!"); 138 fail("SecurityException should have been thrown!") [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/ |
CertificateTest.java | 75 * operation: it should be reflexive, symmetric, transitive, consistent 76 * and should be false on null object. 104 assertTrue("The equivalence relation should be reflexive.", 107 assertEquals("The Certificates with equal encoded form should be equal", 110 assertTrue("The equivalence relation should be symmetric.", 113 assertEquals("The Certificates with equal encoded form should be equal", 116 assertTrue("The equivalence relation should be transitive.", 119 assertFalse("Should not be equal to null object.", 123 + "should not be equal", tbt_cert.equals(tbt_cert_3)); 124 assertFalse("The Certificates should not be equals to the object [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionRemoveTester.java | 46 assertTrue("remove(present) should return true", 48 assertEquals("remove(present) should decrease a collection's size by one.", 55 assertFalse("remove(notPresent) should return false", 66 assertTrue("remove(null) should return true", collection.remove(null)); 67 assertEquals("remove(present) should decrease a collection's size by one.", 77 fail("remove(present) should throw UnsupportedOperationException"); 81 assertTrue("remove(present) should not remove the element", 88 assertFalse("remove(notPresent) should return false or throw " 102 assertFalse("remove(null) should return false or throw " 112 assertFalse("remove(null) should return false", collection.remove(null)) [all...] |
MapPutTester.java | 58 assertNull("put(notPresent, value) should return null", put(samples.e3)); 66 fail("put(notPresent, value) should throw"); 77 assertEquals("put(present, existingValue) should return present or throw", 89 fail("put(present, differentValue) should throw"); 97 assertNull("put(null, value) should return null", put(nullKeyEntry)); 106 assertEquals("put(present, value) should return the associated value", 118 fail("put(null, value) should throw"); 123 "Should not contain null key after unsupported put(null, value)"); 128 assertNull("put(key, null) should return null", put(nullValueEntry)); 136 fail("put(key, null) should throw") [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
CameraUtilsBinderDecoratorTest.java | 105 Assert.fail("Should've thrown SecurityException"); 113 Assert.fail("Should've thrown IllegalArgumentException"); 119 Assert.fail("Should've thrown CameraRuntimeException"); 126 Assert.fail("Should've thrown CameraRuntimeException"); 133 Assert.fail("Should've thrown CameraRuntimeException"); 140 Assert.fail("Should've thrown CameraRuntimeException"); 147 Assert.fail("Should've thrown UnsupportedOperationException"); 155 Assert.fail("Should've thrown CameraRuntimeException"); 159 Assert.fail("Should not throw a DeadObjectException directly, but rethrow"); 164 Assert.fail("Should've thrown UnsupportedOperationException") [all...] |
/system/core/libutils/tests/ |
Unicode_test.cpp | 41 << "Zero length input should return zero length output."; 52 << "ASCII glyphs should have a length of 1 char16_t"; 63 << "Plane 1 glyphs should have a length of 1 char16_t"; 74 << "Surrogate pairs should have a length of 2 char16_t"; 86 << "Truncated UTF-8 should return -1 to indicate invalid"; 102 << "should be U+0030"; 104 << "should be U+0100"; 106 << "should be U+2323"; 108 << "should be first half of surrogate U+10000"; 110 << "should be second half of surrogate U+10000" [all...] |
/external/clang/test/Analysis/ |
MismatchedDeallocator-checker-test.mm | 23 delete p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not 'delete'}} 29 delete q; // expected-warning{{Memory allocated by realloc() should be deallocated by free(), not 'delete'}} 34 delete p; // expected-warning{{Memory allocated by calloc() should be deallocated by free(), not 'delete'}} 39 delete p; // expected-warning{{Memory allocated by strdup() should be deallocated by free(), not 'delete'}} 44 delete p; // expected-warning{{Memory allocated by my_malloc() should be deallocated by free(), not 'delete'}} 49 operator delete(p); // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not operator delete}} 54 delete[] p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not 'delete[]'}} 59 operator delete[](p); // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not operator delete[]}} 65 free(p); // expected-warning{{Memory allocated by 'new' should be deallocated by 'delete', not free()}} 70 free(p); // expected-warning{{Memory allocated by operator new should be deallocated by 'delete', not free()} [all...] |
/external/chromium_org/ppapi/proxy/ |
serialized_var_unittest.cc | 37 // Receive the object param, we should be tracking it with no refcount, and 55 // We should have informed the host that a reference was taken. 60 // The object should have transformed the plugin object back to the host 61 // object ID. Nothing in the var tracker should have changed yet, and no 62 // messages should have been sent. 69 // The out param should have done an "end receive caller owned" on the plugin 70 // var serialization rules, which should have released the "track-with-no- 72 // back to the host, so the object should no longer be in the tracker. The 73 // reference we added has been removed, so another message should be sent to 86 // Receive the string param. We should track it with 1 refcount [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
BufferedOutputStreamTest.java | 59 fail("should throw NullPointerException"); 65 fail("should throw NullPointerException"); 73 fail("should throw NullPointerException"); 79 fail("should throw NullPointerException"); 86 fail("should throw IllegalArgumentException"); 92 fail("should throw IllegalArgumentException"); 153 assertEquals("Large data should be written directly", "abcde", mos 159 assertEquals("Should flush before write", "ab", mos.getWritten()); 172 fail("should throw NullPointerException"); 179 fail("should throw NullPointerException") [all...] |
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
JavaBridgeArrayCoercionTest.java | 22 * The conversions should follow 177 // LIVECONNECT_COMPLIANCE: Should convert to boolean. 184 // LIVECONNECT_COMPLIANCE: Should convert to numeric char value. 203 // LIVECONNECT_COMPLIANCE: Should create array and create instances of java.lang.Number. 207 // LIVECONNECT_COMPLIANCE: Should create instances of java.lang.String. 211 // LIVECONNECT_COMPLIANCE: Should raise a JavaScript exception. 219 // LIVECONNECT_COMPLIANCE: Should convert to boolean. 226 // LIVECONNECT_COMPLIANCE: Should convert to numeric char value. 245 // LIVECONNECT_COMPLIANCE: Should create array and create instances of java.lang.Number. 249 // LIVECONNECT_COMPLIANCE: Should create instances of java.lang.String [all...] |