| /external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/ |
| D | FileType.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 46 * Includes all file extensions not covered by another entry. Binary 60 * Included file extensions: 76 * Included file extensions: 89 * Word files >30 MB will be scanned as binary files. 90 * Included file extensions: 101 * PDF files >30 MB will be scanned as binary files. 102 * Included file extensions: 113 * Included file extensions: 124 * Included file extensions: [all …]
|
| /external/iptables/ |
| D | INSTALL | 4 iptables uses the well-known configure(autotools) infrastructure. 14 * no kernel-source required 16 * but obviously a compiler, glibc-devel and linux-kernel-headers 25 --prefix= 31 --with-xtlibdir= 33 The path to where Xtables extensions should be installed to. It 36 --enable-devel (or --disable-devel) 40 such as Xtables-addons or other 3rd-party extensions. 44 --enable-static 46 Produce additional binaries, iptables-static/ip6tables-static, [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/mini_table/ |
| D | extension_registry.h | 2 * Copyright (c) 2009-2021, Google LLC 5 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions in binary form must reproduce the above copyright 42 * (upb_MiniTable, number) -> extension info 44 * upb_decode() uses upb_ExtensionRegistry to look up extensions while parsing 45 * binary format. 47 * upb_ExtensionRegistry is part of the mini-table (msglayout) family of 48 * objects. Like all mini-table objects, it is suitable for reflection-less 49 * builds that do not want to expose names into the binary. 51 * Unlike most mini-table types, upb_ExtensionRegistry requires dynamic memory [all …]
|
| /external/python/cpython3/Doc/extending/ |
| D | index.rst | 1 .. _extending-index: 16 introduction to the language, see :ref:`tutorial-index`. :ref:`reference-index` 17 gives a more formal definition of the language. :ref:`library-index` documents 18 the existing object types, functions and modules (both built-in and written in 22 :ref:`c-api-index`. 28 This guide only covers the basic tools for creating extensions provided 33 extensions for Python. 37 …`Python Packaging User Guide: Binary Extensions <https://packaging.python.org/guides/packaging-bin… 39 tools that simplify the creation of binary extensions, but also 44 Creating extensions without third party tools [all …]
|
| /external/grpc-grpc/third_party/upb/upb/mini_table/ |
| D | extension_registry.h | 1 // Protocol Buffers - Google's data interchange format 4 // Use of this source code is governed by a BSD-style 6 // https://developers.google.com/open-source/licenses/bsd 23 * (upb_MiniTable, number) -> extension info 25 * upb_decode() uses upb_ExtensionRegistry to look up extensions while parsing 26 * binary format. 28 * upb_ExtensionRegistry is part of the mini-table (msglayout) family of 29 * objects. Like all mini-table objects, it is suitable for reflection-less 30 * builds that do not want to expose names into the binary. 32 * Unlike most mini-table types, upb_ExtensionRegistry requires dynamic memory [all …]
|
| /external/protobuf/conformance/ |
| D | ConformanceJavaLite.java | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 52 if (read == -1) { in readFromStdin() 56 len -= read; in readFromStdin() 66 // Returns -1 on EOF (the actual values will always be positive). 70 return -1; in readLittleEndianIntFromStdin() 102 ExtensionRegistryLite extensions) in decode() argument 107 return parser.parseFrom(bytes, extensions); in decode() [all …]
|
| D | ConformanceJava.java | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 56 if (read == -1) { in readFromStdin() 60 len -= read; in readFromStdin() 70 // Returns -1 on EOF (the actual values will always be positive). 74 return -1; in readLittleEndianIntFromStdin() 103 ByteString bytes, BinaryDecoderType type, Parser<T> parser, ExtensionRegistry extensions) in decode() argument 108 return parser.parseFrom(bytes, extensions); in decode() [all …]
|
| /external/cronet/third_party/protobuf/conformance/ |
| D | ConformanceJavaLite.java | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 52 if (read == -1) { in readFromStdin() 56 len -= read; in readFromStdin() 66 // Returns -1 on EOF (the actual values will always be positive). 70 return -1; in readLittleEndianIntFromStdin() 102 ExtensionRegistryLite extensions) in decode() argument 107 return parser.parseFrom(bytes, extensions); in decode() [all …]
|
| D | ConformanceJava.java | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 56 if (read == -1) { in readFromStdin() 60 len -= read; in readFromStdin() 70 // Returns -1 on EOF (the actual values will always be positive). 74 return -1; in readLittleEndianIntFromStdin() 103 ByteString bytes, BinaryDecoderType type, Parser<T> parser, ExtensionRegistry extensions) in decode() argument 108 return parser.parseFrom(bytes, extensions); in decode() [all …]
|
| /external/python/cpython3/Tools/freeze/ |
| D | freeze.py | 3 """Freeze a Python script into a binary. 8 -p prefix: This is the prefix used when you ran ``make install'' 13 tree; then -P must point to the build tree. 15 -P exec_prefix: Like -p but this is the 'exec_prefix', used to 17 evaluates to, or the -p argument if given. 18 If -p points to the Python source tree, -P must point 21 -e extension: A directory containing additional .o files that 25 or more extensions is passed. 26 More than one -e option may be given. 28 -o dir: Directory where the output files are created; default '.'. [all …]
|
| /external/python/cpython2/Tools/freeze/ |
| D | freeze.py | 3 """Freeze a Python script into a binary. 8 -p prefix: This is the prefix used when you ran ``make install'' 13 tree; then -P must point to the build tree. 15 -P exec_prefix: Like -p but this is the 'exec_prefix', used to 17 evaluates to, or the -p argument if given. 18 If -p points to the Python source tree, -P must point 21 -e extension: A directory containing additional .o files that 25 or more extensions is passed. 26 More than one -e option may be given. 28 -o dir: Directory where the output files are created; default '.'. [all …]
|
| /external/cronet/third_party/protobuf/objectivec/ |
| D | GPBExtensionRegistry.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 39 * A table of known extensions, searchable by name or field number. When 40 * parsing a protocol message that might have extensions, you must provide a 41 * GPBExtensionRegistry in which you have registered any extensions that you 42 * want to be able to parse. Otherwise, those extensions will just be treated 45 * The *Root classes provide `+extensionRegistry` for the extensions defined 48 * extensions defined from non overlapping files. [all …]
|
| D | GPBMessage.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 53 GPBMessageErrorCodeOther = -100, 55 GPBMessageErrorCodeMissingRequiredField = -101, 75 * extensions, they will end up reloaded in @c unknownFields as there is 77 * @c GPBExtensionRegistry. To support extensions, instead of passing the 143 * @param extensionRegistry The extension registry to use to look up extensions. 166 * @param extensionRegistry The extension registry to use to look up extensions. [all …]
|
| /external/protobuf/objectivec/ |
| D | GPBExtensionRegistry.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 39 * A table of known extensions, searchable by name or field number. When 40 * parsing a protocol message that might have extensions, you must provide a 41 * GPBExtensionRegistry in which you have registered any extensions that you 42 * want to be able to parse. Otherwise, those extensions will just be treated 45 * The *Root classes provide `+extensionRegistry` for the extensions defined 48 * extensions defined from non overlapping files. [all …]
|
| D | GPBMessage.h | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 53 GPBMessageErrorCodeOther = -100, 55 GPBMessageErrorCodeMissingRequiredField = -101, 75 * extensions, they will end up reloaded in @c unknownFields as there is 77 * @c GPBExtensionRegistry. To support extensions, instead of passing the 143 * @param extensionRegistry The extension registry to use to look up extensions. 166 * @param extensionRegistry The extension registry to use to look up extensions. [all …]
|
| /external/deqp-deps/SPIRV-Tools/source/ |
| D | table.h | 1 // Copyright (c) 2015-2016 The Khronos Group Inc. 7 // http://www.apache.org/licenses/LICENSE-2.0 18 #include "source/extensions.h" 20 #include "spirv-tools/libspirv.hpp" 27 // operandTypes[0..numTypes-1] describe logical operands for the instruction. 28 // The operand types include result id and result-type id, followed by 34 // A set of extensions that enable this feature. If empty then this operand 36 // assembler, binary parser, and disassembler ignore this rule, so you can 39 const spvtools::Extension* extensions; member 40 // Minimal core SPIR-V version required for this feature, if without [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/source/ |
| D | table.h | 1 // Copyright (c) 2015-2016 The Khronos Group Inc. 7 // http://www.apache.org/licenses/LICENSE-2.0 18 #include "source/extensions.h" 20 #include "spirv-tools/libspirv.hpp" 27 // operandTypes[0..numTypes-1] describe logical operands for the instruction. 28 // The operand types include result id and result-type id, followed by 34 // A set of extensions that enable this feature. If empty then this operand 36 // assembler, binary parser, and disassembler ignore this rule, so you can 39 const spvtools::Extension* extensions; member 40 // Minimal core SPIR-V version required for this feature, if without [all …]
|
| /external/angle/third_party/spirv-tools/src/source/ |
| D | table.h | 1 // Copyright (c) 2015-2016 The Khronos Group Inc. 7 // http://www.apache.org/licenses/LICENSE-2.0 18 #include "source/extensions.h" 20 #include "spirv-tools/libspirv.hpp" 27 // operandTypes[0..numTypes-1] describe logical operands for the instruction. 28 // The operand types include result id and result-type id, followed by 34 // A set of extensions that enable this feature. If empty then this operand 36 // assembler, binary parser, and disassembler ignore this rule, so you can 39 const spvtools::Extension* extensions; member 40 // Minimal core SPIR-V version required for this feature, if without [all …]
|
| /external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | ExtensionCollection.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 6 // Redistribution and use in source and binary forms, with or without 12 // * Redistributions in binary form must reproduce the above 40 …/// A collection to simplify retrieving the descriptors of extensions in a descriptor for a message 47 internal ExtensionCollection(FileDescriptor file, Extension[] extensions) in ExtensionCollection() argument 52 if (extensions?.Length != 0) in ExtensionCollection() 54 return new FieldDescriptor(extension, file, null, i, null, extensions?[i]); in ExtensionCollection() 58 … file, null, i, null, null); // return null if there's no extensions in this array for old code-gen in ExtensionCollection() 63 internal ExtensionCollection(MessageDescriptor message, Extension[] extensions) in ExtensionCollection() argument [all …]
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
| D | ExtensionCollection.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 6 // Redistribution and use in source and binary forms, with or without 12 // * Redistributions in binary form must reproduce the above 40 …/// A collection to simplify retrieving the descriptors of extensions in a descriptor for a message 47 internal ExtensionCollection(FileDescriptor file, Extension[] extensions) in ExtensionCollection() argument 52 if (extensions?.Length != 0) in ExtensionCollection() 54 return new FieldDescriptor(extension, file, null, i, null, extensions?[i]); in ExtensionCollection() 58 … file, null, i, null, null); // return null if there's no extensions in this array for old code-gen in ExtensionCollection() 63 internal ExtensionCollection(MessageDescriptor message, Extension[] extensions) in ExtensionCollection() argument [all …]
|
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
| D | ExtensionRegistry.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 6 // Redistribution and use in source and binary forms, with or without 12 // * Redistributions in binary form must reproduce the above 41 … /// Provides extensions to messages while parsing. This API is experimental and subject to change. 58 private IDictionary<ObjectIntPair<Type>, Extension> extensions; field in Google.Protobuf.ExtensionRegistry 65 extensions = new Dictionary<ObjectIntPair<Type>, Extension>(); in ExtensionRegistry() 70 extensions = collection.ToDictionary(k => k.Key, v => v.Value); in ExtensionRegistry() 74 /// Gets the total number of extensions in this extension registry 76 public int Count => extensions.Count; [all …]
|
| /external/protobuf/csharp/src/Google.Protobuf/ |
| D | ExtensionRegistry.cs | 2 // Protocol Buffers - Google's data interchange format 4 // https://developers.google.com/protocol-buffers/ 6 // Redistribution and use in source and binary forms, with or without 12 // * Redistributions in binary form must reproduce the above 41 … /// Provides extensions to messages while parsing. This API is experimental and subject to change. 58 private IDictionary<ObjectIntPair<Type>, Extension> extensions; field in Google.Protobuf.ExtensionRegistry 65 extensions = new Dictionary<ObjectIntPair<Type>, Extension>(); in ExtensionRegistry() 70 extensions = collection.ToDictionary(k => k.Key, v => v.Value); in ExtensionRegistry() 74 /// Gets the total number of extensions in this extension registry 76 public int Count => extensions.Count; [all …]
|
| /external/boringssl/src/crypto/x509/ |
| D | x509_ext.c | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 35 * being used are not cryptographic related :-). 66 return (X509v3_get_ext_count(x->crl->extensions)); in X509_CRL_get_ext_count() 70 return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos)); in X509_CRL_get_ext_by_NID() 75 return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos)); in X509_CRL_get_ext_by_OBJ() 79 return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos)); in X509_CRL_get_ext_by_critical() 83 return (X509v3_get_ext(x->crl->extensions, loc)); in X509_CRL_get_ext() [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
| D | x509_ext.c | 2 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 9 * This library is free for commercial and non-commercial use as long as 23 * Redistribution and use in source and binary forms, with or without 28 * 2. Redistributions in binary form must reproduce the above copyright 36 * being used are not cryptographic related :-). 69 return (X509v3_get_ext_count(x->crl->extensions)); in X509_CRL_get_ext_count() 74 return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos)); in X509_CRL_get_ext_by_NID() 80 return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos)); in X509_CRL_get_ext_by_OBJ() 85 return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos)); in X509_CRL_get_ext_by_critical() 90 return (X509v3_get_ext(x->crl->extensions, loc)); in X509_CRL_get_ext() [all …]
|
| /external/cronet/third_party/boringssl/src/crypto/x509/ |
| D | x509_ext.c | 1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 8 * This library is free for commercial and non-commercial use as long as 22 * Redistribution and use in source and binary forms, with or without 27 * 2. Redistributions in binary form must reproduce the above copyright 35 * being used are not cryptographic related :-). 67 return (X509v3_get_ext_count(x->crl->extensions)); in X509_CRL_get_ext_count() 71 return (X509v3_get_ext_by_NID(x->crl->extensions, nid, lastpos)); in X509_CRL_get_ext_by_NID() 76 return (X509v3_get_ext_by_OBJ(x->crl->extensions, obj, lastpos)); in X509_CRL_get_ext_by_OBJ() 80 return (X509v3_get_ext_by_critical(x->crl->extensions, crit, lastpos)); in X509_CRL_get_ext_by_critical() 84 return (X509v3_get_ext(x->crl->extensions, loc)); in X509_CRL_get_ext() [all …]
|