Home
last modified time | relevance | path

Searched +full:binary +full:- +full:extensions (Results 1 – 25 of 1184) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DFileType.java8 * 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 …]
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dfreeze.py3 """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 …]
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dfreeze.py3 """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 …]
/aosp_15_r20/external/cronet/third_party/netty4/src/javadoc/
HDnetty-all-4.1.9.Final-javadoc.jar ... io/netty/handler/codec/memcache/binary/class-use/ io/netty/handler ...
/aosp_15_r20/packages/modules/SdkExtensions/
DREADME.md4 - deciding the extension SDK level of the device;
5 - providing APIs for applications to query the extension SDK level;
6 - determining the values for the BOOTCLASSPATH, DEX2OATBOOTCLASSPATH, and
15 - `bin/derive_classpath`: a native binary that runs early in the device boot
19 - `bin/derive_sdk`: native binary that runs early in the device boot process and
21 extension SDK (for instance `build.version.extensions.r`).
22 - `javalib/framework-sdkextension.jar`: this is a jar on the bootclasspath that
27 the form of binary protobuf files in subpath `etc/sdkinfo.pb` inside each
28 apex. The structure of this protobuf can be seen [here][sdkinfo-proto]. The
33 The module exposes a java class [`SdkExtensions`][sdkextensions-java] in the
[all …]
/aosp_15_r20/external/protobuf/objectivec/
H A DGPBMessage.h1 // 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 …]
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/
H A DGPBMessage.h1 // 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 …]
/aosp_15_r20/external/protobuf/conformance/
H A DConformanceJavaLite.java1 // 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 …]
H A DConformanceJava.java1 // 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 …]
/aosp_15_r20/external/cronet/third_party/protobuf/conformance/
H A DConformanceJavaLite.java1 // 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 …]
H A DConformanceJava.java1 // 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 …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/mini_table/
Dextension_registry.h2 * 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 …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dhealthcare_v1beta1.projects.locations.datasets.fhirStores.fhir.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dhealthcare_v1.projects.locations.datasets.fhirStores.fhir.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/
DREADME.md5 [![](https://img.shields.io/badge/license-MIT%2FApache-blue.svg)](./LICENSE)
7-to-integrate implementation of the [GDB Remote Serial Protocol](https://sourceware.org/gdb/online…
11-overhead-protocol-extensions) (IDETs) to expose fine-grained, zero-cost control over enabled GDB …
15 - [Documentation (gdbstub)](https://docs.rs/gdbstub)
16 - [Documentation (gdbstub_arch)](https://docs.rs/gdbstub_arch)
17 - [Changelog](CHANGELOG.md)
18 - [0.5 to 0.6 Transition Guide](docs/transition_guide.md)
22 - **Excellent Ergonomics**
23- Instead of simply exposing the underlying GDB protocol "warts and all", `gdbstub` tries to abs…
24- Instead of having to dig through [obscure XML files deep the GDB codebase](https://github.com/…
[all …]
/aosp_15_r20/external/iptables/
H A DINSTALL4 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 …]
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs2 // 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
71 // Prevent linker failures when using IL2CPP with the well-known types.
106 Extensions = new ExtensionCollection(this, generatedCodeInfo?.Extensions); in FileDescriptor()
140 // All complete declarations have an even, non-empty path length in FindDescriptorForPath()
277 /// Unmodifiable list of top-level message types declared in this file.
282 /// Unmodifiable list of top-level enum types declared in this file.
287 /// Unmodifiable list of top-level services declared in this file.
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs2 // 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
71 // Prevent linker failures when using IL2CPP with the well-known types.
106 Extensions = new ExtensionCollection(this, generatedCodeInfo?.Extensions); in FileDescriptor()
140 // All complete declarations have an even, non-empty path length in FindDescriptorForPath()
277 /// Unmodifiable list of top-level message types declared in this file.
282 /// Unmodifiable list of top-level enum types declared in this file.
287 /// Unmodifiable list of top-level services declared in this file.
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/data_files/
H A DMakefile25 ## re-running the same targets may result in differing files. The goal
39 test_ca_crt = test-ca.crt
40 test_ca_key_file_rsa = test-ca.key
41 test_ca_key_file_rsa_unenc = test-ca_unenc.key
43 test_ca_config_file = test-ca.opensslconf
46 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048
48 $(OPENSSL) rsa -passin pass:$(test_ca_pwd_rsa) -in $< -out $@
51 test-ca.req.sha256: $(test_ca_key_file_rsa)
53 all_intermediate += test-ca.req.sha256
55 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
[all …]
/aosp_15_r20/external/mbedtls/tests/data_files/
H A DMakefile25 ## re-running the same targets may result in differing files. The goal
39 test_ca_crt = test-ca.crt
40 test_ca_key_file_rsa = test-ca.key
42 test_ca_config_file = test-ca.opensslconf
45 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048
48 test-ca.req.sha256: $(test_ca_key_file_rsa)
50 all_intermediate += test-ca.req.sha256
52 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256
53 …$(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=N…
54 all_final += test-ca.crt
[all …]
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final-sources.jar ... io/netty/handler/codec/memcache/binary/package-info.java io/netty/ ...
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DProgramGL.cpp3 // Use of this source code is governed by a BSD-style license that can be
41 ASSERT(shaderState->shaderType != gl::ShaderType::Fragment && in GetTransformFeedbackVaryingMappedName()
42 shaderState->shaderType != gl::ShaderType::Compute); in GetTransformFeedbackVaryingMappedName()
43 const auto &varyings = shaderState->outputVaryings; in GetTransformFeedbackVaryingMappedName()
74 ASSERT(field != nullptr && !field->isStruct() && in GetTransformFeedbackVaryingMappedName()
75 (!field->isArray() || varying.isShaderIOBlock)); in GetTransformFeedbackVaryingMappedName()
84 return mappedName + field->mappedName; in GetTransformFeedbackVaryingMappedName()
100 const gl::Extensions &extensions, in LinkTaskGL() argument
105 mExtensions(extensions), in LinkTaskGL()
115 ASSERT(linkSubTasksOut && linkSubTasksOut->empty()); in link()
[all …]
/aosp_15_r20/external/bc/manuals/bc/
H A DHN.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
6 .\" Redistribution and use in source and binary forms, with or without
12 .\" * Redistributions in binary form must reproduce the above copyright notice,
32 bc \- arbitrary\-precision decimal arithmetic language and calculator
34 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
[all …]
/aosp_15_r20/external/python/cpython3/Doc/extending/
Dindex.rst1 .. _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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/bin/
Dgit-clang-format3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
9 #===------------------------------------------------------------------------===#
12 clang-format git integration
15 This file provides a clang-format integration for git. Put it somewhere in your
16 path and ensure that it is executable. Then, "git clang-format" will invoke
17 clang-format on the changes in current files or a specific commit.
20 git clang-format -h
35 usage = ('git clang-format [OPTIONS] [<commit>] [<commit>|--staged] '
36 '[--] [<file>...]')
[all …]

12345678910>>...48