/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/ |
D | IntentFilterData.java | 9 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/ |
D | ControlFlowIntegrity.rst | 17 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/ |
D | env.cc | 63 std::vector<std::string>* schemes) override; 102 std::vector<std::string>* schemes) { in GetRegisteredFileSystemSchemes() argument 105 schemes->push_back(e.first); in GetRegisteredFileSystemSchemes() 129 Status Env::GetRegisteredFileSystemSchemes(std::vector<std::string>* schemes) { in GetRegisteredFileSystemSchemes() argument 130 return file_system_registry_->GetRegisteredFileSystemSchemes(schemes); in GetRegisteredFileSystemSchemes() 144 std::vector<string> schemes; in FlushFileSystemCaches() local 145 TF_RETURN_IF_ERROR(GetRegisteredFileSystemSchemes(&schemes)); in FlushFileSystemCaches() 146 for (const string& scheme : schemes) { in FlushFileSystemCaches()
|
D | env.h | 80 std::vector<std::string>* schemes); 496 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override { in GetRegisteredFileSystemSchemes() argument 497 return target_->GetRegisteredFileSystemSchemes(schemes); in GetRegisteredFileSystemSchemes()
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultClientConnectionOperator.java | 89 public DefaultClientConnectionOperator(SchemeRegistry schemes) { in DefaultClientConnectionOperator() argument 90 if (schemes == null) { in DefaultClientConnectionOperator() 94 schemeRegistry = schemes; in DefaultClientConnectionOperator()
|
/external/llvm-project/clang/docs/ |
D | ControlFlowIntegrity.rst | 17 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: 72 You can use ``-fsanitize=cfi`` to enable all the schemes and use 73 ``-fno-sanitize`` flag to narrow down the set of schemes as desired. [all …]
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/sockaddr/ |
D | README.md | 1 Support for resolving ipv4:, ipv6:, unix: schemes
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/sockaddr/ |
D | README.md | 1 Support for resolving ipv4:, ipv6:, unix: schemes
|
/external/grpc-grpc/doc/ |
D | naming.md | 25 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/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/ |
D | README.md | 3 Implementations of various name resolution schemes.
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/ |
D | README.md | 3 Implementations of various name resolution schemes.
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 299 std::vector<string>* schemes) { in GetRegisteredFileSystemSchemes() argument 300 const auto status = EnvWrapper::GetRegisteredFileSystemSchemes(schemes); in GetRegisteredFileSystemSchemes() 302 schemes->emplace_back(MemmappedFileSystem::kMemmappedPackagePrefix); in GetRegisteredFileSystemSchemes()
|
D | memmapped_file_system.h | 129 Status GetRegisteredFileSystemSchemes(std::vector<string>* schemes) override;
|
/external/ply/ply/ |
D | TODO | 13 to specify grammrs using completely different schemes
|
/external/libcups/examples/ |
D | get-ppds-drv-only.test | 17 ATTR name include-schemes drv
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 422 schemes = _INSTALL_SCHEMES.keys() 423 schemes.sort() 424 return tuple(schemes)
|
/external/llvm-project/lld/test/COFF/ |
D | export-stdcall.s | 8 # schemes.
|
/external/ukey2/src/main/proto/ |
D | securemessage.proto | 33 // Supported "signature" schemes (both symmetric key and public key based) 41 // Supported encryption schemes
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | apk_helper.py | 187 self.schemes = set() 209 activity.schemes.add(data.get('android:scheme')) 247 and 'http' in activity.schemes):
|
/external/python/cpython2/Doc/library/ |
D | sysconfig.rst | 66 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/ |
D | sysconfig.rst | 68 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/llvm-project/llvm/test/CodeGen/X86/ |
D | gcc_except_table_functions.ll | 5 ; to do with them, other EH schemes such as SEH might use them.
|
/external/llvm/test/CodeGen/X86/ |
D | gcc_except_table_functions.ll | 5 ; to do with them, other EH schemes such as SEH might use them.
|
/external/eigen/unsupported/Eigen/ |
D | NumericalDiff | 30 * Currently only "Forward" and "Central" schemes are implemented. Those
|
/external/llvm-project/llvm/docs/ |
D | CFIVerify.rst | 12 mechanisms implemented by Clang's *Control Flow Integrity* (CFI) schemes 19 schemes are still present in the final binary.
|