HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 326 - 350 of 10651) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
layouttestresults_unittest.py 46 "actual": "TEXT",
51 "actual": "PASS",
56 "actual": "PASS TEXT",
61 "actual": "IMAGE+TEXT"
65 "actual": "IMAGE PASS",
74 "actual": "IMAGE",
  /external/chromium_org/tools/idl_parser/
idl_parser_test.py 40 actual = str(node.GetProperty(key))
41 msg = 'Mismatched property %s: %s vs %s.\n' % (key, expect, actual)
42 self.assertEqual(expect, actual, msg)
82 actual = str(node.GetProperty(key))
84 filename, key, expect, actual)
85 self.assertEqual(expect, actual, msg)
  /external/junit/src/org/junit/internal/runners/
MethodRoadie.java 109 Throwable actual= e.getTargetException(); local
110 if (actual instanceof AssumptionViolatedException)
113 addFailure(actual);
114 else if (fTestMethod.isUnexpected(actual)) {
116 + actual.getClass().getName() + ">";
117 addFailure(new Exception(message, actual));
  /frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp 68 ssize_t actual = mSource->read(mAllocated, buffer->frameCount, pts); local
69 if (actual > 0) {
70 ALOG_ASSERT((size_t) actual <= buffer->frameCount);
72 mRemaining = actual;
74 buffer->frameCount = actual;
75 mGetCount = actual;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math_agree.rs 58 static void fail_f1(float v1, float v2, float actual, float expected, char *op_name) {
59 int dist = float_dist(actual, expected);
64 rsDebug("Renderscript result", actual);
68 static void fail_f2(float2 v1, float2 v2, float2 actual, float2 expected, char *op_name) {
70 dist.x = float_dist(actual.x, expected.x);
71 dist.y = float_dist(actual.y, expected.y);
79 rsDebug("Renderscript result .x", actual.x);
80 rsDebug("Renderscript result .y", actual.y);
85 static void fail_f3(float3 v1, float3 v2, float3 actual, float3 expected, char *op_name) {
87 dist.x = float_dist(actual.x, expected.x)
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math_agree.rs 58 static void fail_f1(float v1, float v2, float actual, float expected, char *op_name) {
59 int dist = float_dist(actual, expected);
64 rsDebug("Renderscript result", actual);
68 static void fail_f2(float2 v1, float2 v2, float2 actual, float2 expected, char *op_name) {
70 dist.x = float_dist(actual.x, expected.x);
71 dist.y = float_dist(actual.y, expected.y);
79 rsDebug("Renderscript result .x", actual.x);
80 rsDebug("Renderscript result .y", actual.y);
85 static void fail_f3(float3 v1, float3 v2, float3 actual, float3 expected, char *op_name) {
87 dist.x = float_dist(actual.x, expected.x)
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprof.java 118 * Returns null if the actual size meets expectations, or a
121 public String checkSize(int actual) {
122 if (actual < minimumSize) {
124 + " but received " + actual;
129 if (actual > maximumSize) {
131 + " but received " + actual;
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapTestUtils.java 45 public static final void assertElement(ImapElement expected, ImapElement actual) {
46 assertElement("(no message)", expected, actual);
55 ImapElement actual) {
56 if (expected == null && actual == null) {
59 if (expected != null && expected.equalsForTest(actual)) {
62 Assert.fail(String.format("%s expected=%s\nactual=%s", message, expected, actual));
  /cts/tests/tests/content/src/android/content/pm/cts/
PermissionGroupInfoTest.java 53 private void checkInfoSame(PermissionGroupInfo expected, PermissionGroupInfo actual) {
54 assertEquals(expected.descriptionRes, actual.descriptionRes);
55 assertEquals(expected.nonLocalizedDescription, actual.nonLocalizedDescription);
ServiceInfoTest.java 54 private void checkInfoSame(ServiceInfo expected, ServiceInfo actual) {
55 assertEquals(expected.name, actual.name);
56 assertEquals(expected.permission, actual.permission);
  /development/samples/ApiDemos/tests/src/com/example/android/apis/os/
MorseCodeConverterTest.java 46 private void assertArraysEqual(long[] expected, long[] actual) {
47 assertEquals("Unexpected array length.", expected.length, actual.length);
50 long actualLong = actual[i];
  /external/chromium_org/chrome/browser/prefs/
proxy_policy_unittest.cc 41 std::string actual; local
43 ASSERT_TRUE(dict.GetProxyServer(&actual));
44 EXPECT_EQ(expected, actual);
46 EXPECT_FALSE(dict.GetProxyServer(&actual));
52 std::string actual; local
54 ASSERT_TRUE(dict.GetPacUrl(&actual));
55 EXPECT_EQ(expected, actual);
57 EXPECT_FALSE(dict.GetPacUrl(&actual));
63 std::string actual; local
65 ASSERT_TRUE(dict.GetBypassList(&actual));
    [all...]
  /external/chromium_org/media/base/
audio_fifo.h 40 // Number of actual audio frames in the FIFO.
46 // The actual FIFO is an audio bus implemented as a ring buffer.
53 // Number of actual elements in the FIFO.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-925537.js 28 function assertClose(expected, actual) {
30 if (Math.abs(expected - actual) > delta) {
31 print('Failure: Expected <' + actual + '> to be close to <' +
  /external/easymock/src/org/easymock/internal/matchers/
Equals.java 33 public boolean matches(Object actual) {
35 return actual == null;
37 return expected.equals(actual);
  /external/v8/test/mjsunit/regress/
regress-925537.js 28 function assertClose(expected, actual) {
30 if (Math.abs(expected - actual) > delta) {
31 print('Failure: Expected <' + actual + '> to be close to <' +
  /external/valgrind/main/VEX/useful/
smchash.c 26 UChar* actual; member in struct:__anon27646
53 gb->actual = gb->bytes + (gb->ga & 3);
61 gb->actual[i] = b;
97 sum += (UInt)gb->actual[i];
104 sum ^= (UInt)gb->actual[i];
112 UWord addr = (UWord)gb->actual;
151 UWord addr = (UWord)gb->actual;
195 UWord addr = (UWord)gb->actual;
276 invertBit(gb->actual, byteIx, bitIx);
277 //invertBit(gb->actual, byteIx, bitIx ^ 4)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ManifestDigestTest.java 55 ManifestDigest actual = ManifestDigest.fromInputStream(is); local
56 assertEquals(expected, actual);
59 assertFalse(unexpected.equals(actual));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlvTag.java 21 * you want to get the actual value, call {@link #value() value} method.
58 * Returns the actual value of this COMPREHENSION-TLV object.
60 * @return Actual tag value of this object
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLevelTest.java 32 assertEquals("bundleName is non equal to actual value", bundleName, l
35 assertEquals("bundleName is non equal to actual value", bundleName
45 assertEquals("integer value for this level is non equal to actual value",
  /external/chromium/chrome/browser/prefs/
command_line_pref_store_unittest.cc 50 const Value* actual = NULL; local
52 store->GetValue(prefs::kApplicationLocale, &actual));
54 EXPECT_TRUE(actual->GetAsString(&result));
75 const Value* actual = NULL; local
76 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_bool, &actual));
77 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_string, &actual));
90 const Value* actual = NULL; local
91 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_bool, &actual));
92 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_string, &actual));
  /external/chromium/chrome/browser/ui/options/
options_util.h 21 // permission match |enabled|, returns the actual enabled setting.
  /external/chromium/testing/gtest/test/
gtest_uninitialized_test.py 47 def AssertEq(expected, actual):
48 if expected != actual:
50 print ' Actual: %s' % (actual,)
  /external/chromium_org/base/json/
string_escape_unittest.cc 129 std::string actual; local
130 EXPECT_TRUE(EscapeJSONString(test, false, &actual));
131 EXPECT_EQ("a\xF0\x90\x8C\x80!", actual);
140 std::string actual; local
141 EXPECT_TRUE(EscapeJSONString(test, false, &actual));
142 EXPECT_EQ("\xF0\xA0\x80\xA1\xF0\xA0\x80\xAB", actual);
150 std::string actual; local
151 EXPECT_FALSE(EscapeJSONString(test, false, &actual));
152 EXPECT_EQ("?\xEF\xBF\xBD@", actual);
  /external/chromium_org/chrome/browser/chromeos/login/
remove_user_delegate.h 13 // Called right before actual user removal process is initiated.

Completed in 764 milliseconds

<<11121314151617181920>>