HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 951 - 975 of 10182) sorted by null

<<31323334353637383940>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
image.py 30 _encoder is a function which will perform the actual encoding for
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
base_unittests.js 176 'actual': 'PASS',
181 'actual': 'TEXT',
189 return !!node.actual;
194 return node.actual == 'TEXT';
200 'actual': 'PASS',
204 'actual': 'TEXT',
212 'actual': 'TEXT',
model_unittests.js 196 "actual": "BUILDING"
201 "actual": "BUILDING"
204 "actual": "BUILDING"
207 "actual": "BUILDING"
210 "actual": "BUILDING"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_run_results.py 134 'tests': a dict of tests -> {'expected': '...', 'actual': '...'}
166 actual = [keywords[result_type]]
177 actual.extend(expectations.get_expectations_string(test_name).split(" "))
186 actual.append(keywords[retry_result_type])
209 test_dict['actual'] = " ".join(actual)
215 if not all(is_expected(actual_result) for actual_result in actual):
  /external/icu4c/test/intltest/
intltest.h 241 const UnicodeString& actual, UBool possibleDataError=FALSE);
243 const char* actual);
244 UBool assertEquals(const char* message, int32_t expected, int32_t actual);
247 const Formattable& actual);
249 const Formattable& actual);
255 const UnicodeString& actual);
257 const char* actual);
  /external/markdown/
