HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 426 - 450 of 9217) sorted by null

<<11121314151617181920>>

  /external/jsoncpp/src/test_lib_json/
jsontest.h 190 checkEqual( TestResult &result, const T &expected, const U &actual,
193 if ( expected != actual )
197 result << "Actual : " << actual; local
205 const std::string &expected, const std::string &actual,
236 #define JSONTEST_ASSERT_EQUAL( expected, actual ) \
237 JsonTest::checkEqual( *result_, expected, actual, \
239 #expected " == " #actual )
242 #define JSONTEST_ASSERT_STRING_EQUAL( expected, actual ) \
244 std::string(expected), std::string(actual), \
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 5 # FIXME: should add 'displayof' option where relevant (actual, families,
70 # get actual settings corresponding to the given font
71 font = root.tk.splitlist(root.tk.call("font", "actual", font))
118 return Font(self._root, **self.actual())
120 def actual(self, option=None): member in class:Font
121 "Return actual font attributes"
123 return self._call("font", "actual", self.name, "-"+option)
126 self._split(self._call("font", "actual", self.name))
188 print f.actual()
189 print f.actual("family"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFont.py 5 # FIXME: should add 'displayof' option where relevant (actual, families,
70 # get actual settings corresponding to the given font
71 font = root.tk.splitlist(root.tk.call("font", "actual", font))
118 return Font(self._root, **self.actual())
120 def actual(self, option=None): member in class:Font
121 "Return actual font attributes"
123 return self._call("font", "actual", self.name, "-"+option)
126 self._split(self._call("font", "actual", self.name))
188 print f.actual()
189 print f.actual("family"
    [all...]
  /external/protobuf/gtest/test/
gtest_output_test_golden_lin.txt 5 Actual: false
39 Actual: 2
46 Actual: 2
53 Actual: false
62 Expected: (3) >= (a[i]), actual: 3 vs 9
66 Expected: (3) >= (a[i]), actual: 3 vs 6
87 Actual: 1
93 Actual: 2
102 Actual: 1
108 Actual:
    [all...]
  /art/test/475-regression-inliner-ids/src/
Main.java 27 String actual = (String) m.invoke(null, 1); local
29 if (!expected.equals(actual)) {
  /cts/tests/tests/text/src/android/text/cts/
Editable_FactoryTest.java 36 Editable actual = mFactory.newEditable(source); local
37 assertEquals(expected.toString(), actual.toString());
  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 64 actual = StringIO.StringIO()
66 error_fixer.ErrorFixer(actual))
70 actual.seek(0)
73 self.assertEqual(actual.readlines(), expected.readlines())
230 actual = StringIO.StringIO()
232 error_fixer.ErrorFixer(actual))
234 actual.seek(0)
238 self.assertListEqual(actual.readlines(), expected)
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
parser_test.js 44 actual = TestUtils.serializeToTestDataFormat(result, treeAdapter),
45 msg = TestUtils.prettyPrintParserAssertionArgs(actual, test.expected);
47 assert.strictEqual(actual, test.expected, msg);
75 actual = html.substring(node.__location.start, node.__location.end);
78 actual = TestUtils.removeNewLines(actual);
81 assert.ok(actual === expected, TestUtils.getStringDiffMsg(actual, expected));
  /external/easymock/src/org/easymock/internal/matchers/
And.java 34 public boolean matches(Object actual) {
36 if (!matcher.matches(actual)) {
Captures.java 45 public boolean matches(Object actual) {
47 actual);
EqualsWithDelta.java 35 public boolean matches(Object actual) {
36 Number actualNumber = (Number) actual;
Not.java 32 public boolean matches(Object actual) {
33 return !first.matches(actual);
Or.java 34 public boolean matches(Object actual) {
36 if (matcher.matches(actual)) {
Same.java 33 public boolean matches(Object actual) {
34 return expected == actual;
  /external/elfutils/src/tests/
hash.c 29 unsigned long int actual = elf_hash (name); local
31 return actual != expected;
  /external/guava/guava-tests/test/com/google/common/primitives/
SignedBytesTest.java 83 int actual = SignedBytes.compare(x, y); local
85 assertEquals(x + ", " + y, expected, actual);
87 assertTrue(x + ", " + y + " (expected: " + expected + ", actual" + actual + ")",
88 actual < 0);
90 assertTrue(x + ", " + y + " (expected: " + expected + ", actual" + actual + ")",
91 actual > 0);
  /external/icu/icu4c/source/layout/
ContextualGlyphInsertionProc2.h 40 * ICU "poor man's RTTI", returns a UClassID for the actual class.
57 * Perform the actual insertion
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
PrettyPrinterTest.java 35 UnicodeSet actual = new UnicodeSet(formatted); local
36 assertEquals("PrettyPrinter preserves meaning", expected, actual);
  /external/lldb/test/unittest2/test/
test_new_tests.py 11 def assertIsSubclass(self, actual, klass):
12 self.assertTrue(issubclass(actual, klass), "Not a subclass.")
  /external/mockito/src/org/mockito/internal/util/junit/
JUnitFailureHacker.java 20 String newMessage = "contains both: actual test failure *and* Mockito warnings.\n" +
21 warnings + "\n *** The actual failure is because of: ***\n";
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SignatureTest.java 37 Signature actual = Signature.CREATOR.createFromParcel(p); local
38 assertEquals(expected, actual);
  /external/skia/experimental/DrawingBoard/
SkNetPipeController.cpp 28 void* SkNetPipeController::requestBlock(size_t minRequest, size_t* actual) {
34 *actual = fBlockSize;
  /external/skia/gyp/
android_system.gyp 12 # shim here that includes the android_system.gypi file. The actual dependencies
17 # edit the includes below to specify the actual location of the android.gypi.
  /external/skia/tools/
jsondiff.py 11 Gathers diffs between 2 JSON expectations files, or between actual and
12 expected results within a single JSON actual-results file,
28 # that directory. That script allows us to parse the actual-results.json file
107 """Returns the dictionary of actual results from a JSON string,
122 Any tests for which we have no actual results will be left out of the
158 If newfile is not specified, then 'new' is the actual results within
169 If newfile is not specified, then 'new' is the actual results within
191 'ACTUAL results from the "old" JSON file. This can be a ' +
  /external/valgrind/exp-sgcheck/tests/
stackerr.c 8 Actual: stack array "beforea" in frame 2 back from here
13 Actual: unknown

Completed in 491 milliseconds

<<11121314151617181920>>