Home
last modified time | relevance | path

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

12345678910>>...280

/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 …]
/external/swiftshader/third_party/subzero/src/
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 …]
DIceTargetLoweringARM32.h94 Variable *getPhysicalRegister(RegNumT RegNum,
100 getRegistersForVariable(const Variable *Var) const override { in getRegistersForVariable()
111 getAllRegistersForVariable(const Variable *Var) const override { in getAllRegistersForVariable()
154 void emitVariable(const Variable *Var) const override;
169 void finishArgumentLowering(Variable *Arg, Variable *FramePtr,
189 Variable *legalizeToReg(Operand *From, RegNumT RegNum = RegNumT());
212 void lowerInt64Arithmetic(InstArithmetic::OpKind Op, Variable *Dest,
277 std::function<Variable *(Variable *)> Operation,
279 void lowerInt64AtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr,
281 void lowerAtomicRMW(Variable *Dest, uint32_t Operation, Operand *Ptr,
[all …]
DIceTargetLoweringX86Base.h98 Inst *createLoweredMove(Variable *Dest, Variable *SrcVar) override { in createLoweredMove()
108 Variable *getPhysicalRegister(RegNumT RegNum,
133 getRegistersForVariable(const Variable *Var) const override { in getRegistersForVariable()
140 getAllRegistersForVariable(const Variable *Var) const override { in getAllRegistersForVariable()
196 ConstantRelocatable *createGetIPForRegister(const Variable *Dest) { in createGetIPForRegister()
205 void emitVariable(const Variable *Var) const override;
235 void finishArgumentLowering(Variable *Arg, Variable *FramePtr,
239 X86Address stackVarToAsmOperand(const Variable *Var) const;
251 /// Initializes the RebasePtr member variable -- if so required by
297 Variable *Base = nullptr;
[all …]
/external/deqp/framework/randomshaders/
DrsgVariableManager.cpp21 * \brief Variable manager.
95 ValueEntry::ValueEntry (const Variable* variable) in ValueEntry() argument
96 : m_variable (variable) in ValueEntry()
97 , m_valueRange (variable->getType()) in ValueEntry()
107 …for (vector<Variable*>::iterator i = m_declaredVariables.begin(); i != m_declaredVariables.end(); … in ~VariableScope()
110 for (vector<Variable*>::iterator i = m_liveVariables.begin(); i != m_liveVariables.end(); i++) in ~VariableScope()
114 Variable* VariableScope::allocate (const VariableType& type, Variable::Storage storage, const char*… in allocate()
116 Variable* variable = new Variable(type, storage, name); in allocate() local
119 m_liveVariables.push_back(variable); in allocate()
120 return variable; in allocate()
[all …]
DrsgVariableManager.hpp23 * \brief Variable manager.
26 * Variable manager owns variable objects until they are either explictly
46 ValueEntry (const Variable* variable);
49 const Variable* getVariable (void) const { return m_variable; } in getVariable()
55 const Variable* m_variable;
59 // Variable scope manages variable allocation.
66Variable* allocate (const VariableType& type, Variable::Storage storage, const char* name…
67 void declare (Variable* variable); //!< Move from live set to declared set
68 …void removeLive (const Variable* variable); //!< Just remove from live set (when migrati…
70 const std::vector<Variable*>& getDeclaredVariables (void) const { return m_declaredVariables; } in getDeclaredVariables()
[all …]
DrsgShaderGenerator.cpp65 void createAssignment (BlockStatement& block, const Variable* dstVar, const Variable* srcVar) in createAssignment()
101 const Variable* outVar = entry->getVariable(); in genVertexPassthrough()
104 if (outVar->getStorage() != Variable::STORAGE_SHADER_OUT) in genVertexPassthrough()
114Variable* inVar = state.getVariableManager().allocate(outVar->getType(), Variable::STORAGE_SHADER_… in genVertexPassthrough()
130Variable* inColorVariable = state.getVariableManager().allocate(fragColorEntry->getVariable()->get… in genFragmentPassthrough()
197Variable* variable = m_state.getVariableManager().allocate(input->getVariable()->getType(), Vari… in generate() local
199 m_state.getVariableManager().setValue(variable, input->getValueRange()); in generate()
206Variable* fragColorVar = m_state.getVariableManager().allocate(VariableType(VariableType::TYPE_FLO… in generate()
228 const vector<Variable*>& liveVars = globalVariableScope.getLiveVariables(); in generate()
229 for (vector<Variable*>::const_iterator i = liveVars.begin(); i != liveVars.end(); i++) in generate()
[all …]
/external/deqp/data/gles31/shaders/
Dlinkage_io_block.test84 mediump vec2 variable;
89 variable.x = float(gl_VertexID);
90 variable.y = float(gl_InstanceID);
100 mediump float variable;
105 ${FRAG_COLOR} = vec4(variable);
155 mediump float variable[1];
160 variable[0] = float(gl_VertexID);
170 mediump float variable[2];
175 ${FRAG_COLOR} = vec4(variable[0] + variable[1]);
194 mediump float variable;
[all …]
Dlinkage_shader_storage_block.test92 mediump vec2 variable;
98 vtx_val = variable.y;
108 mediump float variable;
114 ${FRAG_COLOR} = vec4(vtx_val + variable);
168 mediump float variable[];
174 vtx_val = variable[0];
184 mediump float variable[1];
190 ${FRAG_COLOR} = vec4(vtx_val + variable[0]);
206 mediump float variable[1];
212 vtx_val = variable[0];
[all …]
/external/clang/test/Sema/
Duninit-variables.c7 int x; // expected-note{{initialize the variable 'x' to silence this warning}} in test1()
8 return x; // expected-warning{{variable 'x' is uninitialized when used here}} in test1()
23 int x; // expected-note{{initialize the variable 'x' to silence this warning}} in test4()
24 ++x; // expected-warning{{variable 'x' is uninitialized when used here}} in test4()
29 int x, y; // expected-note{{initialize the variable 'y' to silence this warning}} in test5()
30 x = y; // expected-warning{{variable 'y' is uninitialized when used here}} in test5()
35 int x; // expected-note{{initialize the variable 'x' to silence this warning}} in test6()
36 x += 2; // expected-warning{{variable 'x' is uninitialized when used here}} in test6()
41 int x; // expected-note{{initialize the variable 'x' to silence this warning}} in test7()
42 …if (y) // expected-warning{{variable 'x' is used uninitialized whenever 'if' condition is false}} \ in test7()
[all …]
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py163 ONESTOPBIT = 0 # Variable c_int
164 TWOSTOPBITS = 2 # Variable c_int
167 NOPARITY = 0 # Variable c_int
168 ODDPARITY = 1 # Variable c_int
169 EVENPARITY = 2 # Variable c_int
173 RTS_CONTROL_HANDSHAKE = 2 # Variable c_int
174 RTS_CONTROL_DISABLE = 0 # Variable c_int
175 RTS_CONTROL_ENABLE = 1 # Variable c_int
176 RTS_CONTROL_TOGGLE = 3 # Variable c_int
180 DTR_CONTROL_HANDSHAKE = 2 # Variable c_int
[all …]
/external/webrtc/webrtc/build/
Disolate.gypi13 # conditional inclusion or variable expansion in include paths.
18 # * Removed passing of version_full variable created in version.gypi:
19 # '--extra-variable', 'version_full=<(version_full)',
81 '--path-variable', 'DEPTH', '<(DEPTH)',
82 '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
86 '--config-variable', 'CONFIGURATION_NAME=<(CONFIGURATION_NAME)',
87 '--config-variable', 'OS=<(OS)',
88 '--config-variable', 'asan=<(asan)',
89 '--config-variable', 'branding=<(branding)',
90 '--config-variable', 'chromeos=<(chromeos)',
[all …]
/external/bison/src/
Dmuscle-tab.h106 /* Indicates whether a variable's value was specified with -D/--define, with
113 /* Define the muscles for %define variable VARIABLE with VALUE specified
115 grammar file while the previous definition for VARIABLE was specified
120 this as a user occurrence of VARIABLE by invoking
122 void muscle_percent_define_insert (char const *variable, location variable_loc,
127 %define variable VARIABLE is defined, return its value. Otherwise, return
128 the empty string. Also, record Bison's usage of VARIABLE by defining
129 b4_percent_define_bison_variables(VARIABLE). The caller is responsible for
131 char *muscle_percent_define_get (char const *variable);
134 if the %define variable VARIABLE is undefined, complain fatally since that's
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDataContext.java22 * Manages the global Data object and local variable mappings during rendering.
32 * Creates a new Data object to hold local references, pushes it onto the variable map stack. This
39 * Removes the most recent Data object added to the local variable map stack.
44 * Creates and sets a local variable in the current scope equal to the given value.
46 * @param name the name of the local variable to fetch or create.
47 * @param value The String value to store at the local variable.
52 * Creates and sets a local variable in the current scope equal to the given value. Also set the
54 * whether to autoescape the variable.
56 * @param name the name of the local variable to fetch or create.
57 * @param value The String value to store at the local variable.
[all …]
/external/v8/src/ast/
Dscopes.h28 // A hash map to support fast variable declaration and lookup.
33 Variable* Declare(
41 // Variable. Useful for preparsing.
42 Variable* DeclareName(Zone* zone, const AstRawString* name,
45 Variable* Lookup(const AstRawString* name);
46 void Remove(Variable* var);
47 void Add(Zone* zone, Variable* var);
77 // to a JavaScript variable (including global properties) is represented by a
78 // VariableProxy node. Immediately after AST construction and before variable
80 // corresponding variable (though some are bound during parse time). Variable
[all …]
/external/webrtc/talk/build/
Disolate.gypi31 # conditional inclusion or variable expansion in include paths.
36 # * Removed passing of version_full variable created in version.gypi:
37 # '--extra-variable', 'version_full=<(version_full)',
99 '--path-variable', 'DEPTH', '<(DEPTH)',
100 '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR) ',
104 '--config-variable', 'CONFIGURATION_NAME=<(CONFIGURATION_NAME)',
105 '--config-variable', 'OS=<(OS)',
106 '--config-variable', 'asan=<(asan)',
107 '--config-variable', 'branding=<(branding)',
108 '--config-variable', 'chromeos=<(chromeos)',
[all …]
/external/clang/test/Analysis/
Dstack-addr-ps.cpp7 …mory associated with local variable 's' returned}} expected-warning{{reference to stack memory ass… in g()
12 int &s2 = s1; // expected-note {{binding reference variable 's2' here}} in g2()
13 …ory associated with local variable 's1' returned}} expected-warning {{reference to stack memory as… in g2()
18 int &s2 = s1; // expected-note {{binding reference variable 's2' here}} in g3()
19 int &s3 = s2; // expected-note {{binding reference variable 's3' here}} in g3()
20 …ory associated with local variable 's1' returned}} expected-warning {{reference to stack memory as… in g3()
32 const int &x = get_value(); // expected-note {{binding reference variable 'x' here}} in get_reference2()
37 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} in get_reference3()
38 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in get_reference3()
50 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}} in f2()
[all …]
/external/python/cpython2/Lib/test/
Dtest_dictcomps.py6 g = "Global variable"
22 k = "Local Variable"
28 self.assertEqual(k, "Local Variable")
37 self.assertEqual(k, "Local Variable")
45 self.assertEqual(g, "Global variable")
54 self.assertEqual(g, "Global variable")
58 expected = {0: 'Global variable', 1: 'Global variable',
59 2: 'Global variable', 3: 'Global variable',
60 4: 'Global variable', 5: 'Global variable',
61 6: 'Global variable', 7: 'Global variable',
[all …]
/external/clang/test/SemaCXX/
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 …]
/external/v8/gypfiles/
Disolate.gypi67 '--path-variable', 'DEPTH', '<(DEPTH)',
68 '--path-variable', 'PRODUCT_DIR', '<(PRODUCT_DIR)',
70 '--config-variable', 'CONFIGURATION_NAME=<(CONFIGURATION_NAME)',
71 '--config-variable', 'OS=<(OS)',
72 '--config-variable', 'asan=<(asan)',
73 '--config-variable', 'cfi_vptr=<(cfi_vptr)',
74 '--config-variable', 'gcmole=<(gcmole)',
75 '--config-variable', 'has_valgrind=<(has_valgrind)',
76 '--config-variable', 'icu_use_data_file_flag=<(icu_use_data_file_flag)',
77 '--config-variable', 'is_gn=0',
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
Djsilver.sablecc64 args, // Args to command: "some.variable=3 ?>"
222 | {set} cs_open set command_delimiter variable assignment expression cs_close
226 variable.variable,
229 | {name} cs_open name command_delimiter variable cs_close
233 variable.variable)}
253 | {with} cs_open with command_delimiter variable assignment expression cs_close
259 variable.variable,
263 | {loop_to} cs_open loop command_delimiter variable assignment expression cs_close
269 variable.variable,
273 | {loop} cs_open loop command_delimiter variable assignment
[all …]
/external/v8/gni/
Disolate.gni141 "--path-variable",
144 "--path-variable",
149 "--config-variable",
151 "--config-variable",
153 "--config-variable",
155 "--config-variable",
157 "--config-variable",
159 "--config-variable",
161 "--config-variable",
163 "--config-variable",
[all …]
/external/swiftshader/third_party/subzero/docs/
DLOWERING.rst15 The challenge is that ``Variable`` represents an operand that is either a stack
18 know whether a ``Variable`` operand will meet a target instruction's physical
23 * ``Variable::setWeightInfinite()`` forces a ``Variable`` to get some
27 * ``Variable::setRegNum()`` forces a ``Variable`` to be assigned a specific
36 instructions involving extra ``Variable`` temporaries, using the directives to
63 Variable *Reg;
70 ``Variable::setWeightInfinite()`` gives it infinite weight for the purpose of
77 variable is created, its type is set to the same type as the ``Src`` operand, it
78 is given infinite register weight, and the new ``Variable`` is returned through
83 Variable *Reg = nullptr;
[all …]
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h112 #define __data16( variable ) \ argument
114 _data16_ ## variable __asm__ ( #variable )
116 #define __data16_array( variable, array ) \ argument
118 _data16_ ## variable array __asm__ ( #variable )
120 #define __bss16( variable ) \ argument
122 _data16_ ## variable __asm__ ( #variable )
124 #define __bss16_array( variable, array ) \ argument
126 _data16_ ## variable array __asm__ ( #variable )
128 #define __text16( variable ) \ argument
130 _text16_ ## variable __asm__ ( #variable )
[all …]

12345678910>>...280