Home
last modified time | relevance | path

Searched refs:schemes (Results 1 – 25 of 69) sorted by relevance

123

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntentFilter.java18 List<String> schemes = new ArrayList<String>(); field in ShadowIntentFilter
62 schemes.add(scheme); in addDataScheme()
67 return schemes.get(index); in getDataScheme()
/external/clang/docs/
DControlFlowIntegrity.rst17 schemes, which are designed to abort the program upon detecting certain forms
19 program's control flow. These schemes have been optimized for performance,
22 To enable Clang's available CFI schemes, use the flag ``-fsanitize=cfi``.
23 You can also enable a subset of available :ref:`schemes <cfi-schemes>`.
24 As currently implemented, all schemes rely on link-time optimization (LTO);
38 .. _cfi-schemes:
40 Available schemes
43 Available schemes are:
58 You can use ``-fsanitize=cfi`` to enable all the schemes and use
59 ``-fno-sanitize`` flag to narrow down the set of schemes as desired.
[all …]
DControlFlowIntegrityDesign.rst5 This page documents the design of the :doc:`ControlFlowIntegrity` schemes
/external/apache-http/src/org/apache/http/impl/conn/
DDefaultClientConnectionOperator.java89 public DefaultClientConnectionOperator(SchemeRegistry schemes) { in DefaultClientConnectionOperator() argument
90 if (schemes == null) { in DefaultClientConnectionOperator()
94 schemeRegistry = schemes; in DefaultClientConnectionOperator()
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Droutes.py235 schemes=None, redirect_to=None, redirect_to_name=None, argument
277 methods=methods, schemes=schemes)
/external/libvncserver/
DTODO26 authentification schemes (secure vnc)
/external/chromium-trace/catapult/third_party/webapp2/
Dwebapp2.py870 schemes = None variable in Route
880 schemes=None): argument
949 self.schemes = schemes
978 if not match or self.schemes and request.scheme not in self.schemes:
DCHANGES214 - Routes can now only match specific schemes, e.g., 'http' or 'https'.
/external/boringssl/src/crypto/obj/
Dobj_xref.txt47 # ECDH KDFs and their corresponding message digests and schemes
/external/llvm/test/CodeGen/X86/
Dgcc_except_table_functions.ll5 ; to do with them, other EH schemes such as SEH might use them.
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Drouting.rst200 .. _guide.routing.restricting-uri-schemes:
202 Restricting URI schemes
204 Like with HTTP methods, you can specify the URI schemes allowed for a route,
206 only. For this, set the ``schemes`` parameter when defining a route::
208 …webapp2.Route(r'/products', handler='handlers.ProductsHandler', name='products-list', schemes=['ht…
/external/eigen/unsupported/Eigen/
DNumericalDiff30 * Currently only "Forward" and "Central" schemes are implemented. Those
/external/zlib/src/doc/
Dtxtvsbin.txt72 detection schemes observe the presence of non-ASCII codes from the range
93 be regarded as binary by general-purpose text detection schemes, because
/external/mesa3d/src/mesa/swrast/
DNOTES11 schemes without modification.
/external/chromium-trace/catapult/third_party/webapp2/tests/
Drouting_test.py276 route = Route(r'/', schemes=['http'])
282 route = Route(r'/', schemes=['https'])
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.0133 schemes which compress without understanding the underlying filesystem (i.e.
150 of data-based schemes by compressing small files together.
/external/chromium-trace/catapult/third_party/webapp2/docs/
Dfeatures.rst207 Match HTTP methods or URI schemes
211 :ref:`URI scheme <guide.routing.restricting-uri-schemes>`. You can set routes
/external/webrtc/webrtc/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc211 RuntimeParameterSettingScheme schemes[] = { in GenerateExtensiveTestConfigs() local
218 for (auto scheme : schemes) { in GenerateExtensiveTestConfigs()
/external/curl/docs/
DHISTORY145 Multiple new authentication schemes are supported: Digest (May), NTLM (June)
DINTERNALS661 commonly available compression techniques. These schemes are 'deflate' (the
665 'deflate', ... (there's a way to register new schemes/tokens, see sec 3.5 of
672 schemes. In this case the server may choose any one of those and use it to
674 It's also possible for a client to attach priorities to different schemes so
/external/webrtc/talk/session/media/
Dtypewrapping.h.pump48 // also some helper macros to declare common wrapping schemes.
/external/okhttp/
DCHANGELOG.md457 `http://` schemes.
593 * Fix: Do not directly support any authentication schemes other than "Basic".
/external/opencv3/modules/ml/doc/
Dml_intro.markdown158 small enough and use their own protection schemes against overfitting.
189 Decision trees are the most popular weak classifiers used in boosting schemes. Often the simplest
/external/eigen/doc/
DTutorialSparse.dox61 It corresponds to the widely used Compressed Column (or Row) Storage schemes (CCS or CRS).
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

123