Home
last modified time | relevance | path

Searched full:variable (Results 1 – 25 of 22103) sorted by relevance

12345678910>>...885

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
Dcmake-variables.7.rst25 /variable/CMAKE_AR
26 /variable/CMAKE_ARGC
27 /variable/CMAKE_ARGV0
28 /variable/CMAKE_BINARY_DIR
29 /variable/CMAKE_BUILD_TOOL
30 /variable/CMAKE_CACHE_MAJOR_VERSION
31 /variable/CMAKE_CACHE_MINOR_VERSION
32 /variable/CMAKE_CACHE_PATCH_VERSION
33 /variable/CMAKE_CACHEFILE_DIR
34 /variable/CMAKE_CFG_INTDIR
[all …]
Dctest.1.rst61 This option can also be enabled by setting the environment variable
85 :envvar:`CTEST_OUTPUT_ON_FAILURE` environment variable
102 :envvar:`CTEST_PARALLEL_LEVEL` environment variable.
222 Define a variable for script mode.
224 Pass in variable values on the command line. Use in conjunction
225 with ``-S`` to pass variable values to a dashboard script. Parsing ``-D``
226 arguments as variable values is only attempted if the value
329 the environment variable :envvar:`DASHBOARD_TEST_FROM_CTEST` is set.
773 ``CTEST_CHECKOUT_COMMAND`` variable, if set, to initialize the source
781 * `CTest Script`_ variable: :variable:`CTEST_BINARY_DIRECTORY`
[all …]
Dcmake-toolchains.7.rst25 :variable:`CMAKE_CXX_COMPILER <CMAKE_<LANG>_COMPILER>`,
26 :variable:`CMAKE_CXX_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` etc are set by
61 enabled. :variable:`CMAKE_<LANG>_COMPILER` is the full path to the compiler used
62 for ``<LANG>``. :variable:`CMAKE_<LANG>_COMPILER_ID` is the identifier used
63 by CMake for the compiler and :variable:`CMAKE_<LANG>_COMPILER_VERSION` is the
66 The :variable:`CMAKE_<LANG>_FLAGS` variables and the configuration-specific
101 The :variable:`CMAKE_CROSSCOMPILING` variable is set to true when CMake is
104 Note that using the :variable:`CMAKE_SOURCE_DIR` or :variable:`CMAKE_BINARY_DIR`
109 appropriate variable to use would be :variable:`CMAKE_CURRENT_LIST_DIR`, since
135 The :variable:`CMAKE_SYSTEM_NAME` is the CMake-identifier of the target platform
[all …]
/aosp_15_r20/external/cldr/common/segments/
H A Droot.xml18 <variable id="$CR">\p{Grapheme_Cluster_Break=CR}</variable>
19 <variable id="$LF">\p{Grapheme_Cluster_Break=LF}</variable>
20 <variable id="$Control">\p{Grapheme_Cluster_Break=Control}</variable>
21 <variable id="$Extend">\p{Grapheme_Cluster_Break=Extend}</variable>
22 <variable id="$ZWJ">\p{Grapheme_Cluster_Break=ZWJ}</variable>
23 <variable id="$RI">\p{Grapheme_Cluster_Break=Regional_Indicator}</variable>
24 <variable id="$Prepend">\p{Grapheme_Cluster_Break=Prepend}</variable>
25 <variable id="$SpacingMark">\p{Grapheme_Cluster_Break=SpacingMark}</variable>
26 <variable id="$L">\p{Grapheme_Cluster_Break=L}</variable>
27 <variable id="$V">\p{Grapheme_Cluster_Break=V}</variable>
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h64 void setImplicitRet(Variable *Ret) { ImplicitRet = Ret; } in setImplicitRet()
65 Variable *getImplicitRet() const { return ImplicitRet; } in getImplicitRet()
67 Variable *getPhysicalRegister(RegNumT RegNum,
73 getRegistersForVariable(const Variable *Var) const override { in getRegistersForVariable()
79 getAllRegistersForVariable(const Variable *Var) const override { in getAllRegistersForVariable()
134 void emitVariable(const Variable *Var) const override;
166 void _add(Variable *Dest, Variable *Src0, Variable *Src1) { in _add()
170 void _addu(Variable *Dest, Variable *Src0, Variable *Src1) { in _addu()
174 void _and(Variable *Dest, Variable *Src0, Variable *Src1) { in _and()
178 void _andi(Variable *Dest, Variable *Src, uint32_t Imm) { in _andi()
[all …]
H A DIceTargetLoweringARM32.h93 Variable *getPhysicalRegister(RegNumT RegNum,
99 getRegistersForVariable(const Variable *Var) const override { in getRegistersForVariable()
110 getAllRegistersForVariable(const Variable *Var) const override { in getAllRegistersForVariable()
153 void emitVariable(const Variable *Var) const override;
168 void finishArgumentLowering(Variable *Arg, Variable *FramePtr,
188 Variable *legalizeToReg(Operand *From, RegNumT RegNum = RegNumT());
211 void lowerInt64Arithmetic(InstArithmetic::OpKind Op, Variable *Dest,
276 std::function<Variable *(Variable *)> Operation,
278 void lowerInt64AtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr,
280 void lowerAtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr,
[all …]
H A DIceTargetLoweringX8664.h48 /// Instr is the instruction producing the i1-type variable of interest.
104 /// Producers maps Variable::Number to a BoolFoldingEntry.
138 Inst *createLoweredMove(Variable *Dest, Variable *SrcVar) override { in createLoweredMove()
148 Variable *getPhysicalRegister(RegNumT RegNum,
173 getRegistersForVariable(const Variable *Var) const override { in getRegistersForVariable()
180 getAllRegistersForVariable(const Variable *Var) const override { in getAllRegistersForVariable()
236 void emitVariable(const Variable *Var) const override;
248 void finishArgumentLowering(Variable *Arg, Variable *FramePtr,
290 Variable *Base = nullptr;
291 Variable *Index = nullptr;
[all …]
H A DIceTargetLoweringX8632.h47 /// Instr is the instruction producing the i1-type variable of interest.
103 /// Producers maps Variable::Number to a BoolFoldingEntry.
137 Inst *createLoweredMove(Variable *Dest, Variable *SrcVar) override { in createLoweredMove()
147 Variable *getPhysicalRegister(RegNumT RegNum,
172 getRegistersForVariable(const Variable *Var) const override { in getRegistersForVariable()
179 getAllRegistersForVariable(const Variable *Var) const override { in getAllRegistersForVariable()
237 void emitVariable(const Variable *Var) const override;
252 void finishArgumentLowering(Variable *Arg, Variable *FramePtr,
294 Variable *Base = nullptr;
295 Variable *Index = nullptr;
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dvariables.py15 """Variable class."""
72 """Indicates when a distributed variable will be synced.
77 * `NONE`: Indicates that there will only be one copy of the variable, so
79 * `ON_WRITE`: Indicates that the variable will be updated across devices
81 * `ON_READ`: Indicates that the variable will be aggregated across devices
83 the variable).
86 >>> temp_grad=[tf.Variable([0.], trainable=False,
100 """Indicates how a distributed variable will be aggregated.
104 batch. When performing some variable-update operation, say
109 variable-update operation with multiple replicas.
[all …]
H A Dresource_variable_ops.py148 """Create a variable handle, copying in handle data from `initial_value`."""
197 """Creates a variable handle with information to do shape inference.
225 correspond to the handle data of the variant(s) stored in the Variable.
307 """Helper that checks shape compatibility and assigns variable."""
326 def variable_accessed(variable): argument
327 """Records that `variable` was accessed for the tape and FuncGraph."""
329 ops.get_default_graph().watch_variable(variable)
330 if variable.trainable:
331 tape.variable_accessed(variable)
335 """A python variable from an existing handle."""
[all …]
H A Dvariable_scope.py67 with respect to the full variable for each dimension.
109 """Returns the offset when the variable is partitioned in at most one dim.
113 variable partition.
116 `int` representing the offset in the dimension along which the variable is
117 partitioned. Returns 0 if the variable is not being partitioned.
124 # If this variable is not being partitioned at all, single_slice_dim() could
131 """Returns the slice dim when the variable is partitioned only in one dim.
135 variable partition.
138 `int` representing the dimension that the variable is partitioned in, or
139 `None` if the variable doesn't seem to be partitioned at all.
[all …]
/aosp_15_r20/external/python/cpython2/PC/VS7.1/
DUninstal.wse37 item: Set Variable
38 Variable=UNINSTALL_PATH
42 item: Set Variable
43 Variable=UNINSTALL_PATH
46 item: Compiler Variable If
47 Variable=_EXE_OS_TYPE_
55 item: Compiler Variable Else
62 item: Compiler Variable End
71 item: Set Variable
72 Variable=UNINSTALL_LANG
[all …]
Dpython20.wse31 Variable Name1=_WISE_
32 Variable Description1=WISE root directory
33 Variable Default1=C:\Programme\Wise Installation System
34 Variable Flags1=00001000
35 Variable Name2=_TCLDIR_
36 Variable Description2=The directory in which the Tcl/Tk installation
37 Variable Description2=lives. This must be a sibling of the Python
38 Variable Description2=directory.
39 Variable Default2=tcl84
40 Variable Flags2=00001000
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dclouddebugger_v2.debugger.debuggees.breakpoints.html140 …ession. If the expression cannot be evaluated, the `status` inside the `Variable` will indicate an…
141variable or an argument possibly of a compound object type. Note how the following variables are r…
142 &quot;members&quot;: [ # Members contained or pointed to by the variable.
143 # Object with schema name: Variable
145 &quot;name&quot;: &quot;A String&quot;, # Name of the variable, if any.
146variable. This field will usually stay unset. A status of a single variable only applies to that v…
156 …&quot;type&quot;: &quot;A String&quot;, # Variable type (e.g. `MyClass`). If the variable is split…
157 &quot;value&quot;: &quot;A String&quot;, # Simple value of the variable.
158 …x&quot;: 42, # Reference to a variable in the shared variable table. More than one variable can re…
180variable or an argument possibly of a compound object type. Note how the following variables are r…
[all …]
Dclouddebugger_v2.controller.debuggees.breakpoints.html116 …ession. If the expression cannot be evaluated, the `status` inside the `Variable` will indicate an…
117variable or an argument possibly of a compound object type. Note how the following variables are r…
118 &quot;members&quot;: [ # Members contained or pointed to by the variable.
119 # Object with schema name: Variable
121 &quot;name&quot;: &quot;A String&quot;, # Name of the variable, if any.
122variable. This field will usually stay unset. A status of a single variable only applies to that v…
132 …&quot;type&quot;: &quot;A String&quot;, # Variable type (e.g. `MyClass`). If the variable is split…
133 &quot;value&quot;: &quot;A String&quot;, # Simple value of the variable.
134 …x&quot;: 42, # Reference to a variable in the shared variable table. More than one variable can re…
156variable or an argument possibly of a compound object type. Note how the following variables are r…
[all …]
Druntimeconfig_v1beta1.projects.configs.variables.html82variable within the given configuration. You cannot create a variable with a name that is a prefix…
85 <p class="firstline">Deletes a variable or multiple variables. If you specify a variable name, then…
88 <p class="firstline">Gets information about a single variable.</p>
91 …n given a configuration, matching any provided filters. This only lists variable names, not the va…
100 <p class="firstline">Updates an existing variable with a new value.</p>
103variable and waits for a change in the variable's value. When there is a change, this method retur…
112variable within the given configuration. You cannot create a variable with a name that is a prefix…
115 …parent: string, The path to the RutimeConfig resource that this variable should belong to. The con…
119variable within a RuntimeConfig resource. The name denotes the hierarchical variable name. For exa…
120variable resource, in the format: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_…
[all …]
/aosp_15_r20/external/google-cloud-java/java-debugger-client/proto-google-cloud-debugger-client-v2/src/main/java/com/google/devtools/clouddebugger/v2/
H A DVariable.java25 * Represents a variable or an argument possibly of a compound object type.
27 * 1) A simple variable:
29 * { name: "x", value: "5", type: "int" } // Captured variable
36 * { // Captured variable
45 * { // Captured variable
54 * { // Captured variable
65 * { // Captured variable
73 * { // Captured variable
88 * variable table and be referenced using the `var_table_index` field. The
90 * a partition of the complete variable. To reconstruct the complete
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/cpack_gen/
Drpm.rst26 component is named ``foo`` then use ``CPACK_RPM_FOO_XXXX`` variable name format)
44 .. variable:: CPACK_RPM_COMPONENT_INSTALL
54 .. variable:: CPACK_RPM_PACKAGE_SUMMARY
60 * Default : :variable:`CPACK_PACKAGE_DESCRIPTION_SUMMARY`
65 .. variable:: CPACK_RPM_PACKAGE_NAME
71 * Default : :variable:`CPACK_PACKAGE_NAME`
76 .. variable:: CPACK_RPM_FILE_NAME
97 In such cases duplicate file names may occur as a result of this variable
102 .. variable:: CPACK_RPM_MAIN_COMPONENT
111 This variable can be set to any component or group name so that component or
[all …]
Ddeb.rst33 .. variable:: CPACK_DEB_COMPONENT_INSTALL
43 .. variable:: CPACK_DEBIAN_PACKAGE_NAME
46 Set Package control field (variable is automatically transformed to lower
52 - :variable:`CPACK_PACKAGE_NAME` for non-component based
54 - :variable:`CPACK_DEBIAN_PACKAGE_NAME` suffixed with -<COMPONENT>
62 .. variable:: CPACK_DEBIAN_FILE_NAME
85 Preferred setting of this variable is ``DEB-DEFAULT`` but for backward
95 .. variable:: CPACK_DEBIAN_PACKAGE_EPOCH
107 .. variable:: CPACK_DEBIAN_PACKAGE_VERSION
112 * Default : :variable:`CPACK_PACKAGE_VERSION`
[all …]
/aosp_15_r20/external/sdk-platform-java/gapic-generator-java/src/test/java/com/google/api/generator/engine/ast/
H A DVariableExprTest.java27 Variable variable = Variable.builder().setName("x").setType(TypeNode.INT).build(); in validVariableExpr_basic() local
28 VariableExpr variableExpr = VariableExpr.builder().setVariable(variable).build(); in validVariableExpr_basic()
29 assertThat(variableExpr.variable()).isEqualTo(variable); in validVariableExpr_basic()
40 .setVariable(Variable.builder().setType(TypeNode.INT).setName("MAX_VALUE").build()) in validVariableExpr_staticReference()
49 Variable.builder() in validVariableExpr_classFieldOnStaticReference()
61 Variable.builder() in validVariableExpr_classFieldOnExprReference()
75 Variable variable = Variable.builder().setName("x").setType(TypeNode.STRING).build(); in validVariableExpr_withFields() local
78 .setVariable(variable) in validVariableExpr_withFields()
83 assertThat(variableExpr.variable()).isEqualTo(variable); in validVariableExpr_withFields()
93 Variable variable = Variable.builder().setName("x").setType(TypeNode.BOOLEAN).build(); in validVariableExpr_declaration() local
[all …]
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgVariableManager.cpp21 * \brief Variable manager.
96 ValueEntry::ValueEntry(const Variable *variable) : m_variable(variable), m_valueRange(variable->get… in ValueEntry() argument
106 …for (vector<Variable *>::iterator i = m_declaredVariables.begin(); i != m_declaredVariables.end();… in ~VariableScope()
109 for (vector<Variable *>::iterator i = m_liveVariables.begin(); i != m_liveVariables.end(); i++) in ~VariableScope()
113 Variable *VariableScope::allocate(const VariableType &type, Variable::Storage storage, const char *… in allocate()
115 Variable *variable = new Variable(type, storage, name); in allocate() local
118 m_liveVariables.push_back(variable); in allocate()
119 return variable; in allocate()
123 delete variable; in allocate()
128 void VariableScope::declare(Variable *variable) in declare() argument
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
H A Dvariable_accessor.cc75 // Returns GLSL uniform type of the given variable.
76 std::string GetVariableType(const Variable::ValueType& value) { in GetVariableType()
91 int GetLength(const Variable::ValueType& value) { in GetLength()
160 // Appends string representation of a variable value.
161 void GetValue(const Variable::ValueType& value, std::string* result) { in GetValue()
168 absl::StrAppend(result, "shared highp ", GetVariableType(variable.value), in operator ()()
169 " ", variable.name, ";\n"); in operator ()()
174 absl::StrAppend(result, "shared highp ", GetVariableType(variable.value), in operator ()()
175 " ", variable.name); in operator ()()
187 const Variable& variable; member
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dif.rst59 constants, it is treated as a variable or string (see `Variable Expansion`_
62 ``if(<variable>)``
63 True if given a variable that is defined to a value that is not a false
64 constant. False otherwise, including if the variable is undefined.
74 happens to be a variable name that is affected by :policy:`CMP0054`'s
127 True if a variable, cache variable or environment variable
128 with given ``<name>`` is defined. The value of the variable
134 ``if(<variable|string> IN_LIST <variable>)``
136 True if the given element is contained in the named list variable.
183 ``if(<variable|string> MATCHES regex)``
[all …]
/aosp_15_r20/external/clang/test/SemaCXX/
H A Duninitialized.cpp24 int b = b + 1; // expected-warning {{variable 'b' is uninitialized when used within its own initial…
25 int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when used within its own ini…
26 int e = static_cast<long>(e) + 1; // expected-warning {{variable 'e' is uninitialized when used wit…
27 int f = foo(f); // expected-warning {{variable 'f' is uninitialized when used within its own initia…
37 int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when used within its own i…
38 int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when used within its…
39 int n = -n; // expected-warning {{variable 'n' is uninitialized when used within its own initializ…
40 int o = std::move(o); // expected-warning {{variable 'o' is uninitialized when used within its own …
41 const int p = std::move(p); // expected-warning {{variable 'p' is uninitialized when used within it…
42 int q = moved(std::move(q)); // expected-warning {{variable 'q' is uninitialized when used within i…
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCPack.cmake36 :variable:`CPACK_SOURCE_IGNORE_FILES`.
41 The :variable:`CPACK_GENERATOR` variable has different meanings in different
42 contexts. In a ``CMakeLists.txt`` file, :variable:`CPACK_GENERATOR` is a
45 generator. In a :variable:`CPACK_PROJECT_CONFIG_FILE`,
46 :variable:`CPACK_GENERATOR` is a *string naming a single generator*. If you
48 need a :variable:`CPACK_PROJECT_CONFIG_FILE`.
49 If set, the :variable:`CPACK_PROJECT_CONFIG_FILE` is included automatically
58 the :variable:`CPACK_GENERATOR` variable set in the ``CPackConfig.cmake``
62 - sets :variable:`CPACK_GENERATOR` to the one currently being iterated
63 - includes the :variable:`CPACK_PROJECT_CONFIG_FILE`
[all …]

12345678910>>...885