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

<<51525354555657585960>>

  /external/chromium_org/testing/gtest/samples/
sample1_unittest.cc 88 // EXPECT_EQ(expected, actual) is the same as
90 // EXPECT_TRUE((expected) == (actual))
92 // except that it will print both the expected value and the actual
  /external/chromium_org/third_party/WebKit/Tools/qunit/test/
test.js 290 var actual = value % 2;
291 QUnit.push(actual == expected, actual, expected, message);
  /external/chromium_org/third_party/icu/source/common/
udatamem.c 112 * The length may be up to 15 bytes larger than the actual data.
115 * It would have to return the actual length in more cases.
135 * return only the size of the actual data starting at udata_getMemory()
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 638 char actual[CAP]; local
639 u_austrcpy(actual, buf);
641 id, cfrom, actual, cto);
660 char actual[CAP]; local
661 u_austrcpy(actual, buf);
663 id, cfrom, actual, cto);
682 char actual[CAP]; local
683 u_austrcpy(actual, xrep.text);
685 id, cfrom, actual, cto);
706 char actual[CAP] local
    [all...]
  /external/chromium_org/third_party/libva/va/
va_egl.h 84 * least vaMaxNumSurfaceTargetsEGL() entries. The actual number of
89 * @param[out] num_targets the actual number of targets
174 * @param[in/out] num_attribs input: the number of allocated attribute-value pairs in attrib_list; output: the actual number of attribute-value pairs
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
IsValidUtf8Test.java 173 int actual = 0; local
175 actual += shard.expected;
178 actual);
  /external/chromium_org/third_party/sqlite/src/src/
journal.c 18 ** actual on disk file is created lazily. When the file is created,
20 ** be used to service read() and write() requests. The actual file
196 sqlite3_vfs *pVfs, /* The VFS to use for actual file I/O */
  /external/chromium_org/v8/test/webkit/
testcfg.py 132 """Iterates over blocks of actual output lines."""
151 for (expected, actual) in itertools.izip_longest(
153 if expected != actual:
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java 55 * the actual class name, different types of drivers see different class names
56 * (InstrumentationDriver sees the actual class name, while UiAutomationDriver
59 * If tests fail with InstrumentationDriver, find the actual class name by
  /external/gtest/samples/
sample1_unittest.cc 88 // EXPECT_EQ(expected, actual) is the same as
90 // EXPECT_TRUE((expected) == (actual))
92 // except that it will print both the expected value and the actual
  /external/icu4c/common/
udatamem.c 112 * The length may be up to 15 bytes larger than the actual data.
115 * It would have to return the actual length in more cases.
135 * return only the size of the actual data starting at udata_getMemory()
  /external/icu4c/test/cintltst/
utransts.c 638 char actual[CAP]; local
639 u_austrcpy(actual, buf);
641 id, cfrom, actual, cto);
660 char actual[CAP]; local
661 u_austrcpy(actual, buf);
663 id, cfrom, actual, cto);
682 char actual[CAP]; local
683 u_austrcpy(actual, xrep.text);
685 id, cfrom, actual, cto);
706 char actual[CAP] local
    [all...]
  /external/jpeg/
coderules.doc 76 declaration to coerce actual parameters into the right types. Therefore, use
77 explicit casts on actual parameters whenever the actual parameter type is not
  /external/proguard/src/proguard/classfile/editor/
ConstantAdder.java 136 // Then add the actual field reference constant, with its referenced
152 // Then add the actual interface method reference constant, with its
168 // Then add the actual method reference constant, with its referenced
  /external/protobuf/gtest/samples/
sample1_unittest.cc 88 // EXPECT_EQ(expected, actual) is the same as
90 // EXPECT_TRUE((expected) == (actual))
92 // except that it will print both the expected value and the actual
  /external/qemu/distrib/jpeg-6b/
coderules.doc 76 declaration to coerce actual parameters into the right types. Therefore, use
77 explicit casts on actual parameters whenever the actual parameter type is not
  /frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h 68 // Sets gain value. Actual change will only take place upon commit().
76 // Sets cutoff frequency value. Actual change will only take place upon
133 // A biquad filter, used for the actual processing.
  /frameworks/base/core/tests/coretests/src/android/util/
MonthDisplayHelperTest.java 201 private void assertArraysEqual(int[] expected, int[] actual) {
202 assertEquals("array length", expected.length, actual.length);
205 expected[i], actual[i]);
  /frameworks/base/docs/html/google/play/billing/
billing_testing.jd 27 but without any actual charges to the user accounts.</li>
49 of your in-app products with actual charges to the user?s payment instruments.
63 actual charges to the user accounts.</p>
69 going to financial processing, ensuring that there are no actual charges to user
110 <p>During a test purchase, users can test the actual merchandising, purchase,
112 as a normal item with an actual price. However, Google Play marks test purchases
146 that result in actual charges to their accounts, using any of their normal
308 working in your application, you can test your In-app Billing implementation by making actual in-app
310 experience, including the actual purchases from Google Play and the actual checkout flow tha
    [all...]
  /frameworks/native/include/media/hardware/
HardwareAPI.h 61 // buffer receiver, and the data may or may not be the actual video data, but
62 // some information helpful for the receiver to locate the actual data.
145 // This will inform the encoder that the actual
MetadataBufferType.h 34 * to locate the actual pixel data as the source input for video
44 * actual metadata information. When a video encoder component receives
47 * to that type of metadata buffers (for instance, locate the actual
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeappendchildchildexists.java 74 java.util.List actual = new java.util.ArrayList(); local
95 actual.add(memberName);
97 assertEqualsAutoCase("element", "liveByTagName", expected, actual);
hc_nodechildnodesappendchild.java 78 java.util.List actual = new java.util.ArrayList(); local
101 actual.add(childName);
107 assertEqualsAutoCase("element", "childElements", expected, actual);
hc_nodeinsertbefore.java 74 java.util.List actual = new java.util.ArrayList(); local
99 actual.add(childName);
102 assertEqualsAutoCase("element", "nodeNames", expected, actual);
nodeinsertbefore.java 73 java.util.List actual = new java.util.ArrayList(); local
121 actual.add(childName);
123 assertEquals("nodeNames", expected, actual);

Completed in 3490 milliseconds

<<51525354555657585960>>