HomeSort by relevance Sort by last modified time
    Searched refs:target_value (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 60 void VerifyOutput(int16_t target_value) {
71 EXPECT_EQ(output_value, target_value);
  /art/runtime/
subtype_check_info.h 177 BitString::StorageType target_value = target.GetEncodedPathToRoot(); local
180 bool result = (source_value & target_mask) == (target_value);
  /external/piex/src/image_type_recognition/
image_type_recognition_lite.cc 76 const unsigned short target_value) { // NOLINT
83 return (target_value == value);
89 const unsigned int target_value) {
96 return (target_value == value);
  /external/libchrome/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 102 TargetType target_value = static_cast<TargetType>(value); local
104 memcpy(&(*data_)[pos], &target_value, sizeof(TargetType));

Completed in 480 milliseconds