Home
last modified time | relevance | path

Searched refs:set_type (Results 1 – 25 of 71) sorted by relevance

123

/external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
Dprotobufwireadaptertest.cc129 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/
Dadd_person.cc42 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/
Drtc_event_log.cc251 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/
DSetVector.h45 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/
Dcgpt_params.h38 int set_type; member
89 int set_type; member
/external/libtextclassifier/common/
Dfml-parser.cc169 descriptor->set_type(name); in Parse()
222 subfeature->set_type(type); in ParseFeature()
237 subfeature->set_type(type); in ParseFeature()
Dfeature-descriptors.h55 void set_type(const std::string &type) { type_ = type; } in set_type() function
/external/vboot_reference/cgpt/
Dcmd_find.c103 params.set_type = 1; in cmd_find()
155 if (!params.set_unique && !params.set_type && !params.set_label) { in cmd_find()
Dcgpt_add.c34 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()
Dcmd_add.c87 params.set_type = 1; in cmd_add()
Dcgpt_find.c129 || (params->set_type && GuidEqual(&params->type_guid, &entry->type))) { in gpt_search()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSetVector.h42 typedef Set set_type; typedef
157 set_type set_; ///< The set.
/external/autotest/client/cros/bluetooth/
Dbluetooth_tester_xmlrpc_server.py311 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/
Dprotobufwireadapter.cc54 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/
Dnode-properties.h166 node->set_type(type); in SetType()
168 static void RemoveType(Node* node) { node->set_type(nullptr); } in RemoveType()
/external/webrtc/talk/app/webrtc/
Djsepsessiondescription.h75 void set_type(const std::string& type) { type_ = type; } in set_type() function
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl.cc627 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/
DCommonToken.pm91 sub set_type { subroutine
/external/python/cpython2/Lib/bsddb/test/
Dtest_dbtables.py345 def set_type(type): function
361 mappings={'Type': set_type})
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.h169 void set_type(const google::protobuf::Type* type) { type_ = type; } in set_type() function
/external/v8/src/
Dbootstrapper.h55 Script::cast(shared->script())->set_type(type_); in Add()
Dcode-stubs-hydrogen.cc125 param->set_type(HType::Smi()); in BuildGraph()
331 object->set_type(HType::JSObject()); in BuildCodeStub()
/external/webrtc/webrtc/p2p/base/
Dcandidate.h116 void set_type(const std::string & type) { type_ = type; } in set_type() function
Dstunport.h279 set_type(STUN_PORT_TYPE); in StunPort()
/external/e2fsprogs/ext2ed/
Dext2ed.h258 extern void set_type (char *command_line);

123