/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
progress.hpp | 80 explicit progress_display( unsigned long expected_count, 86 : m_os(os), m_s1(s1), m_s2(s2), m_s3(s3) { restart(expected_count); } 88 void restart( unsigned long expected_count ) 90 // Postconditions: count()==0, expected_count()==expected_count 93 _expected_count = expected_count; 113 unsigned long expected_count() const { return _expected_count; } function in class:boost::progress_display
|
/external/autotest/client/site_tests/audio_CrasLoopback/ |
audio_CrasLoopback.py | 21 def wait_for_active_stream_count(expected_count): 23 lambda: cras_utils.get_active_stream_count() == expected_count, 26 expected_count))
|
/external/autotest/client/site_tests/touch_TapSettings/ |
touch_TapSettings.py | 31 expected_count = 1 if expected else 0 36 if actual_count is not expected_count: 38 % (expected_count, actual_count))
|
/external/pdfium/xfa/src/fxbarcode/pdf417/ |
BC_PDF417HighLevelEncoder_unittest.cpp | 136 int expected_count; member in struct:ConsecutiveDigitCase 173 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i; 182 int expected_count; member in struct:ConsecutiveTextCase 234 EXPECT_EQ(ptr->expected_count, actual_count) << " for case number " << i;
|
/external/autotest/client/site_tests/audio_CRASFormatConversion/ |
audio_CRASFormatConversion.py | 41 def wait_for_active_stream_count(self, expected_count): 43 lambda: cras_utils.get_active_stream_count() == expected_count, 46 expected_count),
|
/external/webrtc/webrtc/modules/desktop_capture/ |
desktop_region_unittest.cc | 114 int expected_count; member in struct:webrtc::Case 201 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count); 209 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count); 266 int expected_count; member in struct:webrtc::Case 302 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count); 309 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count); 379 int expected_count; member in struct:webrtc::Case 398 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count); 408 int expected_count; member in struct:webrtc::Case 443 CompareRegion(r, cases[i].expected_rects, cases[i].expected_count); 453 int expected_count; member in struct:webrtc::Case [all...] |
/external/autotest/server/cros/dynamic_suite/ |
reporting_unittest.py | 324 def _test_count_label_update(self, labels, remove, expected_count): 330 @param expected_count Count value expected to be returned 342 expected.append(self._create_count_label(expected_count)) 344 self.assertEqual(count, expected_count)
|
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.cpp | 610 int expected_count, 613 if (expected_count != (value_size / components)) { 617 expected_count, components * expected_count, [all...] |
shader_program.h | 472 int expected_count,
|
/system/extras/f2fs_utils/ |
f2fs_sparseblock.c | 623 int expected_count = get_num_blocks_used(info); local 625 printf("Copied %d blocks. Expected to copy %d\n", d.count, expected_count);
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
validators.py | [all...] |
/external/autotest/client/virt/ |
virt_utils.py | [all...] |
/external/vixl/test/ |
test-disasm-a64.cc | 1950 const int expected_count = sizeof(expected) \/ sizeof(expected[0]); local 2002 const int expected_count = sizeof(expected) \/ sizeof(expected[0]); local [all...] |