/external/easymock/src/org/easymock/internal/ |
Invocation.java | 135 public boolean matches(Invocation actual, org.easymock.ArgumentsMatcher matcher) {
136 return this.mock.equals(actual.mock)
137 && this.method.equals(actual.method)
138 && matcher.matches(this.arguments, actual.arguments);
|
/external/icu4c/i18n/unicode/ |
format.h | 257 /** Get the locale for this format object. You can choose between valid and actual locale. 258 * @param type type of the locale we're looking for (valid or actual) 265 /** Get the locale for this format object. You can choose between valid and actual locale. 266 * @param type type of the locale we're looking for (valid or actual) 275 void setLocaleIDs(const char* valid, const char* actual);
|
/external/icu4c/test/intltest/ |
regextst.h | 46 virtual void assertUText(const char *expected, UText *actual, const char *file, int line);
|
intltest.cpp | 997 // being run a second time local to a specific method in order to report only actual leaks [all...] |
/external/openssl/crypto/des/times/ |
usparc.cc | 14 actual 'speed' numbers look better which is a realistic version of
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
AudioFilePlayer.c | 243 ByteCount actual; local 254 result = FSReadFork(afp->mForkRefNum, fsAtMark, 0, sizeof(chunkHeader), &chunkHeader, &actual); 274 result = FSReadFork(afp->mForkRefNum, fsFromMark, offset, sizeof(chunk), &chunk, &actual); 283 result = FSReadFork(afp->mForkRefNum, fsAtMark, 0, sizeof(ssndData), &ssndData, &actual);
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
bugzilla_unittest.py | 202 def _assert_dictionaries_equal(self, actual, expected): 204 self.assertEquals(sorted(actual.keys()), sorted(expected.keys())) 207 self.assertEquals(actual[key], expected_value, ("Failure for key: %s: Actual='%s' Expected='%s'" % (key, actual[key], expected_value)))
|
/frameworks/base/libs/utils/ |
BackupData.cpp | 191 #define CHECK_SIZE(actual, expected) \ 193 if ((actual) != (expected)) { \ 194 if ((actual) == 0) { \ 200 long(actual), long(expected), __LINE__, strerror(m_status)); \
|
/frameworks/base/test-runner/tests/src/android/test/ |
InstrumentationTestRunnerTest.java | 176 private void assertContentsInOrder(List<TestDescriptor> actual, TestDescriptor... source) { 178 assertEquals("Unexpected number of items.", clonedSource.length, actual.size()); 179 for (int i = 0; i < actual.size(); i++) { 180 TestDescriptor actualItem = actual.get(i);
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/ |
TestSuiteBuilderTest.java | 144 private void assertContentsInOrder(List<String> actual, String... source) { 146 assertEquals("Unexpected number of items.", clonedSource.length, actual.size()); 147 for (int i = 0; i < actual.size(); i++) { 148 String actualItem = actual.get(i);
|
/libcore/json/src/test/java/org/json/ |
ParsingTest.java | 233 Object actual = new JSONTokener(json).nextValue(); local 234 actual = canonicalize(actual); 236 assertEquals("For input \"" + json + "\" " + message, expected, actual);
|
/dalvik/libdex/ |
ZipArchive.c | 186 ssize_t actual = TEMP_FAILURE_RETRY(read(fd, scanBuf, readAmount)); local 187 if (actual != (ssize_t) readAmount) { 509 * the actual data starts. 532 ssize_t actual = local 534 if (actual != sizeof(lfhBuf)) { 624 ssize_t actual = TEMP_FAILURE_RETRY(read(inFd, readBuf, getSize)); local 625 if (actual != (ssize_t) getSize) { 627 (int)actual, getSize); 690 ssize_t actual = TEMP_FAILURE_RETRY(read(inFd, buf, getSize)); local 691 if (actual != (ssize_t) getSize) [all...] |
/external/e2fsprogs/e2fsck/ |
pass5.c | 120 int actual, bitmap; local 175 actual = ext2fs_fast_test_block_bitmap(ctx->block_found_map, i); 192 actual = (actual != 0); 196 if (actual == bitmap) 199 if (!actual && bitmap) { 320 int actual, bitmap; local 375 actual = ext2fs_fast_test_inode_bitmap(ctx->inode_used_map, i); 380 if (actual == bitmap) 383 if (!actual && bitmap) [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.h | 123 const ParameterCount& actual, 128 const ParameterCount& actual, 135 const ParameterCount& actual, 139 const ParameterCount& actual, 430 const ParameterCount& actual,
|
/external/v8/src/ia32/ |
macro-assembler-ia32.h | 112 const ParameterCount& actual, 117 const ParameterCount& actual, 124 const ParameterCount& actual, 128 const ParameterCount& actual, 461 const ParameterCount& actual,
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_6/ |
shell.js | 123 * Compare expected result to actual result, if they differ (in value and/or 127 function reportCompare (expected, actual, description) 130 var actual_t = typeof actual; 138 ", actual type " + actual_t + "\n"; 140 printStatus ("Expected type '" + actual_t + "' matched actual " + 143 if (expected != actual) 144 output += "Expected value '" + expected + "', Actual value '" + actual + 147 printStatus ("Expected value '" + actual + "' matched actual " [all...] |
/cts/tools/dx-tests/lib/ |
junit.jar | |
/cts/tools/utils/lib/ |
junit.jar | |
/cts/tools/vm-tests/lib/ |
junit.jar | |
/dalvik/vm/analysis/ |
DexPrepare.c | 462 * Do the actual optimization. This is executed in the dexopt process. 1047 ssize_t actual; local 1402 ssize_t actual; local [all...] |
/external/chromium/third_party/icu/source/test/intltest/ |
intltest.cpp | 985 // being run a second time local to a specific method in order to report only actual leaks [all...] |
/bootable/bootloader/legacy/arch_msm7k/ |
hsusb.c | 145 unsigned actual; local 159 actual = 0; 164 actual = req->length - ((item->info >> 16) & 0x7fff); 168 req->complete(req, actual, status); 199 static void ep0in_complete(struct usb_request *req, unsigned actual, int status) 201 DBG("ep0in_complete %p %d %d\n", req, actual, status);
|
/external/protobuf/src/google/protobuf/compiler/ |
parser_unittest.cc | 115 FileDescriptorProto actual, expected; local 117 parser_->Parse(input_.get(), &actual); 122 // just compare directly to actual.DebugString(), but that would require 129 EXPECT_EQ(expected.DebugString(), actual.DebugString()); 1233 const FileDescriptor* actual = pool_.BuildFile(parsed); local [all...] |
/external/v8/test/mjsunit/ |
enumeration-order.js | 103 var actual = []; variable 104 for (var p in o) actual.push(p); 105 assertArrayEquals(expected, actual);
|
/libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarInputStreamTest.java | 124 Set<String> actual = new HashSet<String>(); local 129 actual.add(je.toString()); 132 assertEquals(actual, desired); 158 Set<String> actual = new HashSet<String>(); local 163 actual.add(je.toString()); 166 assertEquals(actual, desired);
|