Searched defs:supported (Results 1 - 18 of 18) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DSupportedParser.java48 * @param supported the header to parse
50 public SupportedParser(String supported) { argument
51 super(supported);
77 Supported supported = new Supported();
78 supported.setHeaderName(SIPHeaderNames.SUPPORTED);
83 supported.setOptionTag(token.getTokenValue());
86 supportedList.add(supported);
92 supported = new Supported();
97 supported.setOptionTag(token.getTokenValue());
100 supportedList.add(supported);
[all...]
/external/stlport/test/unit/cppunit/
H A Dcppunit_timer.h86 static bool supported() { function in class:Timer
/external/chromium/chrome/browser/
H A Dcommand_updater.cc61 bool supported = SupportsCommand(id); local
62 if (supported)
/external/bluetooth/glib/gthread/
H A Dgthread-impl.c294 gboolean supported; local
318 supported = (init->mutex_new &&
342 if (!supported)
345 g_error ("Threads are not supported on this platform.");
/external/icu4c/common/
H A Dservlkf.cpp60 const Hashtable* supported = getSupportedIDs(status); local
61 if (supported) {
64 return supported->get(id) != NULL;
71 const Hashtable* supported = getSupportedIDs(status); local
72 if (supported) {
77 while ((elem = supported->nextElement(pos)) != NULL) {
/external/openssl/crypto/x509v3/
H A Dv3_prn.c67 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported);
198 static int unknown_ext_print(BIO *out, X509_EXTENSION *ext, unsigned long flag, int indent, int supported) argument
206 if(supported)
/external/dbus/dbus/
H A Ddbus-bus.c163 dbus_bool_t supported; local
170 supported = FALSE;
175 retval = _dbus_lookup_session_address (&supported, &addr, &error);
176 if (supported && retval)
180 else if (supported && !retval)
183 _dbus_warn ("Dynamic session lookup supported but failed: %s\n", error.message);
185 _dbus_warn ("Dynamic session lookup supported but failed silently\n");
1480 * supported for path-like namespaces. If your argument match has
H A Ddbus-sysdeps-unix.c1768 _dbus_verbose ("Socket credentials not supported on this OS\n");
3358 * or not a dynamic session lookup is supported on this platform.
3360 * If supported is TRUE and the return value is #TRUE, the
3365 * If supported is FALSE, ignore the return value.
3367 * @param supported returns whether this method is supported
3373 _dbus_lookup_session_address (dbus_bool_t *supported, argument
3381 *supported = FALSE;
3712 * @return TRUE when fd passing over this socket is supported
H A Ddbus-sysdeps-win.c3057 _dbus_lookup_session_address (dbus_bool_t *supported, argument
3062 *supported = FALSE;
3220 return "Protocol not supported";
3222 return "Socket type not supported";
3224 return "Operation not supported";
3226 return "Protocol family not supported";
3228 return "Address family not supported by protocol family";
/external/v8/src/
H A Dregexp-macro-assembler-tracer.cc328 bool supported = assembler_->CheckSpecialCharacterClass(type, local
333 supported ? "true" : "false");
334 return supported;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp71 void MediaPlayerPrivateQt::getSupportedTypes(HashSet<String> &supported) argument
78 supported.add(mime);
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_video.c342 * Check to see if a particular video mode is supported.
343 * It returns 0 if the requested mode is not supported under any bit depth,
370 int supported; local
374 /* Currently 1 and 4 bpp are not supported */
384 supported = 0;
388 for ( b = 0; !supported && SDL_closest_depths[table][b]; ++b ) {
392 /* No sizes supported at this bit-depth */
396 /* Any size supported at this bit-depth */
397 supported = 1;
403 supported
429 int supported; local
[all...]
/external/qemu/target-i386/
H A Dhelper.c95 static void kvm_trim_features(uint32_t *features, uint32_t supported, argument
103 if ((*features & mask) && !(supported & mask)) {
1584 /* sysenter isn't supported on compatibility mode on AMD. and syscall
1585 * isn't supported in compatibility mode on Intel. so advertise the
/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp253 MediaPlayer::SupportsType supported = MediaPlayer::IsNotSupported; local
262 if (engineSupport > supported) {
263 supported = engineSupport;
/external/bluetooth/bluez/audio/
H A Da2dp.c1776 struct sbc_codec_cap *supported)
1785 if (supported->frequency & SBC_SAMPLING_FREQ_44100)
1787 else if (supported->frequency & SBC_SAMPLING_FREQ_48000)
1789 else if (supported->frequency & SBC_SAMPLING_FREQ_32000)
1791 else if (supported->frequency & SBC_SAMPLING_FREQ_16000)
1794 error("No supported frequencies");
1798 if (supported->channel_mode & SBC_CHANNEL_MODE_JOINT_STEREO)
1800 else if (supported->channel_mode & SBC_CHANNEL_MODE_STEREO)
1802 else if (supported->channel_mode & SBC_CHANNEL_MODE_DUAL_CHANNEL)
1804 else if (supported
1775 select_sbc_params(struct sbc_codec_cap *cap, struct sbc_codec_cap *supported) argument
[all...]
/external/webkit/Source/WebCore/editing/
H A DEditorCommand.cpp1115 static bool supported(Frame*) function in namespace:WebCore
1407 { "BackColor", { executeBackColor, supported, enabledInRichlyEditableText, stateNone, valueBackColor, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1409 { "Bold", { executeToggleBold, supported, enabledInRichlyEditableText, stateBold, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1411 { "CreateLink", { executeCreateLink, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1413 { "Delete", { executeDelete, supported, enabledDelete, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1424 { "FindString", { executeFindString, supported, enabled, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1425 { "FontName", { executeFontName, supported, enabledInEditableText, stateNone, valueFontName, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1426 { "FontSize", { executeFontSize, supported, enabledInEditableText, stateNone, valueFontSize, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1427 { "FontSizeDelta", { executeFontSizeDelta, supported, enabledInEditableText, stateNone, valueFontSizeDelta, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1428 { "ForeColor", { executeForeColor, supported, enabledInRichlyEditableTex
[all...]
/external/kernel-headers/original/linux/
H A Dethtool.h20 __u32 supported; /* Features this interface supports */ member in struct:ethtool_cmd
70 __u32 supported; member in struct:ethtool_wolinfo
425 /* CMDs currently supported */
477 /* Indicates what features are supported by the interface. */
H A Dnfs_xdr.h8 * To change the maximum rsize and wsize supported by the NFS client, adjust
530 u32 supported; member in struct:nfs4_accessres

Completed in 799 milliseconds