HomeSort by relevance Sort by last modified time
    Searched refs:subtype (Results 26 - 50 of 182) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.cc 45 // Converts the given match to a type (and possibly subtype) based on the AQS
49 const AutocompleteMatch::Type& match, size_t* type, size_t* subtype) {
52 // Default value, indicating no subtype.
53 *subtype = string16::npos;
65 *subtype = 57;
69 *subtype = 58;
73 *subtype = 59;
77 *subtype = 60;
81 *subtype = 61;
85 *subtype = 62
499 size_t subtype = string16::npos; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_batch.c 65 uint32_t subtype, uint32_t ending_offset)
68 annotation->subtype = subtype;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_batch.c 65 uint32_t subtype, uint32_t ending_offset)
68 annotation->subtype = subtype;
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java 212 final InputMethodSubtype subtype = imi.getSubtypeAt(i); local
213 if (subtype.overridesImplicitlyEnabledSubtype() && subtype.getMode().equals(mode)) {
214 subtypes.add(subtype);
270 InputMethodSubtype subtype = subtypes.get(i); local
271 if (subtype.overridesImplicitlyEnabledSubtype()) {
272 final String mode = subtype.getMode();
274 applicableModeAndSubtypesMap.put(mode, subtype);
282 final InputMethodSubtype subtype = subtypes.get(i); local
283 final String locale = subtype.getLocale()
309 final InputMethodSubtype subtype = subtypes.get(i); local
362 InputMethodSubtype subtype = subtypes.get(i); local
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_device_lister_impl.h 24 std::string subtype);
  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.cc 58 media_type->subtype = kMediaSubTypeI420;
68 media_type->subtype = MEDIASUBTYPE_YUY2;
78 media_type->subtype = MEDIASUBTYPE_RGB24;
100 GUID sub_type = media_type->subtype;
  /external/wpa_supplicant_8/wpa_supplicant/
hs20_supplicant.c 142 u8 subtype; local
152 subtype = *pos++;
158 switch (subtype) {
211 wpa_printf(MSG_DEBUG, "HS20: Unsupported subtype %u", subtype);
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 224 * Notify that the input method subtype is being changed in the same input method.
225 * @param subtype New subtype of the notified input method
227 public void changeInputMethodSubtype(InputMethodSubtype subtype);
InputMethodInfo.java 180 if (!"subtype".equals(nodeName)) {
182 "Meta-data in input-method does not start with subtype tag");
186 final InputMethodSubtype subtype = new InputMethodSubtypeBuilder() local
206 if (!subtype.isAuxiliary()) {
209 mSubtypes.add(subtype);
227 final InputMethodSubtype subtype = additionalSubtypes.get(i); local
228 if (!mSubtypes.contains(subtype)) {
229 mSubtypes.add(subtype);
231 Slog.w(TAG, "Duplicated subtype definition found: "
232 + subtype.getLocale() + ", " + subtype.getMode())
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 87 int subtype; member in struct:snd_seq_oss_reg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 87 int subtype; member in struct:snd_seq_oss_reg
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RemoteObject.js 35 * @param {string|undefined} subtype
40 WebInspector.RemoteObject = function(objectId, type, subtype, value, description, preview)
43 this._subtype = subtype;
109 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.subtype, payload.value, payload.description, payload.preview);
142 get subtype()
367 if (this.subtype !== "array")
452 * @param {string|undefined} subtype
457 WebInspector.ScopeRemoteObject = function(objectId, scopeRef, type, subtype, value, description, preview)
459 WebInspector.RemoteObject.call(this, objectId, type, subtype, value, description, preview);
472 return new WebInspector.ScopeRemoteObject(payload.objectId, scopeRef, payload.type, payload.subtype, payload.value, payload.description, payload.preview)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Accept.java 157 * @param subtype String to set
159 public void setContentSubType(String subtype) {
162 mediaRange.setSubtype(subtype);
ContentType.java 82 /** Constructor given a content type and subtype.
84 *@param contentSubtype is the content subtype
97 mediaRange.type + "/" + mediaRange.subtype).compareToIgnoreCase(
136 return mediaRange.subtype;
139 /** Get the content subtype.
140 *@return the content subtype string (or null if not set).
146 /** Get the content subtype.
169 * set the content type and subtype.
171 *@param contentSubType content subtype string
194 /** Set the content subtype
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
conversion_traits.hpp 48 typedef typename mpl::if_<subranged,T,S>::type subtype ; typedef in struct:boost::numeric::convdetail::non_trivial_traits_impl
72 typedef N subtype ; typedef in struct:boost::numeric::convdetail::trivial_traits_impl
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 55 w.startmultipartbody(subtype)
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
149 subtype parameter provides the multipart subtype, the boundary
151 plist parameter provides optional parameters for the subtype. The
159 return self.startbody("multipart/" + subtype,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 55 w.startmultipartbody(subtype)
145 def startmultipartbody(self, subtype, boundary=None, plist=[], prefix=1):
149 subtype parameter provides the multipart subtype, the boundary
151 plist parameter provides optional parameters for the subtype. The
159 return self.startbody("multipart/" + subtype,
  /frameworks/base/core/java/android/net/
NetworkInfo.java 141 public NetworkInfo(int type, int subtype, String typeName, String subtypeName) {
146 mSubtype = subtype;
189 * Return a network-type-specific integer describing the subtype
191 * @return the network subtype
199 void setSubtype(int subtype, String subtypeName) {
201 mSubtype = subtype;
218 * Return a human-readable name describing the subtype of the network.
219 * @return the name of the network subtype
472 int subtype = in.readInt();
475 NetworkInfo netInfo = new NetworkInfo(netType, subtype, typeName, subtypeName)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 25 private String subtype; field in class:ContentTypeParser
30 public String getSubType() { return subtype; }
66 Token subtype; local
69 subtype = jj_consume_token(ATOKEN);
71 this.subtype = subtype.image;
  /system/core/sh/
show.c 170 int subtype; local
185 subtype = *++p;
186 if (subtype == VSLENGTH)
192 if (subtype & VSNUL)
195 switch (subtype & VSTYPE) {
228 printf("<subtype %d>", subtype);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SingleSpellCheckerPreference.java 142 final SpellCheckerSubtype subtype = mSpellCheckerInfo.getSubtypeAt(i); local
143 final CharSequence label = subtype.getDisplayName(
169 final SpellCheckerSubtype subtype = mTsm.getCurrentSpellCheckerSubtype(true);
171 + subtype == null ? "null" : subtype.getLocale());
  /external/okhttp/src/test/java/com/squareup/okhttp/
MediaTypeTest.java 40 assertEquals("plain", mediaType.subtype());
91 assertEquals("!#$%&'*+-.{|}~", mediaType.subtype());
97 assertEquals("plain", mediaType.subtype());
  /frameworks/base/core/java/com/android/internal/view/
IInputMethod.aidl 55 void changeInputMethodSubtype(in InputMethodSubtype subtype);
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 125 public SubTypeEntry(String subtype) {
127 _value = (subtype != null ? subtype : "");
228 * @param subtype
232 public boolean contains(String subtype) {
233 return subtype != null && this.containsKey(subtype.toLowerCase());
240 * @param subtype
244 public boolean add(String subtype) {
245 if (subtype == null || this.contains(subtype))
1087 String subtype = map.get(Fields.Subtype); local
1962 String subtype = info.getSubtype().toLowerCase(); local
2045 String subtype = (info != null ? info.getSubtype() : ""); local
    [all...]
ServiceInfoImpl.java 119 * @param subtype
127 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, String text) {
128 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, (byte[]) null);
142 * @param subtype
150 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, Map<String, ?> props) {
151 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromProperties(props));
157 * @param subtype
165 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, byte text[]) {
166 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, text);
192 this._subtype = map.get(Fields.Subtype);
253 String subtype = ""; local
345 String subtype = (qualifiedNameMap.containsKey(Fields.Subtype) ? qualifiedNameMap.get(Fields.Subtype) : ""); local
388 String subtype = this.getSubtype(); local
    [all...]

Completed in 905 milliseconds

12 3 4 5 6 7 8