Searched refs:supported (Results 101 - 125 of 329) sorted by relevance

1234567891011>>

/macosx-10.10/apr-32/apr/apr/atomic/unix/
H A Dia32.c105 #error APR_SIZEOF_VOIDP value not supported
122 #error APR_SIZEOF_VOIDP value not supported
H A Dppc.c173 #error APR_SIZEOF_VOIDP value not supported
202 #error APR_SIZEOF_VOIDP value not supported
H A Ds390.c127 #error APR_SIZEOF_VOIDP value not supported
150 #error APR_SIZEOF_VOIDP value not supported
/macosx-10.10/cups-408/cups/everywhere/
H A Dipp-tests.test73 EXPECT !printer-uri-supported
88 EXPECT !printer-uri-supported
98 EXPECT !printer-uri-supported
108 EXPECT !printer-uri-supported
119 EXPECT !printer-uri-supported
130 EXPECT printer-uri-supported OF-TYPE uri WITH-ALL-VALUES "$IPP_URI_SCHEME"
134 # Test that bad IPP versions are not supported.
147 STATUS server-error-version-not-supported
148 EXPECT !printer-uri-supported
163 EXPECT !printer-uri-supported
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dshobj-conf32 SHOBJ_STATUS=supported
33 SHLIB_STATUS=supported
146 SHOBJ_STATUS=supported
147 SHLIB_STATUS=supported
164 SHLIB_STATUS=supported
313 # SHOBJ_STATUS=supported
314 # SHLIB_STATUS=supported
345 # SHOBJ_STATUS=supported
346 # SHLIB_STATUS=supported
376 # SHOBJ_STATUS=supported
[all...]
/macosx-10.10/PowerManagement-494.1.2/BATS/
H A Dpowerassertions-general.c67 CFArrayRef supported; member in struct:__anon3459
78 return CFArrayGetValueAtIndex(assertions.supported,
135 assertions.supported = CFArrayCreateCopy(0, tmp);
136 assertions.supCount = CFArrayGetCount(assertions.supported);
145 if (!assertions.all || !assertions.supported) {
178 // only supported on embedded. Let's just work around that for now.
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_maker_atom_feed.rb8 assert(RSS::Maker.supported?("atom"))
9 assert(RSS::Maker.supported?("atom:feed"))
10 assert(RSS::Maker.supported?("atom1.0"))
11 assert(RSS::Maker.supported?("atom1.0:feed"))
12 assert(!RSS::Maker.supported?("atom2.0"))
13 assert(!RSS::Maker.supported?("atom2.0:feed"))
H A Dtest_maker_0.9.rb8 assert(RSS::Maker.supported?("0.9"))
9 assert(RSS::Maker.supported?("rss0.9"))
10 assert(RSS::Maker.supported?("0.91"))
11 assert(RSS::Maker.supported?("rss0.91"))
12 assert(RSS::Maker.supported?("0.92"))
13 assert(RSS::Maker.supported?("rss0.92"))
14 assert(!RSS::Maker.supported?("0.93"))
15 assert(!RSS::Maker.supported?("rss0.93"))
/macosx-10.10/apache-793/httpd/support/
H A Dapachectl.in107 echo The startssl option is no longer supported.
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dsparc.h69 /* Mask of sparc_opcode_arch_val's supported.
73 short supported; member in struct:sparc_opcode_arch
81 /* Return the bitmask of supported architectures for ARCH. */
82 #define SPARC_OPCODE_SUPPORTED(ARCH) (sparc_opcode_archs[ARCH].supported)
85 IE: ARCH1 as a supported bit set that ARCH2 doesn't, and vice versa. */
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DMemory.inc29 // Note: PAGE_WRITE is not supported by VirtualProtect
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/sasl/
H A Dsaslclient.tcl105 set supported [SASL::mechanisms]
106 puts "SASL mechanisms: $mechs\ncan do $supported"
108 if {[lsearch -exact $supported $mech] != -1} {
/macosx-10.10/vim-55/runtime/compiler/
H A Dhp_acc.vim14 " Now suggestions by aCC are supported (compile flag aCC +w).
/macosx-10.10/vim-55/
H A Dvimtutor.com10 $ ! editor. Languages other than the default are supported in the
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditorCommand.cpp1174 static bool supported(Frame*) function in namespace:WebCore
1493 { "BackColor", { executeBackColor, supported, enabledInRichlyEditableText, stateNone, valueBackColor, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1494 { "Bold", { executeToggleBold, supported, enabledInRichlyEditableText, stateBold, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1496 { "CreateLink", { executeCreateLink, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1498 { "DefaultParagraphSeparator", { executeDefaultParagraphSeparator, supported, enabled, stateNone, valueDefaultParagraphSeparator, notTextInsertion, doNotAllowExecutionWhenDisabled} },
1499 { "Delete", { executeDelete, supported, enabledDelete, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1510 { "FindString", { executeFindString, supported, enabled, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1511 { "FontName", { executeFontName, supported, enabledInEditableText, stateNone, valueFontName, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1512 { "FontSize", { executeFontSize, supported, enabledInEditableText, stateNone, valueFontSize, notTextInsertion, doNotAllowExecutionWhenDisabled } },
1513 { "FontSizeDelta", { executeFontSizeDelta, supported, enabledInEditableTex
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth2-gss.c99 gss_OID_set supported; local
110 debug("Mechanism negotiation is not supported");
114 ssh_gssapi_supported_oids(&supported);
128 gss_test_oid_set_member(&ms, &goid, supported,
135 gss_release_oid_set(&ms, &supported);
H A Dgss-serv.c131 gss_OID_set supported; local
133 ssh_gssapi_supported_oids(&supported);
134 return (ssh_gssapi_kex_mechs(supported, &ssh_gssapi_server_check_mech,
158 gss_OID_set supported; local
162 if (GSS_ERROR(gss_indicate_mechs(&min_status, &supported)))
167 &supported_mechs[i]->oid, supported, &present)))
175 gss_release_oid_set(&min_status, &supported);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DANGLEInstancedArrays.cpp51 bool ANGLEInstancedArrays::supported(WebGLRenderingContext* context) function in class:WebCore::ANGLEInstancedArrays
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDumper.pm105 The C<Data::Dumper> C<Pad>, C<Indent> and C<Varname> options are supported
117 There are two methods supported by the C<Dumper> object. Each will
/macosx-10.10/IOGraphics-485/tools/
H A Dceamodes.c31 bool supported; member in struct:__anon1916
207 if( !mode->supported )
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A DREADME.logging15 by itself. File and SYSLOG logging is supported.
/macosx-10.10/objc4-646/runtime/
H A Dllvm-AlignOf.h88 # error No supported align as directive.
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd_types.h170 boolean_t supported; member in struct:__anon6952
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DAlignOf.h87 # error No supported align as directive.
/macosx-10.10/cups-408/cups/test/
H A Dipp-1.1.test44 EXPECT !printer-uri-supported
59 EXPECT !printer-uri-supported
69 EXPECT !printer-uri-supported
79 EXPECT !printer-uri-supported
90 EXPECT !printer-uri-supported
101 EXPECT printer-uri-supported OF-TYPE uri WITH-ALL-VALUES "$IPP_URI_SCHEME"
105 # Test that bad IPP versions are not supported.
118 STATUS server-error-version-not-supported
119 EXPECT !printer-uri-supported
134 EXPECT !printer-uri-supported
[all...]

Completed in 214 milliseconds

1234567891011>>