HomeSort by relevance Sort by last modified time
    Searched refs:expected_value (Results 26 - 50 of 93) sorted by null

12 3 4

  /external/libmojo/mojo/common/
common_custom_types_unittest.cc 43 void DoExpectResponse(T* expected_value,
46 BounceTestTraits<T>::ExpectEquality(*expected_value, value);
51 base::Callback<void(const T&)> ExpectResponse(T* expected_value,
53 return base::Bind(&DoExpectResponse<T>, expected_value, closure);
  /system/core/base/include/android-base/
properties.h 62 // Waits for the system property `key` to have the value `expected_value`.
65 bool WaitForProperty(const std::string& key, const std::string& expected_value,
  /external/autotest/client/cros/multimedia/
display_facade_native.py 71 expected_value=True)
88 expected_value=True)
158 expected_value="success")
253 expected_value="success")
400 expected_value=is_mirrored,
467 expected_value=display)
548 expected_value=True)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 342 int expected_value )
373 if (actual_value != expected_value)
382 if (actual_value < expected_value)
384 else if (actual_value > expected_value)
385 scores[index].points -= (actual_value - expected_value) * ami->weight;
  /art/runtime/gc/accounting/
remembered_set.cc 45 void operator()(uint8_t* card, uint8_t expected_value, uint8_t new_value ATTRIBUTE_UNUSED) const {
46 if (expected_value == CardTable::kCardDirty) {
mod_union_table.cc 44 uint8_t expected_value,
46 if (expected_value == CardTable::kCardDirty) {
61 uint8_t expected_value,
63 if (expected_value == CardTable::kCardDirty) {
  /external/bart/bart/sched/
SchedMatrix.py 263 def assertSiblings(self, pid, expected_value, operator,
278 getSiblings(pid, expected_value, op)
283 getSiblings(pid) == expected_value
292 return operator(num_siblings, expected_value)
  /external/libvpx/libvpx/test/
vp9_skip_loopfilter_test.cc 53 void SetSkipLoopFilter(int value, vpx_codec_err_t expected_value) {
54 decoder_->Control(VP9_SET_SKIP_LOOP_FILTER, value, expected_value);
  /bionic/tests/
buffer_tests.cpp 218 uint8_t expected_value; local
221 expected_value = 0xad;
223 expected_value = 0xde;
225 ASSERT_EQ(expected_value, buffer[i]);
  /external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
policy_ChromeOsLockOnIdleSuspend.py 89 expected_value=True,
  /external/autotest/puppylab/
clusterctl 215 def _check_shadow_config(self, vm, key, expected_value):
221 if value != expected_value:
224 (vm, key, value, expected_value))
  /external/autotest/server/site_tests/video_PlaybackQuality/
video_PlaybackQuality.py 61 def _check_rgb_value(self, value, expected_value):
68 @param expected_value: Expected value. It's ether 0 or 0xFF.
72 if expected_value <= value <= self.COLOR_MARGIN_0:
75 if expected_value >= value >= self.COLOR_MARGIN_255:
  /external/protobuf/src/google/protobuf/io/
coded_stream_unittest.cc 214 uint32 expected_value = static_cast<uint32>(kVarintCases_case.value); local
215 EXPECT_EQ(expected_value, coded_input.ReadTag());
217 EXPECT_TRUE(coded_input.LastTagWas(expected_value));
218 EXPECT_FALSE(coded_input.LastTagWas(expected_value + 1));
267 uint32 expected_value = static_cast<uint32>(kVarintCases_case.value); local
271 EXPECT_FALSE(coded_input.ExpectTag(expected_value + 1));
272 EXPECT_TRUE(coded_input.ExpectTag(expected_value));
274 EXPECT_FALSE(coded_input.ExpectTag(expected_value));
288 const uint32 expected_value = static_cast<uint32>(kVarintCases_case.value); local
294 expected_value + 1))
    [all...]
  /external/autotest/client/cros/enterprise/
enterprise_policy_base.py 327 def verify_policy_value(self, policy_name, expected_value):
332 @param expected_value: the expected value for policy_name.
341 if isinstance(expected_value, list):
352 if not expected_value == value_shown:
355 policy_name, expected_value,
  /external/autotest/client/site_tests/platform_InputBrowserNav/
platform_InputBrowserNav.py 67 expected_value=True)
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 123 #define __builtin_expect(x, expected_value) (x)
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattWriteTest.py 326 expected_value = char_value[:data_length]
328 expected_value, event['data']['value'],
351 expected_value = char_value[:data_length]
353 expected_value, event['data']['value'],
  /external/libmojo/mojo/public/cpp/bindings/tests/
associated_interface_unittest.cc 141 void DoExpectValueSetFlagAndRunClosure(int32_t expected_value,
145 EXPECT_EQ(expected_value, value);
154 int32_t expected_value,
158 &DoExpectValueSetFlagAndRunClosure, expected_value, flag, closure);
struct_traits_unittest.cc 320 void ExpectEnumWithTraits(EnumWithTraitsImpl expected_value,
323 EXPECT_EQ(expected_value, value);
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceAttributeRequest/
bluetooth_SDP_ServiceAttributeRequest.py 158 def assert_attribute_equals(self, class_id, attr_id, expected_value):
159 """Verify that |attr_id| of service with |class_id| has |expected_value|
163 @param expected_value: The expected value for the attribute.
164 @raise error.TestFail: If the actual value differs from |expected_value|
167 expected_value)
  /external/webrtc/webrtc/modules/audio_coding/neteq/
decoder_database_unittest.cc 72 const uint8_t expected_value = DecoderDatabase::kRtpPayloadTypeError; local
73 EXPECT_EQ(expected_value,
  /tools/test/connectivity/acts/framework/tests/
acts_base_class_test.py     [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tests/
validators_unittest.py 423 for filename, (fingers, expected_value) in files.items():
431 self.assertEqual(metric.value, expected_value)
730 for filename, expected_value in filenames.items():
734 self.assertAlmostEqual(vlog.metrics[0].value, expected_value)
    [all...]
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
policy_PowerManagementIdleSettings.py 161 expected_value=value,
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1095 void overloaded_func(multi_span<const int, dynamic_range, 3, 5> exp, int expected_value)
1098 CHECK(val == expected_value);
1102 void overloaded_func(multi_span<const char, dynamic_range, 3, 5> exp, char expected_value)
1105 CHECK(val == expected_value);
1109 void fixed_func(multi_span<int, 3, 3, 5> exp, int expected_value)
1112 CHECK(val == expected_value);
    [all...]

Completed in 781 milliseconds

12 3 4