HomeSort by relevance Sort by last modified time
    Searched refs:set_type (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/protobuf/examples/
add_person.cc 42 phone_number->set_type(tutorial::Person::MOBILE);
44 phone_number->set_type(tutorial::Person::HOME);
46 phone_number->set_type(tutorial::Person::WORK);
  /external/google-tv-pairing-protocol/cpp/tests/polo/wire/protobuf/
protobufwireadaptertest.cc 129 proto.mutable_encoding()->set_type(
134 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_CONFIGURATION);
155 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_CONFIGURATION_ACK);
173 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_NUMERIC);
177 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_ALPHANUMERIC);
181 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_HEXADECIMAL);
185 encoding->set_type(Options_Encoding_EncodingType_ENCODING_TYPE_QRCODE);
189 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_OPTIONS);
225 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_PAIRING_REQUEST);
245 outer.set_type(OuterMessage_MessageType_MESSAGE_TYPE_PAIRING_REQUEST_ACK)
    [all...]
  /external/vboot_reference/host/include/
cgpt_params.h 38 int set_type; member in struct:CgptAddParams
89 int set_type; member in struct:CgptFindParams
  /system/connectivity/shill/cellular/
modem_1.cc 80 set_type(Cellular::kTypeUniversal);
82 set_type(Cellular::kTypeUniversalCDMA);
modem_classic.cc 54 set_type(Cellular::kTypeCDMA);
57 set_type(Cellular::kTypeGSM);
  /external/llvm/include/llvm/ADT/
SetVector.h 44 typedef Set set_type; typedef in class:llvm::SetVector
219 set_type &set_;
222 TestAndEraseFromSet(UnaryPredicate P, set_type &set_) : P(P), set_(set_) {}
234 set_type set_; ///< The set.
  /external/vboot_reference/cgpt/
cmd_find.c 103 params.set_type = 1;
155 if (!params.set_unique && !params.set_type && !params.set_label) {
  /external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
reporter.py 80 msg.set_type('multipart/alternative')
83 text_msg.set_type('text/plain')
87 html_msg.set_type('text/html')
91 html_long.set_type('text/html')
  /external/webrtc/talk/app/webrtc/
jsepsessiondescription.h 75 void set_type(const std::string& type) { type_ = type; } function in class:webrtc::JsepSessionDescription
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
lp.h 16 #include <isl/set_type.h>
vertices.h 4 #include <isl/set_type.h>
obj.h 4 #include <isl/set_type.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
lp.h 16 #include <isl/set_type.h>
vertices.h 4 #include <isl/set_type.h>
obj.h 4 #include <isl/set_type.h>
  /external/webrtc/webrtc/call/
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)
    [all...]
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 83 op.set_type(orig_type);
236 first_op.set_type(orig_type);
257 second_op.set_type(orig_type);
339 op.set_type(InstallOperation::SOURCE_COPY);
447 first_op.set_type(InstallOperation::SOURCE_COPY);
458 second_op.set_type(InstallOperation::SOURCE_COPY);
471 third_op.set_type(InstallOperation::SOURCE_COPY);
521 first_op.set_type(InstallOperation::ZERO);
529 second_op.set_type(InstallOperation::REPLACE);
538 third_op.set_type(InstallOperation::REPLACE)
    [all...]
  /external/v8/src/compiler/
node-properties.h 153 node->set_type(type);
155 static void RemoveType(Node* node) { node->set_type(nullptr); }
  /development/ndk/platforms/android-3/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
irq.h 70 int (*set_type)(unsigned int irq, unsigned int flow_type); member in struct:irq_chip

Completed in 782 milliseconds

1 2 3 4 5 6 7