/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
TestFrexp.java | 104 message.append("Actual output outExponent: "); 113 message.append("Actual output out: "); 192 message.append("Actual output outExponent: "); 201 message.append("Actual output out: "); 280 message.append("Actual output outExponent: "); 289 message.append("Actual output out: "); 368 message.append("Actual output outExponent: "); 377 message.append("Actual output out: ");
|
TestModf.java | 104 message.append("Actual output outIntegralPart: "); 113 message.append("Actual output out: "); 192 message.append("Actual output outIntegralPart: "); 201 message.append("Actual output out: "); 280 message.append("Actual output outIntegralPart: "); 289 message.append("Actual output out: "); 368 message.append("Actual output outIntegralPart: "); 377 message.append("Actual output out: ");
|
TestNativeDistance.java | 87 // Compare the expected outputs to the actual values returned by RS. 104 message.append("Actual output out: "); 175 // Compare the expected outputs to the actual values returned by RS. 196 message.append("Actual output out: "); 261 // Compare the expected outputs to the actual values returned by RS. 282 message.append("Actual output out: "); 347 // Compare the expected outputs to the actual values returned by RS. 368 message.append("Actual output out: ");
|
TestNativeSincos.java | 104 message.append("Actual output outCos: "); 113 message.append("Actual output out: "); 192 message.append("Actual output outCos: "); 201 message.append("Actual output out: "); 280 message.append("Actual output outCos: "); 289 message.append("Actual output out: "); 368 message.append("Actual output outCos: "); 377 message.append("Actual output out: ");
|
TestSincos.java | 104 message.append("Actual output outCos: "); 113 message.append("Actual output out: "); 192 message.append("Actual output outCos: "); 201 message.append("Actual output out: "); 280 message.append("Actual output outCos: "); 289 message.append("Actual output out: "); 368 message.append("Actual output outCos: "); 377 message.append("Actual output out: ");
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
WrappedGTestResultParserTest.java | 37 " Actual: false", 50 " Actual: false",
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
TypeListItem.java | 39 /** {@code non-null;} the actual list */ 45 * @param list {@code non-null;} the actual list
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstArray.java | 27 /** {@code non-null;} the actual list of contents */ 33 * @param list {@code non-null;} the actual list of contents
|
/dalvik/dx/src/com/android/dx/dex/file/ |
TypeListItem.java | 38 /** {@code non-null;} the actual list */ 44 * @param list {@code non-null;} the actual list
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstArray.java | 25 /** {@code non-null;} the actual list of contents */ 31 * @param list {@code non-null;} the actual list of contents
|
/development/ndk/platforms/android-14/include/android/ |
native_window.h | 52 // The actual bits. 110 * with the actual area the caller needs to redraw -- this region is often
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactAccessor.java | 26 * Contacts Provider. The actual implementation used by the application depends 84 * Loads contact data for the supplied URI. The actual queries will differ for different APIs
|
/device/asus/fugu/libaudio/ |
AudioStreamOut.h | 108 // actual physical outputs. 115 // State to track which actual outputs are assigned to this output stream.
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/ |
d8_runner_unittest.py | 270 def _GenerateLineByLineDiff(actual, expected): 273 actual_lines = actual.split('\n') 275 results.append('**Actual : num lines = %i' % len(actual_lines)) 284 results.append('**Actual : %s' % repr(actual_current_line)) 293 def AssertStringEquals(self, actual, expected): 294 if actual != expected: 295 message = 'Expected %s but got %s.\n' % (repr(expected), repr(actual)) 296 message += _GenerateLineByLineDiff(actual, expected)
|
/external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/ |
gzip_importer.html | 17 * to an actual importer. 126 * the actual trace data which needs to be imported by another importer.
|
/external/clang/include/clang/AST/ |
TypeVisitor.h | 33 /// dispatches the call to function \c VisitFooType, if actual argument type 49 /// Actual treatment is made by methods of the derived class, TypeVisitor only
|
/external/clang/unittests/ASTMatchers/Dynamic/ |
RegistryTest.cpp | 396 EXPECT_EQ("Incorrect argument count. (Expected = 1) != (Actual = 0)", 400 EXPECT_EQ("Incorrect argument count. (Expected = 0) != (Actual = 1)", 404 EXPECT_EQ("Incorrect argument count. (Expected = (2, )) != (Actual = 0)", 409 EXPECT_EQ("Incorrect argument count. (Expected = (1, 1)) != (Actual = 2)", 416 "(Actual = String)", 423 "(Actual = Matcher<FunctionDecl>)", 431 "Incorrect type for arg 1. (Expected = Matcher<>) != (Actual = String)", 442 "(Actual = Matcher<CXXRecordDecl>&Matcher<MemberExpr>)",
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
TypeListItem.java | 39 /** {@code non-null;} the actual list */ 45 * @param list {@code non-null;} the actual list
|
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstArray.java | 26 /** {@code non-null;} the actual list of contents */ 32 * @param list {@code non-null;} the actual list of contents
|
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
ShortsTest.java | 91 int actual = Shorts.compare(x, y); local 93 assertEquals(x + ", " + y, expected, actual); 95 assertTrue(x + ", " + y + " (expected: " + expected + ", actual" + actual + ")", 96 actual < 0); 98 assertTrue(x + ", " + y + " (expected: " + expected + ", actual" + actual + ")", 99 actual > 0);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractSequentialIteratorTest.java | 57 Iterable<Integer> actual = new Iterable<Integer>() { local 68 ASSERT.that(actual).iteratesOverSequence(1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048,
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
ShortsTest.java | 95 int actual = Shorts.compare(x, y); local 97 assertEquals(x + ", " + y, expected, actual); 99 assertTrue(x + ", " + y + " (expected: " + expected + ", actual" + actual + ")", 100 actual < 0); 102 assertTrue(x + ", " + y + " (expected: " + expected + ", actual" + actual + ")", 103 actual > 0);
|
/external/libdrm/tests/ |
setversion.c | 35 * This tests that we can get the actual version out, and that setting invalid 36 * major/minor numbers fails appropriately. It does not check the actual
|
/external/libnfc-nci/halimpl/pn54x/common/ |
phNfcCommon.h | 41 /* Actual FW library name*/ 48 /* Actual FW library name*/
|
/external/libvorbis/doc/vorbisfile/ |
ov_bitrate.html | 20 <p>This function returns the average bitrate for the specified logical bitstream. This may be different from the <a href=ov_info.html>ov_info->nominal_bitrate</a> value, as it is based on the actual average for this bitstream if the file is seekable. 51 find the *actual* average bitrate. If the file is streaming (nonseekable), it
|