Searched +full:binary +full:- +full:extensions (Results 1 – 25 of 1184) sorted by relevance
12345678910>>...48
8 * https://www.apache.org/licenses/LICENSE-2.046 * Includes all file extensions not covered by another entry. Binary60 * 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 …]
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 to17 evaluates to, or the -p argument if given.18 If -p points to the Python source tree, -P must point21 -e extension: A directory containing additional .o files that25 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 …]
... io/netty/handler/codec/memcache/binary/class-use/ io/netty/handler ...
4 - 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, and15 - `bin/derive_classpath`: a native binary that runs early in the device boot19 - `bin/derive_sdk`: native binary that runs early in the device boot process and21 extension SDK (for instance `build.version.extensions.r`).22 - `javalib/framework-sdkextension.jar`: this is a jar on the bootclasspath that27 the form of binary protobuf files in subpath `etc/sdkinfo.pb` inside each28 apex. The structure of this protobuf can be seen [here][sdkinfo-proto]. The33 The module exposes a java class [`SdkExtensions`][sdkextensions-java] in the[all …]
1 // Protocol Buffers - Google's data interchange format3 // https://developers.google.com/protocol-buffers/5 // Redistribution and use in source and binary forms, with or without11 // * Redistributions in binary form must reproduce the above53 GPBMessageErrorCodeOther = -100,55 GPBMessageErrorCodeMissingRequiredField = -101,75 * extensions, they will end up reloaded in @c unknownFields as there is77 * @c GPBExtensionRegistry. To support extensions, instead of passing the143 * @param extensionRegistry The extension registry to use to look up extensions.166 * @param extensionRegistry The extension registry to use to look up extensions.[all …]
1 // Protocol Buffers - Google's data interchange format3 // https://developers.google.com/protocol-buffers/5 // Redistribution and use in source and binary forms, with or without11 // * Redistributions in binary form must reproduce the above52 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() argument107 return parser.parseFrom(bytes, extensions); in decode()[all …]
1 // Protocol Buffers - Google's data interchange format3 // https://developers.google.com/protocol-buffers/5 // Redistribution and use in source and binary forms, with or without11 // * Redistributions in binary form must reproduce the above56 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() argument108 return parser.parseFrom(bytes, extensions); in decode()[all …]
2 * Copyright (c) 2009-2021, Google LLC5 * Redistribution and use in source and binary forms, with or without9 * * Redistributions in binary form must reproduce the above copyright42 * (upb_MiniTable, number) -> extension info44 * upb_decode() uses upb_ExtensionRegistry to look up extensions while parsing45 * binary format.47 * upb_ExtensionRegistry is part of the mini-table (msglayout) family of48 * objects. Like all mini-table objects, it is suitable for reflection-less49 * builds that do not want to expose names into the binary.51 * Unlike most mini-table types, upb_ExtensionRegistry requires dynamic memory[all …]
8 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 …]
5 [](./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 …]
4 iptables uses the well-known configure(autotools) infrastructure.14 * no kernel-source required16 * but obviously a compiler, glibc-devel and linux-kernel-headers25 --prefix=31 --with-xtlibdir=33 The path to where Xtables extensions should be installed to. It36 --enable-devel (or --disable-devel)40 such as Xtables-addons or other 3rd-party extensions.44 --enable-static46 Produce additional binaries, iptables-static/ip6tables-static,[all …]
2 // Protocol Buffers - Google's data interchange format4 // https://developers.google.com/protocol-buffers/6 // Redistribution and use in source and binary forms, with or without12 // * Redistributions in binary form must reproduce the above71 // 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 …]
25 ## re-running the same targets may result in differing files. The goal39 test_ca_crt = test-ca.crt40 test_ca_key_file_rsa = test-ca.key41 test_ca_key_file_rsa_unenc = test-ca_unenc.key43 test_ca_config_file = test-ca.opensslconf46 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 204848 $(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.sha25655 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha256[all …]
25 ## re-running the same targets may result in differing files. The goal39 test_ca_crt = test-ca.crt40 test_ca_key_file_rsa = test-ca.key42 test_ca_config_file = test-ca.opensslconf45 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 204848 test-ca.req.sha256: $(test_ca_key_file_rsa)50 all_intermediate += test-ca.req.sha25652 parse_input/test-ca.crt test-ca.crt: $(test_ca_key_file_rsa) test-ca.req.sha25653 …$(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 …]
... io/netty/handler/codec/memcache/binary/package-info.java io/netty/ ...
3 // Use of this source code is governed by a BSD-style license that can be41 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() argument105 mExtensions(extensions), in LinkTaskGL()115 ASSERT(linkSubTasksOut && linkSubTasksOut->empty()); in link()[all …]
2 .\" SPDX-License-Identifier: BSD-2-Clause4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.6 .\" Redistribution and use in source and binary forms, with or without12 .\" * Redistributions in binary form must reproduce the above copyright notice,32 bc \- arbitrary\-precision decimal arithmetic language and calculator34 \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 …]
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` documents18 the existing object types, functions and modules (both built-in and written in22 :ref:`c-api-index`.28 This guide only covers the basic tools for creating extensions provided33 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 also44 Creating extensions without third party tools[all …]
3 #===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#7 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception9 #===------------------------------------------------------------------------===#12 clang-format git integration15 This file provides a clang-format integration for git. Put it somewhere in your16 path and ensure that it is executable. Then, "git clang-format" will invoke17 clang-format on the changes in current files or a specific commit.20 git clang-format -h35 usage = ('git clang-format [OPTIONS] [<commit>] [<commit>|--staged] '36 '[--] [<file>...]')[all …]