/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/ |
D | protobufwireadaptertest.cc | 129 proto.mutable_encoding()->set_type( in TEST_F() 134 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_CONFIGURATION); in TEST_F() 155 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_CONFIGURATION_ACK); in TEST_F() 173 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_NUMERIC); in TEST_F() 177 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_ALPHANUMERIC); in TEST_F() 181 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_HEXADECIMAL); in TEST_F() 185 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_QRCODE); in TEST_F() 189 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_OPTIONS); in TEST_F() 225 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_PAIRING_REQUEST); in TEST_F() 245 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_PAIRING_REQUEST_ACK); in TEST_F() [all …]
|
/external/protobuf/examples/ |
D | add_person.cc | 42 phone_number->set_type(tutorial::Person::MOBILE); in PromptForAddress() 44 phone_number->set_type(tutorial::Person::HOME); in PromptForAddress() 46 phone_number->set_type(tutorial::Person::WORK); in PromptForAddress()
|
/external/webrtc/webrtc/call/ |
D | rtc_event_log.cc | 251 start_event.set_type(rtclog::Event::LOG_START); 266 event.set_type(rtclog::Event::VIDEO_RECEIVER_CONFIG_EVENT); 304 event.set_type(rtclog::Event::VIDEO_SENDER_CONFIG_EVENT); 353 rtp_event.set_type(rtclog::Event::RTP_EVENT); 355 rtp_event.mutable_rtp_packet()->set_type(ConvertMediaType(media_type)); 368 rtcp_event.set_type(rtclog::Event::RTCP_EVENT); 370 rtcp_event.mutable_rtcp_packet()->set_type(ConvertMediaType(media_type)); 424 event.set_type(rtclog::Event::AUDIO_PLAYOUT_EVENT); 436 event.set_type(rtclog::Event::BWE_PACKET_LOSS_EVENT); 450 event.set_type(rtclog::Event::LOG_END);
|
/external/llvm/include/llvm/ADT/ |
D | SetVector.h | 45 typedef Set set_type; typedef 263 set_type &set_; 266 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) in TestAndEraseFromSet() 279 set_type set_; ///< The set.
|
/external/vboot_reference/host/include/ |
D | cgpt_params.h | 38 int set_type; member 89 int set_type; member
|
/external/libtextclassifier/common/ |
D | fml-parser.cc | 169 descriptor->set_type(name); in Parse() 222 subfeature->set_type(type); in ParseFeature() 237 subfeature->set_type(type); in ParseFeature()
|
D | feature-descriptors.h | 55 void set_type(const std::string &type) { type_ = type; } in set_type() function
|
/external/vboot_reference/cgpt/ |
D | cmd_find.c | 103 params.set_type = 1; in cmd_find() 155 if (!params.set_unique && !params.set_type && !params.set_label) { in cmd_find()
|
D | cgpt_add.c | 34 if (params->set_type) { in DumpCgptAddParams() 86 if (params->set_type) in GptSetEntryAttributes() 116 if (!params->set_begin || !params->set_size || !params->set_type) { in SetEntryAttributes()
|
D | cmd_add.c | 87 params.set_type = 1; in cmd_add()
|
D | cgpt_find.c | 129 || (params->set_type && GuidEqual(¶ms->type_guid, &entry->type))) { in gpt_search()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SetVector.h | 42 typedef Set set_type; typedef 157 set_type set_; ///< The set.
|
/external/autotest/client/cros/bluetooth/ |
D | bluetooth_tester_xmlrpc_server.py | 311 set_type = self._control.start_discovery(self.index, address_type) 312 if set_type != address_type: 314 '%x != %x', set_type, address_type)
|
/external/google-tv-pairing-protocol/cpp/src/polo/wire/protobuf/ |
D | protobufwireadapter.cc | 54 configuration.mutable_encoding()->set_type( in SendConfigurationMessage() 83 encoding->set_type(EncodingTypeToProto(option.encoding_type())); in SendOptionsMessage() 92 encoding->set_type(EncodingTypeToProto(option.encoding_type())); in SendOptionsMessage() 389 outer.set_type(type); in SendMessagePayload()
|
/external/v8/src/compiler/ |
D | node-properties.h | 166 node->set_type(type); in SetType() 168 static void RemoveType(Node* node) { node->set_type(nullptr); } in RemoveType()
|
/external/webrtc/talk/app/webrtc/ |
D | jsepsessiondescription.h | 75 void set_type(const std::string& type) { type_ = type; } in set_type() function
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_impl.cc | 627 debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM); in ProcessStream() 717 debug_dump_.capture.event_msg->set_type(audioproc::Event::STREAM); in ProcessStream() 895 debug_dump_.render.event_msg->set_type(audioproc::Event::REVERSE_STREAM); in AnalyzeReverseStreamLocked() 965 debug_dump_.render.event_msg->set_type(audioproc::Event::REVERSE_STREAM); in AnalyzeReverseStream() 1453 debug_dump_.capture.event_msg->set_type(audioproc::Event::INIT); in WriteInitMessage() 1519 debug_dump_.capture.event_msg->set_type(audioproc::Event::CONFIG); in WriteConfigMessage()
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | CommonToken.pm | 91 sub set_type { subroutine
|
/external/python/cpython2/Lib/bsddb/test/ |
D | test_dbtables.py | 345 def set_type(type): function 361 mappings={'Type': set_type})
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.h | 169 void set_type(const google::protobuf::Type* type) { type_ = type; } in set_type() function
|
/external/v8/src/ |
D | bootstrapper.h | 55 Script::cast(shared->script())->set_type(type_); in Add()
|
D | code-stubs-hydrogen.cc | 125 param->set_type(HType::Smi()); in BuildGraph() 331 object->set_type(HType::JSObject()); in BuildCodeStub()
|
/external/webrtc/webrtc/p2p/base/ |
D | candidate.h | 116 void set_type(const std::string & type) { type_ = type; } in set_type() function
|
D | stunport.h | 279 set_type(STUN_PORT_TYPE); in StunPort()
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.h | 258 extern void set_type (char *command_line);
|