Home
last modified time | relevance | path

Searched full:environment (Results 1 – 25 of 5197) sorted by relevance

12345678910>>...208

/external/python/google-api-python-client/docs/dyn/
Dtagmanager_v1.accounts.containers.environments.html79 <p class="firstline">Creates a GTM Environment.</p>
82 <p class="firstline">Deletes a GTM Environment.</p>
85 <p class="firstline">Gets a GTM Environment.</p>
91 <p class="firstline">Updates a GTM Environment.</p>
95 <pre>Creates a GTM Environment.
103 { # Represents a Google Tag Manager Environment. Note that a user can create, delete and update env…
104 "authorizationCode": "A String", # The environment authorization code.
106 "environmentId": "A String", # GTM Environment ID uniquely identifies the GTM Environment.
107 "url": "A String", # Default preview page url for the environment.
108 …"name": "A String", # The environment display name. Can be set or changed only on USER type enviro…
[all …]
Dcloudshell_v1alpha1.users.environments.html84 <p class="firstline">Sends OAuth credentials to a running environment on behalf of a user. When</p>
87 <p class="firstline">Gets an environment. Returns NOT_FOUND if the environment does not exist.</p>
90 <p class="firstline">Updates an existing environment.</p>
93 <p class="firstline">Starts an existing environment, allowing clients to connect to it. The</p>
97 <pre>Sends OAuth credentials to a running environment on behalf of a user. When
98 this completes, the environment will be authorized to run various Google
112 "idToken": "A String", # The OAuth ID token that should be sent to the environment.
113 "accessToken": "A String", # The OAuth access token that should be sent to the environment.
138 <pre>Gets an environment. Returns NOT_FOUND if the environment does not exist.
151 { # A Cloud Shell environment, which is defined as the combination of a Docker
[all …]
Dtagmanager_v1.accounts.containers.reauthorize_environments.html79 <p class="firstline">Re-generates the authorization code for a GTM Environment.</p>
83 <pre>Re-generates the authorization code for a GTM Environment.
88 environmentId: string, The GTM Environment ID. (required)
92 { # Represents a Google Tag Manager Environment. Note that a user can create, delete and update env…
93 "authorizationCode": "A String", # The environment authorization code.
95 "environmentId": "A String", # GTM Environment ID uniquely identifies the GTM Environment.
96 "url": "A String", # Default preview page url for the environment.
97 …"name": "A String", # The environment display name. Can be set or changed only on USER type enviro…
98 … "enableDebug": True or False, # Whether or not to enable debug by default on for the environment.
101 …, # The fingerprint of the GTM environment as computed at storage time. This value is recomputed w…
[all …]
Dcomposer_v1.projects.locations.environments.html79 <p class="firstline">Create a new environment.</p>
82 <p class="firstline">Delete an environment.</p>
85 <p class="firstline">Get an existing environment.</p>
94 <p class="firstline">Update an environment.</p>
98 <pre>Create a new environment.
106 { # An environment for running orchestration tasks.
108 # The time at which this environment was last modified.
110 # The UUID (Universally Unique IDentifier) associated with this environment.
111 # This value is generated when the environment is created.
112 "labels": { # Optional. User-defined labels for this environment.
[all …]
Dtagmanager_v2.accounts.containers.environments.html79 <p class="firstline">Creates a GTM Environment.</p>
82 <p class="firstline">Deletes a GTM Environment.</p>
85 <p class="firstline">Gets a GTM Environment.</p>
94 <p class="firstline">Re-generates the authorization code for a GTM Environment.</p>
97 <p class="firstline">Updates a GTM Environment.</p>
101 <pre>Creates a GTM Environment.
108 { # Represents a Google Tag Manager Environment. Note that a user can create, delete and update env…
109 "authorizationCode": "A String", # The environment authorization code.
110 …"description": "A String", # The environment description. Can be set or changed only on USER type …
111 "environmentId": "A String", # GTM Environment ID uniquely identifies the GTM Environment.
[all …]
Dcomposer_v1beta1.projects.locations.environments.html79 <p class="firstline">Create a new environment.</p>
82 <p class="firstline">Delete an environment.</p>
85 <p class="firstline">Get an existing environment.</p>
94 <p class="firstline">Update an environment.</p>
98 <pre>Create a new environment.
106 { # An environment for running orchestration tasks.
108 # The time at which this environment was last modified.
110 # The UUID (Universally Unique IDentifier) associated with this environment.
111 # This value is generated when the environment is created.
112 "labels": { # Optional. User-defined labels for this environment.
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowEnvironmentTest.java12 import android.os.Environment;
27 ShadowEnvironment.setExternalStorageState(Environment.MEDIA_REMOVED); in tearDown()
32 assertThat(Environment.getExternalStorageState()).isEqualTo(Environment.MEDIA_REMOVED); in getExternalStorageState_shouldReturnStorageState()
33 ShadowEnvironment.setExternalStorageState(Environment.MEDIA_MOUNTED); in getExternalStorageState_shouldReturnStorageState()
34 assertThat(Environment.getExternalStorageState()).isEqualTo(Environment.MEDIA_MOUNTED); in getExternalStorageState_shouldReturnStorageState()
39 assertThat(Environment.getExternalStorageDirectory().exists()).isTrue(); in getExternalStorageDirectory_shouldReturnDirectory()
44 final File path = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MOVIES); in getExternalStoragePublicDirectory_shouldReturnDirectory()
46 …assertThat(path).isEqualTo(new File(ShadowEnvironment.EXTERNAL_FILES_DIR.toFile(), Environment.DIR… in getExternalStoragePublicDirectory_shouldReturnDirectory()
51 File path1 = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MOVIES); in getExternalStoragePublicDirectory_shouldReturnSameDirectory()
52 File path2 = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_MOVIES); in getExternalStoragePublicDirectory_shouldReturnSameDirectory()
[all …]
/external/python/cpython3/Doc/library/
Dvenv.rst20 site directories. Each virtual environment has its own Python binary (which
21 matches the version of the binary that was used to create this environment) and
30 …python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`__
41 .. note:: A virtual environment is a Python environment such that the Python
47 A virtual environment is a directory tree which contains Python executable
48 files and other files which indicate that it is a virtual environment.
52 environment is active, they install Python packages into the virtual
53 environment without needing to be told to do so explicitly.
55 When a virtual environment is active (i.e., the virtual environment's Python
58 environment, whereas :attr:`sys.base_prefix` and
[all …]
/external/llvm-project/lldb/include/lldb/API/
DSBEnvironment.h26 /// Return the value of a given environment variable.
29 /// The name of the environment variable.
32 /// The value of the environment variable or null if not present.
33 /// If the environment variable has no value but is present, a valid
38 /// The number of environment variables.
41 /// Return the name of the environment variable at a given index from the
42 /// internal list of environment variables.
45 /// The index of the environment variable in the internal list.
51 /// Return the value of the environment variable at a given index from the
52 /// internal list of environment variables.
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Denvironment.cc16 #include "tensorflow/lite/delegates/gpu/cl/environment.h"
28 absl::Status CreateEnvironment(Environment* result, bool shared, in CreateEnvironment()
45 *result = Environment(std::move(gpu), std::move(context), std::move(queue), in CreateEnvironment()
86 Environment::Environment(CLDevice&& device, CLContext&& context, in Environment() function in tflite::gpu::cl::Environment
94 Environment::Environment(Environment&& environment) in Environment() argument
95 : device_(std::move(environment.device_)), in Environment()
96 context_(std::move(environment.context_)), in Environment()
97 queue_(std::move(environment.queue_)), in Environment()
98 profiling_queue_(std::move(environment.profiling_queue_)), in Environment()
99 program_cache_(std::move(environment.program_cache_)) {} in Environment()
[all …]
Denvironment.h34 class Environment {
36 Environment() = default;
37 explicit Environment(CLDevice&& device, CLContext&& context,
41 Environment(Environment&& environment);
42 Environment& operator=(Environment&& environment);
43 Environment(const Environment&) = delete;
44 Environment& operator=(const Environment&) = delete;
82 absl::Status CreateEnvironment(Environment* result);
/external/libchrome/third_party/jinja2/
Dlexer.py196 def compile_rules(environment): argument
197 """Compiles all the rules from the environment into a list of rules."""
200 (len(environment.comment_start_string), 'comment',
201 e(environment.comment_start_string)),
202 (len(environment.block_start_string), 'block',
203 e(environment.block_start_string)),
204 (len(environment.variable_start_string), 'variable',
205 e(environment.variable_start_string))
208 if environment.line_statement_prefix is not None:
209 rules.append((len(environment.line_statement_prefix), 'linestatement',
[all …]
/external/pigweed/pw_env_setup/py/
Denvironment_test.py14 """Tests for env_setup.environment.
16 This tests the error-checking, context manager, and written environment scripts
17 of the Environment class.
19 Tests that end in "_ctx" modify the environment and validate it in-process.
21 Tests that end in "_written" write the environment to a file intended to be
22 evaluated by the shell, then launches the shell and then saves the environment.
23 This environment is then validated in the test process.
34 from pw_env_setup import environment
44 """Write env to a file then evaluate and save the resulting environment.
47 and dumps the environment to stdout. Parse that output into a dict and
[all …]
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h1 //===- Environment.h - Map from Stmt* to Locations/Values -------*- C++ -*-===//
9 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() function
75 /// Environment.
78 /// Profile - Profile the contents of an Environment object for use
80 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile()
90 bool operator==(const Environment& RHS) const {
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h1 //== Environment.h - Map from Stmt* to Locations/Values ---------*- C++ -*--==//
10 // This file defined the Environment and EnvironmentManager classes.
31 /// An entry in the environment consists of a Stmt and an LocationContext.
32 /// This allows the environment to manage context-sensitive bindings,
56 class Environment {
66 Environment(BindingsTy eb) in Environment() function
77 /// Environment.
80 /// Profile - Profile the contents of an Environment object for use
82 static void Profile(llvm::FoldingSetNodeID& ID, const Environment* env) { in Profile()
92 bool operator==(const Environment& RHS) const {
[all …]
/external/llvm-project/lldb/include/lldb/Utility/
DEnvironment.h1 //===-- Environment.h -------------------------------------------*- C++ -*-===//
18 class Environment : private llvm::StringMap<std::string> {
31 explicit Envp(const Environment &Env);
35 friend class Environment; variable
59 Environment() : Base() {} in Environment() function
60 Environment(const Environment &RHS) : Base(RHS) {} in Environment() function
61 Environment(Environment &&RHS) : Base(std::move(RHS)) {} in Environment() function
62 Environment(char *const *Env) in Environment() function
63 : Environment(const_cast<const char *const *>(Env)) {} in Environment()
64 Environment(const char *const *Env);
[all …]
/external/python/cpython3/Lib/venv/
D__init__.py2 Virtual environment (venv) package for Python. Based on PEP 405.
22 This class exists to allow virtual environment creation to be
24 behaviour when called upon to create a virtual environment.
27 *un*available to the created environment.
35 :param clear: If True, delete the contents of the environment directory if
36 it already exists, before environment creation.
38 virtual environment.
39 :param upgrade: If True, upgrade an existing virtual environment.
41 environment
42 :param prompt: Alternative terminal prefix for the environment.
[all …]
/external/python/cpython3/Doc/using/
Dvenv-create.inc4 python3 -m venv /path/to/new/virtual/environment
12 used at environment creation time). It also creates an (initially empty)
45 ENV_DIR A directory to create the environment in.
50 Give the virtual environment access to the system
56 --clear Delete the contents of the environment directory if it
57 already exists, before environment creation.
58 --upgrade Upgrade the environment directory to use this version
61 environment (pip is bootstrapped by default)
63 environment.
67 Once an environment has been created, you may wish to activate it, e.g. by
[all …]
/external/python/jinja/docs/
Dapi.rst16 Jinja uses a central object called the template :class:`Environment`.
20 :class:`Template` class, an environment is created automatically for you,
23 Most applications will create one :class:`Environment` object on application
33 from jinja2 import Environment, PackageLoader, select_autoescape
34 env = Environment(
39 This will create a template environment with a loader that looks up
50 To load a template from this environment, call the :meth:`get_template`
64 or :meth:`Environment.from_string` has multiple advantages. Besides being
82 .. autoclass:: Environment([options])
90 an environment is created automatically. These environments are
[all …]
/external/python/cpython3/Tools/nuget/
Dmake_pkg.proj42 <Environment>$(Environment)%0D%0Aset PYTHONPATH=$(PySourcePath)Lib</Environment>
43 <Environment>$(Environment)%0D%0Aset PYTHON_NUSPEC_VERSION=$(NuspecVersion)</Environment>
44 …<Environment Condition="$(Platform) != 'x86'">$(Environment)%0D%0Aset PYTHON_PROPS_PLATFORM=$(Plat…
45 …<Environment Condition="$(Platform) == 'x86'">$(Environment)%0D%0Aset PYTHON_PROPS_PLATFORM=Win32<…
46 … <Environment>$(Environment)%0D%0Amkdir "$(OutputPath.Trim(`\`))" &gt;nul 2&gt;nul</Environment>
55 … <Exec Command="setlocal%0D%0A$(Environment)%0D%0A$(PythonArguments)%0D%0A$(PackageArguments)" />
/external/openscreen/cast/streaming/
Denvironment.cc5 #include "cast/streaming/environment.h"
17 Environment::Environment(ClockNowFunctionPtr now_function, in Environment() function in openscreen::cast::Environment
35 Environment::~Environment() = default;
37 IPEndpoint Environment::GetBoundLocalEndpoint() const { in GetBoundLocalEndpoint()
44 void Environment::SetSocketSubscriber(SocketSubscriber* subscriber) { in SetSocketSubscriber()
48 void Environment::ConsumeIncomingPackets(PacketConsumer* packet_consumer) { in ConsumeIncomingPackets()
54 void Environment::DropIncomingPackets() { in DropIncomingPackets()
58 int Environment::GetMaxPacketSize() const { in GetMaxPacketSize()
73 void Environment::SendPacket(absl::Span<const uint8_t> packet) { in SendPacket()
81 Environment::PacketConsumer::~PacketConsumer() = default;
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/.settings/
Dorg.eclipse.cdt.managedbuilder.core.prefs2 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/delimiter=;
3 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/operation=rem…
4 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/deli…
5 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/oper…
6 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/append=true
7 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
8 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/delimi…
9 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/operat…
10 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/append=true
11 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/.settings/
Dorg.eclipse.cdt.managedbuilder.core.prefs2 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/delimiter=;
3 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/CPATH/operation=rem…
4 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/deli…
5 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/C_INCLUDE_PATH/oper…
6 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/append=true
7 environment/buildEnvironmentInclude/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
8 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/delimi…
9 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/LIBRARY_PATH/operat…
10 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/append=true
11 environment/buildEnvironmentLibrary/com.atollic.truestudio.exe.debug.1518366166/appendContributed=t…
/external/python/jinja/src/jinja2/
Dext.py21 from .environment import Environment
46 system at the parser level. Custom extensions are bound to an environment
47 but may not store environment specific data on `self`. The reason for
48 this is that an extension can be bound to another environment (for
49 overlays) by creating a copy and reassigning the `environment` attribute.
51 As extensions are created by the environment they cannot accept any
55 storing the configuration values on the environment. Because this way the
56 environment ends up acting as central configuration storage the
73 def __init__(self, environment): argument
74 self.environment = environment
[all …]
Denvironment.py56 """Return a new spontaneous environment. A spontaneous environment
58 existing environment.
60 :param cls: Environment class to create.
61 :param args: Positional arguments passed to environment.
91 def load_extensions(environment, extensions): argument
92 """Load the extensions from the list and bind it to the environment.
99 result[extension.identifier] = extension(environment)
114 def _environment_sanity_check(environment): argument
115 """Perform a sanity check on the environment."""
117 environment.undefined, Undefined
[all …]

12345678910>>...208