test-markdown.py 133 <td>Actual</td>
293 def get_benchmark_html (actual, expected) :
296 if actual > expected * 1.5:
298 elif actual * 1.5 < expected :
302 if ( (actual <= 0 and expected < 0.015) or
303 (expected <= 0 and actual < 0.015)) :
307 buffer += "<td class='%s'>%.2f</td>" % (tdiff, actual)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 163 * @param actual actual collection
165 public static void assertContainsSame(Collection<String> expected, Collection<String> actual) {
166 if (expected.size() != actual.size()) {
168 + actual.size());
175 List<String> actualList = new ArrayList<String>(actual);
185 System.out.println("Actual items : " + actualList);
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 449 // Compare expected to actual to see if their diff is less then mseMargin.
452 private void compareBitmaps(Bitmap expected, Bitmap actual,
457 assertEquals("mismatching widths", width, actual.getWidth());
458 assertEquals("mismatching heights", height, actual.getHeight());
460 actual.getConfig());
467 actual.getPixels(actualColors, 0, width, 0, 0, width, height);
486 private double distance(int expect, int actual) {
487 final int r = Color.red(actual) - Color.red(expect);
488 final int g = Color.green(actual) - Color.green(expect);
489 final int b = Color.blue(actual) - Color.blue(expect)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_xml_output_unittest.py 158 """Verifies XML output for a Google Test binary without actual tests.
172 actual = self._GetXmlOutput('gtest_no_test_unittest', 0)
173 date_time_str = actual.documentElement.getAttributeNode('timestamp').value
189 actual.unlink()
262 actual = minidom.parse(xml_path)
263 return actual
273 actual = self._GetXmlOutput(gtest_prog_name, expected_exit_code)
275 self.NormalizeXml(actual.documentElement)
277 actual.documentElement)
279 actual.unlink(
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSchemaRegistryImpl.java 96 // Return the actual prefix
298 * Associates an alias name with an actual name.
302 * where the alias and actual have the same data type. It is also possible
305 * Multiple alias names may map to the same actual, as long as the forms
318 * The namespace URI for the actual. Must not be null or the
321 * The name of the actual. Must be a simple name, not null or the
328 * direct aliases regardless of whether the actual data type is
349 throw new XMPException("Alias and actual property names must be simple",
362 throw new XMPException("Actual namespace is not registered",
376 "Actual property is already an alias, use the base property"
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 95 assertEquals("character encoding is non equal to actual value",
99 assertEquals("is non equal to actual value", Level.FINE, handler
119 assertEquals("character encoding is non equal to actual value",
123 assertEquals("is non equal to actual value", Level.FINE, handler
201 assertEquals("character encoding is non equal to actual value",
205 assertEquals("is non equal to actual value", Level.FINE, handler
239 assertEquals("character encoding is non equal to actual value",
243 assertEquals("is non equal to actual value", Level.FINE, handler
287 assertEquals("character encoding is non equal to actual value",
291 assertEquals("is non equal to actual value", Level.FINE, handle
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_output_unittest.py 158 """Verifies XML output for a Google Test binary without actual tests.
172 actual = self._GetXmlOutput('gtest_no_test_unittest', 0)
173 date_time_str = actual.documentElement.getAttributeNode('timestamp').value
189 actual.unlink()
262 actual = minidom.parse(xml_path)
263 return actual
273 actual = self._GetXmlOutput(gtest_prog_name, expected_exit_code)
275 self.NormalizeXml(actual.documentElement)
277 actual.documentElement)
279 actual.unlink(
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 34 /* A jump function for a callsite represents the values passed as actual
37 Pass-through - the caller's formal parameter is passed as an actual
39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
114 /* A jump function for a callsite represents the values passed as actual
121 function context. constant represents the actual constant in constant jump
184 /* Whether this function is called with variable number of actual
284 /* Number of actual arguments in this callsite. When set to 0,
295 /* Set the number of actual arguments. */
303 /* Return the number of actual arguments. */
443 /* Structure to describe transformations of formal parameters and actual
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 34 /* A jump function for a callsite represents the values passed as actual
37 Pass-through - the caller's formal parameter is passed as an actual
39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
114 /* A jump function for a callsite represents the values passed as actual
121 function context. constant represents the actual constant in constant jump
184 /* Whether this function is called with variable number of actual
284 /* Number of actual arguments in this callsite. When set to 0,
295 /* Set the number of actual arguments. */
303 /* Return the number of actual arguments. */
443 /* Structure to describe transformations of formal parameters and actual
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 34 /* A jump function for a callsite represents the values passed as actual
37 Pass-through - the caller's formal parameter is passed as an actual
39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
114 /* A jump function for a callsite represents the values passed as actual
121 function context. constant represents the actual constant in constant jump
184 /* Whether this function is called with variable number of actual
284 /* Number of actual arguments in this callsite. When set to 0,
295 /* Set the number of actual arguments. */
303 /* Return the number of actual arguments. */
443 /* Structure to describe transformations of formal parameters and actual
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 34 /* A jump function for a callsite represents the values passed as actual
37 Pass-through - the caller's formal parameter is passed as an actual
39 Constant - a constant (is_gimple_ip_invariant)is passed as an actual
114 /* A jump function for a callsite represents the values passed as actual
121 function context. constant represents the actual constant in constant jump
184 /* Whether this function is called with variable number of actual
284 /* Number of actual arguments in this callsite. When set to 0,
295 /* Set the number of actual arguments. */
303 /* Return the number of actual arguments. */
443 /* Structure to describe transformations of formal parameters and actual
    [all...]
  /device/generic/goldfish/camera/
CallbackNotifier.h 53 /* Actual handler for camera_device_ops_t::set_callbacks callback.
63 /* Actual handler for camera_device_ops_t::enable_msg_type callback.
69 /* Actual handler for camera_device_ops_t::disable_msg_type callback.
75 /* Actual handler for camera_device_ops_t::store_meta_data_in_buffers
108 /* Actual handler for camera_device_ops_t::msg_type_enabled callback.
  /external/chromium_org/base/test/
sequenced_task_runner_test_template.cc 162 << ::testing::PrintToString(expected_order) << "; actual: "
246 << "Expected START order (which equals actual POST order): \n"
248 << "\n Actual START order:\n"
254 << "Expected END order (which equals actual POST order): \n"
256 << "\n Actual END order:\n"
  /external/chromium_org/chrome/browser/extensions/api/omnibox/
omnibox_unittest.cc 26 const ACMatchClassifications& actual) {
27 EXPECT_EQ(expected.size(), actual.size());
28 for (size_t i = 0; i < expected.size() && i < actual.size(); ++i) {
29 EXPECT_EQ(expected[i].offset, actual[i].offset) << "Index:" << i;
30 EXPECT_EQ(expected[i].style, actual[i].style) << "Index:" << i;
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 301 SIZE_T actual; local
303 sizeof(PatchInfo), &actual))
305 if (sizeof(PatchInfo) != actual)
328 sizeof(ServiceFullThunk), &actual))
331 if (sizeof(ServiceFullThunk) != actual)
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32toolhelp_unittest.cc 109 static bool Equals(const TestData& expected, const TestData& actual) {
110 return expected.dwSize == actual.dwSize
111 && expected.a == actual.a
112 && expected.b == actual.b;
126 LOG(LS_ERROR) << "Actual: ("
  /external/clang/bindings/python/tests/cindex/
test_translation_unit.py 74 def eq(expected, actual):
75 if not actual.is_input_file:
76 return normpaths_equal(expected[0], actual.source.name) and \
77 normpaths_equal(expected[1], actual.include.name)
79 return normpaths_equal(expected[1], actual.include.name)
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldInitializer.java 22 * If the given field is already initialized, then <strong>the actual instance is returned</strong>.
76 * Initialize field if not initialized and return the actual instance.
78 * @return Actual field instance.
127 * Represents the strategy used to resolve actual instances
206 * call the ConstructorArgResolver to get actual argument instances.
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.cpp 296 nsecs_t actual = pinnedBuffer->getBufferItem().mTimestamp; local
298 if (actual != timestamp) {
300 " requested timestamp = %lld, actual timestamp = %lld",
301 __FUNCTION__, timestamp, actual);
307 *actualTimestamp = actual;
  /frameworks/base/libs/androidfw/
ObbFile.cpp 130 ssize_t actual; local
137 actual = TEMP_FAILURE_RETRY(read(fd, footer, kFooterTagSize));
138 if (actual != kFooterTagSize) {
179 actual = TEMP_FAILURE_RETRY(read(fd, scanBuf, footerSize));
181 if (actual != (ssize_t)footerSize) {

Completed in 409 milliseconds

<<31323334353637383940>>