/external/autotest/client/cros/networking/chrome_testing/ |
H A D | test_utils.py | 88 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 D | broker_posix.cc | 27 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 D | memory_allocator_dump_unittest.cc | 57 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 D | foundation_util.h | 352 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 D | curl_api.cc | 20 inline bool VerifyOptionType(CURLoption option, int expected_type) { argument 22 return (option_type == expected_type);
|
/external/openssh/ |
H A D | opacket.c | 307 packet_read_expect(int expected_type) argument 311 if ((r = ssh_packet_read_expect(active_state, expected_type)) != 0)
|
H A D | opacket.h | 48 void packet_read_expect(int expected_type);
|
H A D | packet.c | 1510 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 D | dynamic_suite.py | 349 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 D | neteq_impl_unittest.cc | 741 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 D | descriptor_pool_test.py | 317 def _CheckValueAndType(value, expected_value, expected_type): 319 self.assertIsInstance(value, expected_type)
|
H A D | reflection_test.py | 621 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 D | debug.rb | 239 def missing_symbol( error, expected_type, follow )
|
/external/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 159 WireFormatLite::WireType expected_type = local 163 if (actual_type != expected_type &&
|
/external/v8/src/runtime/ |
H A D | runtime-i18n.cc | 282 CONVERT_ARG_HANDLE_CHECKED(String, expected_type, 1); 290 String::cast(*tag)->Equals(*expected_type));
|
/external/webrtc/webrtc/p2p/base/ |
H A D | stun_unittest.cc | 26 void CheckStunHeader(const StunMessage& msg, StunMessageType expected_type, argument 28 ASSERT_EQ(expected_type, msg.type());
|
/external/protobuf/src/google/protobuf/ |
H A D | generated_message_reflection.cc | 115 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 D | hydrogen.cc | 10680 AstType* expected_type = *expected; local 10684 AstType::Intersect(expected_type, AstType::NonNumber(), zone()); 10686 AstType::Intersect(expected_type, AstType::Number(), zone());
|