Searched refs:expected_type (Results 1 - 18 of 18) sorted by relevance

/external/autotest/client/cros/networking/chrome_testing/
H A Dtest_utils.py88 network, expected_name, expected_type, check_name_prefix=True):
96 @param expected_type: The expected value of the 'Type' property.
104 if network['Type'] != expected_type:
106 'Expected network of type "' + expected_type + '", found ' +
/external/libmojo/mojo/edk/system/
H A Dbroker_posix.cc27 BrokerMessageType expected_type,
51 if (header->type != expected_type) {
26 WaitForBrokerMessage(PlatformHandle platform_handle, BrokerMessageType expected_type, size_t expected_num_handles, std::deque<PlatformHandle>* incoming_handles) argument
/external/libchrome/base/trace_event/
H A Dmemory_allocator_dump_unittest.cc57 const char* expected_type,
68 EXPECT_EQ(expected_type, arg_value);
77 const char* expected_type,
81 auto attr_value = CheckAttribute(dump, name, expected_type, expected_units);
55 CheckAttribute(const MemoryAllocatorDump* dump, const std::string& name, const char* expected_type, const char* expected_units) argument
75 CheckString(const MemoryAllocatorDump* dump, const std::string& name, const char* expected_type, const char* expected_units, const std::string& expected_value) argument
/external/libchrome/base/mac/
H A Dfoundation_util.h352 CFStringRef key, const std::string& expected_type, CFTypeRef value);
362 std::string expected_type = TypeNameForCFType(value_specific); local
364 expected_type,
/external/libbrillo/brillo/http/
H A Dcurl_api.cc20 inline bool VerifyOptionType(CURLoption option, int expected_type) { argument
22 return (option_type == expected_type);
/external/openssh/
H A Dopacket.c307 packet_read_expect(int expected_type) argument
311 if ((r = ssh_packet_read_expect(active_state, expected_type)) != 0)
H A Dopacket.h48 void packet_read_expect(int expected_type);
H A Dpacket.c1510 ssh_packet_read_expect(struct ssh *ssh, u_int expected_type) argument
1517 if (type != expected_type) {
1520 expected_type, type)) != 0)
/external/autotest/server/cros/dynamic_suite/
H A Ddynamic_suite.py349 for key, expected_type in self._REQUIRED_KEYWORDS.iteritems():
356 if not value or not isinstance(value, expected_type):
359 % (key, expected_type))
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc741 NetEqOutputType expected_type[8] = { local
763 EXPECT_EQ(expected_type[i - 1], type);
783 EXPECT_EQ(expected_type[i - 1], type);
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_pool_test.py317 def _CheckValueAndType(value, expected_value, expected_type):
319 self.assertIsInstance(value, expected_type)
H A Dreflection_test.py621 def TestGetAndDeserialize(field_name, value, expected_type):
624 self.assertIsInstance(getattr(proto, field_name), expected_type)
627 self.assertIsInstance(getattr(proto2, field_name), expected_type)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb239 def missing_symbol( error, expected_type, follow )
/external/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectsource.cc159 WireFormatLite::WireType expected_type = local
163 if (actual_type != expected_type &&
/external/v8/src/runtime/
H A Druntime-i18n.cc282 CONVERT_ARG_HANDLE_CHECKED(String, expected_type, 1);
290 String::cast(*tag)->Equals(*expected_type));
/external/webrtc/webrtc/p2p/base/
H A Dstun_unittest.cc26 void CheckStunHeader(const StunMessage& msg, StunMessageType expected_type, argument
28 ASSERT_EQ(expected_type, msg.type());
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc115 FieldDescriptor::CppType expected_type) {
122 " Expected : " << cpptype_names_[expected_type] << "\n"
112 ReportReflectionUsageTypeError( const Descriptor* descriptor, const FieldDescriptor* field, const char* method, FieldDescriptor::CppType expected_type) argument
/external/v8/src/crankshaft/
H A Dhydrogen.cc10680 AstType* expected_type = *expected; local
10684 AstType::Intersect(expected_type, AstType::NonNumber(), zone());
10686 AstType::Intersect(expected_type, AstType::Number(), zone());

Completed in 2612 milliseconds