| /external/zstd/ |
| D | CHANGELOG | 6 lib: reduce binary size with selective built-time exclusion, by @felixhandte 11 lib: fix zdict prototype mismatch in static_only mode, by @ldv-alt 12 lib: fix several bugs in magicless-format decoding, by @embg 13 cli: add common compressed file types to `--exclude-compressed`` by @daniellerozenblit 14 cli: fix mixing `-c` and `-o` commands with `--rm`, by @Cyan4973 15 cli: fix erroneous exclusion of hidden files with `--output-dir-mirror` by @felixhandte 16 cli: improved time accuracy on BSD, by @felixhandte 17 cli: better errors on argument parsing, by @KapJI 19 tests: lorem ipsum generator as default backup content, by @Cyan4973 20 …rovements by @terrelln, @sighingnow, @gjasny, @JohanMabille, @Saverio976, @gruenich, @teo-tsirpanis [all …]
|
| /external/python/rsa/rsa/ |
| D | util.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 23 def private_to_public() -> None: 26 # Parse the CLI options 32 parser.add_option('-i', '--input', dest='infilename', type='string', 34 parser.add_option('-o', '--output', dest='outfilename', type='string', 37 parser.add_option('--inform', dest='inform', 38 help='key format of input - default PEM', 39 choices=('PEM', 'DER'), default='PEM') 41 parser.add_option('--outform', dest='outform', 42 help='key format of output - default PEM', [all …]
|
| D | cli.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 33 def keygen() -> None: 36 # Parse the CLI options 40 parser.add_option('--pubout', type='string', 43 'pyrsa-priv2pub to create the public key file later.') 45 parser.add_option('-o', '--out', type='string', 49 parser.add_option('--form', 50 help='key format of the private and public keys - default PEM', 51 choices=('PEM', 'DER'), default='PEM') 53 (cli, cli_args) = parser.parse_args(sys.argv[1:]) [all …]
|
| /external/openthread/src/cli/ |
| D | cli_mac_filter.cpp | 31 * This file implements CLI for MAC Filter. 36 #include "cli/cli.hpp" 41 namespace Cli { namespace 78 OutputLine("Default rss: %d (lqi %u)", entry.mRssIn, in OutputFilter() 91 // In default RSS entry, the extended address will be all `0xff`. in IsDefaultRss() 141 * @cli macfilter addr in Process() 145 * 0f6127e33af6b403 : rss -95 (lqi 1) in Process() 153 * - Current mode of the MAC filter list: Either `AllowList`, `DenyList,` or `Disabled` in Process() 154 * - A list of all the extended addresses in the filter. The received signal strength (rss) and in Process() 156 * different from the default values. in Process() [all …]
|
| D | README_SRP.md | 1 # OpenThread CLI - SRP (Service Registration Protocol) 10 ./output/simulation/bin/ot-cli-ftd 1 25 Network Name: OpenThread-f7af 54 ./output/simulation/bin/ot-cli-ftd 2 76 > srp client host name my-host 80 > srp client service add my-service _ipps._tcp 12345 86 The last command enables the auto-start mode on the client which then monitors the network data to … 111 name:"my-host", state:Registered, addrs:[fded:5114:8263:1fe1:44f9:cc06:4a2d:534] 114 instance:"my-service", name:"_ipps._tcp", state:Registered, port:12345, priority:0, weight:0 124 my-host.default.service.arpa. [all …]
|
| D | cli_srp_server.cpp | 31 * This file implements a simple CLI for the SRP server. 38 #include "cli/cli.hpp" 44 namespace Cli { namespace 47 * @cli srp server addrmode (get,set) 100 * @cli srp server auto (enable,disable) 112 * Enables or disables the auto-enable mode on the SRP server. 129 * @cli srp server domain (get,set) 139 * @cparam srp server domain [@ca{domain-name}] 162 * @cli srp server state 209 * @cli srp server (enable,disable) [all …]
|
| D | cli_dns.cpp | 31 * This file implements CLI for DNS (client and server/resolver). 36 #include "cli/cli.hpp" 41 namespace Cli { namespace 50 * @cli dns compression in Process() 59 * By default DNS name compression is enabled. When disabled, in Process() 70 * @cli dns compression (enable,disable) in Process() 86 * By default DNS name compression is enabled. When disabled, in Process() 114 * @cli dns config in Process() 139 OutputSockAddrLine(defaultConfig->mServerSockAddr); in Process() 140 OutputLine("ResponseTimeout: %lu ms", ToUlong(defaultConfig->mResponseTimeout)); in Process() [all …]
|
| D | cli_coap_secure.cpp | 31 * This file implements a simple CLI for the CoAP Secure service. 41 #include "cli/cli.hpp" 47 namespace Cli { namespace 64 mResourceContent[sizeof(mResourceContent) - 1] = '\0'; in CoapSecure() 72 uint16_t length = otMessageGetLength(aMessage) - otMessageGetOffset(aMessage); in PrintPayload() 85 length -= bytesToPrint; in PrintPayload() 94 * @cli coaps resource (get,set) 96 * coaps resource test-resource 101 * test-resource 104 * @cparam coaps resource [@ca{uri-path}] [all …]
|
| /external/autotest/client/common_lib/cros/manual/ |
| D | audio_helper.py | 2 # Use of this source code is governed by a BSD-style license that can be 27 logging.info('---cmd: %s', cmd) 35 logging.info('---audio card %s', soundcard) 37 logging.exception('Fail to get sound card, cli=%s.', cmd) 89 "awk -v N=2 '{print $N}'" % soundcard) 92 logging.exception('Fail to run cli: %s.', cmd) 100 @returns True, None if default speakers have same volume as one read 114 logging.info('---Fail to get node for default speaker.') 115 return False, 'Fail to get node for default speaker.' 118 logging.info('---Volume for default speaker are sync for ' [all …]
|
| /external/lz4/programs/ |
| D | README.md | 5 The Command Line Interface (CLI) can be generated 8 …all [standard conventions](https://www.gnu.org/prep/standards/html_node/Makefile-Conventions.html), 12 For advanced use cases, there are targets to different variations of the CLI: 13 - `lz4` : default CLI, with a command line syntax close to gzip 14 - `lz4c` : Same as `lz4` with additional support legacy lz4 commands (incompatible with gzip) 15 - `lz4c32` : Same as `lz4c`, but forced to compile in 32-bits mode 17 The CLI generates and decodes [LZ4-compressed frames](../doc/lz4_Frame_format.md). 21 CLI supports aggregation of parameters i.e. `-b1`, `-e18`, and `-i1` can be joined into `-b1e18i1`. 25 CLI includes in-memory compression benchmark module for lz4. 31 One can select compression levels starting from `-b` and ending with `-e`. [all …]
|
| /external/openthread/tests/toranj/ |
| D | README_CLI.md | 1 # `toranj-cli` 3 `toranj-cli` is a test framework for OpenThread using its CLI interface. 7 - It is developed in Python. 8 - It can be used to simulate multiple nodes forming complex network topologies. 9 - It allows testing of network interactions between many nodes. 10 - `toranj` in CLI mode runs `ot-cli-ftd` on simulation platform (real-time). 19 Building OpenThread (NCP/CLI for FTD/MTD/RCP mode) with simulation platform using cmake 21 -- OpenThread Source Directory: /Users/abtink/GitHub/openthread 22 -- OpenThread CMake build type: Debug 23 -- Package Name: OPENTHREAD [all …]
|
| /external/zstd/programs/ |
| D | README.md | 4 Command Line Interface (CLI) can be created using the `make` command without any additional paramet… 5 There are however other Makefile targets that create different variations of CLI: 6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and … 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 9 - `zstd-compress` : version of CLI which can only compress into zstd format 10 - `zstd-decompress` : version of CLI which can only decompress zstd format 16 - __HAVE_THREAD__ : multithreading is automatically enabled when `pthread` is detected. 23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`. 26 By default, `zstd` supports decoding legacy formats >= v0.4.0 (`ZSTD_LEGACY_SUPPORT=4`). [all …]
|
| /external/openthread/script/ |
| D | test | 33 set -euo pipefail 35 OT_BUILDDIR="${OT_BUILDDIR:-${PWD}/build}" 53 OT_NODE_TYPE="${OT_NODE_TYPE:-cli}" 56 OT_NATIVE_IP="${OT_NATIVE_IP:-0}" 59 THREAD_VERSION="${THREAD_VERSION:-1.3}" 62 INTER_OP="${INTER_OP:-0}" 65 VERBOSE="${VERBOSE:-0}" 68 BORDER_ROUTING="${BORDER_ROUTING:-1}" 71 NAT64="${NAT64:-0}" 74 NAT64_SERVICE="${NAT64_SERVICE:-openthread}" [all …]
|
| /external/lz4/ |
| D | NEWS | 3 perf : faster decoding speed (~+70%) for -BD4 setting in CLI 9 cli : `--list` works on `stdin` input, by @Low-power 10 cli : `--no-crc` does not produce (compression) nor check (decompression) checksums 11 cli : fix: `--test` and `--list` produce an error code when parsing invalid input 12 cli : fix: support skippable frames when passed via `stdin`, reported by @davidmankin 14 build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t-mat 15 build: `make` and `make test` are compatible with `-j` parallel run 18 build: MSVC 2022 support, by @t-mat 19 build: improved meson script, by @eli-schwartz 31 api : fix alignment test on 32-bit systems (state initialization) [all …]
|
| /external/llvm/lib/Target/BPF/ |
| D | BPFISelLowering.cpp | 1 //===-- BPFISelLowering.cpp - BPF DAG Lowering Implementation ------------===// 8 //===----------------------------------------------------------------------===// 13 //===----------------------------------------------------------------------===// 34 #define DEBUG_TYPE "bpf-lower" 38 DAG.getContext()->diagnose( in fail() 48 Val->print(OS); in fail() 50 DAG.getContext()->diagnose( in fail() 143 default: in LowerOperation() 156 default: in LowerFormalArguments() 176 default: { in LowerFormalArguments() [all …]
|
| /external/openthread/examples/apps/cli/ |
| D | cli_uart.cpp | 28 #include "openthread-core-config.h" 34 #include <openthread-system.h> 35 #include <openthread/cli.h> 38 #include "cli/cli_config.h" 51 * The size of CLI UART RX buffer in bytes. 65 * The size of CLI message buffer in bytes. 74 #error "diag output buffer should be smaller than CLI UART tx buffer" 77 #error "diag command line should be smaller than CLI UART rx buffer" 82 #error "command line should be should be smaller than CLI rx buffer" 107 * Macro to acquire an exclusive lock of uart cli output [all …]
|
| /external/tensorflow/tensorflow/python/debug/wrappers/ |
| D | local_cli_wrapper.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 """Debugger Wrapper Session Consisting of a Local Curses-based CLI.""" 21 # Google-internal import(s). 22 from tensorflow.python.debug.cli import analyzer_cli 23 from tensorflow.python.debug.cli import cli_config 24 from tensorflow.python.debug.cli import cli_shared 25 from tensorflow.python.debug.cli import command_parser 26 from tensorflow.python.debug.cli import debugger_cli_common 27 from tensorflow.python.debug.cli import profile_analyzer_cli 28 from tensorflow.python.debug.cli import ui_factory [all …]
|
| /external/python/bumble/rust/src/ |
| D | main.rs | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 //! CLI tools for Bumble 24 mod cli; module 27 async fn main() -> PyResult<()> { in main() 34 let cli: Cli = Cli::parse(); in main() localVariable 36 match cli.subcommand { in main() 40 cli::firmware::rtk::download(dl).await?; in main() 42 Realtek::Drop { transport } => cli::firmware::rtk::drop(&transport).await?, in main() 44 cli::firmware::rtk::info(&transport, force).await?; in main() 47 cli::firmware::rtk::load(&transport, force).await? in main() [all …]
|
| /external/aws-sdk-java-v2/core/profiles/src/main/java/software/amazon/awssdk/profiles/ |
| D | ProfileFileSystemSetting.java | 27 * Configure the default configuration file used in the ProfileFile. When not explicitly 31 …* See http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html for more infor… 37 * Configure the default credentials file used in the ProfileFile. When not explicitly 41 …* See http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html for more infor… 47 * Configure the default profile that should be loaded from the {@link #AWS_CONFIG_FILE} 51 AWS_PROFILE("aws.profile", "default");
|
| /external/tink/go/integration/awskms/ |
| D | aws_kms_client.go | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 "github.com/aws/aws-sdk-go/aws" 29 "github.com/aws/aws-sdk-go/aws/credentials" 30 "github.com/aws/aws-sdk-go/aws/session" 31 "github.com/aws/aws-sdk-go/service/kms" 32 "github.com/aws/aws-sdk-go/service/kms/kmsiface" 38 awsPrefix = "aws-kms://" 67 // console or an INI-style credentials file. 69 …/ See https://docs.aws.amazon.com/cli/latest/userguide/cli-authentication-user.html#cli-authentica… 70 // and https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-file… [all …]
|
| /external/python/dateutil/ |
| D | release.py | 14 def cli(): function 17 @cli.command() 21 if click.confirm('{} is not empty - delete contents?'.format(DIST_PATH)): 30 '--formats=gztar']) 32 @cli.command() 36 subprocess.check_call(['gpg', '--armor', '--output', fpath + '.asc', 37 '--detach-sig', fpath]) 44 subprocess.check_call(['gpg', '--verify', fpath + '.asc', fpath]) 47 @cli.command() 48 @click.option('--passfile', default=None) [all …]
|
| /external/libnl/src/lib/ |
| D | tc.c | 1 /* SPDX-License-Identifier: LGPL-2.1-only */ 6 #include "nl-default.h" 8 #include <netlink/cli/utils.h> 9 #include <netlink/cli/tc.h> 11 #include "nl-priv-dynamic-route/nl-priv-dynamic-route.h" 14 * @ingroup cli 50 if (err == -NLE_OBJ_NOTFOUND && create) in nl_cli_tc_parse_handle() 99 if (tm->tm_ops == ops) in __nl_cli_tc_lookup() 112 switch (ops->to_type) { in nl_cli_tc_lookup() 115 nl_cli_load_module("cli/qdisc", ops->to_kind); in nl_cli_tc_lookup() [all …]
|
| /external/libnl/src/ |
| D | nl-class-add.c | 1 /* SPDX-License-Identifier: LGPL-2.1-only */ 6 #include "nl-default.h" 10 #include <netlink/cli/utils.h> 11 #include <netlink/cli/tc.h> 12 #include <netlink/cli/qdisc.h> 13 #include <netlink/cli/class.h> 14 #include <netlink/cli/link.h> 16 #include "nl-priv-dynamic-route/nl-priv-dynamic-route.h" 23 "Usage: nl-class-add [OPTIONS]... class [CONFIGURATION]...\n" in print_usage() 26 " -q, --quiet Do not print informal notifications.\n" in print_usage() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BPFISelLowering.cpp | 1 //===-- BPFISelLowering.cpp - BPF DAG Lowering Implementation ------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 33 #define DEBUG_TYPE "bpf-lower" 35 static cl::opt<bool> BPFExpandMemcpyInOrder("bpf-expand-memcpy-in-order", 41 DAG.getContext()->diagnose( in fail() 51 Val->print(OS); in fail() 53 DAG.getContext()->diagnose( in fail() 146 // When -bpf-expand-memcpy-in-order specified, we want to defer the expand in BPFTargetLowering() [all …]
|
| /external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/ |
| D | Elasticurl.java | 14 import org.apache.commons.cli.CommandLine; 15 import org.apache.commons.cli.CommandLineParser; 16 import org.apache.commons.cli.DefaultParser; 17 import org.apache.commons.cli.HelpFormatter; 18 import org.apache.commons.cli.Option; 19 import org.apache.commons.cli.Options; 20 import org.apache.commons.cli.ParseException; 76 .desc("request method. Default is GET)").build()); in parseArgs() 83 .desc("dumps content-body to FILE instead of stdout.").build()); in parseArgs() 91 .desc("logging level (ERROR|WARN|INFO|DEBUG|TRACE) default is none.").build()); in parseArgs() [all …]
|