Searched defs:subtype (Results 1 - 25 of 93) sorted by relevance

1234

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_device_lister_impl.cc26 const std::string& subtype)
31 base::StringPrintf(kPrivetSubtypeTemplate, subtype.c_str())) {
23 PrivetDeviceListerImpl( ServiceDiscoveryClient* service_discovery_client, PrivetDeviceLister::Delegate* delegate, const std::string& subtype) argument
/external/smack/src/org/xbill/DNS/
H A DAFSDBRecord.java26 * @param subtype Indicates the type of service provided by the host.
30 AFSDBRecord(Name name, int dclass, long ttl, int subtype, Name host) { argument
31 super(name, Type.AFSDB, dclass, ttl, subtype, "subtype", host, "host");
34 /** Gets the subtype indicating the service provided by the host. */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c65 uint32_t subtype, uint32_t ending_offset)
68 annotation->subtype = subtype;
64 make_annotation(drm_intel_aub_annotation *annotation, uint32_t type, uint32_t subtype, uint32_t ending_offset) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c65 uint32_t subtype, uint32_t ending_offset)
68 annotation->subtype = subtype;
64 make_annotation(drm_intel_aub_annotation *annotation, uint32_t type, uint32_t subtype, uint32_t ending_offset) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DMediaRange.java48 * | ( type "/" subtype )
65 /** subtype field
67 protected String subtype; field in class:MediaRange
85 return subtype;
97 * Set the subtype member
101 subtype = s;
115 .append(subtype);
H A DAccept.java157 * @param subtype String to set
159 public void setContentSubType(String subtype) { argument
162 mediaRange.setSubtype(subtype);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DMediaType.java36 private final String subtype; field in class:MediaType
39 private MediaType(String mediaType, String type, String subtype, String charset) { argument
42 this.subtype = subtype;
54 String subtype = typeSubtype.group(2).toLowerCase(Locale.US);
70 return new MediaType(string, type, subtype, charset);
82 * Returns a specific media subtype, such as "plain" or "png", "mpeg",
85 public String subtype() { method in class:MediaType
86 return subtype;
/external/chromium_org/net/base/
H A Dmime_util_unittest.cc304 std::string subtype; local
306 "application/mime", &top_level_type, &subtype));
308 EXPECT_EQ("mime", subtype);
310 // Various allowed subtype forms.
/external/tcpdump/
H A Dprint-mptcp.c286 u_int subtype; local
292 subtype = min(MPTCP_OPT_SUBTYPE(opt->sub_etc), MPTCP_SUB_FCLOSE + 1);
294 printf(" %s", mptcp_options[subtype].name);
295 return mptcp_options[subtype].print(cp, len, flags);
H A Dprint-eap.c168 u_int tlen, type, subtype; local
209 subtype = *(tptr+4);
214 switch (subtype) {
274 printf(" subtype [%s] 0x%02x,",
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.cc489 std::string subtype; local
491 mime_type, &top_level_type, &subtype) ||
495 // Replace a slash used for type/subtype separator with an underscore.
496 std::string output = top_level_type + "_" + subtype;
/external/chromium_org/media/midi/
H A Dusb_midi_descriptor_parser.cc159 DescriptorSubType subtype = static_cast<DescriptorSubType>(data[2]); local
161 if (subtype != SUBTYPE_MIDI_OUT_JACK &&
162 subtype != SUBTYPE_MIDI_IN_JACK)
/external/chromium_org/mojo/system/
H A Dchannel.cc405 switch (message_view.subtype()) {
501 bool Channel::SendControlMessage(MessageInTransit::Subtype subtype, argument
504 DVLOG(2) << "Sending channel control message: subtype " << subtype
507 MessageInTransit::kTypeChannel, subtype, 0, nullptr));
H A Dmessage_in_transit.cc89 Subtype subtype,
95 ConstructorHelper(type, subtype, num_bytes);
107 Subtype subtype,
113 ConstructorHelper(type, subtype, num_bytes);
198 Subtype subtype,
204 header()->subtype = subtype;
88 MessageInTransit(Type type, Subtype subtype, uint32_t num_bytes, const void* bytes) argument
106 MessageInTransit(Type type, Subtype subtype, uint32_t num_bytes, UserPointer<const void> bytes) argument
197 ConstructorHelper(Type type, Subtype subtype, uint32_t num_bytes) argument
H A Dmessage_in_transit.h120 Subtype subtype() const { return header()->subtype; } function in class:mojo::system::MessageInTransit::View
137 Subtype subtype,
142 Subtype subtype,
196 Subtype subtype() const { return header()->subtype; } function in class:mojo::system::MessageInTransit
234 Subtype subtype; // 2 bytes. member in struct:mojo::system::MessageInTransit::Header
247 void ConstructorHelper(Type type, Subtype subtype, uint32_t num_bytes);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.cpp296 size_t subtype = mimeType.find("+json", 12, false); local
297 if (subtype != kNotFound) {
301 unsigned endSubtype = static_cast<unsigned>(subtype) + 5;
304 return parameterMarker > subtype;
/external/chromium_org/third_party/libjpeg_turbo/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 subtype = UCH(targaheader[2]);
369 if (subtype > 8) {
373 subtype -= 8;
379 /* Now should have subtype 1, 2, or 3 */
383 switch (subtype) {
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_array_splitting.cpp370 const struct glsl_type *subtype; local
373 subtype = type->column_type();
375 subtype = type->fields.array;
388 new(entry->mem_ctx) ir_variable(subtype, name, ir_var_temporary);
/external/iptables/include/linux/netfilter/
H A Dxt_osf.h76 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java29 * <li>&lt;sub&gt;: This is the subtype for the application protocol</li>
90 * @param subtype
91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
98 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final String text) { argument
99 return new ServiceInfoImpl(type, name, subtype, port, 0, 0, false, text);
130 * @param subtype
131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
142 public static ServiceInfo create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final String text) { argument
143 return new ServiceInfoImpl(type, name, subtype, port, weight, priority, false, text);
174 * @param subtype
186 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final Map<String, ?> props) argument
230 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final byte[] text) argument
278 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final String text) argument
326 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final Map<String, ?> props) argument
374 create(final String type, final String name, final String subtype, final int port, final int weight, final int priority, final boolean persistent, final byte[] text) argument
[all...]
/external/jpeg/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 subtype = UCH(targaheader[2]);
369 if (subtype > 8) {
373 subtype -= 8;
379 /* Now should have subtype 1, 2, or 3 */
383 switch (subtype) {
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_osf.h75 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
/external/libpcap/
H A Dgrammar.y305 %type <i> NUM action reason type subtype type_subtype dir
524 p80211: TYPE type SUBTYPE subtype
546 subtype: NUM label
563 bpf_error("unknown 802.11 subtype name");
/external/mesa3d/src/glsl/
H A Dopt_array_splitting.cpp370 const struct glsl_type *subtype; local
373 subtype = type->column_type();
375 subtype = type->fields.array;
388 new(entry->mem_ctx) ir_variable(subtype, name, ir_var_temporary);
/external/qemu/distrib/jpeg-6b/
H A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; local
353 subtype = UCH(targaheader[2]);
369 if (subtype > 8) {
373 subtype -= 8;
379 /* Now should have subtype 1, 2, or 3 */
383 switch (subtype) {

Completed in 823 milliseconds

1234