Home
last modified time | relevance | path

Searched +full:requires +full:- +full:port (Results 1 – 25 of 1042) sorted by relevance

12345678910>>...42

/external/python/bumble/docs/mkdocs/src/extras/
Dandroid_remote_hci.md4 This application allows using an android phone's built-in Bluetooth controller with
14 --------
21 * [Release] ``app/build/outputs/apk/release/app-release-unsigned.apk``
22 * [Debug] ``app/build/outputs/apk/debug/app-debug.apk``
26 -------
36 This requires that there is no other HAL client, and requires certain privileges.
37 For running as a regular app, this requires disabling SELinux temporarily.
38 For running as a command-line executable, this just requires a root shell.
47 Binding to the Bluetooth HCI HAL requires certain SELinux permissions that can't simply be changed
79 $ adb shell "ps -A | grep com.google.android.bluetooth"
[all …]
/external/llvm/lib/Target/X86/
DX86InstrSystem.td1 //===-- X86InstrSystem.td - System Instructions ------------*- tablegen -*-===//
8 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
54 Requires<[In64BitMode]>;
62 IIC_SYS_ENTER_EXIT>, TB, Requires<[In64BitMode]>;
66 (INT3)>, Requires<[NotPS4]>;
68 (INT (i8 0x41))>, Requires<[IsPS4]>;
70 //===----------------------------------------------------------------------===//
85 def IN8ri : Ii8<0xE4, RawFrm, (outs), (ins u8imm:$port),
86 "in{b}\t{$port, %al|al, $port}", [], IIC_IN_RI>;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrSystem.td1 //===-- X86InstrSystem.td - System Instructions ------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
34 def INTO : I<0xce, RawFrm, (outs), (ins), "into", []>, Requires<[Not64BitMode]>;
52 Requires<[In64BitMode]>;
58 Requires<[In64BitMode]>;
62 (INT3)>, Requires<[NotPS4]>;
64 (INT (i8 0x41))>, Requires<[IsPS4]>;
66 //===----------------------------------------------------------------------===//
[all …]
/external/openthread/include/openthread/
Dborder_agent.h45 * @addtogroup api-border-agent
124 * Gets the UDP port of the Thread Border Agent service.
128 * @returns UDP port of the Border Agent.
136 * Requires `OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE`.
156 * Requires `OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE`.
176 * Requires `OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE`.
198 …* @param[in] aUdpPort The UDP port to use with ephemeral key. If zero, an ephemeral port will …
199 * `otBorderAgentGetUdpPort()` will return the current UDP port being used.
204 * @retval OT_ERROR_FAILED Failed to set the key (e.g., could not bind to UDP port).
216 * Requires `OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE`.
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86InstrSystem.td1 //===-- X86InstrSystem.td - System Instructions ------------*- tablegen -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
48 def INTO : I<0xce, RawFrm, (outs), (ins), "into", []>, Requires<[Not64BitMode]>;
64 Requires<[In64BitMode]>;
70 Requires<[In64BitMode]>;
74 (INT3)>, Requires<[NotPS]>;
76 (INT (i8 0x41))>, Requires<[IsPS]>;
78 //===----------------------------------------------------------------------===//
[all …]
/external/leveldb/port/
Dport_example.h2 // Use of this source code is governed by a BSD-style license that can be
8 // how to port this package to a new platform.
13 #include "port/thread_annotations.h"
16 namespace port {
21 // ------------------ Threading -------------------
34 // REQUIRES: This mutex was locked by this thread.
51 // REQUIRES: this thread holds *mu
61 // ------------------ Compression -------------------
63 // Store the snappy compression of "input[0,input_length-1]" in *output.
64 // Returns false if snappy is not supported by this port.
[all …]
/external/google-cloud-java/java-recaptchaenterprise/proto-google-cloud-recaptchaenterprise-v1/src/main/java/com/google/recaptchaenterprise/v1/
DWebKeySettingsOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
44 * of an allowed domain are automatically allowed. A valid domain requires a
45 * host and must not include any path, port, query or fragment.
59 * of an allowed domain are automatically allowed. A valid domain requires a
60 * host and must not include any path, port, query or fragment.
74 * of an allowed domain are automatically allowed. A valid domain requires a
75 * host and must not include any path, port, query or fragment.
90 * of an allowed domain are automatically allowed. A valid domain requires a
91 * host and must not include any path, port, query or fragment.
/external/autotest/client/cros/enterprise/
Dnetwork_config.py2 # Use of this source code is governed by a BSD-style license that can be
18 NetworkConfig is a client-side representation of a network.
29 'None', 'WEP-PSK', 'WEP-8021X', 'WPA-PSK', and 'WPA-EAP'.
30 @param eap: EAP type, required if security is 'WEP-8021X' or 'WPA-EAP'.
31 @param identity: Username, if the network type requires it.
32 @param password: Password, if the network type requires it.
35 @param client_cert: Client certificate in base64-encoded PKCS#12
36 format. Required for EAP-TLS networks.
95 if self.security == 'WPA-PSK':
98 'Password is required for WPA-PSK networks.')
[all …]
/external/openthread/src/cli/
DREADME_NETDATA.md1 # OpenThread CLI - Network Data
27 Network Name: OpenThread-8f28
34 2. Commit new dataset to the Active Operational Dataset in non-volatile storage.
144 - [help](#help)
145 - [full](#full)
146 - [length](#length)
147 - [maxlength](#maxlength)
148 - [publish](#publish)
149 - [register](#register)
150 - [show](#show)
[all …]
/external/grpc-grpc-java/examples/example-jwt-auth/
DREADME.md4 This example illustrates a simple JWT-based authentication implementation in gRPC using
7 The example requires grpc-java to be pre-built. Using a release tag will download the relevant bina…
16 The build creates scripts `auth-server` and `auth-client` in the `build/install/example-jwt-auth/bi…
17 which can be used to run this example. The example requires the server to be running before startin…
20 Running auth-server is similar to the normal hello world example and there are no arguments to supp…
22 **auth-server**:
24 The auth-server accepts optional argument for port on which the server should run:
27 USAGE: auth-server [port]
30 The auth-client accepts optional arguments for server-host, server-port, user-name and client-id:
32 **auth-client**:
[all …]
/external/python/mobly/mobly/controllers/android_device_lib/
Dsnippet_client_v2.py7 # http://www.apache.org/licenses/LICENSE-2.0
37 '{shell_cmd} am instrument {user} -w -e action start'
44 'am instrument {user} -w -e action stop {snippet_package}/'
61 # Test that uses UiAutomation requires the shell session to be maintained while
75 UNKNOWN_UID = -1
127 mobly-snippet-lib, SnippetRunner.java.
133 host_port: int, the host port used for communicating with the snippet
135 device_port: int, the device port listened by the snippet server.
214 out = self._adb.shell(f'pm list package --user {self.user_id}')
239 out = self._adb.shell(f'pm list package --user {self.user_id}')
[all …]
/external/walt/
DREADME.google8 - the android app (android/)
9 - the WALT device firmware (arduino/)
10 - the TCP-to-serial bridge (pywalt/)
14 same host as the Teensy. An end-to-end connection for a single device (only one
17 Device ------ Host ------ Teensy
21 connection, a "reverse" port has to be set up with adb. For example:
25 Any traffic the device sends to 127.0.0.1:50007 will come into the host on port
26 45454 and vice versa. Port 50007 is defined in the app source, but the device
27 port can be selected arbitrarily.
29 The TCP-to-serial bridge runs on the host and connects the app's TCP pipe to
[all …]
/external/rust/crates/clap/examples/tutorial_builder/
D04_02_validate.rs6 let matches = command!() // requires `cargo` feature in main()
8 arg!(<PORT>) in main()
9 .help("Network port to use") in main()
15 let port: u16 = *matches in main() localVariable
16 .get_one::<u16>("PORT") in main()
17 .expect("'PORT' is required and parsing will fail if its missing"); in main()
18 println!("PORT = {}", port); in main()
23 fn port_in_range(s: &str) -> Result<u16, String> { in port_in_range()
24 let port: usize = s in port_in_range() localVariable
26 .map_err(|_| format!("`{}` isn't a port number", s))?; in port_in_range()
[all …]
D05_01_assert.rs7 let port: usize = *matches in main() localVariable
8 .get_one::<usize>("PORT") in main()
9 .expect("'PORT' is required and parsing will fail if its missing"); in main()
10 println!("PORT = {}", port); in main()
13 fn cmd() -> clap::Command { in cmd()
14 command!() // requires `cargo` feature in cmd()
16 arg!(<PORT>) in cmd()
17 .help("Network port to use") in cmd()
/external/rust/crates/clap/3.2.23/examples/tutorial_builder/
D04_02_validate.rs6 let matches = command!() // requires `cargo` feature in main()
8 arg!(<PORT>) in main()
9 .help("Network port to use") in main()
15 let port: u16 = *matches in main() localVariable
16 .get_one::<u16>("PORT") in main()
17 .expect("'PORT' is required and parsing will fail if its missing"); in main()
18 println!("PORT = {}", port); in main()
23 fn port_in_range(s: &str) -> Result<u16, String> { in port_in_range()
24 let port: usize = s in port_in_range() localVariable
26 .map_err(|_| format!("`{}` isn't a port number", s))?; in port_in_range()
[all …]
D05_01_assert.rs7 let port: usize = *matches in main() localVariable
8 .get_one::<usize>("PORT") in main()
9 .expect("'PORT' is required and parsing will fail if its missing"); in main()
10 println!("PORT = {}", port); in main()
13 fn cmd() -> clap::Command<'static> { in cmd()
14 command!() // requires `cargo` feature in cmd()
16 arg!(<PORT>) in cmd()
17 .help("Network port to use") in cmd()
/external/autotest/site_utils/
Dtest_that_unittest.py3 # Use of this source code is governed by a BSD-style license that can be
5 # pylint: disable-msg=C0111
19 ['-b', 'some_board', '-i', 'some_image', '--args', 'some_args',
29 ['-b', 'some_board', '-i', 'some_image', '--args', 'some_args',
37 ['-b', 'some_board', '-i', 'some_image', '--args',
42 ['-b', 'some_board', '-i', 'some_image', '-w', 'server:port',
43 '--args', 'some_args', 'some_remote', 'test1', 'test2'])
44 self.assertEqual('server:port', args.web)
51 ['-b', 'some_board', '-i', 'some_image', '--args',
56 ['-b', 'some_board', '-i', 'some_image', '-w', 'server:port',
[all …]
/external/leveldb/db/
Dversion_set.h2 // Use of this source code is governed by a BSD-style license that can be
12 // Version,VersionSet are thread-compatible, but require external
24 #include "port/port.h"
25 #include "port/thread_annotations.h"
42 // Return the smallest index i such that files[i]->largest >= key.
44 // REQUIRES: "files" contains a sorted list of non-overlapping files.
52 // REQUIRES: If disjoint_sorted_files, files[] contains disjoint ranges
63 // return OK. Else return a non-OK status. Fills *stats.
64 // REQUIRES: lock is not held
72 // REQUIRES: This version has been saved (see VersionSet::SaveTo)
[all …]
/external/grpc-grpc-java/examples/example-gauth/src/main/java/io/grpc/examples/googleAuth/
DGoogleAuthClient.java8 * http://www.apache.org/licenses/LICENSE-2.0
51 * Construct our gRPC client that connects to the pubsub server at {@code host:port}.
53 * @param host host to connect to - typically "pubsub.googleapis.com"
54 * @param port port to connect to - typically 443 - the TLS port
57 public GoogleAuthClient(String host, int port, CallCredentials callCredentials) { in GoogleAuthClient() argument
58 // Google API invocation requires a secure channel. Channels are secure by default (SSL/TLS) in GoogleAuthClient()
59 this(ManagedChannelBuilder.forAddress(host, port).build(), callCredentials); in GoogleAuthClient()
81 * "projects/balmy-cirrus-225307" where "balmy-cirrus-225307" is
103 * The app requires 2 arguments as described in
107 * arg1 = project name in the form "projects/balmy-cirrus-225307" where "balmy-cirrus-225307" is
[all …]
/external/python/cpython2/PC/os2emx/
DREADME.os2emx1 This is a port of Python 2.6 to OS/2 using the EMX development tools
5 -------------------------------------
11 --------------------------------------
13 Please read the file README.Python-2.6 included in this package for
16 and its mirrors. The file LICENCE.Python-2.6 is the text of the Licence
28 style licences - please refer to the source distributions for more detail.
32 My patches to the Python-2.x source distributions, and any other packages
33 used in this port, are placed in the public domain.
35 This software is provided 'as-is', without any express or implied warranty.
43 -----------
[all …]
/external/python/cpython2/Lib/test/
Dtest_httplib.py16 # Self-signed cert file for 'localhost'
18 # Self-signed cert file for 'fakehostname'
20 # Self-signed cert file for self-signed.pythontest.net
26 def __init__(self, text, fileclass=StringIO.StringIO, host=None, port=None): argument
32 self.port = port
72 def read(self, n=-1):
103 for header in 'Content-length', 'Host', 'Accept-encoding':
123 if len(kv) > 1 and kv[0].lower() == 'content-length':
128 # content-length set to zero if the body is empty (either None or '')
138 'Header Content-Length incorrect on {}'.format(method)
[all …]
/external/guava/android/guava/src/com/google/common/net/
DHostAndPort.java7 * http://www.apache.org/licenses/LICENSE-2.0
31 * An immutable representation of a host and port.
51 * <li>[2001:db8::1] - {@link #getHost()} omits brackets
52 * <li>[2001:db8::1]:80 - {@link #getHost()} omits brackets
53 * <li>2001:db8::1 - Use {@link #requireBracketsForIPv6()} to prohibit this
57 * brackets, colons, and port numbers. Full validation of the host field (if desired) is the
67 /** Magic value indicating the absence of a port number. */
68 private static final int NO_PORT = -1;
73 /** Validated port number in the range [0..65535], or NO_PORT */
74 private final int port; field in HostAndPort
[all …]
/external/guava/guava/src/com/google/common/net/
DHostAndPort.java7 * http://www.apache.org/licenses/LICENSE-2.0
31 * An immutable representation of a host and port.
51 * <li>[2001:db8::1] - {@link #getHost()} omits brackets
52 * <li>[2001:db8::1]:80 - {@link #getHost()} omits brackets
53 * <li>2001:db8::1 - Use {@link #requireBracketsForIPv6()} to prohibit this
57 * brackets, colons, and port numbers. Full validation of the host field (if desired) is the
67 /** Magic value indicating the absence of a port number. */
68 private static final int NO_PORT = -1;
73 /** Validated port number in the range [0..65535], or NO_PORT */
74 private final int port; field in HostAndPort
[all …]
/external/flatbuffers/grpc/examples/ts/greeter/src/
Dclient.ts1 import * as grpc from '@grpc/grpc-js';
3 import { HelloReply } from './models/hello-reply';
4 import { HelloRequest } from './models/hello-request';
7 async function main(PORT: Number, name: string) {
8 const client = new GreeterClient(`localhost:${PORT}`, grpc.credentials.createInsecure());
27 const PORT = Number(args[0]); constant
30 if (PORT) {
31 main(PORT, name);
33 throw new Error("Requires a valid port number.")
/external/selinux/python/po/
Den_GB.po10 "Project-Id-Version: PACKAGE VERSION\n"
11 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2023-01-18 11:57+0100\n"
13 "PO-Revision-Date: 2018-01-14 08:34-0500\n"
14 "Last-Translator: Andi Chandler <andi@gowling.com>\n"
15 "Language-Team: English (United Kingdom)\n"
17 "MIME-Version: 1.0\n"
18 "Content-Type: text/plain; charset=UTF-8\n"
19 "Content-Transfer-Encoding: 8bit\n"
20 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
[all …]

12345678910>>...42