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

<<41424344454647484950>>

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
virtio_balloon.h 31 __le32 actual; member in struct:virtio_balloon_config
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
virtio_balloon.h 31 __le32 actual; member in struct:virtio_balloon_config
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
application.py 25 _encoder is a function which will perform the actual encoding for
image.py 30 _encoder is a function which will perform the actual encoding for
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
application.py 25 _encoder is a function which will perform the actual encoding for
image.py 30 _encoder is a function which will perform the actual encoding for
  /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)
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
Rfc822OutputTests.java 235 String actual; local
236 actual = Rfc822Output.getHtmlBody(HTML_FULL_BODY);
237 assertEquals(HTML_FULL_RESULT, actual);
238 actual = Rfc822Output.getHtmlBody(HTML_BODY_BODY);
239 assertEquals(HTML_BODY_RESULT, actual);
240 actual = Rfc822Output.getHtmlBody(HTML_NO_BODY_BODY);
241 assertEquals(HTML_NO_BODY_RESULT, 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);
  /external/google-breakpad/src/processor/
fast_source_line_resolver_unittest.cc 122 // Verify that, for every association in ACTUAL, EXPECTED has the same
123 // association. (That is, ACTUAL's associations should be a subset of
124 // EXPECTED's.) Also verify that ACTUAL has associations for ".ra" and
129 const CFIFrameInfo::RegisterValueMap<uint32_t> &actual) {
131 a = actual.find(".cfa");
132 if (a == actual.end())
134 a = actual.find(".ra");
135 if (a == actual.end())
137 for (a = actual.begin(); a != actual.end(); a++)
    [all...]
  /external/google-breakpad/src/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/gtest/test/
gtest_xml_output_unittest.py 168 """Verifies XML output for a Google Test binary without actual tests.
182 actual = self._GetXmlOutput('gtest_no_test_unittest', [], 0)
183 date_time_str = actual.documentElement.getAttributeNode('timestamp').value
199 actual.unlink()
283 actual = minidom.parse(xml_path)
284 return actual
295 actual = self._GetXmlOutput(gtest_prog_name, extra_args or [],
298 self.NormalizeXml(actual.documentElement)
300 actual.documentElement)
302 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...]