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

123456

/external/python/cpython3/Doc/includes/
H A Demail-mime.py20 # MIME subtype for each specific image.
25 subtype=imghdr.what(None, img_data)) variable
/external/icu/icu4c/source/i18n/
H A Dnounit.cpp25 NoUnit::NoUnit(const char* subtype) { argument
26 initNoUnit(subtype);
/external/nos/test/system-test-harness/src/
H A Dstress_test.cc89 uint16_t subtype = (msg.data[0] << 8) | msg.data[1]; local
90 if (subtype != OneofTestResultsCase::kFullStressResult) {
93 (OneofTestResultsCase)subtype) << " (" << subtype << ")\n";
/external/v8/src/inspector/
H A Dv8-internal-value-type.cc41 v8::Local<v8::String> subtype = subtypeForInternalType(isolate, type); local
42 return object->SetPrivate(context, privateValue, subtype).FromMaybe(false);
50 v8::Local<v8::String> subtype = subtypeForInternalType(isolate, type); local
56 ->SetPrivate(context, privateValue, subtype)
H A Dinjected_script_externs.js32 InjectedScriptHostClass.prototype.subtype = function(obj) {}
H A Dv8-injected-script-host.cc67 setFunctionProperty(context, injectedScriptHost, "subtype",
171 std::unique_ptr<StringBuffer> subtype = local
173 if (subtype) {
174 info.GetReturnValue().Set(toV8String(isolate, subtype->string()));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c68 uint32_t subtype, uint32_t ending_offset)
71 annotation->subtype = subtype;
67 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);
73 return new MediaType(string, type, subtype, charset);
85 * Returns a specific media subtype, such as "plain" or "png", "mpeg",
88 public String subtype() { method in class:MediaType
89 return subtype;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dapp.cc27 // |V=2|P| subtype | PT=APP=204 | length |
45 void App::WithSubType(uint8_t subtype) { argument
46 RTC_DCHECK_LE(subtype, 0x1f);
47 sub_type_ = subtype;
/external/pdfium/core/fpdfdoc/
H A Dcpdf_annotlist.cpp137 const ByteString subtype = pDict->GetStringFor("Subtype"); local
138 if (subtype == "Popup") {
145 if (bRegenerateAP && subtype == "Widget" &&
/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/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_osf.h78 char subtype[MAXGENRELEN]; member in struct:xt_osf_user_finger
/external/libbrillo/brillo/
H A Dmime_utils.cc70 std::string* subtype,
77 if (!mime::Split(parts.front(), type, subtype))
94 std::string* subtype) {
101 if (subtype)
102 *subtype = types.second;
108 const std::string& subtype,
111 parts.push_back(brillo::string_utils::Join("/", type, subtype));
131 std::string subtype; local
134 if (mime::Split(mime_string, &type, &subtype, &parameters))
68 Split(const std::string& mime_string, std::string* type, std::string* subtype, mime::Parameters* parameters) argument
92 Split(const std::string& mime_string, std::string* type, std::string* subtype) argument
107 Combine(const std::string& type, const std::string& subtype, const mime::Parameters& parameters) argument
/external/libdrm/intel/
H A Dintel_bufmgr.h108 uint32_t subtype; member in struct:_drm_intel_aub_annotation
/external/libjpeg-turbo/
H A Drdtarga.c339 int idlen, cmaptype, subtype, flags, interlace_type, components; local
355 subtype = UCH(targaheader[2]);
372 if (subtype > 8) {
376 subtype -= 8;
382 /* Now should have subtype 1, 2, or 3 */
386 switch (subtype) {
/external/libpcap/
H A Dgrammar.y334 %type <i> NUM action reason type subtype type_subtype dir
556 p80211: TYPE type SUBTYPE subtype
578 subtype: NUM label
595 bpf_error(cstate, "unknown 802.11 subtype name");
623 int subtype;
625 subtype = str2tok($2, llc_s_subtypes);
626 if (subtype != -1)
627 $$ = gen_llc_s_subtype(cstate, subtype);
629 subtype = str2tok($2, llc_u_subtypes);
630 if (subtype
[all...]
/external/mesa3d/src/compiler/glsl/
H A Dopt_array_splitting.cpp438 const struct glsl_type *subtype; local
441 subtype = type->column_type();
443 subtype = type->fields.array;
454 new(entry->mem_ctx) ir_variable(subtype, name, ir_var_temporary);
/external/python/cpython3/Lib/email/
H A Dheaderregistry.py470 self._subtype = utils._sanitize(self._parse_tree.subtype)
477 def subtype(self): member in class:ContentTypeHeader
482 return self.maintype + '/' + self.subtype
/external/tcpdump/
H A Dprint-eap.c156 u_int tlen, type, subtype; local
199 subtype = *(tptr+4);
201 tok2str(eap_type_values, "unknown", subtype),
202 subtype));
204 switch (subtype) {
239 if (subtype == EAP_TYPE_TTLS)
271 ND_PRINT((ndo, " subtype [%s] 0x%02x,",
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DNetworkMonitorAutoDetect.java72 // further divided into 2G, 3G, or 4G from the subtype.
74 // Defined from NetworkInfo.subtype, which is one of the TelephonyManager.NETWORK_TYPE_XXXs.
76 private final int subtype; field in class:NetworkMonitorAutoDetect.NetworkState
78 public NetworkState(boolean connected, int type, int subtype) { argument
81 this.subtype = subtype;
93 return subtype;
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sake_common.h50 u8 subtype; member in struct:eap_sake_hdr
H A Deap_tlv_common.h75 u8 subtype; member in struct:eap_tlv_crypto_binding_tlv

Completed in 1102 milliseconds

123456