/cts/tests/tests/location/src/android/location/cts/ |
AddressTest.java | 93 Bundle actual = address.getExtras(); local 94 assertFalse(actual.getBoolean("key1")); 95 assertEquals(b, actual.getByte("key2"));
|
/cts/tests/tests/os/src/android/os/cts/ |
ParcelFileDescriptorProcessTest.java | 71 private static void assertContains(String expected, String actual) { 72 if (actual.contains(expected)) return; 73 throw new ComparisonFailure("", expected, actual);
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 143 private static void assertStartsWith(String message, String prefix, String actual) { 144 if (!actual.startsWith(prefix)) { 145 throw new ComparisonFailure(message, prefix, actual);
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDecodeRunnable.java | 174 * image is expanded or compressed from its actual size to 189 * actual dimension is larger that the available dimension. 207 * This does the actual decoding of the buffer. If the
|
/external/chromium/net/disk_cache/ |
file_posix.cc | 21 // Other than the actual parameters for the IO operation (including the 42 // The actual parameters for the operation are setup in the constructor of 79 // |cancel| is true if the actual task posted to the thread is still
|
/external/chromium_org/chrome/browser/ |
chrome_plugin_browsertest.cc | 146 int actual = 0; local 152 base::Bind(&CountPluginProcesses, &actual, runner->QuitClosure())); 154 ASSERT_EQ(expected, actual);
|
/external/chromium_org/chrome/browser/ui/ |
browser_focus_uitest.cc | 473 std::string actual; local 477 &actual)); 478 ASSERT_STREQ(kExpElementIDs[j], actual.c_str()); 547 std::string actual; local 551 &actual)); 552 ASSERT_STREQ(next_element, actual.c_str()); 606 std::string actual; local 610 &actual)); 611 ASSERT_STREQ(kExpElementIDs[j], actual.c_str()); 666 std::string actual; local [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
audio_sync_reader.cc | 99 // Retrieve the actual number of bytes available from the shared memory. If 108 // Compute the actual number of frames read. It's important to sanitize this 136 // Return the actual number of frames read.
|
/external/chromium_org/sandbox/win/src/ |
crosscall_server.cc | 26 // Returns the actual size for the parameters in an IPC buffer. Returns 40 // Retrieve the actual size and the maximum size of the params buffer. 145 // Now we copy the actual amount of the message.
|
/external/chromium_org/third_party/icu/source/i18n/ |
format.cpp | 102 // This calls the actual implementation in the concrete subclasses. 204 Format::setLocaleIDs(const char* valid, const char* actual) { 206 locBased.setLocaleIDs(valid, actual);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
restsnew.cpp | 36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); } 37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); } 38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); } 40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (Unico (…) [all...] |
/external/e2fsprogs/ext2ed/ |
disk.c | 11 This file is acting as a filter - Before we pass an actual read or write request to the operating system, we 66 if ( (fread (buffer,1,length,device_handle))==-1) { /* And do the actual reading */ 79 write_access is checked to see if we are allowed to do the actual writing.
|
/external/icu4c/i18n/ |
format.cpp | 106 // This calls the actual implementation in the concrete subclasses. 208 Format::setLocaleIDs(const char* valid, const char* actual) { 210 locBased.setLocaleIDs(valid, actual);
|
/external/icu4c/layout/ |
ArabicLayoutEngine.h | 80 * ICU "poor man's RTTI", returns a UClassID for the actual class. 147 * glyphPostProcessing method to convert the Presentation Forms to actual 185 * into actual glyph indices using ArabicOpenTypeLayoutEngine::mapCharsToGlyps.
|
/external/icu4c/test/intltest/ |
restsnew.cpp | 36 #define CONFIRM_EQ(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of " + (expected)); } 37 #define CONFIRM_GE(actual,expected) if ((actual)>=(expected)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x >= " + (expected)); } 38 #define CONFIRM_NE(actual,expected) if ((expected)!=(actual)) { record_pass(); } else { record_fail(); errln(action + (UnicodeString)" returned " + (actual) + (UnicodeString)" instead of x != " + (expected)); } 40 #define CONFIRM_UErrorCode(actual,expected) if ((expected)==(actual)) { record_pass(); } else { record_fail(); errln(action + (Unico (…) [all...] |
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
PhysicsGhostObject.java | 108 * @param location the location of the actual physics object 118 * @param rotation the rotation of the actual physics object 128 * @param rotation the rotation of the actual physics object
|
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/ |
PhysicsGhostObject.java | 105 * @param location the location of the actual physics object 115 * @param rotation the rotation of the actual physics object 125 * @param rotation the rotation of the actual physics object
|
/external/llvm/include/llvm/Support/ |
Memory.h | 58 /// The actual allocated address is not guaranteed to be near the requested 65 /// actual number of bytes allocated is indicated in the returned 100 /// If \p Flags is MF_WRITE, the actual behavior varies
|
/external/protobuf/python/google/protobuf/internal/ |
descriptor_test.py | 151 actual = expected_proto_class() 152 desc.CopyToProto(actual) 154 actual, expected_proto_class, expected_proto_ascii)
|
/frameworks/base/services/java/com/android/server/am/ |
NativeCrashListener.java | 58 * Spin the actual work of handling a debuggerd crash report into a 144 // Always ack debuggerd's connection to us. The actual 269 // go about it business right away, so we spin off the actual
|
/libcore/luni/src/main/java/java/io/ |
EmulatedFieldsForDumping.java | 33 // The actual representation, with a more powerful API (set&get) 49 * Return the actual EmulatedFields instance used by the receiver. We have 50 * the actual work in a separate class so that the code can be shared. The
|
/libcore/luni/src/test/java/libcore/java/security/ |
ProviderTest.java | 198 String actual = entry.getValue(); local 199 assertTrue("Could not find implementation " + actual + " for alias " + alias, 200 implementations.containsKey(actual));
|
/libcore/luni/src/test/java/libcore/xml/ |
SaxTest.java | 217 private void assertOneOf(String expected, String sentinel, String actual) { 219 assertTrue("Expected one of " + optionsList + " but was " + actual, 220 optionsList.contains(actual));
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
SplitTest.java | 56 private void assertArraysEqual(String[] expected, String[] actual) { 57 assertEquals(expected.length, actual.length); 59 assertEquals(Integer.toString(i), expected[i], actual[i]); local
|
/libcore/luni/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/ |
ThreadsTest.java | 227 * Asserts that the actual duration is within 10% of the 246 " actual duration too short: " + duration); 250 " actual duration too long: " + duration);
|