Searched refs:expected (Results 276 - 300 of 2190) sorted by relevance

<<11121314151617181920>>

/external/v8/test/mjsunit/es6/debug-promises/
H A Dasync-task-event.js11 var expected = [ variable
27 assertTrue(expected.length > 0);
28 assertEquals(expected.shift(), msg);
29 if (!expected.length) {
/external/v8/test/mjsunit/es7/
H A Dobject-observe-debug-event.js11 var expected = [ variable
19 assertTrue(expected.length > 0);
20 assertEquals(expected.shift(), msg);
21 if (!expected.length) {
/external/v8/test/mjsunit/
H A Dmath-exp-precision.js38 function assertAlmostEquals(expected, actual, x) {
39 if (expected == 0 && actual == 0) return; // OK
40 if (expected == Number.POSITIVE_INFINITY &&
44 relative_diff = Math.abs(expected/actual - 1);
/external/v8/test/mjsunit/regress/
H A Dregress-2980.js29 function test(expected, holder) {
30 assertEquals(expected, holder.property);
46 function test2(expected, holder) {
47 assertEquals(expected, holder.prop2);
/external/v8/test/webkit/
H A Ddfg-dead-min-two-args.js41 var expected = 42; variable
47 expected = 37;
58 expected = 42;
63 expected = 37;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
/external/clang/test/SemaCXX/
H A Dnew-delete-0x.cpp20 auto r = new int[[]{return 1;}()][2]; // expected-error {{expected ']'}}
21 auto s = new int*[[]{return 1;}()][2]; // expected-error {{expected ']'}}
23 auto t = new (int(*)[[]]); // expected-error {{an attribute list cannot appear here}}
24 auto u = new (int(*)[[]{return 1;}()][2]); // expected-error {{C++11 only allows consecutive left square brackets when introducing an attribute}} \
25 expected-error {{variably modified type}} \
26 expected-error {{a lambda expression may not appear inside of a constant expression}}
38 delete []{ return (int*)0; }(); // expected-error {{expected expressio
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.h36 void verify(const UnicodeString& message, const UnicodeString& got, double expected);
37 void verifyString(const UnicodeString& message, const UnicodeString& got, UnicodeString& expected);
/external/junit/src/junit/framework/
H A DComparisonFailure.java18 * @param expected the expected string value
21 public ComparisonFailure (String message, String expected, String actual) { argument
23 fExpected= expected;
29 * place of common suffix between expected and actual.
46 * Gets the expected string value
47 * @return the expected string value
/external/lldb/test/unittest2/test/
H A Dtest_functiontestcase.py36 expected = ['startTest', 'setUp', 'addError', 'stopTest']
38 self.assertEqual(events, expected)
61 expected = ['startTest', 'setUp', 'test', 'addError', 'tearDown',
64 self.assertEqual(events, expected)
87 expected = ['startTest', 'setUp', 'test', 'addFailure', 'tearDown',
90 self.assertEqual(events, expected)
113 expected = ['startTest', 'setUp', 'test', 'tearDown', 'addError',
116 self.assertEqual(events, expected)
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
H A DRetrCommandHandlerTest.java47 catch (AssertFailedException expected) {
48 LOG.info("Expected: " + expected);
60 catch (AssertFailedException expected) {
61 LOG.info("Expected: " + expected);
73 catch (AssertFailedException expected) {
74 LOG.info("Expected: " + expected);
86 catch (AssertFailedException expected) {
87 LOG.info("Expected: " + expected);
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandlerTest.java48 catch (AssertFailedException expected) {
49 LOG.info("Expected: " + expected);
61 catch (AssertFailedException expected) {
62 LOG.info("Expected: " + expected);
74 catch (AssertFailedException expected) {
75 LOG.info("Expected: " + expected);
125 catch (AssertFailedException expected) {
126 LOG.info("Expected: " + expected);
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
H A DRetrCommandHandlerTest.java47 catch (AssertFailedException expected) {
48 LOG.info("Expected: " + expected);
60 catch (AssertFailedException expected) {
61 LOG.info("Expected: " + expected);
73 catch (AssertFailedException expected) {
74 LOG.info("Expected: " + expected);
86 catch (AssertFailedException expected) {
87 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandlerTest.java48 catch (AssertFailedException expected) {
49 LOG.info("Expected: " + expected);
61 catch (AssertFailedException expected) {
62 LOG.info("Expected: " + expected);
74 catch (AssertFailedException expected) {
75 LOG.info("Expected: " + expected);
125 catch (AssertFailedException expected) {
126 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/
H A DRetrCommandHandlerTest.java47 catch (AssertFailedException expected) {
48 LOG.info("Expected: " + expected);
60 catch (AssertFailedException expected) {
61 LOG.info("Expected: " + expected);
73 catch (AssertFailedException expected) {
74 LOG.info("Expected: " + expected);
86 catch (AssertFailedException expected) {
87 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandlerTest.java48 catch (AssertFailedException expected) {
49 LOG.info("Expected: " + expected);
61 catch (AssertFailedException expected) {
62 LOG.info("Expected: " + expected);
74 catch (AssertFailedException expected) {
75 LOG.info("Expected: " + expected);
125 catch (AssertFailedException expected) {
126 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/
H A DRetrCommandHandlerTest.java47 catch (AssertFailedException expected) {
48 LOG.info("Expected: " + expected);
60 catch (AssertFailedException expected) {
61 LOG.info("Expected: " + expected);
73 catch (AssertFailedException expected) {
74 LOG.info("Expected: " + expected);
86 catch (AssertFailedException expected) {
87 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandlerTest.java48 catch (AssertFailedException expected) {
49 LOG.info("Expected: " + expected);
61 catch (AssertFailedException expected) {
62 LOG.info("Expected: " + expected);
74 catch (AssertFailedException expected) {
75 LOG.info("Expected: " + expected);
125 catch (AssertFailedException expected) {
126 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/
H A DRetrCommandHandlerTest.java47 catch (AssertFailedException expected) {
48 LOG.info("Expected: " + expected);
60 catch (AssertFailedException expected) {
61 LOG.info("Expected: " + expected);
73 catch (AssertFailedException expected) {
74 LOG.info("Expected: " + expected);
86 catch (AssertFailedException expected) {
87 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandlerTest.java48 catch (AssertFailedException expected) {
49 LOG.info("Expected: " + expected);
61 catch (AssertFailedException expected) {
62 LOG.info("Expected: " + expected);
74 catch (AssertFailedException expected) {
75 LOG.info("Expected: " + expected);
125 catch (AssertFailedException expected) {
126 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/command/
H A DRetrCommandHandlerTest.java47 catch (AssertFailedException expected) {
48 LOG.info("Expected: " + expected);
60 catch (AssertFailedException expected) {
61 LOG.info("Expected: " + expected);
73 catch (AssertFailedException expected) {
74 LOG.info("Expected: " + expected);
86 catch (AssertFailedException expected) {
87 LOG.info("Expected: " + expected);
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/core/command/
H A DStaticReplyCommandHandlerTest.java48 catch (AssertFailedException expected) {
49 LOG.info("Expected: " + expected);
61 catch (AssertFailedException expected) {
62 LOG.info("Expected: " + expected);
74 catch (AssertFailedException expected) {
75 LOG.info("Expected: " + expected);
125 catch (AssertFailedException expected) {
126 LOG.info("Expected: " + expected);

Completed in 3618 milliseconds

<<11121314151617181920>>