Home
last modified time | relevance | path

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

1234

/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DIntentFilterData.java9 private final List<String> schemes; field in IntentFilterData
19 this.schemes = new ArrayList<>(); in IntentFilterData()
36 return schemes; in getSchemes()
61 schemes.add(scheme); in addScheme()
/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);
50 .. _cfi-schemes:
52 Available schemes
55 Available schemes are:
70 You can use ``-fsanitize=cfi`` to enable all the schemes and use
71 ``-fno-sanitize`` flag to narrow down the set of schemes as desired.
[all …]
/external/tensorflow/tensorflow/core/platform/
Denv.cc56 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override;
85 std::vector<string>* schemes) { in GetRegisteredFileSystemSchemes() argument
88 schemes->push_back(e.first); in GetRegisteredFileSystemSchemes()
111 Status Env::GetRegisteredFileSystemSchemes(std::vector<string>* schemes) { in GetRegisteredFileSystemSchemes() argument
112 return file_system_registry_->GetRegisteredFileSystemSchemes(schemes); in GetRegisteredFileSystemSchemes()
121 std::vector<string> schemes; in FlushFileSystemCaches() local
122 TF_RETURN_IF_ERROR(GetRegisteredFileSystemSchemes(&schemes)); in FlushFileSystemCaches()
123 for (const string& scheme : schemes) { in FlushFileSystemCaches()
Denv.h70 virtual Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes);
351 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override { in GetRegisteredFileSystemSchemes() argument
352 return target_->GetRegisteredFileSystemSchemes(schemes); in GetRegisteredFileSystemSchemes()
Dfile_system.h368 std::vector<string>* schemes) = 0;
/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/devil/devil/android/
Dapk_helper.py119 self.schemes = set()
141 activity.schemes.add(data.get('android:scheme'))
169 'http' in activity.schemes):
/external/grpc-grpc/doc/
Dnaming.md25 Most gRPC implementations support the following URI schemes:
44 The following schemes are supported by the gRPC C-core implementation,
57 In the future, additional schemes such as `etcd` could be added.
/external/tensorflow/tensorflow/core/util/
Dmemmapped_file_system.cc292 std::vector<string>* schemes) { in GetRegisteredFileSystemSchemes() argument
293 const auto status = EnvWrapper::GetRegisteredFileSystemSchemes(schemes); in GetRegisteredFileSystemSchemes()
295 schemes->emplace_back(MemmappedFileSystem::kMemmappedPackagePrefix); in GetRegisteredFileSystemSchemes()
Dmemmapped_file_system.h132 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override;
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/sockaddr/
DREADME.md1 Support for resolving ipv4:, ipv6:, unix: schemes
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/
DREADME.md3 Implementations of various name resolution schemes.
/external/u-boot/doc/
DREADME.nand238 Though higher ECC schemes have more capability to detect and correct
242 SoC cannot support BCHx_HW ECC schemes.
244 With higher ECC schemes, more OOB/Spare area is required to
255 3 for HAM1_xx ecc schemes
256 7 for BCH4_xx ecc schemes
257 14 for BCH8_xx ecc schemes
258 26 for BCH16_xx ecc schemes
/external/ply/ply/
DTODO13 to specify grammrs using completely different schemes
/external/python/cpython2/Lib/
Dsysconfig.py422 schemes = _INSTALL_SCHEMES.keys()
423 schemes.sort()
424 return tuple(schemes)
/external/ukey2/src/main/proto/
Dsecuremessage.proto31 // Supported "signature" schemes (both symmetric key and public key based)
39 // Supported encryption schemes
/external/python/cpython2/Doc/library/
Dsysconfig.rst66 the installation options. These schemes are stored in :mod:`sysconfig` under
73 Python currently supports seven schemes:
106 Return a tuple containing all schemes currently supported in
/external/python/cpython3/Doc/library/
Dsysconfig.rst68 the installation options. These schemes are stored in :mod:`sysconfig` under
75 Python currently supports seven schemes:
106 Return a tuple containing all schemes currently supported in
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCFIVerify.rst12 mechanisms implemented by Clang's *Control Flow Integrity* (CFI) schemes
19 schemes are still present in the final binary.
/external/llvm/test/CodeGen/X86/
Dgcc_except_table_functions.ll5 ; to do with them, other EH schemes such as SEH might use them.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dgcc_except_table_functions.ll5 ; to do with them, other EH schemes such as SEH might use them.
/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/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.

1234