Home
last modified time | relevance | path

Searched +full:- +full:- +full:shell (Results 1 – 25 of 1249) sorted by relevance

12345678910>>...50

/external/google-cloud-java/java-shell/
DCHANGELOG.md3 …//github.com/googleapis/google-cloud-java/compare/google-cloud-shell-v2.3.1-SNAPSHOT...google-clou…
8 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
9 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c…
14-cloud-shared-dependencies to v3.0.2 ([#8325](https://github.com/googleapis/google-cloud-java/issu…
15-cloud-shared-dependencies to v3.0.4 ([#8528](https://github.com/googleapis/google-cloud-java/issu…
16-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue…
21 …https://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/google…
23 …tps://github.com/googleapis/google-cloud-java/compare/google-cloud-shell-v2.2.8...google-cloud-she…
28 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google…
29 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c…
[all …]
D.OwlBot.yaml7 # http://www.apache.org/licenses/LICENSE-2.0
16 deep-remove-regex:
17 - "/java-shell/samples/snippets/generated"
18 - "/java-shell/grpc-google-.*/src"
19 - "/java-shell/proto-google-.*/src"
20 - "/java-shell/google-.*/src"
22 deep-copy-regex:
23 - source: "/google/cloud/shell/(v.*)/.*-java/proto-google-.*/src"
24 dest: "/owl-bot-staging/java-shell/$1/proto-google-cloud-shell-$1/src"
25 - source: "/google/cloud/shell/(v.*)/.*-java/grpc-google-.*/src"
[all …]
/external/rust/crates/clap_complete/src/shells/
Dshell.rs11 /// Shell with auto-generated completion script available.
14 pub enum Shell { enum
15 /// Bourne Again SHell (bash)
17 /// Elvish shell
19 /// Friendly Interactive SHell (fish)
23 /// Z SHell (zsh)
27 impl Display for Shell { implementation
28 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt()
36 impl FromStr for Shell { implementation
39 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str()
[all …]
/external/python/cpython2/Lib/idlelib/idle_test/
Dtest_io.py47 self.lines = list(lines)[::-1]
52 shell = MockShell()
53 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
55 self.assertEqual(f.encoding, 'utf-8')
66 shell = MockShell()
67 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
75 shell = MockShell()
76 f = PseudoOutputFile(shell, 'stdout', 'utf-8')
78 self.assertEqual(shell.written, [('test', 'stdout')])
79 shell.reset()
[all …]
/external/libtraceevent/scripts/
Dutilities.mak1 # SPDX-License-Identifier: GPL-2.0
9 # nl-escape
11 # Usage: escape = $(call nl-escape[,escape])
17 nl-escape = $(if $(1),$(1),m822df3020w6a44id34bt574ctac44eb9f4n)
19 # escape-nl
21 # Usage: escaped-text = $(call escape-nl,text[,escape])
23 # GNU make's $(shell ...) function converts to a
31 # $(call unescape-nl...)
33 escape-nl = $(subst $(newline),$(call nl-escape,$(2)),$(1))
35 # unescape-nl
[all …]
/external/cpuinfo/scripts/
Dandroid-armv7-mock.sh3 set -e
5 adb push build/android/armeabi-v7a/alcatel-revvl-test /data/local/tmp/alcatel-revvl-test
6 adb push build/android/armeabi-v7a/atm7029b-tablet-test /data/local/tmp/atm7029b-tablet-test
7 adb push build/android/armeabi-v7a/blu-r1-hd-test /data/local/tmp/blu-r1-hd-test
8 adb push build/android/armeabi-v7a/galaxy-a3-2016-eu-test /data/local/tmp/galaxy-a3-2016-eu-test
9 adb push build/android/armeabi-v7a/galaxy-a8-2016-duos-test /data/local/tmp/galaxy-a8-2016-duos-test
10 adb push build/android/armeabi-v7a/galaxy-a8-2018-test /data/local/tmp/galaxy-a8-2018-test
11 adb push build/android/armeabi-v7a/galaxy-c9-pro-test /data/local/tmp/galaxy-c9-pro-test
12 adb push build/android/armeabi-v7a/galaxy-grand-prime-value-edition-test /data/local/tmp/galaxy-gra…
13 adb push build/android/armeabi-v7a/galaxy-j1-2016-test /data/local/tmp/galaxy-j1-2016-test
[all …]
Dandroid-arm64-mock.sh3 set -e
5 adb push build/android/arm64-v8a/alcatel-revvl-test /data/local/tmp/alcatel-revvl-test
6 adb push build/android/arm64-v8a/galaxy-a8-2018-test /data/local/tmp/galaxy-a8-2018-test
7 adb push build/android/arm64-v8a/galaxy-c9-pro-test /data/local/tmp/galaxy-c9-pro-test
8 adb push build/android/arm64-v8a/galaxy-s6-test /data/local/tmp/galaxy-s6-test
9 adb push build/android/arm64-v8a/galaxy-s7-global-test /data/local/tmp/galaxy-s7-global-test
10 adb push build/android/arm64-v8a/galaxy-s7-us-test /data/local/tmp/galaxy-s7-us-test
11 adb push build/android/arm64-v8a/galaxy-s8-global-test /data/local/tmp/galaxy-s8-global-test
12 adb push build/android/arm64-v8a/galaxy-s8-us-test /data/local/tmp/galaxy-s8-us-test
13 adb push build/android/arm64-v8a/galaxy-s9-global-test /data/local/tmp/galaxy-s9-global-test
[all …]
/external/python/mobly/tests/mobly/controllers/android_device_lib/
Dadb_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
32 'am instrument -r -w com.my'
38 'am instrument -r -w com.my'
43 'am instrument -r -w -e option1 value1'
44 ' -e option2 value2 com.my'
53 'utf-8'
56 # Mock Shell Command
58 MOCK_COMMAND_OUTPUT = '/system/bin/ls'.encode('utf-8')
61 MOCK_DEFAULT_COMMAND_OUTPUT = MOCK_DEFAULT_STDOUT.encode('utf-8')
62 MOCK_ADB_SHELL_COMMAND_CHECK = 'adb shell command -v ls'
[all …]
/external/bazel-skylib/docs/
Dshell_doc.md1 <!-- Generated with Stardoc: http://skydoc.bazel.build -->
3 Skylib module containing shell utility functions.
5 <a id="shell.array_literal"></a>
7 ## shell.array_literal
10 shell.array_literal(<a href="#shell.array_literal-iterable">iterable</a>)
13 Creates a string from a sequence that can be used as a shell array.
15 For example, `shell.array_literal(["a", "b", "c"])` would return the string
16 `("a" "b" "c")`, which can be used in a shell script wherever an array
19 Note that all elements in the array are quoted (using `shell.quote`) for
27 | :------------- | :------------- | :------------- |
[all …]
/external/python/mobly/mobly/controllers/android_device_lib/
Dadb.py7 # http://www.apache.org/licenses/LICENSE-2.0
40 # `adb shell getprop` can take surprisingly long, when the device is a
116 ret, out, err = utils.run_command('which adb', shell=True)
117 clean_out = out.decode('utf-8').strip()
134 out = AdbProxy().forward('--list')
135 clean_lines = str(out, 'utf-8').strip().split('\n')
148 For syntactic reasons, the '-' in adb commands need to be replaced with
156 >> adb.shell(['echo', 'a', 'b'])
159 documentation to avoid shell injection vulnerabilities and avoid having to
160 deal with multiple layers of shell quoting and different shell environments
[all …]
/external/mesa3d/.gitlab-ci/
Dcuttlefish-runner.sh5 set -xe
16 /etc/init.d/cuttlefish-host-resources start
20--verbosity=DEBUG --report_anonymous_usage_stats=n --cpus=8 --memory_mb=8192 --gpu_mode="$ANDROID_…
23 cd -
26 ADB="adb -s vsock:3:5555"
30 $ADB shell echo Hi from Android
36 OV_TMPFS="/data/overlay-remount"
37 $ADB shell mkdir -p "$OV_TMPFS"
38 $ADB shell mount -t tmpfs none "$OV_TMPFS"
40 $ADB shell mkdir -p "$OV_TMPFS/vendor-upper"
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_run.py110 self.lines = list(lines)[::-1]
116 shell = MockShell()
117 f = run.StdInputFile(shell, 'stdin')
119 self.assertEqual(f.encoding, 'utf-8')
130 shell = MockShell()
131 f = run.StdInputFile(shell, 'stdin')
139 shell = MockShell()
140 f = run.StdInputFile(shell, 'stdin')
141 shell.push(['one\n', 'two\n', ''])
143 shell.push(['one\n', 'two\n', ''])
[all …]
/external/chromium-trace/catapult/devil/devil/utils/
Dcmd_helper.py2 # Use of this source code is governed by a BSD-style license that can be
4 """A wrapper for subprocess to make calling shell commands easier."""
30 _SafeShellChars = frozenset(string.ascii_letters + string.digits + '@%_-+=:,./')
32 # Cache the string-escape codec to ensure subprocess can find it
35 codecs.lookup('string-escape')
39 """Return an shell-escaped version of the string using single quotes.
44 The returned value can be used in a shell command line as one token that gets
57 """Return an shell-escaped version of the string using double quotes.
60 or quote characters), while retaining some shell features such as variable
63 The returned value can be used in a shell command line as one token that gets
[all …]
/external/googleapis/google/cloud/shell/v1/
Dcloudshell_v1.yaml4 title: Cloud Shell API
7 - name: google.cloud.shell.v1.CloudShellService
8 - name: google.longrunning.Operations
11 - name: google.cloud.shell.v1.AddPublicKeyMetadata
12 - name: google.cloud.shell.v1.AddPublicKeyResponse
13 - name: google.cloud.shell.v1.AuthorizeEnvironmentMetadata
14 - name: google.cloud.shell.v1.AuthorizeEnvironmentResponse
15 - name: google.cloud.shell.v1.CreateEnvironmentMetadata
16 - name: google.cloud.shell.v1.DeleteEnvironmentMetadata
17 - name: google.cloud.shell.v1.RemovePublicKeyMetadata
[all …]
/external/cpu_features/cmake/ci/vagrant/freebsd/
DVagrantfile1 # -*- mode: ruby -*-
18 config.ssh.shell = "sh"
36 # Create a private network, which allows host-only access to the machine
48 # argument is a set of non-required options.
50 config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true
58 # Provider-specific configuration so you can fine-tune various
59 # backing providers for Vagrant. These expose provider-specific options.
73 # Enable provisioning with a shell script. Additional provisioners such as
77 config.vm.provision "env", type: "shell", inline:<<-SHELL
78 set -x
[all …]
/external/cronet/third_party/cpu_features/src/cmake/ci/vagrant/freebsd/
DVagrantfile1 # -*- mode: ruby -*-
18 config.ssh.shell = "sh"
36 # Create a private network, which allows host-only access to the machine
48 # argument is a set of non-required options.
50 config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true
58 # Provider-specific configuration so you can fine-tune various
59 # backing providers for Vagrant. These expose provider-specific options.
73 # Enable provisioning with a shell script. Additional provisioners such as
77 config.vm.provision "env", type: "shell", inline:<<-SHELL
78 set -x
[all …]
/external/drm_hwcomposer/
DMakefile3 DOCKER_BIN := $(shell command -v docker 2> /dev/null)
4 NPROCS:=$(shell grep -c ^processor /proc/cpuinfo)
11 GIT_IS_SYMLINK:=$(shell test -L .git && echo true)
16 $(warning $$ sudo usermod -aG docker $$USER)
21 .PHONY : help prepare shell ci_fast ci ci_cleanup build_deploy bd local_presubmit local_cleanup
25 …@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf " \033[36m%-15s\033[0m %s\n", $$1, $$2…
30 mkdir -p $(dir $@)
31 $(DOCKER_BIN) build -t local/build-env -f $(DOCKERFILE) .;
34 …$(DOCKER_BIN) run -itd --name $(IMAGE_NAME) --network="host" -v $(shell pwd):/home/user/drm_hwcomp…
40 shell: $(PREPARE) target
[all …]
/external/google-cloud-java/java-shell/proto-google-cloud-shell-v1/src/main/java/com/google/cloud/shell/v1/
DCloudShellErrorDetails.java8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/shell/v1/cloudshell.proto
19 package com.google.cloud.shell.v1;
25 * Cloud-shell specific information that will be included as details in failure
29 * Protobuf type {@code google.cloud.shell.v1.CloudShellErrorDetails}
33 // @@protoc_insertion_point(message_implements:google.cloud.shell.v1.CloudShellErrorDetails)
57 return com.google.cloud.shell.v1.CloudShellProto in getDescriptor()
64 return com.google.cloud.shell.v1.CloudShellProto in internalGetFieldAccessorTable()
67 com.google.cloud.shell.v1.CloudShellErrorDetails.class, in internalGetFieldAccessorTable()
68 com.google.cloud.shell.v1.CloudShellErrorDetails.Builder.class); in internalGetFieldAccessorTable()
[all …]
/external/wayland-protocols/chromium.org/
DREADME.chromium1 Name: wayland-protocols
9 wayland-protocols contains Wayland protocols that adds functionality not
13 wayland-protocols.
15 To import a new snapshot of wayland-protocols:
16 - Checkout the latest release tag: git checkout 1.8
17 - Change the DEPS entry to the newly checked out commit.
18 - Update generated files:
19 …wayland-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > protocol/xdg-shell-v5-pr…
20 …wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protoco…
21 …wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protoco…
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/
Dspec.yml8 # http://www.apache.org/licenses/LICENSE-2.0
33 - "{nightly}{jupyter}"
34 - "{_TAG_PREFIX}{ubuntu-devel}"
35 # Built per-release and pushed to tensorflow/tensorflow
36 # --arg _TAG_PREFIX=<val> should be set to "1.11" (for example) or "latest".
39 - "{_TAG_PREFIX}{ubuntu}{jupyter}"
42 - "{_TAG_PREFIX}{devel-onednn}"
43 - "{_TAG_PREFIX}{devel-onednn-mpich-horovod}"
44 - "{_TAG_PREFIX}{devel-onednn-mpich-horovod}{onednn-jupyter}"
45 - "{_TAG_PREFIX}{devel-onednn-mpi-horovod}"
[all …]
/external/toybox/toys/pending/
Dchsh.c1 /* chsh.c - Change login shell.
5 * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/chsh.html
13 usage: chsh [-s SHELL] [-R CHROOT_DIR] [USER]
15 Change user's login shell.
17 -s Use SHELL instead of prompting
18 -R Act on CHROOT_DIR instead of host
20 Non-root users can only change their own shell to one listed in /etc/shells.
33 char *user, *line, *shell, *encrypted; in chsh_main() local
40 if (strcmp((passwd_info = xgetpwnam(user))->pw_name, user)) in chsh_main()
42 } else user = (passwd_info = xgetpwuid(getuid()))->pw_name; in chsh_main()
[all …]
/external/skia/tools/testrunners/common/android/adb_test_runner/
Dadb_test_runner_test.go2 // Use of this source code is governed by a BSD-style license that can be
31 "no device-specific config",
32 "--foo aaa bbb --bar ccc",
33 "--foo aaa bbb --bar ccc",
37 "device-specific config as single flag",
38 "--foo aaa bbb --device-specific-bazel-config=SomeDevice --bar ccc",
39 "--foo aaa bbb --bar ccc",
43 "device-specific config as single flag with extra spaces",
44 "--foo aaa bbb --device-specific-bazel-config=SomeDevice --bar ccc",
45 "--foo aaa bbb --bar ccc",
[all …]
/external/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk28 # zlib-1.2.8.tar.gz
29 # openssl-1.0.2g.tar.gz
39 # At least on Debian, building openssl requires package xutils-dev
41 # installed, but xutils-dev is not that obvious in this case...
50 -include Application.mk
56 NDK_ROOT := /opt/Android/SDK/ndk-bundle
68 NDK_APP_ABI = armeabi armeabi-v7a arm64-v8a mips mips64 x86 x86_64
78 APP_PLATFORM = android-21
97 ZLIB_TGZ_SOURCE := zlib-$(ZLIB_VERSION).tar.gz
100 OPENSSL_TGZ_SOURCE := openssl-$(OPENSSL_VERSION).tar.gz
[all …]
/external/llvm/utils/lit/tests/
Dshtest-shell.py1 # Check the internal shell handling component of the ShTest format.
3 # RUN: not %{lit} -j 1 -v %{inputs}/shtest-shell > %t.out
4 # RUN: FileCheck --input-file %t.out %s
8 # CHECK: -- Testing:
10 # CHECK: FAIL: shtest-shell :: error-0.txt
11 # CHECK: *** TEST 'shtest-shell :: error-0.txt' FAILED ***
12 # CHECK: $ "not-a-real-command"
14 # CHECK: 'not-a-real-command': command not found
20 # CHECK: FAIL: shtest-shell :: error-1.txt
21 # CHECK: *** TEST 'shtest-shell :: error-1.txt' FAILED ***
[all …]
/external/python/cpython2/Doc/library/
Dsubprocess.rst2 :mod:`subprocess` --- Subprocess management
24 functions can be found in the subprocess-replacements_ section.
33 :pep:`324` -- PEP proposing the subprocess module
38 ----------------------------------
45 .. function:: call(args, *, stdin=None, stdout=None, stderr=None, shell=False)
51 in :ref:`frequently-used-arguments` (hence the slightly odd notation in
53 that of the :class:`Popen` constructor - this functions passes all
58 >>> subprocess.call(["ls", "-l"])
61 >>> subprocess.call("exit 1", shell=True)
66 Using ``shell=True`` can be a security hazard. See the warning
[all …]

12345678910>>...50