HomeSort by relevance Sort by last modified time
    Searched full:actual (Results 726 - 750 of 14177) sorted by null

<<21222324252627282930>>

  /external/selinux/libsepol/cil/test/unit/
CuTest.h 86 const char* expected, const char* actual);
89 int expected, int actual);
92 double expected, double actual, double delta);
95 void* expected, void* actual);
  /external/skia/src/core/
SkRecordOpts.h 16 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
thumb2-bcc.ll 4 ; happen and we get actual branches.
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/DisplacementMap/
DisplacementMap.txt 9 Displacement mapping is an alternative to bump mapping, normal mapping, and parallax mapping, that causes the actual geometric position of points over a textured surface to be displaced, often along the local surface normal, according to the value the texture function evaluates to at each point on the surface. It gives surfaces a great sense of depth and detail, permitting self-occlusion, self-shadowing and silhouettes.
  /external/v8/testing/gtest/test/
gtest_env_var_test.py 48 def AssertEq(expected, actual):
49 if expected != actual:
51 print ' Actual: %s' % (actual,)
  /external/v8/tools/clang/rewrite_scoped_refptr/tests/
logging-checks-expected.cc 13 // wrap a function where the actual comparison happens. Make sure that the tool
logging-checks-original.cc 13 // wrap a function where the actual comparison happens. Make sure that the tool
  /external/valgrind/exp-sgcheck/tests/
hsg.stderr.exp 55 <auxwhat>Address 0x........ expected vs actual:</auxwhat>
57 <auxwhat>Actual: unknown</auxwhat>
91 <auxwhat>Address 0x........ expected vs actual:</auxwhat>
93 <auxwhat>Actual: unknown</auxwhat>
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_env_var_test.py 48 def AssertEq(expected, actual):
49 if expected != actual:
51 print ' Actual: %s' % (actual,)
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 79 // This function sets both minimum buffer count and actual buffer count of
81 // count and actual buffer count of output port to be |numOutputBuffers|.
89 // sets input port's actual buffer count to |numInputBuffers|, sets output port's
90 // minimum buffer count to |numMinOutputBuffers| and sets output port's actual buffer
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkKeyTest.java 82 final NetworkKey actual = NetworkKey.createFromWifiInfo(mWifiInfo); local
83 assertEquals(expected, actual);
150 NetworkKey actual = NetworkKey.createFromScanResult(scanResult); local
151 assertEquals(expected, actual);
  /frameworks/base/packages/CaptivePortalLogin/res/values-ro/
strings.xml 5 <string name="action_use_network" msgid="6076184727448466030">"Utiliza?i aceast? re?ea în starea actual?"</string>
  /frameworks/base/services/core/java/com/android/server/display/
DisplayBlanker.java 20 * Interface used to update the actual display state.
  /frameworks/base/services/tests/servicestests/src/com/android/server/
BootReceiverFixFsckFsStatTest.java 47 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (71667712, 1000) != expected (71671808, 1000)",
50 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (59555840, 953) != expected (59559936, 953)",
74 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (71667712, 1000) != expected (71671808, 1000)",
77 "[QUOTA WARNING] Usage inconsistent for ID 10038:actual (59555840, 953) != expected (59559936, 953)",
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator_test.cpp 281 std::string actual = out.str(); local
291 EXPECT_NE(std::string::npos, actual.find(expectedText));
324 std::string actual = out.str(); local
326 EXPECT_NE(std::string::npos, actual.find("attr name android:one"));
327 EXPECT_NE(std::string::npos, actual.find("attr description"));
328 EXPECT_NE(std::string::npos, actual.find(attr.GetComment().data()));
329 EXPECT_NE(std::string::npos, actual.find(styleable.GetComment().data()));
353 std::string actual = out.str(); local
355 EXPECT_EQ(std::string::npos, actual.find("@attr name android:one"));
356 EXPECT_EQ(std::string::npos, actual.find("@attr description"))
392 std::string actual = out.str(); local
    [all...]
  /frameworks/native/include/media/editor/
II420ColorConverter.h 47 * @param decoderRect (IN) The rectangle of the actual frame, as
76 * @param encoderRect (IN) Rect coordinates of the actual frame inside
92 * based on the actual I420 frame width and height.
103 * @param encoderRect (OUT) Rect coordinates of the actual frame inside
  /frameworks/native/opengl/tests/testViewport/
README 18 Actual: screen is blue with offset white rectangle.
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
ExpandedEAPMethodTest.java 83 ExpandedEAPMethod actual = ExpandedEAPMethod.parse( local
85 assertEquals(expected, actual);
98 ExpandedEAPMethod actual = ExpandedEAPMethod.parse( local
100 assertEquals(expected, actual);
  /frameworks/opt/vcard/java/com/android/vcard/exception/
VCardInvalidCommentLineException.java 21 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
VCardInvalidLineException.java 20 * both vCard 2.1 and vCard 3.0 does not allow such line, but some actual exporter emit
  /frameworks/wilhelm/src/itf/
IOutputMixExt.cpp 229 unsigned actual = desired;
230 if (track->mAvail < actual) {
231 actual = track->mAvail;
233 // force actual to be a frame multiple
234 if (actual > 0) {
243 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
249 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
257 for (j = 0; j < actual; j += sizeof(stereo), ++mixBuffer, ++source) {
263 memcpy(dstWriter, track->mReader, actual);
268 dstWriter = (char *) dstWriter + actual;
    [all...]
  /hardware/interfaces/graphics/bufferqueue/1.0/
IProducerListener.hal 21 * This is a wrapper/wrapped HAL interface for the actual binder interface.
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementretrieveallattributes.java 67 java.util.Collection actual = new java.util.ArrayList(); local
83 actual.add(attributeName);
87 assertEqualsIgnoreCase("htmlAttributeNames", htmlExpected, actual);
89 assertEqualsIgnoreCase("attributeNames", expected, actual);
  /libcore/ojluni/src/main/java/java/lang/reflect/
ParameterizedType.java 49 * Returns an array of {@code Type} objects representing the actual type
56 * @return an array of {@code Type} objects representing the actual type
59 * actual type arguments refers to a non-existent type declaration
61 * actual type parameters refer to a parameterized type that cannot
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DoublePrimitiveOpsTests.java 97 double[] actual = DoubleStream.iterate(1.0, i -> i + 1.0).limit(9).toArray(); local
98 Assert.assertTrue(Arrays.equals(expected, actual));
102 double[] actual = LongStream.range(1, 100).parallel().asDoubleStream().limit(9).toArray(); local
103 Assert.assertTrue(Arrays.equals(expected, actual));

Completed in 1226 milliseconds

<<21222324252627282930>>