/external/chromium_org/media/base/ |
audio_fifo.h | 40 // Number of actual audio frames in the FIFO. 46 // The actual FIFO is an audio bus implemented as a ring buffer. 53 // Number of actual elements in the FIFO.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-925537.js | 28 function assertClose(expected, actual) { 30 if (Math.abs(expected - actual) > delta) { 31 print('Failure: Expected <' + actual + '> to be close to <' +
|
/external/easymock/src/org/easymock/internal/matchers/ |
Equals.java | 33 public boolean matches(Object actual) {
35 return actual == null;
37 return expected.equals(actual);
|
/external/v8/test/mjsunit/regress/ |
regress-925537.js | 28 function assertClose(expected, actual) { 30 if (Math.abs(expected - actual) > delta) { 31 print('Failure: Expected <' + actual + '> to be close to <' +
|
/external/valgrind/main/VEX/useful/ |
smchash.c | 26 UChar* actual; member in struct:__anon29456 53 gb->actual = gb->bytes + (gb->ga & 3); 61 gb->actual[i] = b; 97 sum += (UInt)gb->actual[i]; 104 sum ^= (UInt)gb->actual[i]; 112 UWord addr = (UWord)gb->actual; 151 UWord addr = (UWord)gb->actual; 195 UWord addr = (UWord)gb->actual; 276 invertBit(gb->actual, byteIx, bitIx); 277 //invertBit(gb->actual, byteIx, bitIx ^ 4) [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
ManifestDigestTest.java | 55 ManifestDigest actual = ManifestDigest.fromInputStream(is); local 56 assertEquals(expected, actual); 59 assertFalse(unexpected.equals(actual));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ComprehensionTlvTag.java | 21 * you want to get the actual value, call {@link #value() value} method. 58 * Returns the actual value of this COMPREHENSION-TLV object. 60 * @return Actual tag value of this object
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldLevelTest.java | 32 assertEquals("bundleName is non equal to actual value", bundleName, l 35 assertEquals("bundleName is non equal to actual value", bundleName 45 assertEquals("integer value for this level is non equal to actual value",
|
/external/chromium/chrome/browser/prefs/ |
command_line_pref_store_unittest.cc | 50 const Value* actual = NULL; local 52 store->GetValue(prefs::kApplicationLocale, &actual)); 54 EXPECT_TRUE(actual->GetAsString(&result)); 75 const Value* actual = NULL; local 76 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_bool, &actual)); 77 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_string, &actual)); 90 const Value* actual = NULL; local 91 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_bool, &actual)); 92 EXPECT_EQ(PrefStore::READ_NO_VALUE, store->GetValue(unknown_string, &actual));
|
/external/chromium/chrome/browser/ui/options/ |
options_util.h | 21 // permission match |enabled|, returns the actual enabled setting.
|
/external/chromium/testing/gtest/test/ |
gtest_uninitialized_test.py | 47 def AssertEq(expected, actual): 48 if expected != actual: 50 print ' Actual: %s' % (actual,)
|
/external/chromium_org/chrome/browser/chromeos/login/ |
remove_user_delegate.h | 13 // Called right before actual user removal process is initiated.
|
/external/chromium_org/chrome/browser/prefs/ |
command_line_pref_store_unittest.cc | 69 const Value* actual = NULL; local 70 EXPECT_TRUE(store->GetValue(prefs::kApplicationLocale, &actual)); 72 EXPECT_TRUE(actual->GetAsString(&result)); 93 const Value* actual = NULL; local 94 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); 95 EXPECT_FALSE(store->GetValue(unknown_string, &actual)); 108 const Value* actual = NULL; local 109 EXPECT_FALSE(store->GetValue(unknown_bool, &actual)); 110 EXPECT_FALSE(store->GetValue(unknown_string, &actual));
|
/external/chromium_org/content/public/browser/ |
render_widget_host_view_mac_base.h | 10 // While Chrome does not need any details of the actual
|
/external/chromium_org/gpu/gles2_conform_support/gtf/ |
gtf_stubs.h | 5 // A few stubs so we don't need the actual OpenGL ES 2.0 conformance tests
|
/external/chromium_org/net/spdy/ |
spdy_test_utils.h | 21 const unsigned char* actual,
|
/external/chromium_org/ppapi/shared_impl/ |
unittest_utils.h | 15 bool TestEqual(const PP_Var& expected, const PP_Var& actual);
|
/external/chromium_org/testing/gtest/test/ |
gtest_uninitialized_test.py | 47 def AssertEq(expected, actual): 48 if expected != actual: 50 print ' Actual: %s' % (actual,)
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
context-menu-during-drag-selection.html | 5 context menu invocation, and actual dragging. In order to test, simply start
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
filesystem_mock_unittest.py | 51 actual = test_fn(*test) 54 actual = test_fn(test) 55 self.assertEqual(expected, actual, 'given %s, expected %s, got %s' % (repr(test), repr(expected), repr(actual)))
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
CodeGenGLSL.cpp | 11 // This function must be provided to create the actual
|
CodeGenHLSL.cpp | 10 // This function must be provided to create the actual
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsmthred.h | 17 * Tests actual threading
|
/external/chromium_org/third_party/skia/src/pipe/utils/ |
SamplePipeControllers.cpp | 26 void* PipeController::requestBlock(size_t minRequest, size_t *actual) { 31 *actual = fBlockSize; 92 void* ThreadSafePipeController::requestBlock(size_t minRequest, size_t *actual) { 101 *actual = blockSize;
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-type-envvars.py | 22 # The actual test is done by postbuild scripts during |test.build()|.
|